﻿



/*スマホサイト**********************************************************************/
@media screen and (max-width:680px) {



/*▼マークアップ関係--------------------------------------------------*/
h2 {
    font-size: 20px;
    line-height: 60px;
    width: 90vw;
    padding-left: 5vw;
    height: 60px;
	margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    border: 5px solid #CAE4E8;
    border-radius: 10px 10px 10px 10px;
}

.h3_type1_wrapper {
    width: 96vw;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
}

.h3_type1_w445_left {
    width: 33vw;
    height: 4px;
    margin: 8px 0px 8px 0px;
    float: left;
    background: linear-gradient(to right, rgba(39,144,147,0), rgba(39,144,147,1));
}
h3.h3_type1_w270 {
    width: 30vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    float: left;
}
.h3_type1_w445_right {
    width: 33vw;
    height: 4px;
    margin: 8px 0px 8px 0px;
    float: left;
    background: linear-gradient(to left, rgba(39,144,147,0), rgba(39,144,147,1));
}
/*▲マークアップ関係--------------------------------------------------*/



p#intro {
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 50px;
}



#sub_navi {
    display: none;
}

#sub_navi_sp {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border: 2px solid #27969A;
  border-radius: 5px;
  background: #ffffff;
}
#sub_navi_sp::before { /*下向き矢印関係*/
  position: absolute;
  top: 1.5em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #27969A;
  pointer-events: none;
}
#sub_navi_sp select {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
  color: black;
  font-size: 14px;
}



h3#item1 {
    width: 544px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #8AC6C8;
    float: left;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
}
h3#item2 {
    width: 544px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #ECC231;
    float: right;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
}
h3#item3 {
    width: 544px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #C8E2E6;
    float: left;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 18px;
}
h3#item4 {
    width: 544px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #C8E2E6;
    float: right;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 18px;
}
hr#hr_sub_navi {
    border: none;
    border-top: 1px dashed #C6C6C6;
    width: 1098px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 11px;
    margin-bottom: 0px;
}
h3#item5 {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
}



/*▼item1関係----------------------------------------------------*/
#item1_anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

#item1_title_wrapper {
    width: 98vw;
    height: 58px;
    padding-top: 8px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    background-image: url("../service/img/item1/item1_title_wrapper_bg.svg"); /*両サイドの斜点線*/
    background-repeat: no-repeat;
    background-position: bottom;
}
p#item1_title_caption {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #D57150;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}
p#item1_title {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #D57150;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}
hr#hr_item1_title {
    width: 98vw;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12px;
    background-image: url("../service/img/item1/hr_item1_title_bg.svg");
    border: none;
}

#item1_wrapper {
    width: 98vw;
    border-radius: 10px 10px 10px 10px;
    background-color: #8AC6C8;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 27px;
    padding-bottom: 30px;
}

p#item1_lead1 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 17px;
}

#item1_inner {
    width: 86vw; /* 86+4+4=94 98の中央に94のinnerを配置*/
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 4vw 20px 4vw;
}

img#item1_icon {
    width: 12vw;
    height: 100px;
    float: left;
}
p#item1_lead2 {
    width: 70vw; /* 12+70=82 86の中に左右計82の要素を中央に4空けで配置 */
    font-size: 16px;
    line-height: 24px; /*左側に配置のアイコンの高さは100px　24*2=48　100-48=52　52/2=26*/
    font-weight: bold;
    margin-top: 26px;
    margin-bottom:0px;
    float: right;
}

hr.hr_item1 {
    border: none;
    border-top: 2px dotted #259599;
    width: 84vw;
    margin: 20px auto 20px auto;
}

/*見守り機器1関係-----*/
#sensor1_wrapper {
margin-top: 0px;
}

img.sensor_icon_type1 {
    width: 36px;
    height: 26px;
    padding-bottom: 2px; /*横との見た目上の高さ合わせ*/
    float: left;
}
p#sensor1 {
    font-size: 20px;
    line-height: 26px;
    padding-top: 2px; /*横との見た目上の高さ合わせ*/
    margin-left: 10px;
    font-weight: bold;
    color: #258F91;
    float: left;
    margin-bottom: 0px;
}
p#sensor1_caption {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

p#sensor1_item1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 0px;
}
p#sensor1_item1_text1 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}
/*-----見守り機器1関係*/

