@charset "utf-8";


body{
        /* background: url(../img_dm/dm_sp.png) no-repeat center; */
        /* background-position-y: 1649px; */
        /*background-position-x: 57px;*/
        /* background-size: 100%; */
        /*overflow:hidden;*/
        /*position:relative;*/
}
.TODO{
    height:1200px;
    border-top:1px solid #c00;
    padding-top:300px;
    margin-top:300px;
}

/*================================================================================

common parts

================================================================================*/
body{
    font-family:"Roboto","游ゴシック体", "YuGothic", "游ゴシック体" , "YuGothic","ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}
p, li, dt, dd{
    line-height: 1.6;
}

* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.noDisplay { display: none; }

.-pcOnly { display: block; }
@media screen and (max-width: 768px) { .-pcOnly { display: none; } }

.-spOnly {display: none;}
@media screen and (max-width: 768px) { .-spOnly { display: block; } }

.u-ab{
    position: absolute;
}
.c-serif{
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.c-sansSerif {
     font-family:"Roboto","游ゴシック体", "YuGothic", "游ゴシック体" , "YuGothic","ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

a{
    opacity: 1;
    transition:.3s;
}
a:hover{
    opacity: .8;
    transition:.3s;
}
/*
--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.u-ab.u-rel--sp{
    position: relative;
    top:inherit!important;
    bottom: inherit!important;
    left: inherit!important;
    right: inherit!important;
}
}




/*================================================================================
基本
================================================================================*/
#wrapper{
    padding-bottom: 100px;
    width: 100%;
    background: 0;
}
.l-section{
    position: relative;
}
.l-section .box{
    background-color: #f4f2ed;
    /* border:1px solid; */
    border-radius: 10px;
    padding: 60px 60px;
}
.l-lpHeader{}
.l-lpHeader .header{
    position: relative;
    /* padding: 12px 0 11px; */
    background: transparent url(/assets/img/parts_line01.gif) repeat-x 0 100%;
}
.l-lpHeader .header #headTitle {
    /* position: absolute; */
    /* top: 0; */
    /* left: 10px; */
    width: 194px;
    padding: 30px 0;
}
.l-lpHeader .header #headTitle a {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    height: 35px;
    background: transparent url(/assets/img/ci.gif) no-repeat 0 0;
}
.l-lpHeader .topicpath {
    position: relative;
    /* width: 600px; */
    margin: 0 0 30px 0px;
}
.l-lpHeader .topicpath li {
    float: left;
    display: inline;
    padding: 25px 0.5em 0 0;
    font-size: 12px;
}
.l-lpHeader .topicpath li a:link,
.l-lpHeader .topicpath li a:visited {
    color: #9B8E7D;
}
.c-line{
    background:url(../img/fig02.png)no-repeat;
    background-size:100%;
    height: 12px;
    margin: 50px 0 60px;
}
.c-line02{
    background:url(../img/fig13.png)repeat-x;
    height: 13px;
    margin: 60px auto 60px;
    width: 920px;
}
.c-line02b{
    background:url(../img/fig10.png)repeat-x;
    height: 13px;
    margin: 60px auto 60px;
    width: 920px;
}
.c-line03{
    height: 10px;
    width: 100%;
    display: block;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
}
.c-textIndent{
    text-indent: -1em;
    margin-left: 1em;
}
#pageTop{
    position:fixed;
    right:20px;
    bottom:20px;
    width: 50px;
}
#pageTop img{
    width: auto;
}
/*
--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
header .title{
    margin-left: 5%;
}
header .title img {
    width: 48%;
}
.l-section{
    position: relative;
    padding: 0 20px;
}
.l-section .box{
    background-color: #f4f2ed;
    /* background-color: transparent; */
    /* border:1px solid; */
    border-radius: 10px;
    padding: 60px 60px;
}
.c-line{
    background:url(../img/fig02.png)no-repeat;
    background-size: auto 100%;
    height: 12px;
    margin: 40px 20px 40px;
}
.c-line02{
    background:url(../img/fig13.png)repeat-x;
    height: 13px;
    margin: 40px auto 40px;
    width: auto;
}
.c-line02b{
    background:url(../img/fig10.png)repeat-x;
    height: 13px;
    margin: 60px auto 60px;
    width: auto;
}
.c-line03{
    height: 10px;
    width: 100%;
    display: block;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
}
.c-textIndent{
    text-indent: -1em;
    margin-left: 1em;
}
#pageTop{
    position:fixed;
    right:20px;
    bottom:20px;
    width:64px;
}
#pageTop img{
    width: 64px;
}
}






