@charset "utf-8";
/* CSS Document */
.about_bg_color {
	background-color: #f7f4f2;	
}
.about_main_img {
	background-image: url("../images/about/about_main.png");
	background-repeat: no-repeat;
	height: calc(100vh - 100px);
	background-size: cover;
	background-position: center;
}
.about_box {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 0;
	padding: 10px 0 132px;
}


.about_main_title {
	text-align: left;
	font-size: 40px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.2em;
	clear: both;
}
.about_main_title img {
	width: 60px;
	padding-right: 10px;
	display: block;
	float: left;
}
.about_main_img {
	background-image: url("../images/about/about_main.png");
	background-repeat: no-repeat;
	height: calc(100vh - 100px);
	background-size: cover;
	background-position: center;
}
.about_title {
	width: 100%;
	border: 1px solid #367752;
	padding: 6px 15px 2px;
	box-sizing: border-box;
	color: #367752;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.2em;
}
.about_boxs {
	padding-top: 50px;
}
.about_text {
	width: 100%;
	max-width: 630px;
}
.about_text_02 {
	width: 100%;
	max-width: 750px;
}
.about_text_02 p {
	color: #367752;
	font-size: 18px;
	font-weight: 600;
}

.about_text_02 ol li {
	margin-left: 1.4em;
	text-indent: -1.6em; /*インデントの調整*/
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.about_text_03 {
	font-size: 18px;
	color: #367752;
	padding: 15px;
	border: 1px dotted #367752;
}
.about_text_03 ol li {
	margin-left: 1.4em;
	text-indent: -1.6em; /*インデントの調整*/
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
.about_img {
	width: 100%;
	max-width: 300px;
	padding: 10px 5px;
}
.about_img_02 {
	width: 100%;
	max-width: 200px;
	padding: 10px 5px;
}


.about_text_05 {
	width: 100%;
	max-width: 1000px;
}
.about_text_05 div.dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px dotted #B8B8B8;
}
.about_text_05 div.dl:last-child {
	border-bottom: 1px dotted #B8B8B8;
}
.about_text_05 dt {
	width: 180px;
	padding: 8px;
	text-align: left;
	letter-spacing: 0.5em;

}
.about_text_05 dd {
	width: 70%;
	padding: 8px;
	text-align: left;
}
table {
	width: 100%;
	max-width: 1000px;
}

.td {
	width: 30%;
	background-color: #DCDCDC;
	padding: 5px 0 5px 10px;
	border: 1px solid #8C8C8C;
}
.td_d {
	width: 70%;
	border: 1px solid #8C8C8C;
	padding: 5px 0 5px 10px;
	word-break: break-word;
 	word-wrap: break-word;
}
.td_10 {
	width: 15%;
	background-color: #DCDCDC;
	padding: 5px 0 5px 10px;
	border: 1px solid #8C8C8C;
}
.td_dd {
	width: 85%;
	border: 1px solid #8C8C8C;
	padding: 5px 0 5px 10px;
	word-break: break-word;
 	word-wrap: break-word;
	background-color: #DCDCDC
}
.td_l {
	width: 60%;
	background-color: #DCDCDC;
	padding: 5px 0 5px 10px;
	border: 1px solid #8C8C8C;
}
.td_l_10 {
	width: 20%;
	background-color: #DCDCDC;
	padding: 5px 0 5px 10px;
	border: 1px solid #8C8C8C;
	font-size: 16px;
}
.td_l_d {
	width: 40%;
	border: 1px solid #8C8C8C;
	padding: 5px 0 5px 10px;
}
.td_l_d_90 {
	width: 80%;
	border: 1px solid #8C8C8C;
	padding: 5px 0 5px 10px;
	font-size: 16px;
}
summary {
	list-style: none;
}
.a_on:hover {
	text-decoration: underline;
	color: #005AFC;
	cursor: pointer;
}

@media screen and (max-width: 1040px) {
.about_main_img {
	background-image: url("../images/about/about_main_m.png");
	background-repeat: no-repeat;
	height: calc(100vh - 100px);
	background-size: cover;
	background-position: center;
}
}
@media screen and (max-width: 480px) {
.about_main_img {
	background-image: url("../images/about/about_main_m.png");
	background-repeat: no-repeat;
	height: 400px;
	background-size: cover;
	background-position: center;
}
	
.about_img {
	width: 100%;
	max-width: none;
	padding: 10px 5px;
}
.about_img_02 {
	width: 100%;
	max-width: none;
	padding: 10px 5px;
}
}