@charset "utf-8";

/* --------------------------------------------------------------
　　basic
-------------------------------------------------------------- */

html{
	width:100%;
    height: 100%;
	font-size: 62.5%;
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 2.335vw;
    }
}

body{
    color: #333333;
	margin:0 auto;
	text-align: left;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:1.6rem;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;/*for iphone safari added 20171220 astec*/
    height:100%;
	width:100%;
    min-width: 1024px;
}
@media only screen and (max-width: 1064px) {
    body{
        min-width: 1064px;
    }
}
@media only screen and (max-width: 767px) {
    body{
        font-size: 1.5rem;
        min-width: auto;
    }
}

img{
	margin:0;
	border:none;
	vertical-align:bottom;
    max-width: 100%;
    height: auto;
}

div, p, ul, li, h1, h2, h3{	
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

ul{
	list-style: none;
}

/* --------------------------------------------------------------
　　head
-------------------------------------------------------------- */

@media only screen and  (min-width: 768px) {
    div.head {
    height: 130px;
    margin: 0 auto;
    width: 1024px;
    position: relative;
    }

    div.head p.site_logo{
    position: absolute;
    width: 108px;
    top:16px;
    left:3px;
    }

    div.head p.etc_link{
    position: absolute;
    width: 500px;
    top:22px;
    right:3px;
    text-align: right;
    }

    div.head p.etc_link a{
    margin-right: 1em;
    }
}

@media only screen and  (max-width: 767px) {
    div.head {
    background: #fff;
    }
    
    div.head {
    position:relative;
    margin: 0 auto;
    height: 50px;
    }
    
    div.head .site_logo{
    position: absolute;
    top: 3px;
    left: 13px;
    }
    
    div.head .site_logo img{
    height: 47px;
    width: auto;
    }
    
    div.head .etc_link{
    text-align: center;
    padding: 24px 0 0;
    }
    
    div.head .etc_link a:nth-child(1){
    display: none;
    }
    
    div.head .etc_link a img{
    width:120px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 2px;
    }
}

/* --------------------------------------------------------------
　　foot
-------------------------------------------------------------- */
@media only screen and  (min-width: 768px) {
    #foot{
        position:relative;
        background-color:#eee;
        padding-bottom:80px;
        margin-top:40px;
        color:#000;
    }
    #foot .lnk{
        position:absolute;
        bottom:30px;
        left:20px;
        font-size:0.7em;
    }
    #foot .lnk li{
        display:inline;
        padding:0 16px 0 10px;
    }
    #foot .lnk li a{
        text-decoration:none;
        color:#000;
    }
    #foot .co{
        position:absolute;
        bottom:30px;
        right:20px;
        font-size:0.55em;
    }
}

@media only screen and  (max-width: 767px) {
    #foot{
        background-color:#dddddd;
        font-size: 3vw;
    }

    #foot .lnk ul,
    #foot>div,
    #foot .lnk{
        margin: 0;
        padding: 0;
    }

    #foot .lnk ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    }

    #foot .lnk ul li{
        float:left;
        width:calc( 50% - 1px );
        border-top:solid 1px #fff;
        border-bottom:solid 1px #fff;
    }

    #foot .lnk ul li:nth-child(2){
        border-left:solid 1px #fff;
    }

    #foot .lnk ul li a{
        padding:3vw 0;
        display:block;
        text-align:center;
        color: #000;
    }

    #foot .co{
        padding:4vw 0;
        text-align:center;
    }
}


/* --------------------------------------------------------------
　　rayout
-------------------------------------------------------------- */

#koyoukeiyaku-lp{
    padding-bottom: 4rem;
}

#koyoukeiyaku-lp section{
    padding: 7rem 0 7.5rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp section{
        padding: 4rem 0 4.5rem;
    }   
}


#koyoukeiyaku-lp .lp-contents__container{
    width: 1024px;
    margin: 0 auto;
}
@media only screen and (max-width: 1064px) {
    #koyoukeiyaku-lp .lp-contents__container{
        width: 1064px;
        padding: 0 2rem;
    }
}

