@charset "utf-8";

/*=====================================================================================
	
	Document : style.css
 
=====================================================================================*/
#zeh{
    color: #322d23;
    text-align: center;
}
#zeh h2 {
	float:left;
	width:860px;
    padding: 14px 0;
	background-color: #8acf54;
	border-radius: 8px;
    color: #ffffff;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#zeh .four_block_container {
    text-align: center;
}

#zeh .zeh {
	float:left;
	width:410px;
	margin:0 10px;
	/*display:inline;*/
}

#zeh h3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

#zeh h3 .logo{
    width: 60%;
}

#zeh h3 .line{
    width: 50%;
}

#zeh h3 .logo img,.line img{
    width: 100%;
}

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

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

.question {
	position: relative;
    font-size: 16px;
    font-weight: bold;
	cursor: pointer;
}

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

.answer {
	display:none;
	width: 350px;
	position: absolute;
	z-index:2;
	padding: 16px;
	border-radius: 5px;
	border: 2px solid #ab03d7;
	background-color: #fbebff;
	margin-top:8px;
}

.question:hover + .answer {
	display:block;
}

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


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

.sub-content h3 {
    font-size: large;
}

.about-lo img {
    margin-top: 30px;    
}

.about-lo h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: large;
    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;
    justify-content: center;
}

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

.sub-content .nishi14 {
    display: flex;
    justify-content: center;
}

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

.footer-line {
    text-align: right;
}

.bukken-link {
    width: 50%;
}




