@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:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", 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, h4{	
	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{
        background-color:#eee;
        color:#000;
    }
    #foot > div{
        position:relative;
        width: 1024px;
        margin: 0 auto;
        padding-bottom:80px;
    }

    #foot .lnk{
        position:absolute;
        bottom:30px;
        left:0;
        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:0;
        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
-------------------------------------------------------------- */

#ppap-lp{
}

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


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

@media only screen and  (max-width: 767px) {
    #ppap-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
-------------------------------------------------------------- */

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

#ppap-lp .lp-contents__p{
    font-size: 1.6rem;
    margin-bottom: 4rem;
    line-height: 1.8;
}

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

#ppap-lp .lp-contents-cta{
    background-color: #264aae;
    padding-top: 6rem;
}

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

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

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

#ppap-lp .lp-contents-cta__contact .lp-contents-cta__contact--btn a{
    display: block;
    width: 63.6rem;
    font-size: 3.4rem;
    color: #FFF;
    background-color: #f7921e;
    padding: 2.6rem 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) {
    #ppap-lp .lp-contents-cta__contact .lp-contents-cta__contact--btn a{
        width: calc(100% - 4rem);
        font-size: 2rem;
        margin: 0 auto;
    }
}

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

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


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

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

#ppap-lp .lp-contents-mv .lp-contents__container{
    position: relative;
    padding: 11rem 0 6rem;
    height: 52.3rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents-mv .lp-contents__container{
        padding: 3rem 0 6rem;
    }
}

#ppap-lp .lp-contents-mv .lp-contents-mv__title{
    font-size: 3.95rem;
    text-shadow: 2px 2px 10px rgba(0,103,177,0.5) ,
    -2px 2px 10px rgba(0,103,177,0.5) ,
    2px -2px 10px rgba(0,103,177,0.5) ,
    -2px -2px 10px rgba(0,103,177,0.5);
    margin-bottom: 6.8rem;
    line-height: 1.3;
    margin-left: 1rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents-mv .lp-contents-mv__title{
        font-size: 2.5rem;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 23rem;
    }
}

#ppap-lp .lp-contents-mv .lp-contents-mv__title span{
    font-weight: bold;
}

#ppap-lp .lp-contents-mv .lp-contents-mv__title strong{
    font-size: 5.3rem;
    font-weight: bold;
}

#ppap-lp .lp-contents-mv .lp-contents-cta__contact--text{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents-mv .lp-contents-mv__contact--btn{
        margin-bottom: 1.5rem;
    }
}

#ppap-lp .lp-contents-mv .lp-contents-mv__contact--btn a{
    padding: 1.5rem 1.5rem;
    display: inline-block;
    font-size: 2.6rem;
    width: 46.5rem;
    color: #FFF;
    background-color: #f7921e;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: filter 0.5s;
    margin-left: 1rem;
    position: relative;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents-mv .lp-contents-mv__contact--btn a{
        width: calc(100% - 2rem);
        font-size: 2.2rem;
    }
}

#ppap-lp .lp-contents-mv .lp-contents-mv__contact--btn a::after{
    content: '';
    width: 1.1rem;
    height: 1.1rem;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

#ppap-lp .lp-contents-mv .lp-contents-mv__sup{
    text-align: right;
    position: absolute;
    right: 1rem;
    bottom: 4.5rem;
    text-shadow: 0 0 5px rgba(0,103,177,0.5);
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents-mv .lp-contents-mv__sup{
        text-align: left;
        margin-left: 1rem;
        position: static;
        text-shadow: 0 0 5px rgba(0,103,177,0.5);
    }
}

#ppap-lp .lp-contents-mv .lp-contents-mv__sup p{
    text-align: left;
    display: inline-block;
    padding-left: 2rem;
    font-size: 1.5rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents-mv .lp-contents-mv__sup p{
        font-size: 1.1rem;
        padding-left: 1.5rem;
        display: block;
        position: relative;
    }
}

#ppap-lp .lp-contents-mv .lp-contents-mv__sup p span{
    position: absolute;
    left: 0;
}

/*lp-contents01*/
#ppap-lp .lp-contents01{
    background: #333 url(/katsubun/asset/images/lp/ppap/bg_contents01.jpg) no-repeat top center;
    background-size: cover;
    color: #FFF;
    padding-top: 6rem;
    padding-bottom: 14rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents01{
        padding-top: 4rem;
        padding-bottom: 8rem;
    }
}

#ppap-lp .lp-contents01__h2{
    font-size: 5rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents01__h2{
        font-size: 4rem;
        letter-spacing: 0;
    }
}

#ppap-lp .lp-contents01__red{
    color: #c42d27;
    text-shadow: 
    2px 2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px 0px 1px #ffffff,
    0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff,
    0px -2px 1px #ffffff;
}