@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents__container{
        padding: 0 2rem;
        width: 100%;
    }
}

.sp{
    display: none;
}

@media only screen and  (max-width: 767px) {
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}

/* --------------------------------------------------------------
　　common
-------------------------------------------------------------- */

#koyoukeiyaku-lp *{
    box-sizing: border-box;
}

#koyoukeiyaku-lp .lp-contents__h2{
    font-size: 4rem;
    text-align: center;
    margin-bottom: 7rem;
}

@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents__h2{
        font-size: 7vw;
        margin-bottom: 7vw;
    }    
}

.lp-contents__color--blue{
    color: #0068ff;
}

#koyoukeiyaku-lp .lp-contents-cta{
    background-color: #264aae;
}

#koyoukeiyaku-lp .lp-contents-cta__contact{
    text-align: center;
}

#koyoukeiyaku-lp .lp-contents-cta__contact .lp-contents-cta__contact--text{
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
    color: #FFF;
    font-weight: bold;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents-cta__contact .lp-contents-cta__contact--text{
        font-size: 1.4rem;
    }  
}

#koyoukeiyaku-lp .lp-contents-cta__contact .lp-contents-cta__contact--btn{
    display: inline-block;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents-cta__contact .lp-contents-cta__contact--btn{
        display: block;
    }
}

#koyoukeiyaku-lp .lp-contents-cta__contact .lp-contents-cta__contact--btn a{
    display: block;
    width: 48.6rem;
    font-size: 2.6rem;
    color: #FFF;
    background-color: #f39900;
    padding: 2rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: filter 0.5s;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents-cta__contact .lp-contents-cta__contact--btn a{
        width: calc(100% - 4rem);
        font-size: 2rem;
        margin: 0 auto;
    }
}

#koyoukeiyaku-lp .lp-contents-cta__contact .lp-contents-cta__contact--btn a:hover{
    filter: brightness(110%);
}

#koyoukeiyaku-lp .lp-contents-cta__contact .lp-contents-cta__contact--sup{
    color: #FFF;
    font-size: 1.4rem;
    margin-top: 2rem; 
}


/* --------------------------------------------------------------
　　contents
-------------------------------------------------------------- */

/*MV*/
#koyoukeiyaku-lp .lp-contents-mv{
    background: url(/katsubun/asset/images/lp/denshikeiyaku/koyoukeiyaku/img_mv.jpg) no-repeat top center;
    background-size: cover;
    color: #FFF;
    text-align: center;
    padding: 8rem 0 6rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents-mv{
        background: url(/katsubun/asset/images/lp/denshikeiyaku/koyoukeiyaku/img_mv_sp.jpg) no-repeat top center;
        background-size: cover;
        padding: 5rem 0 4rem;
    }
}

#koyoukeiyaku-lp .lp-contents-mv .lp-contents-mv__sub{
    font-size: 2rem;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
    margin-bottom: 5rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents-mv .lp-contents-mv__sub{
        font-size: 5vw;
        margin-bottom: 5vw;
    }
}

#koyoukeiyaku-lp .lp-contents-mv .lp-contents-mv__title{
    font-size: 3.9rem;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
    margin-bottom: 4.8rem;
    line-height: 1.4;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents-mv .lp-contents-mv__title{
        font-size: 7vw;
        line-height: 1.3;
    }
}

#koyoukeiyaku-lp .lp-contents-mv .lp-contents-cta__contact--text{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents-mv .lp-contents-cta__contact--text{
        font-size: 3vw;
    }
}

#koyoukeiyaku-lp .lp-contents-mv .lp-contents-cta__contact--btn a{
    width: 40rem;
    font-size: 2.2rem;
    padding: 1.5rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents-mv .lp-contents-cta__contact--btn a{
        width: 84vw;
    }
}

/*lp-contents01*/
#koyoukeiyaku-lp .lp-contents01__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 790px;
    margin: 0 auto 6rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents01__list{
        flex-direction: column;
        align-items: center;
    }
}