/*見守り機器2関係-----*/
#sensor2_wrapper {
}
p#sensor2 {
    font-size: 20px;
    line-height: 26px;
    padding-top: 2px; /*横との見た目上の高さ合わせ*/
    margin-left: 10px;
    font-weight: bold;
    color: #258F91;
    float: left;
    margin-bottom: 0px;
}
p#sensor2_caption {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

p#sensor2_item1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 0px;
}
p#sensor2_item1_text1 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

p#sensor2_item2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 0px;
}
p#sensor2_item2_text1 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}
p#sensor2_item2_text2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.wbgt {
    background-color: #258F91;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 8px 4px 8px;
}
/*-----見守り機器2関係*/

/*特徴関係-----*/
p#item1_feature {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
p#item1_feature_text {
    font-size: 14px;
    margin-bottom: 20px;
}

#item1_img {
    width: 86vw;
    margin-right: auto;
    margin-left: auto;
}
img#item1_img1 {
    width: 86vw;
}

#sensor_sp {
    width: 56vw; /*ここの数字はセンサーアイコンのサイズ調整のために単純に調整してok*/
    margin-right: auto;
    margin-left: auto;
}
img.sensor_icon_type2_vertical {
    width: 86vw;
}
#sensor {
    display: none;
}

img#item1_img2 {
    width: 86vw;
}
/*-----特徴関係*/

/*料金関係-----*/
p#item1_fees {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
p#item1_fee_initial {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
p#item1_fee_initial_text {
    font-size: 14px;
    margin-bottom: 20px;
}

p#item1_fee_monthly {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
p#item1_fee_monthly_text {
    font-size: 14px;
    margin-bottom: 0px;
}
/*-----料金関係*/

/*異常時関係-----*/
p#item1_emergency {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

p#item1_emergency_item1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}
p#item1_emergency_item1_text {
    font-size: 14px;
    margin-bottom: 17px;
}

p#item1_emergency_item2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}
p#item1_emergency_item2_text {
    font-size: 14px;
    margin-bottom: 0px;
}
/*-----異常時関係*/

/*▼----------------------------------------------------item1関係*/



p#btw_item1_item2 {
    width: 88vw;
    padding: 3vw 3vw 3vw 3vw;
    margin: 40px auto 30px auto;
    border: 2px dashed #279699;
    border-radius: 10px 10px 10px 10px;
    font-size: 14px;
}

.line-through {
    text-decoration: line-through;
}
.light_green {
    background-color: #C3DFE0;
}
.light_yellow {
    background-color: #F1DD9B;
}

.check_green {
    color: #27898C;
}



/*▼item2関係----------------------------------------------------*/
#item2_anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

#item2_title_wrapper {
    width: 98vw;
    height: 58px;
    padding-top: 8px;
/*    margin-top: 60px;*/
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    background-image: url("../service/img/item1/item1_title_wrapper_bg.svg"); /*両サイドの斜点線 スマホサイトではitem2の背景もitem1用でOK*/
    background-repeat: no-repeat;
    background-position: bottom;
}
p#item2_title_caption {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #D57150;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}
p#item2_title {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #D57150;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}
hr#hr_item2_title {
    width: 98vw;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12px;
    background-image: url("../service/img/item1/hr_item1_title_bg.svg");
    border: none;
}

#item2_wrapper {
    width: 98vw;
    border-radius: 10px 10px 10px 10px;
    background-color: #ECC231;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    padding-top: 27px;
    padding-bottom: 30px;
}

p#item2_lead1 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 17px;
}

#item2_inner {
    width: 86vw; /* 86+4+4=94 98の中央に94のinnerを配置*/
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 4vw 20px 4vw;
}

img#item2_icon {
    width: 12vw;
    height: 100px;
    float: left;
}
p#item2_lead2 {
    width: 70vw; /* 12+70=82 86の中に左右計82の要素を中央に4空けで配置 */
    font-size: 16px;
    line-height: 24px; /*左側に配置のアイコンの高さは100px　24*2=48　100-48=52　52/2=26*/
    font-weight: bold;
    margin-top: 26px;
    margin-bottom:0px;
    float: right;
}

p#item2_how {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 20px;
}
p#item2_how_text {
    font-size: 14px;
    margin-bottom: 20px;
}

#item2_img {
    width: 86vw;
    margin-right: auto;
    margin-left: auto;
}
img#item2_img1 {
    width: 86vw;
}