#ppap-lp .lp-contents01__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents01__list{
        flex-direction: column;
        align-items: center;
    }
}

#ppap-lp .lp-contents01__item{
    width: calc(33.33% - 1.5rem);
    background-color: #e5e5e5;
    color: #000;
    text-align: center;
    border-radius: 1.3rem;
    padding: 2rem 1rem 3rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents01__item{
        width: 100%;
        margin-bottom: 2rem;
    }
}

#ppap-lp .lp-contents01__item--num{
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.5rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents01__item--num{
        font-size: 3rem;
    }
}

#ppap-lp .lp-contents01__item--num span{
    font-size: 4rem;
    vertical-align: middle;
    display: inline-block;
    margin-left: 1rem;
    transform: translateY(-0.5rem)
}

#ppap-lp .lp-contents01__item--text{
    font-size:1.9rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.4;
}

#ppap-lp .lp-contents01__after strong{
    font-size: 3.2rem;
}

/*lp-contents02*/
#ppap-lp .lp-contents02{
    position: relative;
    overflow: hidden;
    padding-top: 10vw;
    margin-top: -10vw;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 6rem;
}

#ppap-lp .lp-contents02__inner{
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding-top: 4rem;
}

#ppap-lp .lp-contents02__inner::before{
    content: "";
    height: 100%;
    width: 150%;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(6deg);
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__inner::before{
        width: 230%;
    }
}

#ppap-lp .lp-contents02__inner::after{
    content: "";
    height: 100%;
    width: 150%;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-6deg);
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__inner::after{
        width: 230%;
    }
}

#ppap-lp .lp-contents__container{
    position: relative;
    z-index: 1;
}

#ppap-lp .lp-contents__h2{
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 6rem;
    line-height: 1.4;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents__h2{
        font-size: 2.4rem;
    }
}

#ppap-lp .lp-contents02__ank{
    display: flex;
    justify-content: space-between;
    margin-bottom: 7rem;
}

#ppap-lp .lp-contents02__ank--reseive,
#ppap-lp .lp-contents02__ank--send{
    width: calc(50% - 1rem);
}

#ppap-lp .lp-contents02__ank--reseive a{
    display: block;
    background-color: #0270bb;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    color: #FFF;
    border-radius: 2rem;
    padding: 1.5rem;
    line-height: 1;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__ank--reseive a{
        font-size: 3rem;
    }
}

#ppap-lp .lp-contents02__ank--send a{
    display: block;
    background-color: #39b549;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    color: #FFF;
    border-radius: 2rem;
    padding: 1.5rem;
    line-height: 1;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__ank--send a{
        font-size: 3rem;
    }
}

#ppap-lp .lp-contents02__ank--reseive a::after,
#ppap-lp .lp-contents02__ank--send a::after{
    content: "";
    display: block;
    background: url(/katsubun/asset/images/lp/ppap/arrow_ank.svg) no-repeat center;
    background-size: contain;
    width: 3rem;
    height: 2rem;
    margin: 2rem auto 0;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__ank--reseive a::after,
    #ppap-lp .lp-contents02__ank--send a::after{
        width: 3rem;
        height: 2rem;
    }
}

#ppap-lp .lp-contents02__ank--reseive a:hover,
#ppap-lp .lp-contents02__ank--send a:hover{
    opacity: 0.7;
    text-decoration: none;
}

#ppap-lp .lp-contents02__h3{
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
    padding: 0 1rem 1.5rem;
    margin-bottom: 3rem;
    letter-spacing: -0.2rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__h3{
        font-size: 2.8rem;
        padding: 0 0 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

#ppap-lp .lp-contents02__h3 span{
    font-size: 2rem;
    display: inline-block;
    color: #FFF;
    margin-right: 1rem;
    padding: 0.3rem 1.5rem;
    transform: translateY(-0.2rem);
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__h3 span{
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
}

#ppap-lp .lp-contents02__receive .lp-contents02__h3{
    border-bottom: 6px solid #0270bb;
}

#ppap-lp .lp-contents02__receive .lp-contents02__h3 span{
    background-color: #0270bb;
    border-radius: 1.5rem;
}

#ppap-lp .lp-contents02__send .lp-contents02__h3{
    border-bottom: 6px solid #39b549;
}

#ppap-lp .lp-contents02__send .lp-contents02__h3 span{
    background-color: #39b549;
    border-radius: 1.5rem;
}

#ppap-lp .lp-contents02 .lp-contents__p{
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-align: left;
    padding: 0 1rem;
    line-height: 1.6;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02 .lp-contents__p{
        font-size: 1.8rem;
    }
}

#ppap-lp .lp-contents02__h4{
    color: #b03633;
    font-size: 3rem;
    margin-bottom: 3rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__h4{
        font-size: 2.2rem;
    }
}