#koyoukeiyaku-lp .lp-contents01__item{
    position: relative;
    margin-bottom: 0;
    max-width: 320px;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents01__item{
        max-width: 32rem;
    }
}

#koyoukeiyaku-lp .lp-contents01__item--num{
    border-radius: 100px;
    background-color: #0068ff;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 1.3rem 1rem 1rem;
    width: 7.2rem;
    height: 7.2rem;
    font-weight: bold;
    line-height: 1.3;
}

#koyoukeiyaku-lp .lp-contents01__item--num span{
    display: block;
    font-size: 2.5rem;
}

#koyoukeiyaku-lp .lp-contents01__item--title{
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    color: #0068ff;
    position: absolute;
    top: 3rem;
    width: 100%;
}

#koyoukeiyaku-lp .lp-contents01__item--text{
    border-radius: 8px;
    color: #FFF;
    background-color: #0068ff;
    text-align: center;
    padding: 2rem 1rem;
    font-weight: bold;
    position: relative;
    top: -4rem;
}

#koyoukeiyaku-lp .lp-contents01__item--text::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 17px solid #0068ff;
    border-top: 0;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

#koyoukeiyaku-lp .lp-contents01__after{
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
}

#koyoukeiyaku-lp .lp-contents01__after strong{
    font-size: 3.2rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents01__after{
        font-size: 2.6rem;
        margin-bottom: 3rem;
    }
    
    #koyoukeiyaku-lp .lp-contents01__after strong{
        font-size: 3.2rem;
    }
}

/*lp-contents02*/
#koyoukeiyaku-lp .lp-contents02{
    background-color: #0068ff;
    position: relative;
    padding: 8.5rem 0 6rem;
}

#koyoukeiyaku-lp .lp-contents02::after{
    content: "";
    background: url(/katsubun/asset/images/lp/denshikeiyaku/koyoukeiyaku/img_arrow_after.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 4.1rem;
    height: 6.9rem;
    margin: 4rem auto 0;
    position: absolute;
    top: -9rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#koyoukeiyaku-lp .lp-contents02::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10.6rem solid transparent;
    border-left: 10.6rem solid transparent;
    border-top: 5.5rem solid #ffffff;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#koyoukeiyaku-lp .lp-contents02 .lp-contents__h2{
    color: #FFF;
    margin-bottom: 2rem;
}

#koyoukeiyaku-lp .lp-contents02 .lp-contents__explanation{
    font-size: 2rem;
    color: #FFF;
    text-align: center;
    margin-bottom: 3rem;
}

#koyoukeiyaku-lp .lp-contents02 .lp-contents__image{
    width: 100%;
    background-color: #FFF;
    margin: 0;
    padding: 5rem 2rem 4rem;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 6rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents02 .lp-contents__image{
        margin-bottom: 4rem;
        padding: 1rem;
    }
}

#koyoukeiyaku-lp .lp-contents02 .lp-contents__image img{
    max-width: 825px;
    width: 100%;
}

#koyoukeiyaku-lp .lp-contents02 .lp-contents__image figcaption{
    font-size: 1.4rem;
    margin-top: 2rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents02 .lp-contents__image figcaption{
        font-size: 1.3rem;
        text-align: left;
    }
}

#koyoukeiyaku-lp .lp-contents02__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#koyoukeiyaku-lp .lp-contents02__item{
    background-color: #FFF;
    border-radius: 8px;
    width: calc(50% - 4rem);
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents02__item{
        width: 100%;
        max-width: none;
    }
}

#koyoukeiyaku-lp .lp-contents02__item--num{
    background-color: #0068ff;
    position: absolute;
    left: 2rem;
    top: 1.7rem;
    z-index: 1;
    color: #FFF;
    padding: 0.2rem 1.8rem;
    border-radius: 100px;
    font-size: 1.8rem;
    font-weight: bold;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents02__item--num{
        font-size: 1.6rem;
        padding: 0.2rem 1.4rem;
        top: 1.5rem;
    }
}