img#arrows {
    display: none;
}
img#arrows-sp {
    width: 16vw;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 35vw;
    margin-left: 35vw;
}

img#item2_img2 {
    width: 86vw;
}

p#item2_feature {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}
p#item2_feature_text {
    font-size: 14px;
    margin-bottom: 30px;
}

p#item2_fees {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
p#item2_fees_text {
    font-size: 14px;
    margin-bottom: 0px;
}

.light_yellow {
    background-color: #F1DD9B;
}
/*▲item2関係----------------------------------------------------*/



p#about_additional_fee {
    width: 90vw;
    border-radius: 10px 10px 10px 10px;
    background-color: #eeeeee;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    padding: 4vw 4vw 4vw 4vw;
    font-size: 14px;
}



/*▼item3関係----------------------------------------------------*/
#item3_anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

#item3_wrapper {
    width: 98vw;
    border-radius: 10px 10px 10px 10px;
    background-color: #c8e2e6;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

p#item3_lead {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#item3_inner {
    width: 86vw; /* 86+4+4=94 98の中央に94のinnerを配置*/
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 4vw 20px 4vw;
}

#step1_left {
    width: 12vw;
    float: left;
}
p#step1_lead {
    width: 71vw; /* 12+71=83 86の中に左右計82の要素を中央に3空けで配置 */
    font-size: 16px;
    line-height: 100px; /*左側に配置のアイコンの高さも100px*/
    font-weight: bold;
    margin-bottom:0px;
    float: right;
}
p#step1_text {
    width: 86vw;
    font-size: 14px;
}

#step2_left {
    width: 12vw;
    float: left;
}
p#step2_lead {
    width: 71vw; /* 12+71=83 86の中に左右計82の要素を中央に3空けで配置 */
    font-size: 16px;
    line-height: 100px; /*左側に配置のアイコンの高さも100px*/
    font-weight: bold;
    margin-bottom:0px;
    float: right;
}
p#step2_text {
    width: 86vw;
    font-size: 14px;
}

#step3_left {
    width: 12vw;
    float: left;
}
p#step3_lead {
    width: 71vw; /* 12+71=83 86の中に左右計82の要素を中央に3空けで配置 */
    font-size: 16px;
    line-height: 100px; /*左側に配置のアイコンの高さも100px*/
    font-weight: bold;
    margin-bottom:0px;
    float: right;
}
p#step3_text {
    width: 86vw;
    font-size: 14px;
}

#step4_left {
    width: 12vw;
    float: left;
}
p#step4_lead {
    width: 71vw; /* 12+71=83 86の中に左右計82の要素を中央に3空けで配置 */
    font-size: 16px;
    line-height: 100px; /*左側に配置のアイコンの高さも100px*/
    font-weight: bold;
    margin-bottom:0px;
    float: right;
}
p#step4_text {
    width: 86vw;
    font-size: 14px;
}

#step5_left {
    width: 12vw;
    float: left;
}
p#step5_lead {
    width: 71vw; /* 12+71=83 86の中に左右計82の要素を中央に3空けで配置 */
    font-size: 16px;
    line-height: 100px; /*左側に配置のアイコンの高さも100px*/
    font-weight: bold;
    margin-bottom:0px;
    float: right;
}
p#step5_text {
    width: 86vw;
    font-size: 14px;
    margin-bottom: 20px;
}

img#step1_icon {
    width: 100%;
    height: 100px;
}
img#step2_icon {
    width: 100%;
    height: 100px;
}
img#step3_icon {
    width: 100%;
    height: 100px;
}
img#step4_icon {
    width: 100%;
    height: 100px;
}
img#step5_icon {
    width: 100%;
    height: 100px;
}

/*▲item3関係----------------------------------------------------*/



/*▼item4関係----------------------------------------------------*/
#item4_anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

p#item4_title {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

#item4_wrapper {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #c6c6c6;
    padding: 10px 3vw 10px 3vw;
    margin-bottom: 60px;
}
/*▲item4関係----------------------------------------------------*/



/*▼item5関係----------------------------------------------------*/
#item5_anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

p#item5_title {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

#item5_wrapper {
    width: 98vw;
    margin-right: auto;
    margin-left: auto;
}

#users_current {
}
img#users {
    display: block;
    width: 98vw;
}
p#current {
    width: 98vw;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
}

#item5_caption {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
}

p#item5_caption_type1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

