@charset "UTF-8";
/* analysis */
.analysis{
    background: #f6fbeb;
}
.analysis #Contents {
    background: #f6fbeb;
    padding: 60px 0;
}
.ttl_bx{
    margin: 0 0 60px 0;
}
.ttl_bx .ttl {
    color: #01894d;
    font-size: 33px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.dtl_cnt {
    width: 850px;
    padding: 30px 0 30px 0;
    margin: 0 auto 35px auto;
    background: #fff;
}
.dtl_cnt:last-child{
    margin: 0 auto;
}
.dtl_ttl_bx {
    margin: 0 0 30px 0;
}
.dtl-ttl {
    color: #01894d;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.dtl_img {
    text-align: center;
    margin: 0 0 30px 0;
}
.dtl_txt_bx{
    width: 560px;
    margin: 0 auto;
}
.dtl_txt {
    margin: 0 0 50px 0;
}
.dtl_txt dt {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
}
.dtl_txt.n1 dt{
    padding: 15px 0 20px 70px;
    background: url(../img/analysis_nmb01.png) no-repeat top left;
}
.dtl_txt.n2 dt{
    padding: 15px 0 20px 70px;
    background: url(../img/analysis_nmb02.png) no-repeat top left;
}
.dtl_txt.n3 dt{
    padding: 15px 0 20px 70px;
    background: url(../img/analysis_nmb03.png) no-repeat top left;
}
.dtl_txt dd {
    font-size: 20px;
    padding: 0 0 0 70px;
}
.dtl_txt dd span {
    font-weight: bold;
    color: #01894d;
}
.dtl_txt dd.is-rei {
    font-size: 18px;
    padding: 20px 0 0 70px;
}

.ana_btn {
    width: 495px;
    margin: 75px auto 0 auto;
}
.ana_btn a {
    font-size: 24px;
    font-weight: bold;
    height: 70px;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

/* hikaku */
.hikaku #Contents {
    padding: 90px 0 90px 0;
}
.hku_wrap {
    width: 850px;
    margin: 0 auto;
}
.hku_ttl_bx {
    position: relative;
    border-bottom: 10px solid #01894d;
    padding: 0 0 18px 0;
    margin: 0 0 30px 0;
}
.hku_ttl_bx .sub_cv{
    display: inline-block;
    border: 1px solid #01894d;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 10px 120px;
    margin: 0 0 25px 0;
}
@media all and (-ms-high-contrast:none){
.hku_ttl_bx .sub_cv{
	padding: 15px 120px 5px;
	}
}
.hku_ttl_bx .sub {
    color: #01894d;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: bold;
}
.hku_ttl_bx .ttl {
    color: #01894d;
    font-size: 60px;
    line-height: 1;
    text-align: left;
    font-weight: bold;
    background-image: url(../svg/hikaku_icon02_gr.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 64px auto;
    -ms-background-size: 64px auto;
    -moz-background-size: 64px auto;
    -webkit-background-size: 64px auto;
    padding: 0 0 0 80px;
}
.hku_ttl_bx .cnsl {
    position: absolute;
    right: 0;
    bottom: -1px;
}
.hku_txt_bx {
    margin: 0 0 30px 0;
}
.hku_txt {
    color: #221815;
    font-size: 24px;
    font-weight: bold;
}
.hku_txt span {
    color: #01894d;
}
.hku_txt.is-bg {
    color: #333;
    font-size: 42px;
    text-align: center;
    padding: 20px 0 0 0;
}
.hku_txt.is-arw{
    background: url(../img/hikaku_arw.png) no-repeat center bottom 50px;
    padding: 0 0 140px 0;
}
.hku_img_cv{
    border: 6px solid #90c540;
    padding: 10px 0;
    margin: 0 0 40px 0;
}
.hku_img{
text-align: center;
}
.hku_lst{
    padding: 0 70px;
}
.hku_lst li {
    color: #221815;
    font-size: 24px;
    text-align: left;
    background-image: url(../svg/hikaku_list_icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px auto;
    -ms-background-size: 40px auto;
    -moz-background-size: 40px auto;
    -webkit-background-size: 40px auto;
    padding: 0 0 0 55px;
    margin: 0 0 15px 0;
}
.hku_lst li:last-child{
    margin: 0;
}

.hku_btn {
    width: 495px;
    margin: 80px auto 0 auto;
}
.hku_btn a {
    font-size: 24px;
    font-weight: bold;
    height: 70px;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

@media (max-width: 767px) {
    /* analysis */
    .analysis #Contents {
        padding: 30px 0;
    }
    .ttl_bx{
        margin: 0 0 25px 0;
    }
    .ttl_bx .ttl {
        font-size: 17px;
        line-height: 1;
    }
    .dtl_cnt {
        width: auto;
        padding: 15px 0;
        margin: 0 15px 15px 15px;
    }
    .dtl_cnt:last-child{
        margin: 0 15px 0 15px;
    }
    .dtl_ttl_bx {
        margin: 0 0 15px 0;
    }
    .dtl-ttl {
        font-size: 16px;
        line-height: 1;
    }
    .dtl_img {
        margin: 0 0 15px 0;
    }
    .dtl_txt_bx{
        width: auto;
        margin: 0 10px;
    }
    .dtl_txt {
        border-bottom: dashed 1px #c79f62;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }
    .dtl_txt:last-child{
        border: none;
        padding: 0;
        margin: 0;
    }
    .dtl_txt dt {
        font-size: 16px;
        line-height: 1;
    }
    .dtl_txt.n1 dt{
        padding: 8px 0 10px 35px;
        background: url(../img/sp/analysis_nmb01.png) no-repeat top left 3px;
        background-size: 27px auto;
        -ms-background-size: 27px auto;
        -moz-background-size: 27px auto;
        -webkit-background-size: 27px auto;
    }
    .dtl_txt.n2 dt{
        padding: 8px 0 10px 35px;
        background: url(../img/sp/analysis_nmb02.png) no-repeat top left 3px;
        background-size: 27px auto;
        -ms-background-size: 27px auto;
        -moz-background-size: 27px auto;
        -webkit-background-size: 27px auto;
    }
    .dtl_txt.n3 dt{
        padding: 8px 0 10px 35px;
        background: url(../img/sp/analysis_nmb03.png) no-repeat top left 3px;
        background-size: 27px auto;
        -ms-background-size: 27px auto;
        -moz-background-size: 27px auto;
        -webkit-background-size: 27px auto;
    }
    .dtl_txt dd {
        font-size: 14px;
        padding: 0 0 0 35px;
    }
    .dtl_txt dd span {
        font-weight: bold;
        color: #01894d;
    }
    .dtl_txt dd.is-rei {
        font-size: 14px;
        padding: 10px 0 0 10px;
    }

    .ana_btn {
        width: 300px;
        margin: 25px auto 0 auto;
    }
    .ana_btn.c-btn:last-child {
        margin: 25px auto 0 auto;
    }
    .ana_btn a {
        border-radius: 30px;
        -ms-border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        font-size: 20px;
        height: 50px;
        padding: 13px 0;
        border: none;
        background:url(../svg/dec_arw_fw.svg) #f7b630;
        background:url(../svg/dec_arw_fw.svg), -moz-linear-gradient(top, #f7b630 0%, #f08e16 100%);
        background:url(../svg/dec_arw_fw.svg), -webkit-linear-gradient(top, #f7b630 0%,#f08e16 100%);
        background:url(../svg/dec_arw_fw.svg), linear-gradient(to bottom, #f7b630 0%,#f08e16 100%);
        background-repeat: no-repeat,repeat;
        background-position: right 15px center;
        background-size: 10px auto;
        -ms-background-size: 10px auto;
        -moz-background-size: 10px auto;
        -webkit-background-size: 10px auto;
    }
    .ana_btn a:hover {
        background:url(../svg/dec_arw_fw.svg) #f7b630;
        background:url(../svg/dec_arw_fw.svg), -moz-linear-gradient(top, #f7b630 0%, #f08e16 100%);
        background:url(../svg/dec_arw_fw.svg), -webkit-linear-gradient(top, #f7b630 0%,#f08e16 100%);
        background:url(../svg/dec_arw_fw.svg), linear-gradient(to bottom, #f7b630 0%,#f08e16 100%);
        background-repeat: no-repeat,repeat;
        background-position: right 15px center;
        background-size: 10px auto;
        -ms-background-size: 10px auto;
        -moz-background-size: 10px auto;
        -webkit-background-size: 10px auto;
        color: #fff;
    }

    /* hikaku */
    .hikaku #Contents {
        padding: 30px 0 30px 0;
    }
    .hku_wrap {
        width: auto;
        margin: 0 15px;
    }
    .hku_ttl_bx {
        position: relative;
        border-bottom: 2px solid #01894d;
        padding: 0 0 3px 0;
        margin: 0 0 15px 0;
    }
    .hku_ttl_bx .sub_cv{
        border: none;
        padding: 0;
        margin: 0 0 3px 0;
    }
    .hku_ttl_bx .sub {
        font-size: 15px;
        letter-spacing: 0.1em;
        text-align: left;
    }
    .hku_ttl_bx .ttl {
        font-size: 27px;
        line-height: 1.4;
        background-image: url(../svg/hikaku_icon02_gr.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 34px auto;
        -ms-background-size: 34px auto;
        -moz-background-size: 34px auto;
        -webkit-background-size: 34px auto;
        padding: 0 0 0 40px;
    }
    .hku_ttl_bx .cnsl {
        display: none;
    }
    .hku_txt_bx {
        margin: 0 0 15px 0;
    }
    .hku_txt {
        color: #333;
        font-size: 18px;
        font-weight: normal;
    }
    .hku_img_cv{
        border: none;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .hku_lst{
        padding: 0;
    }
    .hku_lst li {
        color: #221815;
        font-size: 18px;
        text-align: left;
        background-image: url(../svg/hikaku_list_icon.svg);
        background-repeat: no-repeat;
        background-position: left 10px top 3px;
        background-size: 30px auto;
        -ms-background-size: 30px auto;
        -moz-background-size: 30px auto;
        -webkit-background-size: 30px auto;
        padding: 0 0 0 50px;
        margin: 0 0 15px 0;
    }
    .hku_lst li:last-child{
        margin: 0;
    }

    .hku_btn {
        width: 300px;
        margin: 25px auto 0 auto;
    }
    .hku_btn.c-btn:last-child {
        margin: 25px auto 0 auto;
    }
    .hku_btn a {
        border-radius: 30px;
        -ms-border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        font-size: 20px;
        height: 50px;
        padding: 13px 0;
        border: none;
        background:url(../svg/dec_arw_fw.svg), -moz-linear-gradient(top, #f7b630 0%, #f08e16 100%);
        background:url(../svg/dec_arw_fw.svg), -webkit-linear-gradient(top, #f7b630 0%,#f08e16 100%);
        background:url(../svg/dec_arw_fw.svg), linear-gradient(to bottom, #f7b630 0%,#f08e16 100%);
        background-repeat: no-repeat,repeat;
        background-position: right 15px center,0 0;
        background-size: 10px auto, 100% 100%;
        -ms-background-size: 10px auto, 100% 100%;
        -moz-background-size: 10px auto, 100% 100%;
        -webkit-background-size: 10px auto, 100% 100%;
    }
    .hku_btn a:hover {
        background:url(../svg/dec_arw_fw.svg), -moz-linear-gradient(top, #f7b630 0%, #f08e16 100%);
        background:url(../svg/dec_arw_fw.svg), -webkit-linear-gradient(top, #f7b630 0%,#f08e16 100%);
        background:url(../svg/dec_arw_fw.svg), linear-gradient(to bottom, #f7b630 0%,#f08e16 100%);
        background-repeat: no-repeat,repeat;
        background-position: right 15px center,0 0;
        background-size: 10px auto, 100% 100%;
        -ms-background-size: 10px auto, 100% 100%;
        -moz-background-size: 10px auto, 100% 100%;
        -webkit-background-size: 10px auto, 100% 100%;
        color: #fff;
    }
#hoge {
    background: url(bg.png) no-repeat left top,linear-gradient(to bottom,  rgba(255,227,48,1) 0%,rgba(255,255,255,1) 100%);
    background-size: 100px 100px;
}
}

@media (max-width: 374px) {
.dtl-ttl {
    font-size: 15px;
}
.dtl_img {
    margin: 0 15px 15px 15px;
}
.dtl_img img {
    width: 100%;
}
.dtl_btn {
    width: 100%;
}
.dtl_txt dd.is-rei {
    font-size: 12px;
}
.hku_ttl_bx .ttl {
    font-size: 24px;
}
.hku_img img {
    width: 100%;
}
.hku_btn {
    width: 100%;
}
}