@charset "UTF-8";

/* アバウトメインビジュアル　ここから*/
#page_about_visual{
    background:url("../img/about/about_list_main_bg.jpg") no-repeat center top;
    padding: 60px 0;
    margin: 0 auto 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100vw;
    background-position-y: top;
}
#page_about_visual .title_waku{
    background: rgba(255, 255, 255,0.80);
    text-align: center;
    margin: auto;
    padding: 9px;
}
#page_about_visual .title_waku h1{
    font-size: 32px;
    line-height: 1.2;
}
#page_about_visual .title_waku p{
    font-size: 16px;
}
/* アバウトメインビジュアル　ここまで*/

/* セットアバウト　ここから*/
section#set_about{
    padding-top: 0px;
}
#set_about .list_two{
    display: block;
}
#set_about .list_box{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 10px;
    border: 2px solid #ff7675;
}
#set_about .list_two .list_box{
    position: relative;
    display: flex;
    padding: 20px 10px;
    border: 2px solid #ff7675;
}
#set_about .list_box .list_number{
    position: absolute;
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #ffffff;
    background: #ff7675;
}
#set_about .list_box dl,
#set_about .list_two .list_box dl{
    margin: 10px 0 0;
}
#set_about .list_box h3{
    font-size: 24px;
    text-align: left;
}
#set_about .list_box h3::after{
    content: "";
    display: block;
    max-width: 450px;
    height: 1px;
    border-bottom: 1px solid #ff7675;
}
#set_about .list_box h4{
    margin: 5px 0;
    text-align: left;
    color: #ff7675;
}
#set_about .list_box p{
    text-align: left;
}
#set_about .list_box p span{
    display: block;
    padding: 10px 0 0;
}
#set_about .list_box ul{
    display: block;
    justify-content: space-between;
    font-size: 0;
    list-style: none;
}
#set_about .list_box ul li{
    padding: 15px 0 0 0;
}
/* セットアバウト　ここまで*/

/* セットサポート　ここから*/
#set_support h3{
    font-size: 7.5vw;
}
#set_support p{
    margin: 0 0 40px 0;
    text-align: left;
}
#set_support .support_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0px;
    margin-bottom: 0;
}
#set_support .support_box .important_list{
    margin-bottom: 20px;
}
#set_support .support_box h4{
    font-size: 7.5vw;
    text-align: center;
    margin: 0 0 10px;
}
#set_support .support_box p{
    margin: 0;
    text-align: left;
}
#set_support .support_box .comment_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#set_support .support_box .comment_list ul{
    text-align: left;
    list-style: none;
}
#set_support .support_box .comment_list ul li{
    color: #ff7675;
    line-height: 2.4;
    font-size: 3.5vw;
    position: relative;
    padding: 0 0 0 25px;
}
#set_support .support_box .comment_list ul li::before{
    position: absolute;
    top: 10px;
    left: 0px;
    content: url(../img/top/comment.gif);
    display: inline-block;
}
#set_support .support_box .comment_list figure{
    width: 30vw;
}
#set_support .celemony_block{
    padding: 15px;
    border: 2px solid #9a9a9a;
    text-align: left;
}
#set_support .celemony_block dt h4{
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 10px;
}
#set_support .celemony_list{
    text-align: left;
}
#set_support .celemony_list dt h4{
    position: relative;
    padding: 0 0 10px 10px;
}
#set_support .celemony_list dt h4::before{
    position: absolute;
    top: -2px;
    left: 0px;
    content: "";
    display: inline-block;
    width: 4px;
    height: 26px;
    background-color: #000000;
}
#set_support .commitment_block{
    text-align: left;
}
#set_support .commitment_block dt h4{
    position: relative;
    padding: 0 0 10px 0;
    font-size: 18px;
}
#set_support .commitment_block dt h4::after{
    position: absolute;
    top: 12px;
    left: 11em;
    content: "";
    display: inline-block;
    width: 32%;
    height: 1px;
    background-color: #000000;
}
#set_support .commitment_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    text-align: center;
}
#set_support .commitment_list li{
    position: relative;
    width: 45vw;
    margin: 0 0 2vw;
    padding: 10px 20px;
    background: #f7f7f7;
}
#set_support .commitment_list li::before{
    position: absolute;
    content: "";
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}
#set_support .commitment_list li::after{
    position: absolute;
    content: "";
    display: inline-block;
    bottom: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}