p.item5_caption_type2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}
/*▲item5関係----------------------------------------------------*/



}










/*PCサイト**************************************************************************/
@media screen and (min-width:681px) {



/*▼マークアップ関係--------------------------------------------------*/
h2 {
    font-size: 32px;
    line-height: 160px;
    width: 1098px;
    padding-left: 48px;
    height: 160px;
	margin-top: 140px;
    margin-right: auto;
    margin-left: auto;
    border: 10px solid #CAE4E8;
    border-radius: 30px 30px 30px 30px;
}

.h3_type1_wrapper {
    width: 1160px;
    height: 36px;
    margin-right: auto;
    margin-left: auto;
}

.h3_type1_w445_left {
    width: 445px;
    height: 4px;
    margin: 16px 0px 16px 0px;
    float: left;
    background: linear-gradient(to right, rgba(39,144,147,0), rgba(39,144,147,1));
}
h3.h3_type1_w270 {
    width: 270px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    float: left;
}
.h3_type1_w445_right {
    width: 445px;
    height: 4px;
    margin: 16px 0px 16px 0px;
    float: left;
    background: linear-gradient(to left, rgba(39,144,147,0), rgba(39,144,147,1));
}
/*▲マークアップ関係--------------------------------------------------*/



p#intro {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}



#sub_navi {
    width: 1098px;
    padding: 30px 30px 0px 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 110px;
    border: 1px solid #C8C8C8;
    border-radius: 30px 30px 30px 30px;
}

h3#item1 {
    width: 544px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #8AC6C8;
    float: left;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
}
h3#item2 {
    width: 544px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #ECC231;
    float: right;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
}
h3#item3 {
    width: 544px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #C8E2E6;
    float: left;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 18px;
}
h3#item4 {
    width: 544px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #C8E2E6;
    float: right;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 18px;
}
hr#hr_sub_navi {
    border: none;
    border-top: 1px dashed #C6C6C6;
    width: 1098px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 11px;
    margin-bottom: 0px;
}
h3#item5 {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
}



#sub_navi_sp {
    display: none;
}



/*▼item1関係----------------------------------------------------*/
#item1_anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

#item1_title_wrapper {
    width: 612px;
    height: 73px;
    padding-top: 9px;
    margin: 86px auto 17px auto;
    background-image: url("../service/img/item1/item1_title_wrapper_bg.svg");
}
p#item1_title_caption {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #D57150;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}
p#item1_title {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #D57150;
    margin-top: 13px;
    margin-bottom: 0px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}
hr#hr_item1_title {
    width: 860px;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 36px;
    background-image: url("../service/img/item1/hr_item1_title_bg.svg");
    border: none;
}

#item1_wrapper {
    width: 1160px;
    border-radius: 30px 30px 30px 30px;
    background-color: #8AC6C8;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    padding-top: 30px;
    padding-bottom: 90px;
}

p#item1_lead1 {
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 30px;
}

#item1_inner {
    width: 980px;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 40px 40px 40px;
}

img#item1_icon {
    width: 80px;
    height: 80px;
    float: left;
}
p#item1_lead2 {
    font-size: 30px;
    line-height: 80px;
    float: left;
    margin-left: 32px;
    margin-bottom: 0px;
}

hr.hr_item1 {
    border: none;
    border-top: 2px dotted #259599;
    width: 950px;
    margin: 42px auto 42px auto;
}

/*見守り機器1関係-----*/
#sensor1_wrapper {
margin-top: 62px;
}

img.sensor_icon_type1 {
    width: 44px;
    height: 32px;
    padding-bottom: 2px; /*横との見た目上の高さ合わせ*/
    float: left;
}
p#sensor1 {
    font-size: 24px;
    line-height: 32px;
    padding-top: 2px; /*横との見た目上の高さ合わせ*/
    margin-left: 10px;
    font-weight: bold;
    color: #258F91;
    float: left;
    margin-bottom: 0px;
}
p#sensor1_caption {
    margin-top: 13px;
    margin-bottom: 27px;
}

p#sensor1_item1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}
p#sensor1_item1_text1 {
    margin-top: 11px;
    margin-bottom: 0px;
}
/*-----見守り機器1関係*/

