@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Lato:wght@100;300;400;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
    max-width: 1000px;
    width: 100%;
	text-align: center;
	padding: 5% 0;
	margin: 0% auto;
	color: #231815;
    display: block;
    font-weight: 400;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#ap_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ap_wrap li{
	list-style: none;
}
#ap_wrap a{
    text-decoration: none;
}
#ap_wrap a:hover{
    text-decoration: none;
}
#ap_wrap a:link{
    opacity: 1;
}
#ap_wrap img{
    width: 100%;
    line-height:0;
    vertical-align: bottom;
    border: none;
}


/************************************************************
               head
************************************************************/
#ap_head {
	width: 100%;
	margin: 0 auto;
}
#ap_head .title{
    font-size: 40px;
	font-weight: 600;
    letter-spacing: 5px;
	text-align: center;
}
#ap_head h1{
    font-size: 18px;
    text-align: center;
    line-height: 1em;
    display: inline-block;
    margin: 2% auto 0;
    font-weight: 600;
    letter-spacing: 5px;
	margin-bottom: 20px;
}

#ap_head .lead{
    font-size: 16px;
    text-align: center;
    line-height: 2em;
    margin: 6% auto 3%;
    letter-spacing: 2px;
    display: inline-block;
    
}
#ap_head .lead span{
    font-size: 85%;
}

/************************************************************
               contents
************************************************************/
#ap_content{
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    display: block;
}
#ap_content .main_wrap{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0% auto;
}
#ap_content .main_wrap .main_box{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
#ap_content .main_wrap .main_box .main{
    width: 53%;

}
#ap_content .main_wrap .main_box .main2{
    max-width: 53%;
    width: 100%;
    float: right;
}
#ap_content .main_wrap .main_box .txt_box{
    width: 44%;
    display: inline-block;
	font-size: 15px;
	font-weight: 500;
}
#ap_content .main_wrap .main_box .txt_box a{
	font-size: 15.5px;
}
#ap_content .main_wrap p{
    width: 100%;
    font-size: 15px;
    line-height: 2em;
    text-align: left;
    margin: 0 auto;
    
}
.point{
	font-size: 14px;
	line-height: 2em;
	text-align: left;
}
.select_point{
	font-size: 14px;
	line-height: 2em;
	text-align: left;
}
.select_point span{
	font-weight: 600;
	margin-bottom: 10px;
}


/************************************************************
               ボタン
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 30%;
	margin-top: 4%;
    padding: 2% 0%;
	color: #fff;
    background: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1em;
}
.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}

.Left{
    float: left;
}
.Right{
    float: right;
}

.clear {
	clear: both;
}
.Poppins{
    font-family: 'Poppins', sans-serif;

}
.MT27{
	margin-top: 27%;
}
.MT25{
    margin-top: 25%;
}
.under_line {
    border-bottom: 1px solid #000;
    display: inline-block;
	padding-bottom: 3px;
}
a{
	color: #231815;
}



/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        padding: 5% 0 0%;
        letter-spacing: 1px;
    }
	#ap_wrap img {
		width: 90%;
    }	
    #ap_head .title{
        font-size: 25px;
		letter-spacing: 3px;
    }
	
    #ap_head h1{
        font-size: 14px;
        letter-spacing: 2px;
    }
    #ap_head .lead{
        font-size: 13px;
        margin: 10% auto 2%;
        letter-spacing: 0.5px;
    }
	#ap_content{
		margin: 0 auto;
	}
    #ap_content .main_wrap .main_box{
        margin: 10% 0;
    }
	
    #ap_content .main_wrap .main_box .main{
        width: 100%;
    }
    #ap_content .main_wrap .main_box .txt_box{
        width: 90%;
    }
    #ap_content .main_wrap p{
        font-size: 15px;
		text-align: center;
    }
	.point{
		font-size: 12px;
		text-align: center;
	}
	.select_point{
		font-size: 12px;
		text-align: center;
		margin: 20px;
	}
	.select_point span{
		font-size: 12.5px;
		margin-bottom: 0px;
	}
	
	#ap_content .main_wrap .main_box .main2 {
		float: none;
		max-width: 100%;
	}
    .btn_01 a{
        width: 58%;
        font-size: 11px;
        padding: 3% 0;
		margin: 3% auto;
    }
    
    .btn{
        font-size: 13px;
        width: 90%;
        padding: 3% 4%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .small{
        font-size: 70%;
    }
	.MT27{
	margin-top: 8%;
	}	
    .MT25{
        margin-top: 8%;
    }
	.my_2px{
		content: "";
		display: block;
		margin: 10px 0;
	}
}