@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

*:focus {
  outline: none;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    padding: 3% 0 0;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #ecf5fc;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
    
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
}
#lp_wrap ul{
	padding: 0;
	overflow: hidden;
}
#lp_wrap li{
	list-style: none;
}
#lp_wrap a{
    text-decoration: none;
}
#lp_wrap a:link{
    opacity: 1;
}
#lp_wrap a:hover{
    text-decoration: none;
}
#lp_wrap .lp_box{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0% auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#lp_wrap .lp_box .main_box{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background: #c0ddf4;
}
#lp_wrap .lp_box .main_box .main{
    width: 50%;
}
#lp_wrap .lp_box .main_box .detail{
    width: 50%;
    display: inline-block;
}
#lp_wrap .lp_box .main_box .detail .item{
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 2em;
    font-weight: 500;
}
#lp_wrap .lp_box .main_box .detail .text{
    width: 80%;
    border: #132a88 1px solid;
    background: #FFFFFF;
    /*background: #efefef;*/
    display: inline-block;
    border-radius: 15px;
    position: relative;
    padding: 5% 0;
    margin: 8% auto 0;
}
#lp_wrap .lp_box .main_box .detail .text .ttl{
    width: 40%;
    position: absolute;
    left: 30%;
    top: -10%;
    
}
#lp_wrap .lp_box .main_box .detail .text p{
    font-size: 15px;
    text-align: left;
    display: inline-block;
    line-height: 1.8em;
    font-weight: 400;
    margin: 5% auto;
}
#lp_wrap .lp_box .sub_box{
    width: 100%;
    margin: 3% auto;
    display: inline-block;
    position: relative;
}
#lp_wrap .lp_box .sub_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3%;
}
#lp_wrap .lp_box .sub_box ul li{
    display: inline-block;
    position: relative;
    background: #FFFFFF;
}
#lp_wrap .lp_box .sub_box .text{
    width: 90%;
    margin: 0% auto;
    display: inline-block;
    text-align: center;
    padding: 2% 0;
}
#lp_wrap .lp_box .sub_box .text p{
    font-size: 13px;
    text-align: center;
    line-height: 1.8em;
}




/********************************************************
ここまで
********************************************************/

.bar{
    width: 100%;
    background: #333333;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    padding: 0.5% 0;
    position: relative;
    margin: 0 auto;
    line-height: 1em;
    font-weight: 300;
}


.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 50%;
}
.Inter{
    font-family: 'Inter', sans-serif;    
}

/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 0;
	}
    #lp_wrap .lp_box {
        margin: 0% auto;
    }
    #lp_wrap .lp_box .main_box{
        display: block;
        padding: 5% 0 0;
    }
    #lp_wrap .lp_box .main_box .main{
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    #lp_wrap .lp_box .main_box .detail{
        width: 90%;
        text-align: center;
        margin: 5% auto;
    }
    #lp_wrap .lp_box .main_box .detail .item{
        font-size: 15px;
    }
    #lp_wrap .lp_box .main_box .detail .text{
        width: 100%;
        margin: 10% auto 5%;
    }
    #lp_wrap .lp_box .main_box .detail .text .ttl{
        width: 45%;
        left: 25%;
        top: -15%;
    }
    #lp_wrap .lp_box .main_box .detail .text p{
        font-size: 12px;
        margin: 5% auto 5%;
    }
    #lp_wrap .lp_box .sub_box{
        width: 96%;
        text-align: center;
    }
    #lp_wrap .lp_box .sub_box ul{
        grid-column-gap: 2%;
    }
    #lp_wrap .lp_box .sub_box .text{
        padding: 4% 0;
    }
    #lp_wrap .lp_box .sub_box .text p{
        font-size: 10px;
        text-align: left;
        line-height: 1.5em;
    }

    
    
    .bar{
        font-size: 12px;
        padding: 2% 0;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .MT10{
        margin-top: 15%;
    }
}