#koyoukeiyaku-lp .lp-contents02__item--num::before{
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    display: inline-block;
    background: url(/katsubun/asset/images/lp/denshikeiyaku/koyoukeiyaku/icon_contens02.svg);
    vertical-align: middle;
    margin-right: 0.5rem;
    transform: translateY(-0.2rem);
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents02__item--num::before{
        width: 1.7rem;
        height: 1.7rem;
    }
}

#koyoukeiyaku-lp .lp-contents02__item--title{
    background-color: #ffff33;
    font-size: 2.8rem;
    color: #0068ff;
    font-weight: bold;
    padding: 1.2rem;
    position: relative;
    border-radius: 8px 8px 0 0;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents02__item--title{
        font-size: 2.2rem;
    }
}

#koyoukeiyaku-lp .lp-contents02__item--title::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.9rem solid transparent;
    border-left: 0.9rem solid transparent;
    border-top: 1.7rem solid #ffff33;
    border-bottom: 0;
    position: absolute;
    bottom: -1.6rem;
    left: 50%;
    transform: translateX(-50%);
}

#koyoukeiyaku-lp .lp-contents02__item--text{
    padding: 2rem;
    font-size: 1.7rem;
    font-weight: bold;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents02__item--text{
        padding: 2rem 0.5rem;
        font-size: 1.5rem;
    }
}

#koyoukeiyaku-lp .lp-contents02__item--text p.lp-contents02__item--sup{
    font-size: 1.3rem;
    font-weight: normal;
}

/*lp-contents03*/
#koyoukeiyaku-lp .lp-contents03{
    padding: 7.5rem 0 9rem;
}

#koyoukeiyaku-lp .lp-contents03__inner{
    background-color: #f0f6ff;
    border-radius: 10px;
    padding: 6rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents03__inner{
        padding: 2rem;
    }
}

#koyoukeiyaku-lp .lp-contents03__sub{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5.5rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents03__sub{
        font-size: 1.7rem;
    }
}


#koyoukeiyaku-lp .lp-contents03__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 825px;
    margin: 0 auto;
}

#koyoukeiyaku-lp .lp-contents03__item{
    width: calc(50% - 4rem);
    background-color: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 4rem 2rem 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents03__item{
        width: 100%;
        max-width: none;
    }
}

#koyoukeiyaku-lp .lp-contents03__item::before{
    content: "";
    width: 4.3rem;
    height: 5.5rem;
    background: url(/katsubun/asset/images/lp/denshikeiyaku/koyoukeiyaku/icon_contens03.svg) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 50%;
    transform: translateX(-50%);
}

#koyoukeiyaku-lp .lp-contents03__item--title{
    font-size: 2rem;
    color: #0068ff;
    font-weight: bold;
    position: relative;
    margin-bottom: 4rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents03__item--title{
        font-size: 1.8rem;
    }
}

#koyoukeiyaku-lp .lp-contents03__item--title::after{
    content: "";
    display: block;
    width: 8rem;
    height: 2px;
    background-color: #0068ff;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
}

#koyoukeiyaku-lp .lp-contents03__sup{
    text-align: center;
    font-size: 1.4rem;
}

#koyoukeiyaku-lp .lp-contents03__sup a{
    color: #333;
    text-decoration: underline;
}

/*lp-contents04*/
#koyoukeiyaku-lp .lp-contents04{
    background-color: #fdfaec;
    padding-bottom: 4rem;
}

#koyoukeiyaku-lp .lp-contents04 .lp-contents__h2{
    margin-bottom: 11rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents04 .lp-contents__h2{
        margin-bottom: 8vw;
    }
}

#koyoukeiyaku-lp .lp-contents04__inner{
    border: 2px solid #0068ff;
    border-radius: 10px;
    padding: 6rem 10rem 3rem;
    margin-bottom: 7rem;
    background-color: #FFF;
    position: relative;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents04__inner{
        padding: 4rem 2rem 0;
    }
}

#koyoukeiyaku-lp .lp-contents04__inner .lp-contents__h3{
    background-color: #0068ff;
    color: #FFF;
    font-size: 2.2rem;
    border-radius: 100px;
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 27rem;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents04__inner .lp-contents__h3{
        font-size: 2rem;
        top: -2.5rem;
    }
}