/*見守り機器2関係-----*/
#sensor2_wrapper {
}
p#sensor2 {
    font-size: 24px;
    line-height: 32px;
    padding-top: 2px; /*横との見た目上の高さ合わせ*/
    margin-left: 10px;
    font-weight: bold;
    color: #258F91;
    float: left;
    margin-bottom: 0px;
}
p#sensor2_caption {
    margin-top: 13px;
    margin-bottom: 27px;
}

p#sensor2_item1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}
p#sensor2_item1_text1 {
    margin-top: 6px;
    margin-bottom: 27px;
}

p#sensor2_item2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}
p#sensor2_item2_text1 {
    margin-top: 6px;
    margin-bottom: 0px;
}
p#sensor2_item2_text2 {
    margin-top: 13px;
    margin-bottom: 0px;
}

.wbgt {
    background-color: #258F91;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 8px 4px 8px;
}
/*-----見守り機器2関係*/

/*特徴関係-----*/
p#item1_feature {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
p#item1_feature_text {
    margin-bottom: 40px;
}

#item1_img {
    width: 920px;
    height: 225px;
    margin-right: auto;
    margin-left: auto;
}
img#item1_img1 {
    width: 395px;
    height: 225px;
    float: left;
}

#sensor {
    width: 130px;
    height: 225px;
    float: left;
}
img.sensor_icon_type2_horizon {
    width: 130px;
    height: 225px;
}
#sensor_sp {
    display: none;
}

img#item1_img2 {
    width: 395px;
    height: 225px;
    float: left;
}
/*-----特徴関係*/

/*料金関係-----*/
p#item1_fees {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 19px;
}
p#item1_fee_initial {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 13px;
}
p#item1_fee_initial_text {
    margin-bottom: 21px;
}

p#item1_fee_monthly {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 13px;
}
p#item1_fee_monthly_text {
    margin-bottom: 0px;
}
/*-----料金関係*/

/*異常時関係-----*/
p#item1_emergency {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

p#item1_emergency_item1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}
p#item1_emergency_item1_text {
    margin-bottom: 27px;
}

p#item1_emergency_item2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}
p#item1_emergency_item2_text {
    margin-bottom: 0px;
}
/*-----異常時関係*/

/*▼----------------------------------------------------item1関係*/



p#btw_item1_item2 {
    width: 960px;
    padding: 50px 50px 50px 50px;
    margin: 0px auto 80px auto;
    border: 2px dashed #279699;
    border-radius: 30px 30px 30px 30px;
}

.line-through {
    text-decoration: line-through;
}
.light_green {
    background-color: #C3DFE0;
}
.light_yellow {
    background-color: #F1DD9B;
}

.check_green {
    color: #27898C;
}



/*▼item2関係----------------------------------------------------*/
#item2_anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

#item2_title_wrapper {
    width: 834px;
    height: 73px;
    padding-top: 9px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 17px;
    background-image: url("../service/img/item2/item2_title_wrapper_bg.svg");
}
p#item2_title_caption {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #D57150;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}
p#item2_title {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #D57150;
    margin-top: 13px;
    margin-bottom: 0px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}
hr#hr_item2_title {
    width: 860px;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 36px;
    background-image: url("../service/img/item2/hr_item2_title_bg.svg");
    border: none;
}

#item2_wrapper {
    width: 1160px;
    border-radius: 30px 30px 30px 30px;
    background-color: #ECC231;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 85px;
    padding-top: 30px;
    padding-bottom: 90px;
}

p#item2_lead1 {
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 30px;
}

#item2_inner {
    width: 980px;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 40px 40px 40px;
}

img#item2_icon {
    width: 80px;
    height: 80px;
    float: left;
}
p#item2_lead2 {
    font-size: 30px;
    line-height: 80px;
    float: left;
    margin-left: 32px;
    margin-bottom: 0px;
}

p#item2_how {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 20px;
}
p#item2_how_text {
    margin-bottom: 43px;
}

#item2_img {
    width: 920px;
    height: 225px;
    margin-right: auto;
    margin-left: auto;
}
img#item2_img1 {
    width: 395px;
    height: 225px;
    float: left;
}

img#arrows {
    display: block;
    width: 100px;
    height: 225px;
    margin-right: 15px;
    margin-left: 15px;
    float: left;
}
img#arrows-sp {
    display: none;
}

img#item2_img2 {
    width: 395px;
    height: 225px;
    float: left;
}

p#item2_feature {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 71px;
    margin-bottom: 20px;
}
p#item2_feature_text {
    margin-bottom: 75px;
}

