@charset "utf-8";


/* hitotoshishoucp 専用css */

p, a, ul{
	font-size: 16px;
}

.pl-16{
	padding-left: 16px;
}

.hitotoshihou__seciton{
	max-width: 1480px;
	margin: 0 auto;
}

.heading__box-red{
	background-color: #731936;
	padding: 40px;
}

.h2__bg-white{
	background-color: white;
	color: #23496d;
	font-weight: bold;
	padding: 18px;
}

@media (max-width:991px) {
	.h2__bg-white{
		font-size: 24px;
		line-height: 1.4;
	}
}


.h3-lightBlue{
	font-size:26px ;
	font-weight: bold;
	background-color: aliceblue;
	padding: 16px;
	color: #23496d;
	border-radius: 10px;
	margin-bottom: 24px;
}

.h4-red{
	font-size: 20px;
	font-weight: bold;
	color: red;
}

.kv-container{
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width:991px) {
	.kv-container{
		width: calc(100% - 24px);
	}
}

.kv-container img{
	width: 100%;
}

@media (max-width:991px) {
	.kv-container{
		width: calc(100% - 24px);
	}
}

.h1{
	font-weight: bold;
	text-align: center;
}

@media (max-width:991px) {
	.h1{
		font-size:34px ;
	}
}



.apply__limit-text{
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}

@media (max-width:991px) {
	.apply__limit-text{
		font-size: 20px;
	}
}


.apply-link{
	color: #23496d;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin:24px auto 0;
	width: fit-content;
}

.present__contents{
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	margin-top: 64px;
}

@media (max-width:768px) {
.present__contents{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 80px;
}	
}


.present__item{
	width: calc(100% / 3);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

@media (max-width:768px) {
	.present__item{
		width: 70%;
	}
}


.present__item-img{
	width: 70%;
}

.present__item-img img{
	width: 100%;
	box-shadow:10px 5px 5px rgb(225 225 225 / 60%);
}

.present__item-detail{
	margin-top:40px;
	text-align: center;
}

.present__item-name{
	font-size: 24px;
	font-weight: bold;
}

.apply__tokuten-container{
	padding: 20px;
	background-color: #731936;
}

.apply__tokuten-text{
	color: white;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width:991px) {
	.apply__tokuten-text{
		font-size: 18px;
	}
}


.apply-contents{
	padding: 16px 24px;
	max-width: 1000px;
}

.apply__howto-ul{
	list-style: none;
}

.apply__howto-ul li{
	padding-bottom: 8px;
}

.apply-adress{
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 36px;
}

.apply__coution-text{
	max-width: 1000px;
}

.acordion-h4{
	font-weight: bold;
	margin-top: 24px;
}

/* 注意事項アコーディオン */
.accordion-004 {
    max-width: 1000px;
	margin-top:16px ;
    margin-bottom: 7px;
    border: 2px solid #159fe8;
    border-radius: 5px;
}

@media (max-width:999px) {
	.accordion-004{
	max-width: 95%;
	margin: 16px auto;
	}
}


.accordion-004__inner{
	padding: 16px;
}

.accordion-004 summary {
	color: #159fe8;
	font-size: 18px;
	font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    cursor: pointer;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 12px;
    height: 12px;
    margin-left: 10px;
    border-bottom: 3px solid #159fe8;
    border-right: 3px solid #159fe8;
    content: '';
    transition: transform .3s;
}

.accordion-004[open] summary::after {
    transform: rotate(225deg);
}

.accordion-004 div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

@media (max-width:575px) {
	.accordion-004 div{
		padding-left: 1em;
		padding-right: 1em;
	}
}




.accordion-004[open] div {
    transform: none;
    opacity: 1;
}

.accordion-004__ul li{
	padding-bottom: 8px;
}