#ppap-lp .lp-contents02__image{
    margin: 0;
    margin-bottom: 6rem;
    padding: 0;
}

.lp-contents02__receive{
    margin-bottom: 10rem;
}

#ppap-lp .lp-contents02__link--btn{
    margin: 0 auto 3rem;
    width: calc(100% - 2rem);
}

#ppap-lp .lp-contents02__link--btn.btn03{
    margin-bottom: 10rem;
}

#ppap-lp .lp-contents02__link--btn a{
    display: block;
    border-radius: 2rem;
    color: #FFF;
    text-align: center;
    position: relative;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 2rem 1rem;
    line-height: 1.4;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__link--btn a{
        font-size: 1.8rem;
        font-weight: bold;
        padding: 1.5rem 1rem;
    }
}

#ppap-lp .lp-contents02__link--btn a span{
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    font-size: 1.8rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__link--btn a span{
        position: static;
        font-size: 1.6rem;
        display: block;
        margin-top: 1rem;
    }
}

#ppap-lp .lp-contents02__link--btn a span::after{
    content: "";
    display: inline-block;
    background: url(/katsubun/asset/images/lp/ppap/arrow_link_btn.png) no-repeat center;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__link--btn a span::after{
        width: 2rem;
        height: 2rem;
    }
}


#ppap-lp .lp-contents02__receive .lp-contents02__link--btn a{
    background-color: #0270bb;
}

#ppap-lp .lp-contents02__send .lp-contents02__link--btn a{
    background-color: #39b549;
}

#ppap-lp .lp-contents02__link--btn.btn01 a::before,
#ppap-lp .lp-contents02__link--btn.btn03 a::before,
#ppap-lp .lp-contents02__link--btn.btn04 a::before{
    content: "";
    display: block;
    position: absolute;
    width: 12.3rem;
    height: 8.4rem;
    background: url(/katsubun/asset/images/lp/ppap/bg_btn_icon_01.png) no-repeat center;
    background-size: contain;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__link--btn.btn01 a::before,
    #ppap-lp .lp-contents02__link--btn.btn03 a::before,
    #ppap-lp .lp-contents02__link--btn.btn04 a::before{
        display: none;
    }
}

#ppap-lp .lp-contents02__link--btn.btn02 a::before{
    content: "";
    display: block;
    position: absolute;
    width: 11.8rem;
    height: 8.1rem;
    background: url(/katsubun/asset/images/lp/ppap/bg_btn_icon_02.png) no-repeat center;
    background-size: contain;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents02__link--btn.btn02 a::before{
        display: none;
    }
}

#ppap-lp .lp-contents02__link--btn a:hover{
    opacity: 0.7;
    text-decoration: none;
}

/*lp-contents03*/
#ppap-lp .lp-contents03{
    padding-top: 0;
    background-color: #f8f5ca;
    padding-bottom: 8rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents03{
        padding-bottom: 7rem;
    }
}

#ppap-lp .lp-contents03 .lp-contents03__h2{
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    color: #FFF;
    background-color: #f7921e;
    padding: 2.1rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents03 .lp-contents03__h2{
        font-size: 3rem;
        padding: 2.1rem 0;
    }
}

#ppap-lp .lp-contents03 .lp-contents03__h3{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 5rem 0 3rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents03 .lp-contents03__h3{
        font-size: 2.1rem;
    }
}

#ppap-lp .lp-contents03__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

#ppap-lp .lp-contents03__item{
    width: calc(33.33% - 1rem);
    background-color: #FFF;
    border-radius: 1.3rem;
    padding: 1.5rem 1rem 3rem;
    text-align: center;
    position: relative;
    border: 6px solid #f7921e;
    display: flex;
    flex-direction: column;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents03__item{
        width: 100%;
        max-width: none;
        flex-direction: row-reverse;
        align-items: center;
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
}

#ppap-lp .lp-contents03__item--text{
    font-weight: bold;
    font-size: 2.2rem;
    color: #f7921e;
    flex-grow: 1;
    margin-bottom: 4rem;
}
@media only screen and  (max-width: 767px) {
    #ppap-lp .lp-contents03__item--text{
        font-size: 1.9rem;
        margin-bottom: 0;
    }
}

.lp-contents03__item--image{
 
}
@media only screen and  (max-width: 767px) {
    .lp-contents03__item--image{
        width: 30%;
    }
    .lp-contents03__item--image img{
        height: 7rem;
        width: auto;
    }
}


/* --------------------------------------------------------------
　　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;
    }
}


/*ページトップボタン*/
p.pagetop_btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
@media only screen and  (max-width: 767px) {
    p.pagetop_btn{
        display:none;
    }
}