@charset "utf-8";

/*=====================================================================================
	
	Document : style.css
 
=====================================================================================*/

#zeh h2 {
	width:592px;
    padding: 14px 0;
	background-color: #8acf54;
	border-radius: 8px;
    color: #ffffff;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
	margin:32px 24px 0 24px;
}

#zeh .four_block_container {
}

#zeh .zeh {
	width:592px;
	margin:1em;
}

#zeh h3 {
	text-align: center;
}

#zeh .four_block_container ul {
	margin:0 14px;
}

#zeh .four_block_container li {
	margin-bottom:14px;
}

.question {
	font-size:28px;
    font-weight: bold;
	cursor: pointer;
	max-height:100%;
	line-height:2;
}

.question:hover {
	color:#ab03d7;
	text-decoration:underline;
}

.answer {
	max-height:100%;
	display: none;
	width: 500px;
	margin-top:8px;
	padding: 1em;
	border-radius: 8px;
	border: 2px solid #ab03d7;
	background-color: #fbebff;
}

#zeh .efc {
	max-width:400px;
	display:block;
	margin:0 auto 1em auto;
}

.copy_right p {
	max-height:100%;
}


.sub-content h2 {
    color: black !important;
	background-color: rgba(0,0,0,0.00) !important;
}

.sub-content h3 {
    font-size: 23px;
}

.sub-content .about-lo img {
    margin-top: 30px;    
    width: 100%;
}

.sub-content .about-lo h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: bold;
}

.sub-content .about-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.sub-content .about-image img {
    width: 70% !important;
    margin: 10px;
}

.sub-content .about-image .img-set {
    display: flex;
    justify-content: space-between;
}

.sub-content .about-image .img-set img {
    width: calc((100% - 60px) / 3) !important;
}

.sub-content .zeh-list {
    color: white !important;
    background-color: #ff9326 !important;
}

.sub-content .nishi23 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-content .nishi23 img {
    width: 100% !important;
}

.sub-content .nishi14 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-content .nishi14 img {
    width: 100% !important;
}

.bukken-link {
    width: 70%;
}

.bukken-link li {
    width: 100% !important;
    margin: 0 auto;
}

.bukken-link .pd_box dt, .pd_box dd {
    font-size: 24px !important;
}