/*================================================================================
LP固有
================================================================================*/
.l-surveyReport{
    width: 960px;
    margin: auto;
}
.l-surveyReport.-wide{
    width: 100%;
}

.l-surveyReport .headTitle{
    font-size: 44px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 70px;
    color: #424242;
}
.l-surveyReport .headTitle .c-underline{}
.l-surveyReport .headTitle2{
    font-size: 36px;
    margin-bottom: 40px;
}
.l-surveyReport .headTitle2 .c-underline{padding-bottom: 30px;}
.l-surveyReport .headTitle2 .sub{
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 40px;
    color: #888;
}
.l-surveyReport .headTitle3{
    margin-bottom: 50px;
}
.l-surveyReport .lead{
    text-align: center;
    margin-bottom: 50px;
    color: #555;
}

.l-surveyReport .sec1{}
.l-surveyReport .sec1 .title-bessatsu{
    top: 0;
    right: 0;
}
.l-surveyReport .sec1 .pic{
    bottom: 0;
    right: 20px;
}
.l-surveyReport .sec1 .title{
    margin-bottom: 40px;
}
.l-surveyReport .sec1 .text1{
    font-size: 40px;
    margin-bottom: 30px;
}
.l-surveyReport .sec1 .text2{
}
.l-surveyReport .sec1 .text2 + .text2{
    margin-top: 10px;
}