#koyoukeiyaku-lp .lp-contents04__item{
    border-bottom: 1px solid #CCC;
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem;
}

#koyoukeiyaku-lp .lp-contents04__item:last-child{
    border: none;
}

#koyoukeiyaku-lp .lp-contents04__item dt{
    font-size: 2rem;
    color: #0068ff;
    margin: 0 0 1rem;
    font-weight: bold;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents04__item dt{
        font-size: 1.77rem;
    }
}


#koyoukeiyaku-lp .lp-contents04__item dd{
    margin: 0;
}

/*lp-contents05*/
#koyoukeiyaku-lp .lp-contents05{

}

#koyoukeiyaku-lp .lp-contents05 .lp-contents__h2{
	margin-bottom: 12rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents05 .lp-contents__h2{
        margin-bottom: 8vw;
    }
}

#koyoukeiyaku-lp .lp-contents05__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#koyoukeiyaku-lp .lp-contents05__item{
    width: calc(50% - 4rem);
    border: 2px solid #21b28a;
    border-radius: 8px;
    padding: 5rem 2.5rem 3rem;
    text-align: center;
    position: relative;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents05__item{
        width: 100%;
        padding: 5rem 1rem 2rem;
        margin-bottom: 4rem;
        max-width: none;
    }
}

#koyoukeiyaku-lp .lp-contents05__item--num{
    background-color: #21b28a;
    color: #FFF;
    font-size: 2.2rem;
    border-radius: 100px;
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 22rem;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents05__item--num{
        position: absolute;
        top: -2.5rem;
        font-size: 2rem;
    }
}


#koyoukeiyaku-lp .lp-contents05__item--num::before{
    content: "";
    display: inline-block;
    width: 2.2rem;
    height: 2.7rem;
    background: url(/katsubun/asset/images/lp/denshikeiyaku/koyoukeiyaku/icon_contens05.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 1rem;
    transform: translateY(-2px);
}

#koyoukeiyaku-lp .lp-contents05__item--title{
    font-size: 2.2rem;
    font-weight: bold;
    color: #21b28a;
    margin-bottom: 2rem;
}

/*lp-contents06*/
#koyoukeiyaku-lp .lp-contents06{padding: 3rem 0 1.5rem;}

#koyoukeiyaku-lp .lp-contents06__subtitle{
    position: relative;
    text-align: center;
    margin: 9rem 0 8rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents06__subtitle{
        margin: 6rem 0 4rem;
    }
}

#koyoukeiyaku-lp .lp-contents06__subtitle .lp-contents__h3{
    background-color: #0068ff;
    color: #FFF;
    font-size: 2.2rem;
    border-radius: 100px;
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 270px;
    display: inline-block;
    position: relative;
}

#koyoukeiyaku-lp .lp-contents06__subtitle::before{
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0068ff;
    position: absolute;
}

#koyoukeiyaku-lp .lp-contents06__hr{
    margin: 0 0 4rem;
    padding: 0;
    border: 0;
    border-top: 1px solid #CCC;
}

#koyoukeiyaku-lp .lp-contents06__item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.5rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents06__item{
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }
}

@media only screen and  (min-width: 768px) {
    #koyoukeiyaku-lp .lp-contents06__item.-al_center{
        align-items: center;
    }
}

#koyoukeiyaku-lp .lp-contents06__item--image{
    width: 440px;
    text-align: center;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents06__item--image{
        width: 100%;
        margin-bottom: 2rem;
    }
}

#koyoukeiyaku-lp .lp-contents06__item--image figure{
    margin: 0;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents06__item--image figure img{
        width: 100%;
    }
}


#koyoukeiyaku-lp .lp-contents06__item--image figure figcaption{
    background-color: #f1f1f1;
    padding: 0.8rem;
    font-size: 1.5rem;
}

#koyoukeiyaku-lp .lp-contents06__item--right{
    width: calc(100% - 440px - 4rem)
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents06__item--right{
        width: 100%;
    }
}

