@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;
    gap: 30px;
}

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

.sub-content .nishi23-build-box {
    padding: 1em;
    border: 1px solid #ccc;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.sub-content .nishi23-build-box .picture img {
    width: 100% !important;
    height: auto;
    margin-top: 0;
}
.sub-content .nishi23-build-box .description,
.sub-content .nishi23-build-box .description {
    display: grid;
    grid-template-columns: 4em auto;
    align-items: center;
    gap: 12px;
	margin-bottom: 0.5em;
    margin-top: 1em;
}

.sub-content .nishi23-build-box .description dt,
.sub-content .nishi23-build-box .description dt {
	padding: 0.5em;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #efefef;
	color: #212121;
	font-size: 87.5%;
	line-height:1.2;
    box-sizing: border-box;
}

.sub-content .nishi23-build-box .description dd,
.sub-content .nishi23-build-box .description dd {
	color:#212121;
	display:block;
	font-size: 87.5%;
	font-weight:bold;
	line-height:1.2;
}

.sub-content .nishi23-build-box .description dd.fc-red,
.sub-content .nishi23-build-box .description dd.fc-red {
	color: #d90000;
}

.sub-content .nishi23-build-box .description dd.fc-green,
.sub-content .nishi23-build-box .description dd.fc-green {
	color: #85b200;
}

.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;
}






