@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

*:focus {
outline: none;
}
#ap_wrap{
	max-width:1000px;
	text-align: center;
    margin: 0% auto 0;
    padding: 3% 0% 0%;
    position: relative;
    color: #000000;
    display: block;
    letter-spacing: 1px;
    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 img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#ap_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ap_wrap li{
	list-style: none;
    padding: 0;
}
#ap_wrap a{
    text-decoration: none;
}
#ap_wrap a:hover{
    text-decoration: none;
}
#ap_wrap a:link{
    opacity: 1;
}
#ap_wrap .title{
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    /*font-family: 'Cormorant Garamond', serif;*/
}
#ap_wrap .lead{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 4% auto;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    padding: 1% 0;
}
#ap_wrap .lead p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: center;
    margin: 0 auto;
}
.yellow{
    color: #ffc000;
}
.light{
    font-size: 80%;
    font-weight: 300;
}
#ap_wrap .ap_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0% auto 5%;
}
#ap_wrap .ap_box .img_box{
    width: 55%;
    float: left;
    display: inline-block;
    margin: 0 auto;
}
#ap_wrap .ap_box .img_box .img{
    width: 100%;
}
#ap_wrap .ap_box .img_box p{
    font-size: 18px;
    text-align: center;
    margin: 5% auto 0;
    display: inline-block;
    font-weight: 500;
}
.marker{
    background:linear-gradient(transparent 60%, #d7e5e1 60%);
}

#ap_wrap .ap_box .txt_box{
    width: 40%;
    float: right;
    display: inline-block;
    margin: 8% auto 0;
}
#ap_wrap .ap_box .point_box ul{
    width: 100%;
    position: relative;
}
#ap_wrap .ap_box .point_box ul li{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 1% auto;
}
#ap_wrap .ap_box .point_box .check{
    width: 5%;
    float: left;
    margin-right: 2%;
}
#ap_wrap .ap_box .point_box .point{
    width: 92%;
    float: left;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
    margin: 5px auto 0;
}
.bar{
    width: 100%;
    background: #222222;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    padding: 1% 0;
    position: relative;
    margin: 5% auto 0;
    line-height: 1.2em;
    font-weight: 300;
    
    
}
.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 60%;
}

.Left{
    float: left;
}
.Right{
    float: right;
}
.clear{
    clear: both;
}

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
		text-align: center;
        margin: 0% auto 0;
        padding: 8% 0 0;
		color: #000000;
        overflow: hidden;

    }
    #ap_wrap .title{
        font-size: 22px;
        line-height: 1.6em;
    }
    #ap_wrap .lead{
        width: 94%;
        float: none;
        text-align: center;
        margin: 5% auto 2%;
        padding: 4% 0;
    }
    #ap_wrap .lead p{
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
    }
    #ap_wrap .ap_box{
         width: 94%;
        margin: 5% auto;
    }
    #ap_wrap .ap_box .img_box{
        width: 100%;
        float: none;
        text-align: center;
    }
    #ap_wrap .ap_box .img_box p{
        font-size: 15px;
    }
    #ap_wrap .ap_box .txt_box{
        width: 96%;
        float: none;
        margin: 10% auto 0;
    }
    #ap_wrap .ap_box .point_box .point{
        width: 93%;
        font-size: 13px;
        line-height: 1em;
        margin: 8px auto 0;
    }
    .bar{
        font-size: 12px;
        font-weight: 300;
        padding: 3% 0;
        margin: 5% auto 0;
    }

    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
  
    
	
}