.c-underline{
    position: relative;
    background: url(../img/fig08.png)repeat-x bottom left;
    padding-bottom: 20px;
}
.c-underline::before{
    content: "";
}
.c-underline2{
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}
.c-underline2::before{
    content: "";
    display: block;
    background-color: #00b49c;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    margin:auto;
}
.c-btnWrap{
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    border-radius: 4px;
    padding: 20px 20px;
}
a.c-btn{
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none!important;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 10px 5px;
    /* border: 1px solid; */
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
a.c-btn:hover{
    background-color: #edb7a9;
    color: #333!important;
    opacity: 1;
}
a.c-btn_text{}
.c-btn_text.-arrow{
    padding-left: 20px;
}
.c-btn_text.-arrow::before{
    content: "";
    display: block;
    background:url(/assets/img/icon_arrow.png)no-repeat;
    background-size:cover;
    width: 8px;
    height: 12px;
    position: absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.c-btn_text.-arrow:hover::before{
    content: "";
    background:url(/assets/img/icon_arrow_on.png)no-repeat;
    background-size:cover;
}


.l-surveyReport .sec2{}
.l-surveyReport .sec2 .list{}
.l-surveyReport .sec2 .list > li{}
.l-surveyReport .sec2 .list .pic{
    width: 440px;
    float: left;
    margin-right: 40px;
}
.l-surveyReport .sec2 .list .textWrap{
    float: right;
    width: 480px;
}
.l-surveyReport .sec2 .list .textWrap .title{
    font-size: 20px;
    color: #666666;
    margin-bottom: 30px;
}
.l-surveyReport .sec2 .list .textWrap .text{
    margin-bottom: 20px;
    font-weight: bold;
}
.l-surveyReport .sec2 .list .textWrap .text + .text{
    /* margin-top: 20px; */
}
.l-surveyReport .sec2 .list .c-btnWrap,
.l-surveyReport .sec11 .c-btnWrap{}
.l-surveyReport .sec2 .list .c-btn_text,
.l-surveyReport .sec11 .c-btn_text{
    font-size: 16px;
    position: relative;
}
.l-surveyReport .sec2 .list .c-btn_text.-arrow{}
.l-surveyReport .sec2 .list .text2,
.l-surveyReport .sec11 .text2{
    margin: 20px 0;
    font-size: 15px;
    color: #555;
    text-align: left;
}
.l-surveyReport .sec2 .list .btnTitle{
    font-size: 16px;
    position: relative;
}
.l-surveyReport .sec2 .list .btnTitle.icon-cart,
.l-surveyReport .sec11 .btnTitle.icon-cart{
    padding-left: 30px;
    margin-left: 15px;
    position: relative;
    text-align: left;
}
.l-surveyReport .sec2 .list .btnTitle.icon-cart::before,
.l-surveyReport .sec11 .btnTitle.icon-cart::before{
    content: "";
    display: block;
    background:url(/assets/img/icon_cart.png)no-repeat;
    background-size:cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.l-surveyReport .sec2 .list2,
.l-surveyReport .sec11 .list2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.l-surveyReport .sec2 .list2 > li,
.l-surveyReport .sec11 .list2 > li{
    flex-basis: calc(50% - 10px);
    margin-top: 20px;
}
.l-surveyReport .sec2 .list2 > li a{
    
}
.l-surveyReport .sec2 .list2 > li a:hover{}



.l-surveyReport .sec3{}
.l-surveyReport .sec3 .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -90px;
    margin-right: -90px;
}
.l-surveyReport .sec3 .list > li{
    flex-basis: 540px;
    margin-bottom: 60px;
}
.l-surveyReport .sec3 .list > li a.pic{
    display: block;
    margin-bottom: 30px;
}
.l-surveyReport .sec3 .list > li a.pic:hover{}
.l-surveyReport .sec3 .list > li .textWrap{
    padding: 0 50px;
}
.l-surveyReport .sec3 .list > li .textWrap .title{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.l-surveyReport .sec3 .list > li .textWrap .title span{display: block;font-size: 20px;margin-bottom: 10px;}
.l-surveyReport .sec3 .list > li .textWrap .text{font-size: 16px;color: #555;}



.l-surveyReport .sec4{
    padding-bottom: 60px;
    width: 920px;
    margin: auto;
}
.l-surveyReport .sec4 .pic{
    text-align: center;
}
.l-surveyReport .sec4 .title,
.l-surveyReport .sec14 .title{
    margin: 50px auto 80px;
    text-align: center;
    font-size: 24px;
    color: #555555;
    font-weight: bold;
}
.l-surveyReport .sec4 .title span,
.l-surveyReport .sec14 .title span{
    background:url(../img/fig10.png)repeat-x bottom left;
    padding-bottom: 35px;
}
.l-surveyReport .sec4 .pic2{}



.l-surveyReport .sec5{padding-top: 10px;margin-bottom: 70px;}
.l-surveyReport .sec5 .box{
    margin-left: -90px;
    margin-right: -90px;
    padding: 60px 40px 10px;
}
.l-surveyReport .box .list{}
.l-surveyReport .box .list > li{
    text-align: center;
}
.l-surveyReport .box .list > li:nth-child(1){
    float: left;
    width: 460px;
}
.l-surveyReport .box .list > li:nth-child(2){
    float: right;
    width: 580px;
}
.l-surveyReport .box .list > li .cWrap .title{
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: -.04em;
    color: #333;
    font-size: 20px;
}
.l-surveyReport .box .list > li .cWrap .title1{
    font-size: 30px;
}
.l-surveyReport .box .list > li .cWrap .pic{
    margin: auto;
    margin-bottom: 50px;
    /* width: 920px; */
}
.l-surveyReport .box .list > li .cWrap .text{
    word-break: break-all;
    color: #555;
    text-align: left;
}
.l-surveyReport .cWrap + .cWrap{
    margin-top: 50px;
}



.l-surveyReport .sec6{
    /* height: 410px; */
    padding-bottom: 100px;
}
.l-surveyReport .sec6 .title{
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
}
.l-surveyReport .sec6 .text1 span{
    font-size: 18px;
    display: block;
    margin-bottom: -10px;
}
.l-surveyReport .sec6 .text1{font-size:14px;text-align: center;margin: auto;margin-bottom: 50px;color: #555;width: auto;line-height: 2;}
.l-surveyReport .sec6 .text1 a{
    cursor: pointer;
    color: #555;
}
.l-surveyReport .sec6 .slideArea{
}
.l-surveyReport .sec6 .slideArea .list{

}
.l-surveyReport .sec6 .slideArea .list li{
    width: 178px;
    text-align: center;
    margin: 0 10px;
}
.l-surveyReport .sec6 .slideArea .list li .text{
    font-weight: bold;
    text-align: center;
    height: 2.5em;
    margin-bottom: 10px;
}
.l-surveyReport .sec6 .slideArea .list li .pic{
    text-align: center;
}
.l-surveyReport .sec6 .slideArea .list li .pic img{
    margin: auto;
}





.l-surveyReport .sec7{
    margin-bottom: 80px;
}
.l-surveyReport .sec7 .box{
    margin-left: -90px;
    margin-right: -90px;
    padding: 60px 40px 60px;
}
.l-surveyReport .sec7 .box .list > li:nth-child(1){
    float: none;
    width: auto;
}
.l-surveyReport .sec7 .box .list > li:nth-child(2){
    float: none;
    width: auto;
}
.l-surveyReport .sec7 .box .list > li .cWrap .text{padding: 0 90px;}
.l-surveyReport .sec7 .box .list > li .cWrap .pic{
    width: 920px;
}



.l-surveyReport .sec8{}
.l-surveyReport .sec8 .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    margin-bottom: 80px;
}
.l-surveyReport .sec8 .list > li{
}
.l-surveyReport .sec8 .list > li:nth-child(1){}
.l-surveyReport .sec8 .list > li:nth-child(2){}
.l-surveyReport .sec8 .textWrap{
    flex: 1;
    font-size: 16px;
    color: #888888;
}
.l-surveyReport .sec8 .pic{
    flex-basis: 100px;
}
.l-surveyReport .sec8 .c-btnWrap{
    padding: 30px 40px;
}
.l-surveyReport .sec8 .text1{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #4c4c4c;
}
.l-surveyReport .sec8 .text2{
    font-size: 16px;
    font-weight: bold;
    color: #f15a22;
    margin-bottom: 10px;
}
.l-surveyReport .sec8 .text3{
    font-size: 16px;
    color: #555;
}
.l-surveyReport .sec8 .title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}




.l-surveyReport .slideArea{
    position: relative;
}
.l-surveyReport .slideArea .list{
}
.l-surveyReport .slideArea .list li{}
.l-surveyReport .slideArea .list li img{}







/*
--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.l-surveyReport{
    width: auto;
    margin: auto;
}
.l-surveyReport.-wide{
    width: 100%;
    /* margin-left: -20px; */
    /* margin-right: -20px; */
}

.l-surveyReport .headTitle{
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px;
    color: #424242;
    line-height: 1.4;
}
.l-surveyReport .headTitle .c-underline{}
.l-surveyReport .headTitle2{
    font-size: 32px;
    margin-bottom: 60px;
}
.l-surveyReport .headTitle2 .c-underline{padding-bottom: 30px;}
.l-surveyReport .headTitle2 .sub{
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    color: #888;
}
.l-surveyReport .lead{
    text-align: center;
    margin-bottom: 30px;
    color: #555;
    padding: 0 20px;
    letter-spacing: -.02em;
}

.l-surveyReport .sec1{
    padding-top: 20px;
}
.l-surveyReport .sec1 .title-bessatsu{
    top: 6px;
    right: 15px;
    width: 110px;
}
.l-surveyReport .sec1 .pic{
    bottom: 0;
    right: 20px;
    width: 110px;
    margin: auto;
    margin-bottom: 10px;
}
.l-surveyReport .sec1 .title{
    margin-bottom: 20px;
    width: 320px;
}
.l-surveyReport .sec1 .text1{
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.45;
}
.l-surveyReport .sec1 .text2{
}
.l-surveyReport .sec1 .text2 + .text2{
    margin-top: 10px;
}

.c-underline{
    position: relative;
    background: url(../img/fig08.png)repeat-x bottom left;
    padding-bottom: 26px;
    display: inline-block;
}
.c-underline::before{
    content: "";
}
.c-underline2{
    position: relative;
    padding-bottom: 26px;
    display: inline-block;
}
.c-underline2::before{
    content: "";
    display: block;
    background-color: #00b49c;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    margin:auto;
}
.c-btnWrap{
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    border-radius: 4px;
    padding: 10px 10px;
}
a.c-btn{
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none!important;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 15px 5px;
    /* border: 1px solid; */
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
a.c-btn_text{}
.c-btn_text.-arrow{
    padding-left: 15px;
    display: block;
}
.c-btn_text.-arrow::before{
    content: "";
    display: block;
    background:url(/assets/img/icon_arrow.png)no-repeat;
    background-size:cover;
    width: 8px;
    height: 12px;
    position: absolute;
    top: 6px;
    left:0;
    transform: inherit;
}
.c-btn_text.-arrow:hover::before{
    content: "";
    background:url(/assets/img/icon_arrow_on.png)no-repeat;
    background-size:cover;
}


.l-surveyReport .sec2{}
.l-surveyReport .sec2 .list{}
.l-surveyReport .sec2 .list > li{}
.l-surveyReport .sec2 .list .pic{
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
}
.l-surveyReport .sec2 .list .textWrap{
    float: none;
    width: auto;
}
.l-surveyReport .sec2 .list .textWrap .title{
    font-size: 20px;
    color: #666666;
    margin-bottom: 30px;
}
.l-surveyReport .sec2 .list .textWrap .text{
    margin-bottom: 20px;
    font-weight: bold;
}
.l-surveyReport .sec2 .list .textWrap .text + .text{
    /* margin-top: 20px; */
}
.l-surveyReport .sec2 .list .c-btnWrap,
.l-surveyReport .sec11 .c-btnWrap{}
.l-surveyReport .sec2 .list .c-btn_text,
.l-surveyReport .sec11 .c-btn_text{
    font-size: 16px;
    position: relative;
    text-align: left;
}
.l-surveyReport .sec2 .list .c-btn_text.-arrow,
.l-surveyReport .sec11 .c-btn_text.-arrow{}
.l-surveyReport .sec2 .list .text2,
.l-surveyReport .sec11 .text2{
    margin: 20px 0;
    font-size: 15px;
    color: #555;
}
.l-surveyReport .sec2 .list .btnTitle,
.l-surveyReport .sec11 .btnTitle{
    font-size: 16px;
    position: relative;
}
.l-surveyReport .sec2 .list .btnTitle.icon-cart,
.l-surveyReport .sec11 .btnTitle.icon-cart{
    padding-left: 30px;
    margin-left: 15px;
}
.l-surveyReport .sec2 .list .btnTitle.icon-cart::before,
.l-surveyReport .sec11 .btnTitle.icon-cart::before{
    content: "";
    display: block;
    background:url(/assets/img/icon_cart.png)no-repeat;
    background-size:cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.l-surveyReport .sec2 .list2,
.l-surveyReport .sec11 .list2{
    display: block;
    justify-content: inherit;
    flex-wrap: inherit;
}
.l-surveyReport .sec2 .list2 > li,
.l-surveyReport .sec11 .list2 > li{
    flex-basis: inherit;
    margin-top: 20px;
}
.l-surveyReport .sec2 .list2 > li a,
.l-surveyReport .sec11 .list2 > li a{
    margin: 0 15px;
}
.l-surveyReport .sec2 .list2 > li a:hover{}



.l-surveyReport .sec3{}
.l-surveyReport .sec3 .list{
    display: block;
    justify-content: inherit;
    flex-wrap: inherit;
    margin-left: -20px;
    margin-right: -20px;
}
.l-surveyReport .sec3 .list > li{
    flex-basis: inherit;
    margin-bottom: 50px;
}
.l-surveyReport .sec3 .list > li a.pic{
    display: block;
    margin-bottom: 25px;
}
.l-surveyReport .sec3 .list > li a.pic:hover{}
.l-surveyReport .sec3 .list > li .textWrap{
    padding: 0 20px;
}
.l-surveyReport .sec3 .list > li .textWrap .title{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.l-surveyReport .sec3 .list > li .textWrap .title span{display: block;font-size: 20px;margin-bottom: 10px;}
.l-surveyReport .sec3 .list > li .textWrap .text{font-size: 16px;color: #555;}



.l-surveyReport .sec4{
    padding-bottom: 30px;
    width: auto;
}
.l-surveyReport .sec4 .pic{
    text-align: center;
}
.l-surveyReport .sec4 .title,
.l-surveyReport .sec14 .title{
    margin: 50px auto 40px;
    text-align: center;
    font-size: 24px;
    color: #555555;
    font-weight: bold;
    line-height: 1.4;
}
.l-surveyReport .sec4 .title span,
.l-surveyReport .sec14 .title span{
    background:url(../img/fig10.png)repeat-x bottom left;
    padding-bottom: 30px;
    display: inline-block;
}
.l-surveyReport .sec4 .pic2{}
.l-surveyReport  .sec4 .slideArea_sp1{}
.l-surveyReport  .sec4 .slideArea_sp1 .list{}
.l-surveyReport  .sec4 .slideArea_sp1 .list > li{
    text-align: center;
}
.l-surveyReport  .sec4 .slideArea_sp1 .list > li + li{
    margin-top: 50px;
}
.l-surveyReport  .sec4 .slideArea_sp1 .list > li:nth-child(6){
    margin-top: -80px;
}
.l-surveyReport  .sec4 .slideArea_sp1 .list > li:nth-child(8){
    margin-left: -50px;
}
.l-surveyReport  .sec4 .slideArea_sp1 .list > li img{}


.l-surveyReport .sec5{padding-top: 10px;margin-bottom: 100px;}
.l-surveyReport .sec5 .box{
    margin-left: 0;
    margin-right: 0;
    padding: 40px 10px 10px;
}
.l-surveyReport .box .list{}
.l-surveyReport .box .list > li{
    text-align: center;
}
.l-surveyReport .box .list > li:nth-child(1){
    float: none;
    width: auto;
    margin-bottom: 60px;
}
.l-surveyReport .box .list > li:nth-child(2){
    float: none;
    width: auto;
    margin-bottom: 60px;
}
.l-surveyReport .box .list > li .cWrap .title,
.l-surveyReport .box .cWrap .title{
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: -.02em;
    color: #333;
}
.l-surveyReport .box .list > li .cWrap .title1{
    font-size: 28px;
}
.l-surveyReport .box .list > li .cWrap .pic{
    margin-bottom: 20px;
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
}
.l-surveyReport .box .list > li .cWrap .text{
    word-break: break-all;
    color: #555;
}
.l-surveyReport .cWrap + .cWrap{
    margin-top: 50px;
}



.l-surveyReport .sec6{
    /* height: 410px; */
    padding-bottom: 100px;
}
.l-surveyReport .sec6 .title{
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    line-height: 1.2;
}
.l-surveyReport .sec6 .text1 span{
    font-size: 18px;
    display: block;
    margin-bottom: -10px;
    text-align: center;
}
.l-surveyReport .sec6 .text1{font-size:14px;text-align: center;margin: auto;margin-bottom: 50px;color: #555;width: auto;text-align: left;}
.l-surveyReport .sec6 .slideArea{
}
.l-surveyReport .sec6 .slideArea .list{

}
.l-surveyReport .sec6 .slideArea .list li{
    width: 210px;
    text-align: center;
    margin: 0 auto;
}
.l-surveyReport .sec6 .slideArea .list li .text{
    font-weight: bold;
    text-align: center;
    height: 2.5em;
    margin-bottom: 10px;
}
.l-surveyReport .sec6 .slideArea .list li .pic{
    text-align: center;
}
.l-surveyReport .sec6 .slideArea .list li .pic img{
    margin: auto;
}





.l-surveyReport .sec7{
    margin-bottom: 60px;
}
.l-surveyReport .sec7 .box{
    margin-left: 0;
    margin-right: 0;
    padding: 30px 8px 30px;
}
.l-surveyReport .sec7 .box .list > li:nth-child(1){
    float: none;
    width: auto;
    margin-bottom: 10px;
}
.l-surveyReport .sec7 .box .list > li:nth-child(2){
    float: none;
    width: auto;
}
.l-surveyReport .sec7 .box .list > li .cWrap .text{padding: 0 0px;}
.l-surveyReport .sec7 .box .list > li .cWrap .pic{
    width: auto;
}



.l-surveyReport .sec8{}
.l-surveyReport .sec8 .list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0px;
    margin-bottom: 50px;
}
.l-surveyReport .sec8 .list > li{
}
.l-surveyReport .sec8 .list > li:nth-child(1){
    margin-right: 30px;
}
.l-surveyReport .sec8 .list > li:nth-child(2){}
.l-surveyReport .sec8 .textWrap{
    flex: 1;
    font-size: 16px;
    color: #888888;
}
.l-surveyReport .sec8 .pic{
    flex-basis: 82px;
}
.l-surveyReport .sec8 .c-btnWrap{
    padding: 30px 20px;
    /* background-color: transparent; */
    /* border: 0; */
    margin-left: -20px;
    margin-right: -20px;
    border-left: 0;
    border-right: 0;
    border-radius: inherit;
}
.l-surveyReport .sec8 .text1{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.l-surveyReport .sec8 .text2{
    font-size: 16px;
    font-weight: bold;
    color: #f15a22;
    margin-bottom: 10px;
}
.l-surveyReport .sec8 .text3{
    font-size: 16px;
    color: #555;
}
.l-surveyReport .sec8 .title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}




.l-surveyReport .slideArea{
    margin-left: -20px;
    margin-right: -20px;
}
.l-surveyReport .slideArea .list{}
.l-surveyReport .slideArea .list li{
    margin: 0 20px;
}
.l-surveyReport .slideArea .list li .pic{
    width: 320px;
}
.l-surveyReport .slideArea .list li img{}

.l-surveyReport .sec5 .slideArea{
    margin-left: -30px;
    margin-right: -30px;
}
}







/*================================================================================
共通その２
================================================================================*/
.l-surveyReport .c-columnWrap{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.l-surveyReport .c-columnWrap li{
    position: relative;
    flex-basis:50%;
}
.l-surveyReport .bgColor1{
    background-color: #00b49c;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
.l-surveyReport .bgColor2{
    background-color: #f15922;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
.l-surveyReport .bgColor1b{
    background-color: #ebf3f2;
}
.l-surveyReport .bgColor2b{
    background-color: #f4f2ed;
}
.l-surveyReport .line

/*
--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.l-surveyReport .c-columnWrap{
    display: block;
    flex-wrap:inherit;
    justify-content: inherit;
}
.l-surveyReport .c-columnWrap li{
    position: relative;
    flex-basis:inherit;
}
.l-surveyReport .bgColor1{
    background-color: #00b49c;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
.l-surveyReport .bgColor2{
    background-color: #f15922;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
}









/*================================================================================
sec11
================================================================================*/
.l-surveyReport .sec11 .bgColor1{
    padding: 5px 10px;
    margin: 0 5px;
}
.l-surveyReport .sec11 .bgColor2{
    padding: 5px 10px;
    margin: 0 5px;
}
.l-surveyReport .sec11{
    text-align: center;
    padding-top: 30px;
}
.l-surveyReport .sec11 .title-bessatsu{
    top: -55px;
    right: 0;
}
.l-surveyReport .sec11 .title{
    font-size: 56px;
    margin-bottom: 40px;
}
.l-surveyReport .sec11 .title2{
    font-size: 38px;
    margin-bottom: 60px;
}
.l-surveyReport .sec11 .textWrap{
    position: relative;
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 70px;
}
.fig14{
    position: absolute;
    top: -20px;
    left:0;
    width: 175px;
}
.fig15{
    position: absolute;
    top: -20px;
    right: 0;
    width: 148px;
}
.l-surveyReport .sec11 .c-columnWrap{
    justify-content: space-around;
    margin-bottom: 100px;
}
.l-surveyReport .sec11 .c-columnWrap > li{
    flex-basis:416px;
}
.l-surveyReport .sec11 .c-columnWrap li .pic{width: 390px;margin: auto;position: relative;margin-bottom: 30px;}
.l-surveyReport .sec11 .c-columnWrap li .pic .badge{
    position: absolute;
    top: -40px;
    right: -35px;
    border-radius: 200px;
    width: 80px;
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    line-height: 72px;
}
.l-surveyReport .sec11 .c-columnWrap li .titleWrap{
    text-align: center;
}
.l-surveyReport .sec11 .c-columnWrap li .title{
    font-size: 40px;
    margin-bottom: 30px;
}
.l-surveyReport .sec11 .c-columnWrap li .title2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.l-surveyReport .sec11 .c-columnWrap li .text{
    text-align: left;
    font-weight: bold;
    margin-bottom: 40px;
}
.l-surveyReport .sec11 .btn-tameshi{
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    margin: 0;
    padding: 15px 60px;
    position: relative;
    margin-bottom: 50px;
}
.l-surveyReport .sec11 .btn-tameshi:hover{
    opacity: .8;
    color: #fff!important;
}
.l-surveyReport .sec11 .btn-tameshi::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -7px;
}

/*
--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.l-surveyReport .sec11{
    padding-top: 20px;
}
.l-surveyReport .sec11 .title-bessatsu{
    top: 6px;
    right: 15px;
    width: 110px;
}
.l-surveyReport .sec11 .title{
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 20px;
}
.l-surveyReport .sec11 .title2{
    font-size: 24px;
    margin-bottom: 20px;
}
.l-surveyReport .sec11 .textWrap{
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 70px;
}
.fig14_list{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.fig14_list > li{}
.fig14{
    position: relative;
    top: inherit;
    left: inherit;
    width: 175px;
    display: block;
}
.fig15{
    position: relative;
    top: inherit;
    right: inherit;
    width: 148px;
    display: block;
}
.l-surveyReport .sec11 .c-columnWrap{
    justify-content: space-around;
    margin-bottom: 20px;
}
.l-surveyReport .sec11 .c-columnWrap > li{
    flex-basis:416px;
    margin-bottom: 50px;
}
.l-surveyReport .sec11 .c-columnWrap li .pic{width: 300px;margin: auto;position: relative;margin-bottom: 30px;}
.l-surveyReport .sec11 .c-columnWrap li .pic .badge{
    position: absolute;
    top: -30px;
    right: -30px;
    border-radius: 200px;
    width: 80px;
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    line-height: 72px;
}
.l-surveyReport .sec11 .c-columnWrap li .titleWrap{
    text-align: center;
}
.l-surveyReport .sec11 .c-columnWrap li .title{
    font-size: 36px;
    margin-bottom: 30px;
    letter-spacing: -.08em;
}
.l-surveyReport .sec11 .c-columnWrap li .title2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}
.l-surveyReport .sec11 .c-columnWrap li .text{
    text-align: left;
    font-weight: bold;
    margin-bottom: 40px;
}
.l-surveyReport .sec11 .btn-tameshi{
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    margin: 0;
    padding: 15px 60px;
    position: relative;
    margin-bottom: 50px;
}
.l-surveyReport .sec11 .btn-tameshi:hover{
    opacity: .8;
    color: #fff!important;
}
.l-surveyReport .sec11 .btn-tameshi::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -7px;
}
}





/*================================================================================
sec12
================================================================================*/
.l-surveyReport .sec12{

}
.l-surveyReport .sec12 .picWrap{
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}
.fig18{
    width: 295px;
    margin: auto;
}
.fig19{
    position: absolute;
    top: 25px;
    left: 40px;
    width: 260px;
}
.fig20{
    position: absolute;
    top: 30px;
    right: 54px;
    width: 260px;
}


/*
--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.l-surveyReport .sec12{

}
.l-surveyReport .sec12 .picWrap{
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.fig18{
    width: 295px;
    margin: auto;
}
.fig19{
    position: relative;
    top: inherit;
    left: inherit;
    width: 260px;
    margin-top: 30px;
}
.fig20{
    position: absolute;
    top: 30px;
    right: 54px;
    width: 260px;
    display: none;
}
}





/*================================================================================
sec13
================================================================================*/
.l-surveyReport .sec13{background-color: #ebf3f2;}
.l-surveyReport .sec13 .list{
    width: 1160px;
    margin:auto;
    padding: 60px 0 0;
}

/*
--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.l-surveyReport .sec13{background-color: #ebf3f2;padding-bottom: 10px;overflow-x: hidden;}
.l-surveyReport .sec13 .list{
    width: auto;
    margin:auto;
    padding: 60px 0 0;
    margin-left: -20px;
    margin-right: -20px;
}
.l-surveyReport .sec13 .textWrap{
    margin-left: -20px;
    margin-right: -20px;
}
.l-surveyReport .sec13 .textWrap .text{
    margin-left: 20px;
    margin-right: 20px;
}
}





/*================================================================================
sec14
================================================================================*/
.l-surveyReport .sec14{
    padding: 80px 0 30px 0px;
}
.l-surveyReport .sec14 .pic{
    width: 385px;
    text-align: center;
    margin: auto;
}
.l-surveyReport .sec14 .pic2{}

/*
--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.l-surveyReport .sec14{
    padding: 40px 0 1px 0px;
}
.l-surveyReport .sec14 .pic{
    width: 295px;
    text-align: center;
    margin: auto;
}
.l-surveyReport .sec14 .pic2{}
.l-surveyReport .sec14 .list{}
.l-surveyReport .sec14 .list > li{
    text-align: center;
    margin-bottom: 50px;
}
.l-surveyReport .sec14 .list > li img{
    width: 210px;
}
}





/*================================================================================
sec15
================================================================================*/
.l-surveyReport .sec15{
    padding: 30px 0 0 0;
}
.l-surveyReport .sec15 .text{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.l-surveyReport .sec15 .list{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    width: 1140px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 10px;
}
.l-surveyReport .sec15 .list > li{
    flex-basis:542px;
    margin-bottom: 50px;
}
.l-surveyReport .sec15 .list2{
    justify-content: center;
}
.l-surveyReport .sec15 .list2 > li{
    margin: 0 0px;
    flex-basis: 320px;
}
.l-surveyReport .sec15 .box{
    font-size: 16px;
    text-align: center;
    background-color: #ebf3f2;
    border-radius: 12px;
    padding:50px 20px;
    width: 1140px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 100px;
}
.l-surveyReport .sec15 .box2{
    font-size: 18px;
    /* line-height: 1.8; */
    font-weight: bold;
    margin-top: 60px;
}
.fig_b06{
    padding-top: 50px;
}


/*
--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.l-surveyReport .sec15{
    padding: 30px 0 0 0;
}
.l-surveyReport .sec15 .text{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}
.l-surveyReport .sec15 .list{
    display: block;
    flex-wrap: inherit;
    justify-content: space-between;
    width: auto;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.l-surveyReport .sec15 .list > li{
    flex-basis:542px;
    margin-bottom: 50px;
}
.l-surveyReport .sec15 .list2{
    justify-content: center;
}
.l-surveyReport .sec15 .list2 > li{
    margin: 0 0px;
    flex-basis: 320px;
    margin-top: 50px;
}
.l-surveyReport .sec15 .box{
    font-size: 16px;
    text-align: center;
    background-color: #ebf3f2;
    border-radius: 12px;
    padding: 20px 20px;
    width: auto;
    margin: auto;
    margin-top: 1px;
    margin-bottom: 80px;
    margin-right: 20px;
    margin-left: 20px;
}
.l-surveyReport .sec15 .box2{
    font-size: 18px;
    /* line-height: 1.8; */
    font-weight: bold;
    margin-top: 60px;
    text-align: left;
}
.fig_b06{
    padding-top: 50px;
}
}





/*================================================================================
xxx
================================================================================*/



/*
--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

}