#koyoukeiyaku-lp .lp-contents06__item--logo{
    margin-bottom: 1rem
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents06__item--logo{
        text-align: center;
    }
}

#koyoukeiyaku-lp .lp-contents06__item--logo span{
    background-color: #0068ff;
    display: inline-block;
    padding: 0.4rem 1.5rem;
    font-size: 1.4rem;
    color: #FFF;
    font-weight: bold;
    border-radius: 100px;
}

#koyoukeiyaku-lp .lp-contents06 .lp-contents__h4{
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
    line-height: 1.4;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents06 .lp-contents__h4{
        font-size: 1.87rem;
        margin: 0 0 1rem;
        line-height: 1.4;
    }
}


/*lp-contents07*/
#koyoukeiyaku-lp .lp-contents07{
    padding-bottom: 4rem;
}

#koyoukeiyaku-lp .lp-contents07__inner{
    background-color: #f0f6ff;
    border-radius: 10px;
    padding: 6rem 6rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents07__inner{
        padding: 2rem 1.5rem;
    }
}

#koyoukeiyaku-lp .lp-contents07 .lp-contents__h2{
    font-size: 2.6rem;
}

#koyoukeiyaku-lp .lp-contents07 .lp-contents__h2 strong{
    font-size: 4rem;
}

#koyoukeiyaku-lp .lp-contents07 .lp-contents__h2 span{
    font-size: 3.2rem;
}

#koyoukeiyaku-lp .lp-contents07__check{
    margin-bottom: 5rem;
    padding: 0 3rem;
}

#koyoukeiyaku-lp .lp-contents07__check li{
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents07__check li{
        font-size: 1.5rem;
        padding-left: 2.5rem;
    }
}

#koyoukeiyaku-lp .lp-contents07__check li::before{
    content: "";
    width: 2rem;
    height: 2rem;
    display: block;
    background: url(/katsubun/asset/images/lp/denshikeiyaku/koyoukeiyaku/icon_check.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0.2rem;
    top: 0.5rem;
}
@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents07__check li::before{
        width: 1.7rem;
        height: 1.7rem;
        top: 0.4rem;
    }
}

#koyoukeiyaku-lp .lp-contents07__check--sup{
    font-size: 1.4rem;
    font-weight: normal;
}


#koyoukeiyaku-lp .lp-contents07 .lp-contents-cta__contact--text{
    color: #333;
    margin-bottom: 1rem;
}

@media only screen and  (max-width: 767px) {
    #koyoukeiyaku-lp .lp-contents07 .lp-contents-cta__contact--btn{
        display: block;
    }
    #koyoukeiyaku-lp .lp-contents07 .lp-contents-cta__contact--btn a{
        width: 100%;
    }
}

/* --------------------------------------------------------------
　　inq
-------------------------------------------------------------- */

@media only screen and  (min-width: 768px) {
    .inq{}

    .inq ul{
        max-width:74.5rem;
        width: 100%;
        margin: 3.5rem auto;
    }


    .inq li{
        margin: 1.76rem 0;
    }

    .inq li a{
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
        position: relative;
    }

    .inq li a::before{
        content: '';
        width: 20px;
        height:20px;
        border: 0px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 40px;
        margin-top: -10px;
    }

    .inq li.more a{
        padding: 1.76rem 0;
        display: block;
        background: #2846b4;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        font-size: 1.76rem;
        font-weight: bold;
    }
}

@media only screen and  (max-width: 767px) {
    .inq{}

    .inq ul{
        width: calc(100% - 4rem);
        margin: 3rem auto;
    }

    .inq li a{
        box-shadow: 0 1vw 1vw 0 rgba(0, 0, 0, .3);
        position: relative;
    }

    .inq li a::before{
        content: '';
        width: 2vw;
        height:2vw;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 6vw;
        margin-top: -1vw;
    }

    .inq li.more a{
        padding: 4vw 0;
        display: block;
        background: #2846b4;
        background-size: 10vw;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        font-size: 3vw;
        font-weight: bold;
    }
}