p#item2_fees {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
p#item2_fees_text {
    margin-bottom: 50px;
}
/*▲item2関係----------------------------------------------------*/



p#about_additional_fee {
    width: 1060px;
    border-radius: 30px 30px 30px 30px;
    background-color: #eeeeee;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 180px;
    padding: 90px 50px 90px 50px;
}



/*▼item3関係----------------------------------------------------*/
#item3_anchor {
    display: block;
    padding-top: 165px; /*上部固定メニューの高さ70+本要素の親要素に設定されている上パディング95*/
    margin-top: -165px;
}

#item3_wrapper {
    width: 1160px;
    border-radius: 30px 30px 30px 30px;
    background-color: #c8e2e6;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 180px;
    padding-top: 95px;
    padding-bottom: 90px;
}

p#item3_lead {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 44px;
}

#item3_inner {
    width: 960px;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 50px 0px 50px;
}

#step1_left {
    width: 150px;
    height: 278px;
    float: left;
    background-image: url("../service/img/item3/step_left_bg.svg");
}
p#step1_lead {
    width: 810px;
    height: 100px;
    font-size: 20px;
    line-height: 100px;
    font-weight: bold;
    margin-bottom:0px;
    float: right;
}
p#step1_text {
    width: 810px;
    height: 178px;
    margin-bottom:0px;
    float: right;
}

#step2_left {
    width: 150px;
    height: 278px;
    float: left;
    background-image: url("../service/img/item3/step_left_bg.svg");
}
p#step2_lead {
    width: 810px;
    height: 100px;
    font-size: 20px;
    line-height: 100px;
    font-weight: bold;
    margin-bottom:0px;
    float: right;
}
p#step2_text {
    width: 810px;
    height: 178px;
    margin-bottom:0px;
    float: right;
}

#step3_left {
    width: 150px;
    height: 278px;
    float: left;
    background-image: url("../service/img/item3/step_left_bg.svg");
}
p#step3_lead {
    width: 810px;
    height: 100px;
    font-size: 20px;
    line-height: 100px;
    font-weight: bold;
    margin-bottom:0px;
    float: right;
}
p#step3_text {
    width: 810px;
    height: 178px;
    margin-bottom:0px;
    float: right;
}

#step4_left {
    width: 150px;
    height: 278px;
    float: left;
    background-image: url("../service/img/item3/step_left_bg.svg");
}
p#step4_lead {
    width: 810px;
    height: 100px;
    font-size: 20px;
    line-height: 100px;
    font-weight: bold;
    margin-bottom:0px;
    float: right;
}
p#step4_text {
    width: 810px;
    height: 178px;
    margin-bottom:0px;
    float: right;
}

#step5_left {
    width: 150px;
    height: 348px;
    float: left;
/*    background-image: url("../service/img/item3/step_left_bg.svg");*/
}
p#step5_lead {
    width: 810px;
    height: 100px;
    font-size: 20px;
    line-height: 100px;
    font-weight: bold;
    margin-bottom:0px;
    float: right;
}
p#step5_text {
    width: 810px;
    height: 248px;
    margin-bottom:0px;
    float: right;
}

img#step1_icon {
    width: 100px;
    height: 100px;
}
img#step2_icon {
    width: 100px;
    height: 100px;
}
img#step3_icon {
    width: 100px;
    height: 100px;
}
img#step4_icon {
    width: 100px;
    height: 100px;
}
img#step5_icon {
    width: 100px;
    height: 100px;
}

.step_right_lead {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 24px;
}

/*▲item3関係----------------------------------------------------*/



/*▼item4関係----------------------------------------------------*/
#item4_anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

p#item4_title {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 44px;
}

#item4_wrapper {
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 180px;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #c6c6c6;
    padding: 30px 50px 30px 50px;
}
/*▲item4関係----------------------------------------------------*/



/*▼item5関係----------------------------------------------------*/
#item5_anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

p#item5_title {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 44px;
}

#item5_wrapper {
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
}

#users_current {
    float: left;
}
img#users {
    width: 650px;
    height: 360px;
    display: block;
}
p#current {
    width: 650px;
    height: 28px;
    margin-bottom: 0px;
    text-align: center;
}

#item5_caption {
    float: right;
    width: 475px;
    height: 360px;
}

p#item5_caption_type1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 60px;
}

p.item5_caption_type2 {
}
/*▲item5関係----------------------------------------------------*/



}









