@charset "utf-8";
.red_text {color: red;}

h5 {
	min-height: 70px;
}

#discount_box .komidashi {
	font-size: 120%;
	font-weight: bold;
	margin: .5em 0 0 0;
}
#discount_box .komidashi + p {
	margin: 0 0 0 1.2em;
}

#discount_box .tsume {font-feature-settings: "palt";}


#price-list table {
	border: 2px solid #333;
	border-collapse: collapse;
	width: 100%;
	font-size: 90%;
	vertical-align: middle;
}
#price-list table tr {
}

#price-list table th {
	border: 1px solid #333;
	background: #EDEBF7;
	padding: .5em .5em .4em .5em;
	text-align: center;
	line-height: 1.5em;
}
#price-list table td {
	border: 1px solid #333;
	padding: .5em .5em .4em .5em;
	text-align: center;
	line-height: 1.5em;
}

#price-list table td:nth-last-of-type(2) {
	background: #eee;
}
#price-list table td.yellow_line, #price-list table th.yellow_line {
	background: #FFF438;
}
#overview_link {
	margin: 2em 0;
	text-align: center;
}

#overview_link a {
	border: 2px solid #FF0004;
	font-size: 150%;
	padding: .5em 1em;
	color: #333;
}
@media screen and (max-width: 660px) {
	#overview_link a {width: 100%; font-size: 110%}
}

#overview_link_list ul {
	margin: 1em 1em 2em 1em;
}
#overview_link_list ul li:last-child {
	line-height: 1.6;
	margin: .5em 0 0 1em;
	text-indent: -1em;
}
#overview_link_list ul a {
	text-decoration: underline;
	line-height: 2;
}


#construction_standards {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-end;
	overflow-x: hidden;
}

#construction_standards div:first-child {width: 60%;}
#construction_standards div:first-child ul {margin: 0 0 1em 0;}
#construction_standards div:first-child ul li:nth-child(odd){font-size: 110%;}
#construction_standards div:first-child ul li:nth-child(even){margin: 0 0 1em 1.2em; font-size: 90%;}
@media screen and (max-width: 1024px) {#construction_standards div:first-child {width: 100%;}}

#construction_standards div:last-child {
	background: #C8FFCD;
	box-sizing: border-box;
	min-width: 320px;
	padding: 16px;
	margin: 0em auto 1.2em auto;
	text-align: center;
}
#construction_standards div:last-child img {display: block; max-width: 120px; border: solid 1px #333;margin: .5em auto;}
#construction_standards div:last-child p {line-height: 1.4;}
@media screen and (max-width: 1024px) {#construction_standards div:last-child {width: 50%;}}



#recommendation > div {display: flex; margin-bottom: 3em; align-items:stretch;}
#recommendation .recommendation_left {
	width: 40%;
	box-sizing: border-box;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}

#recommendation .url_box p {line-height: 1.6}
#recommendation .url_box img {width: 100%;}
#recommendation .url_box p:first-child{text-align: justify; margin-top: .5em;}
#recommendation .url_box p:last-child{text-align: right; font-size: 140%;}
#recommendation .movie-img_box {margin: 1em 0 2em 0;}
#recommendation .movie-img_box p {font-size: 120%; line-height: 1.4; margin-bottom: .5em}
#recommendation .movie-img_box a {display: block; box-sizing: border-box;}
#recommendation .movie-img_box img {display: block; width: 100%}

#recommendation  .no-movie-link {align-items: flex-start}
/*#recommendation  .no-movie-link > div {margin-top: 0em;}*/

#recommendation .anshin_detail_box {margin: 1.5em 0 .5em 0;}
#recommendation .anshin_detail_box p {font-size: 115%; line-height: 1.6}
#recommendation .anshin_detail_box p span {font-size: 80%; font-feature-settings: "palt";}
#recommendation .anshin_detail_box a {display: block}
#recommendation .anshin_detail_box div {display: flex; margin: .5em 0; justify-content: flex-start}
#recommendation .anshin_detail_box div > p {margin-right: 1em; color: #1101ED}
#recommendation .anshin_detail_box div > a {width: 50%}
#recommendation .anshin_detail_box div > a img {width: 100%}


#recommendation .recommendation_right {
	width: 60%;
	box-sizing: border-box;
	padding-left: 20px;
	margin-top: 0em;
}

#recommendation .recommendation_right table {
	border: 1px solid #333;
	border-collapse: collapse;
	width: 100%;
	font-size: 90%;
	vertical-align: middle;
}
#recommendation .recommendation_right table td {
	box-sizing: border-box;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: .5em .5em .4em .5em;
	line-height: 1.5em;
}
#recommendation .recommendation_right table td:first-child {min-width: 10em;}
#recommendation .recommendation_right table td.no-border {border-bottom: #fff;}
#recommendation .recommendation_right table td.wavy-line-border {border-bottom: dashed 1px #333;}
#recommendation .recommendation_right table td.minor-item {padding-left: 2em;}

@media screen and (max-width: 660px) {
	#recommendation > div {display: block;}
	
	#recommendation .recommendation_left {
		width: 100%;
		padding-right: 0px;
	}
	#recommendation .recommendation_left > img {width: 60%!important;}
	#recommendation .recommendation_left .movie-img_box {width: 80%; margin: 1em auto}
	
	#recommendation .recommendation_right {
		width: 100%;
		padding-left: 00px;
		margin-top: 0em;
	}
	#recommendation .url_box{display: flex; flex-wrap: wrap}
	#recommendation .url_box p:first-child{margin-right: 1em;}
	#recommendation .movie-img_box {margin: 1em 0 0em 0;}
	#recommendation  .no-movie-link > div {margin-top: 1em;}
}

#securing-resources {text-align: center;}
#securing-resources p {font-size: 140%; font-weight: bold; margin: 1em 0 .5em 0}
#securing-resources img {max-width: 600px;}

#insurance-corporation-details_link {margin: 3em 0 5em 0;}
#insurance-corporation-details_link a {
	display: block;
	box-sizing: border-box;
	border: 1px solid #333;
	font-size: 140%;
	padding: 1em 1em;
	width: 60%;
	margin: 0 auto;
	color: #333;
	text-align: center; 
}
@media screen and (max-width: 660px) {
	#insurance-corporation-details_link a {width: 100%; font-size: 100%}
}










