@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&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@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
    letter-spacing: 1px;
}
@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;
/*    color: #000000;*/
}
#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;
}


/************************************************************
                main 
************************************************************/
#ap_head {
    max-width: 1000px;
	width: 100%;
	margin: 0 auto;
    position: relative;
}
#ap_head .title{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 500;
    text-align: center;
    margin: 0 auto;
	letter-spacing: 2px;
}
#ap_head .title_s{
    width: 45%;
    text-align: center;
    margin: 3% auto;
}
#ap_head .lead{
    font-size: 18px;
    text-align: center;
    line-height: 2.5em;
    font-weight: 500;
    margin: 0% auto 1%;
    letter-spacing: 2px;
    display: block;
}
.lead2{
	display: inline-block;
    text-align: center;
    line-height: 1.8em;
    font-weight: 500;
    font-size: 17px;
    margin: 0% auto 0;
}
.title2{
	text-align: center;
    line-height: 1.8em;
    font-weight: 500;
    font-size: 24px;
    margin: 5% auto 0
}
.detail{
	display: inline-block;
    text-align: center;
    line-height: 1.8em;
    font-weight: 400;
    font-size: 15px;
    margin: 5% auto 4%;
}

/************************************************************
               contents
************************************************************/
#ap_contents{
	width: 100%;
}
#ap_contents .ap_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 5% 0;
}
#ap_contents .ap_box .inner{
    max-width:1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
#ap_contents .item_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
#ap_contents .item_box img{
    width: 48%;
    float: left;
}
#ap_contents .item_box .ttl_box{
    width: 48%;
    float: right;
    margin: 10% auto 0;
    display: inline-block;
}
#ap_contents .item_box .ttl_box .txt_box{
    position: relative;
    margin: 0% 0;
}
#ap_contents .item_box .ttl_box .txt_box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background: #000;
}
#ap_contents .item_box .ttl_box .txt_box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 25px;
    background: #000;
}
#ap_contents .item_box .ttl_box .txt_box .txt{
    width: 90%;
    font-size: 35px;
    box-sizing: border-box;
    padding: 0% 0% 0% 5%;
    line-height: 2em;
    text-align: left;
    font-weight: 500;
}
#ap_contents .item_box .credit_box{
    width: 50%;
    float: right;
    display: inline-block;
    margin: 12% auto 0;
    position: relative;
}
#ap_contents .item_box .credit_box .credit{
    font-size: 19px;
    text-align: center;
    line-height: 1.9em;
    margin: 0 auto;
    display: inline-block;
    float: left;
    position: relative;
    font-weight: 600;
}
#ap_contents .style_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
}
.height_box02{
	width: 90%;
	display: flex;
	column-gap: 1%;
	padding: 5% 2% 10%;
	margin-left: 3%;
}
.height{
	width: 50%;
}
.height span{
	font-size: 12px;
}
.size_ttl{
	margin: 5% 0 7%;
	font-size: 1.2em;
}
.size{
	font-size: 14px;
}

.height_box01 {
	position: relative;
	display: flex;
	margin-bottom: 5%;
}

.height_box01::before, .height_box01::after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
}

.height_box01::before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	top: 0;
	left: 0;
}

.height_box01::after {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	bottom: 0;
	right: 0;
}

#ap_contents .style_box h1{
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    border-bottom: #000000 1px solid;
    font-family: "Poppins", sans-serif;
}
#ap_contents .style_box .style{
    width: 95%;
    text-align: center;
    margin: 3% auto 0;
    display: inline-block;
    position: relative;
}
#ap_contents .style_box .style ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
}
#ap_contents .style_box .style ul li{
    box-sizing: border-box;
    margin: 5% auto;
}

#ap_contents .style_box .style ul li p{
	font-size: 13px;
	text-align: center;
    line-height: 2em;
    margin: 4% auto;
}

span.marker {
    background: linear-gradient(transparent 50%, #e1e1e1 50%);
	padding: 0px 5px;
}

.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    background: #353535;
    color: #FFFFFF;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 50%;
	margin: 10% auto 0%;
    padding: 3% 0%;
    background: #353535;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
	transition: 0.5s;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;
    border-radius: 2px;
}
.btn_02 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 70%;
    padding: 2% 2%;
    color: #333333;
    border: #333333 1px solid;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    border-radius: 100vh;
    float: none;
    font-family: "Poppins", sans-serif;
}
.btn_02 a:hover {
    background: #353535;
    color: #FFF;
}
.btn_02 a:after {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 2px solid #353535;
    border-right: 2px solid #353535;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_02 a:hover:after {
    border-color: #FFF;
}

.btn_03 a {
    background: #a0a0a0;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 85%;
    padding: 2% 2%;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    border-radius: 100vh;
    float: none;
    font-family: "Poppins", sans-serif;
}
.btn_03 a:hover {
    background: #a0a0a0;
    color: #FFF;
}

.btn_all a {
    background: #353535;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    width: 90%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 15% auto 10%;
    display: inline-block;
    border-radius: 3px;
    padding: 4.5% 0
}


.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.hr{
    border-bottom: #BCBABA dotted 1px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}
.Bg_Gray{
    background: #F5F5F5;
}


/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
    }
    #ap_head .title{
		font-size: 20px;
    }
    #ap_head .title_s{
        width: 55%;
    }
    #ap_head .lead{
        font-size: 15px;
        line-height: 1.9em;
    }
    #ap_contents .ap_box{
        margin: 0% auto;
        padding: 5% 0;
    }
    
    #ap_contents .ap_box .inner{
        width: 90%;
    }
    #ap_contents .item_box .ttl_box{
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    #ap_contents .item_box .ttl_box .txt_box .txt{
        width: 100%;
    }
    #ap_contents .item_box img{
        width: 100%;
        text-align: center;
        float: none;
    }
    #ap_contents .item_box .credit_box{
        width: 100%;
        float: none;
        text-align: center;
        margin: 6% auto 0;
        display: inline-block;
    }
    #ap_contents .item_box .credit_box .credit{
        font-size: 16px;
        text-align: center;
        float: none;
        font-weight: 500;
        letter-spacing: 0px;
    }
    .height_box01 {
        display: block;
		margin-bottom: 10%;
    }	
    #ap_contents .style_box h1{
        font-size: 15px;
    }
    #ap_contents .style_box .style{
        width: 100%;
    }
    #ap_contents .style_box .style ul li{
        margin: 5% auto 15%;
    }
    #ap_contents .style_box .style ul{
        grid-template-columns: 1fr 1fr;
    }
    #ap_contents .style_box .style ul li p{
        font-size: 10px;
        text-align: left;
    }  
    .kaho-item p {
        height: 40px;
    }
	.footer{
        font-size: 11px;
        padding: 3% 0;
    }
    .btn_01 a{
		font-size: 12px;
        width: 80%;
        text-align: center;
        margin: 5% auto;
        float: none;
    }
    .btn_02 a{
        width: 90%;
        font-size: 11px;
        padding: 4% 2%;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
	
    .lead2{
        font-size: 14px;
    }
    .title2{
        font-size: 17px;
    }
    .detail{
        display: inline-block;
        text-align: center;
        line-height: 1.8em;
        font-weight: 400;
        font-size: 13px;
        margin: 5% auto 4%;
    }
	
}