#set_support .support_list{
    max-width: 450px;
    text-align: left;
    margin-top: 20px;
}
#set_support .support_list dt{
    position: relative;
    padding: 0 0 0 25px;
    color: #ff7675;
}
#set_support .support_list dt::before{
    position: absolute;
    top: 3px;
    left: 0px;
    content: url(../img/top/check.gif);
    display: inline-block;
}
#set_support .support_list dd{
    margin: 0 0 15px;
}
#set_support .after_support_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    list-style: none;
}
#set_support .after_support_list li{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
    padding: 10px;
    border: 2px solid #9a9a9a;
}
#set_support .after_support_list li dl{
    flex-basis: 82%;
    padding: 0 0 0 10px;
}
#set_support .after_support_list li dl dt h4{
    position: relative;
    padding: 0 0 0 10px;
}
#set_support .after_support_list li dl dt h4::before{
    position: absolute;
    top: 1px;
    left: 0px;
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #ff7675;
}
#set_support .after_support_list li dl dd p{
    font-size: 14px;
    margin: 0;
}
/* セットサポート　ここまで*/

/* セットプラン　ここから*/
#set_plan ul.set_plan_list{
    list-style: disc;
    padding-left: 27px;
    margin-top: 7px;
    line-height: 1.4;
}
#set_plan ul.set_plan_list li{
    width: 198px;
    font-size: 24px;
    border: 0;
}
#set_plan ul.set_plan_list li.yokohaba{
    width: 100px;
}
#set_plan ul.set_plan_list li + li{
    margin-left: 0px;
}
#set_plan ul.set_plan_list li:hover{
    opacity:initial;
}
/* セットプラン　ここまで*/

/* セットプラン比較　ここから*/
#set_plan .set_plan_hikaku_h2{
    margin-bottom: 21px;
}
#set_plan ul#set_plan_hikaku li h3::after{
    font-family: none;
    content: '';
    width: initial;
    margin: 0;
}
#set_plan ul li figure.hikaku_flow{
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding: 18px 0;
    margin: 12px auto;
    height: 102px;
}
#set_plan ul.hikaku_icon{
    padding: 9px;
}
#set_plan ul.hikaku_icon li{
    width: 58px;
    border: none;
    text-align: center;
    padding: 0;
    margin: 0 16px 8px 0;
}
#set_plan ul.hikaku_icon li:nth-child(4n){
    margin-right: 0;
}
#set_plan ul.hikaku_icon li figure{
    width: initial;
    height: initial;
    margin: 0;
}
#set_plan ul.hikaku_icon li figure figcaption{
    line-height: 1.2;
    font-size: 11px;
    font-weight: 700;
    margin-top: 3px;
}
#set_plan ul.hikaku_icon li figure figcaption.icon_small{
    font-size: 10px;
    letter-spacing: -1px;
}
/* セットプラン比較　ここまで*/
.comment_list_illust{
  position: absolute;
  right: 0;
  bottom: 0;
}
.after_support_list_img{
  flex-basis: 18%;
}
.p{
  text-align: justify;
  text-justify: inter-ideograph;
}
figure{
  width: 100%;
}
figure img{
  width: 100%;
}
.flower_page_link{
  color: #fff;
}
#set_about p.flower_page{
  background-color: #FF8383;
  border-radius: 2px;
  color: #fff;
  font-size: 4vw;
  padding: 5px 10px;
  margin-top: 15px;
  width: 100%;
  text-align: center;

}
