@charset "utf-8";

/* 汎用 */
a:hover img { opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.st { font-weight: bold; }
.fl { float: left; }
.fr { float: right; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.flex { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }
.flex_no_justify { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.f_min { font-family: "Yu Mincho Medium", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
.f_times { font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }
.f_arial { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.f_gothic { font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif; }
.fit_img { display: flex; justify-content: center; align-items: center; /*IE用*/ flex-direction: column; }
.fit_img img { max-width: 100%; max-height: 100%; width: auto; height: auto; }

/*IE10以下*/
.regacy_fit_img { display: relative; overflow: hidden; }
.regacy_fit_img img { position: absolute; left: -50%; right: -50%; top: -50%; bottom: -50%; margin: auto; max-width: 100%; max-height: 100%; width: auto; height: auto; }
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
/* TOP */
.corner_ttl {
	margin: 0 auto 30px;
	width: 678px;
}
.box {
	padding: 0 0 78px;
}
.reason_box{
    padding: 32px 0 0px 78px;
    border: 2px solid #e0e0e0;
    position: relative;
    margin: 50px auto 45px;
    width: 675px;
    text-align: left;
    box-sizing: border-box;
}

.reason_box .box_read{
    text-indent: 2em;
    margin-bottom: 21px;
}

.reason_box .box_read span{font-size:16px;}

.reason_box h3{position:absolute;right: 0;left: 0;top: -16px;width: 508px;margin: auto;}

.support_box{
    padding: 0;
    margin-bottom: 28px;
}

.caution_txt{text-align:left;font-size: 16px;margin-top: 15px;letter-spacing: 1px;}

.map_img{margin: 0 auto 68px;width: 681px;}

.photo_img{margin: 0 auto 49px;}

.possible_img{
    margin-bottom: 79px;
}

.box_read {
	margin-bottom: 35px;
	font-size: 16px;
	font-weight: 900;
	line-height: 34px;
	letter-spacing: 0.1em;
}
.box_read span {
	font-size: 18px;
	background: linear-gradient(transparent 50%, #F7D82E 50%);
	padding: 0 3px;
}
.box_menu {
	margin-top: 30px;
}
table,
table th,
table td {
	border:0;
	border-collapse:collapse;
}
table {
	margin:0;
	width:100%;
	border: 2px solid #E0E0E0;
}
table th,
table td {
	padding:25px;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	border-bottom: 1px solid #E0E0E0;
}
table th {
	width: 37%;
	font-size: 18px;
	background: #EBEBEB;
	letter-spacing: 2px;
}
table td {
	width: 63%;
}
table td dl {
	margin: 0;
	clear: both;
}
table td dl dt {
	width: 30%;
}
table td dl dd {
	width: 70%;
}
table td dl dd span {
	display: inline-block;
	width: 20%;
}
.box_yellow {
	padding: 25px 0 40px;
	background: #FFFAF2;
}
.box_yellow .box_read {
	margin-bottom: 20px;
}
.box_yellow .seminar_area {
	margin: 0 auto;
	width: 690px;
}
.box_yellow .seminar_area li {
}

.city_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.city_box table {
	-webkit-flex-basis: 49%;
	flex-basis: 49%;
	max-width: 49%;
}

.city_box table th,
.city_box table td {
	width: auto!important;
	padding: 5px;
}

.city_box table th {
	text-align: center;
	white-space: nowrap;
}

.city_box table th:first-child {
	border-right: 1px solid #e0e0e0;
}

.city_box table th:last-child {
	border-left: 1px solid #e0e0e0;
}

.city_box table td:first-child {
	width: 6.5em!important;
	text-align: center;
	border-right: 1px solid #e0e0e0;
}

.city_box table td:last-child {
	width: 5em!important;
	text-align: center;
	border-left: 1px solid #e0e0e0;
}

.city_box table td span {
	color: #e6000d;
	font-weight: bold;
}




@media screen and (max-width: 768px) {
.corner_ttl {
	margin: 0 auto 4vw;
	width: 100%;
}
.box {
	padding: 0 0 6.2vw;
	text-align: left;
}
.support_box{
    margin-bottom: 6vw;
    padding-bottom: 0;
}

.map_img{
    width: auto;
    margin-bottom: 7vw;
}

.photo_img{
	margin-bottom:5vw;
}

.box_read {
	margin-bottom: 4.266vw;
	font-size: 4vw;
	line-height: 7.466vw;
	letter-spacing: 0.19em;
}
.box_read span {
	font-size: 4vw;
	background: linear-gradient(transparent 50%, #F7D82E 50%);
}
.reason_box{
    padding: 10vw 3vw 3vw;
    border: 2px solid #e0e0e0;
    position: relative;
    margin: 14vw auto 7vw;
    width: auto;
    text-align: left;
    box-sizing: border-box;
}
.possible_img{
    margin-bottom: 8vw;
}
.reason_box .box_read{
    margin-bottom: 3vw;
    letter-spacing: 0.3vw;
    text-indent: 0;
    line-height: 1.6;
    font-size: 3.8vw;
}
.reason_box h3{position:absolute;right: 0;left: 0;top: -7vw;width: 54vw;margin: auto;}
.box_menu {
	margin-top: 4vw;
}
.box_menu li {
	margin-bottom: 4vw;
}
.box_menu li:last-of-type {
	margin-bottom: 0;
}
table th,
table td {
	display: block;
	padding: 4vw;
	font-size: 4vw;
	line-height: 7.733vw;
	box-sizing: border-box;
}
table th {
	width: 100%;
	font-size: 4vw;
}
table td {
	width: 100%;
}
table td dl dt {
	width: 100%;
}
table td dl dd {
	width: 100%;
}
.box_yellow {
	padding: 0 2.4vw;
	background: #fff;
	box-sizing: border-box;
}
.box_yellow .box_read {
	margin-bottom: 2.666vw;
}
.box_yellow .seminar_area {
	width: 100%;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
}
.box_yellow .seminar_area li {
	margin-bottom: 4vw;
	width: 47.337%;
	/*width: 42.666vw;*/
}
.box_yellow .seminar_area li img {
	width: 100%;
}

.city_box {
	display: block;
}

.city_box table {
	max-width: 100%;
}

.city_box table th,
.city_box table td {
	display: table-cell;
	width: auto!important;
	padding: 5px;
}

.city_box table:first-child {
	border-bottom: none;
}

.city_box table:last-child {
	border-top: none;
}

.city_box table:last-child thead {
	display: none;
}


}