@charset "UTF-8";
/* index */
.mv_wrap {
    overflow: hidden;
}
.mt_in {
    width: 950px;
    margin: 0 auto;
    padding: 35px 0;
}
.mt-ttl {
    color: #01894d;
    font-size: 33px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
/*    font-family: Meiryo,Osaka,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,sans-serif;*/
    margin: 0 0 35px 0;
}
.mt-lst li {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 23px 0;
    padding:0 0 0 30px;
    position: relative;
}
.mt-lst li:last-child {
    margin: 0;
}
.mt-txt {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    padding: 17px 0 0;
    color: #666
}
.c-login {
    width: 475px;
}
.c-login a {
    height: 80px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.bnr_lst {
    padding: 36px 0 0 0;
}
.bnr_lst li {
    float: left;
}
.bnr_lst li:nth-child(2) {
    float: right;
}
.bnr_lst a:hover {
    opacity: 0.7;
}
.dtl_ttl {
    background: #a9d735;
    padding: 15px 0;
}
.dtl-ttl {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.dtl_in {
    width: 950px;
    margin: 0 auto;
    padding: 30px 0 40px 0;
}
.inslist li {
    float: left;
    padding: 30px 0 0 0;
    margin: 0 18px 0 0;
}
.inslist li:first-child {
    padding: 0;
}
.inslist li:last-child {
    margin: 0;
}
.dtl_wrap a:hover {
    opacity: 0.7;
}
.inslist_txt {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    padding: 30px 0 0 0;
}
.hikaku_wrap{
    margin: 0 0 60px 0;
}
.hikaku_in {
    width: 441px;
    float: left;
}
.hikaku_in:nth-child(2) {
    float: right;
}
.hikaku_in dt {
    border-bottom: 3px solid #01894d;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}
.hikaku_in dt .is-ttl {
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    color: #01894d;
    text-align: left;
    padding: 0 0 0 50px;
    background-image: url(../svg/hikaku_icon01_gr.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;
}
.hikaku_in dt .is-ttl.is-ver2 {
    text-align: left;
    padding: 0 0 0 50px;
    background-image: url(../svg/hikaku_icon02_gr.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;
}
.hikaku_in dt .is-sub {
    color: #01894d;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    margin: 0 0 10px 0;
}
.hikaku_in dd {
    font-size: 19px;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 30px 0;
}
.hikaku-txt {
    padding: 25px 0;
    font-size: 25px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    color: #01894d;
}
.sumy_btn {
    width: 320px;
    margin: 0 auto;
}
.ins-qrcode{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ins-qrcode-txt{
    width: calc(100% - 140px);
    font-weight: bold;
}
.ins-img_wrap{
    margin: 0 auto;
    
}
.ins-img-right{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (min-width: 767px) {
    .mt_dtl{
        display:-webkit-box;
  	    display:-ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
    }
    .mt-dtl-cnt.R{
        order: 2;
        width: 475px;
    }
    .mt-dtl-cnt.L{
        order: 1;
    }
    .mt-lst li:before {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -2px;
        z-index: 9;
    }
    .mt-lst li:nth-child(1):before {
        background-color: #f29e9f;
    }
    .mt-lst li:nth-child(2):before {
        background-color: #ffc263;
    }
    .mt-lst li:nth-child(3):before {
        background-color: #7ecef4;
    }
    .mt-lst li:nth-child(4):before {
        background-color: #95d600;
    }
    .ins-qrcode{
        width: 430px;
        margin: -10px auto 25px;
    }
    .ins-qrcode-txt{
        width: calc(100% - 140px);
    }
    .ins-img_wrap{
        display: flex;
        justify-content: space-between;
        align-items: end;
        width: 765px;
    }
    .ins-img-right li{
        width: 30%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .mt_in {
        width: auto;
        margin: 0 20px;
        padding: 0 0 40px 0;
    }
    .mt_dtl {
        display: block;
    }
    .mt-dtl-cnt {
        display: block;
    }
    .mt-dtl-cnt.R {
        margin: 0 0 48px;
    }
    .c-login a {
        height: 66px;
        font-size: 25px;
    }
    .c-login a span {
        background: url(../svg/login.svg) no-repeat left center;
        background-size: 21px auto;
        -ms-background-size: 21px auto;
        -moz-background-size: 21px auto;
        -webkit-background-size: 21px auto;
        padding: 4px 0 4px 36px
    }
    .dtl_wrap{
        margin: 0 20px;
    }
    .dtl_ttl {
        padding: 10px 0 10px 0;
    }
    .dtl-ttl {
        font-size: 18px;
        font-weight: normal;
    }
    .dtl_ttl.is-sp {
        background: transparent;
        padding: 0;
        margin: 0 0 10px 0;
    }
    .dtl-ttl.is-sp {
        color: #333;
        font-size: 18px;
        line-height: 1.4;
        font-weight: normal;
        text-align: left;
        border-left: 2px solid #a9d735;
        padding: 0 0 0 12px;
    }
    .dtl_in {
        width: auto;
        margin: 0 20px;
        padding: 30px 0 40px 0;
    }
    .dtl_in {
        margin: 0;
        padding: 0;
    }
    .sumy_ct{
        padding: 20px 15px;
        margin: 0 0 30px 0;
        border-left: 1px solid #a9d735;
        border-right: 1px solid #a9d735;
        border-bottom: 1px solid #a9d735;
    }
    .hikaku_wrap {
        background: #f6fbeb;
        padding: 25px 15px;
        margin: 0;
    }
    .hikaku_in {
        width: auto;
        float: none;
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
        border-bottom: 1px solid #01894d;
    }
    .hikaku_in:nth-child(2) {
        float: none;
        padding: 0;
        margin: 0;
        border-bottom: none;
    }
    .hikaku_in dt {
        border-bottom: none;
        padding: 0;
        margin: 0 0 15px 0;
    }
    .hikaku_in dt .is-ttl {
        font-size: 26px;
        padding: 5px 0 5px 40px;
        background-image: url(../svg/hikaku_icon01_gr.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 30px auto;
        -ms-background-size: 30px auto;
        -moz-background-size: 30px auto;
        -webkit-background-size: 30px auto;
    }
    .hikaku_in dt .is-ttl.is-ver2 {
        padding: 5px 0 5px 40px;
        background-image: url(../svg/hikaku_icon02_gr.svg);
        background-size: 30px auto;
        -ms-background-size: 30px auto;
        -moz-background-size: 30px auto;
        -webkit-background-size: 30px auto;
    }
    .hikaku_in dd {
        font-size: 15px;
        line-height: 1.8;
        margin: 0 0 25px 0;
    }
    .hikaku-img_ttl {
        font-size: 15px;
        line-height: 1;
        font-weight: bold;
        text-align: left;
        color: #01894d;
        margin: 0 0 10px 0;
    }
    .hikaku-img {
        text-align: center;
        margin: 0 0 15px 0;
    }
    .hikaku-txt{
        padding: 0;
        margin: 0 0 20px 0;
    }
    .hikaku-txt li {
        font-size: 15px;
        line-height: 1.6;
        font-weight: normal;
        text-align: left;
        color: #333;
        font-family: YuGothicM,Yu Gothic Bold,YuGothic,游ゴシック体,游ゴシック Medium,Yu Gothic Medium,Meiryo,Osaka,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,sans-serif;
        background: url(../svg/icon_04_gr.svg) no-repeat left top;
        background-size: 20px auto;
        -ms-background-size: 20px auto;
        -moz-background-size: 20px auto;
        -webkit-background-size: 20px auto;
        padding: 0 0 0 30px;
        margin: 0 0 10px 0;
    }
    .hikaku-txt li:last-child{
        margin: 0;
    }
    .hikaku-txt li.is-nmb01 {
        background: url(../img/sp/icon_nmb01_gr.png) no-repeat left top;
        background-size: 26px auto;
        -ms-background-size: 26px auto;
        -moz-background-size: 26px auto;
        -webkit-background-size: 26px auto;
        padding: 2px 0 2px 35px;
    }
    .hikaku-txt li.is-nmb02 {
        background: url(../img/sp/icon_nmb02_gr.png) no-repeat left top;
        background-size: 26px auto;
        -ms-background-size: 26px auto;
        -moz-background-size: 26px auto;
        -webkit-background-size: 26px auto;
        padding: 2px 0 2px 35px;
    }
    .hikaku-img img {
        width: 100%;
        max-width: 300px;
    }
    .sumy_btn {
        width: auto;
    }
    .bnr_lst {
        padding: 33px 15px 0;
    }
    .bnr_lst li {
        float: none;
    }
    .bnr_lst li:nth-child(2) {
        float: none;
        margin: 0;
    }
    .bnr_lst li a img {
        width: 100%;
    }
    .logo_wrap {
        width: auto;
        margin: 0 auto;
        padding: 15px 0;
    }
    .mt_wrap{
        margin: 20px 0 0;
    }
    .mt_btn{
        margin: 0 0 21px 0;
    }
    .mt-ttl_cv{
        text-align: center;
        margin: 0 0 21px 0;
    }
    .mt-ttl {
        color: #01894d;
        font-size: 22px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        margin: 0 0 13px 0;
    }
    .mt-ttl:last-child{
        margin: 0;
    }
    .mt-ttl .is-dia {
        background: url(../svg/icon_04_ye.svg) no-repeat center top;
        background-size: 14px auto;
        -ms-background-size: 14px auto;
        -moz-background-size: 14px auto;
        -webkit-background-size: 14px auto;
        padding: 16px 0 0 0;
    }
    .mt-txt{
        padding: 0;
        font-size: 12px;
    }
    .mt-lst {
        padding: 0;
        background: url(../img/sp/mt_bg06n.png) no-repeat right center;
        background-size: 81px auto;
        -ms-background-size: 81px auto;
        -moz-background-size: 81px auto;
        -webkit-background-size: 81px auto;
    }
    .mt-lst li {
        font-size: 18px;
        line-height: 1.6;
        padding: 0 0 0 30px;
        margin: 0 0 15px 0;
    }
    .mt-lst li:nth-child(1){
        background: url(../img/sp/mt_bg02n.png) no-repeat top 5px left;
        background-size: 17px auto;
        -ms-background-size: 17px auto;
        -moz-background-size: 17px auto;
        -webkit-background-size: 17px auto;
    }
    .mt-lst li:nth-child(2){
        background: url(../img/sp/mt_bg03n.png) no-repeat top 5px left;
        background-size: 17px auto;
        -ms-background-size: 17px auto;
        -moz-background-size: 17px auto;
        -webkit-background-size: 17px auto;
    }
    .mt-lst li:nth-child(3){
        background: url(../img/sp/mt_bg04n.png) no-repeat top 5px left;
        background-size: 17px auto;
        -ms-background-size: 17px auto;
        -moz-background-size: 17px auto;
        -webkit-background-size: 17px auto;
    }
    .mt-lst li:nth-child(4){
        background: url(../img/sp/mt_bg05n.png) no-repeat top 5px left;
        background-size: 17px auto;
        -ms-background-size: 17px auto;
        -moz-background-size: 17px auto;
        -webkit-background-size: 17px auto;
    }
    .inslist li:first-child {
        width: 100%;
        text-align: center;
        padding: 0 0 10px 0;
    }
    .inslist li {
        float: left;
        width: 50%;
        padding: 10px 0;
        margin: 0;
    }
    .inslist_txt {
        font-size: 13px;
        padding: 10px 0 0 0;
        margin: 0;
    }
    .ins-qrcode{
        padding: 0 30px 20px;
    }
    .ins-qrcode-txt{
        width: calc(100% - 110px);
        font-size: 12px;
    }
    .ins-img-left{
        text-align: center;
    }
    .ins-img-right{
        width: 100%;
        flex-wrap: wrap;
        margin: 20px auto 10px;
    }
    .ins-img-right li{
        width: 48%;
        text-align: center;
    }
    .ins-img-right li:nth-of-type(n+3){
        margin-top: 15px;
    }
}
@media (max-width: 374px) {
    .mt-ttl {
        font-size: 18px;
    }
    .mt-lst li {
        font-size: 14px;
    }
    .dtl-ttl {
        font-size: 15px;
    }
    .hikaku_in dt .is-ttl {
        font-size: 20px;
    }
    .hikaku-img_ttl {
        font-size: 12px;
    }
    .inslist li img {
        width: 100%;
    }
    .inslist li {
        float: right;
        text-align: center;
        width: 48%;
    }
    .inslist li:nth-child(2n) {
        float: left;
    }
    .ins-qrcode {
        padding: 0 0 20px;
    }
    .ins-img-right{
        padding: 0;
        width: 100%;
    }
    .ins-img_wrap .c-sp-in{
        width: 100%;
        height: auto;
    }
}