@charset "utf-8";
/*＝＝＝＝＝＝＝＝＝＝レイアウト崩れ調整＝＝＝＝＝＝＝＝＝＝*/
.top_obi {
	font-size: 14px;
}

.head_info {
	margin-bottom: 5px;
}

.head_tel {
	position: relative;
}

.head_tel img {
	position: absolute;
	top: 2px;
}

.flex_box_between {
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
}
/*＝＝＝＝＝＝＝＝＝＝レイアウト崩れ調整＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝ヘッダー・ナビ調整＝＝＝＝＝＝＝＝＝＝*/
.h1_txt {
	background-color: #eee;
}

.h1_txt h1 {
	font-size: 14px;
	padding: 3px 0;
}

nav {
	height: auto;
	background: none;
	box-shadow: none;
	background: #257ec6; /* Old browsers */
	background: -moz-linear-gradient(top,  #257ec6 0%, #257ec6 50%, #235eba 51%, #235eba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #257ec6 0%,#257ec6 50%,#235eba 51%,#235eba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #257ec6 0%,#257ec6 50%,#235eba 51%,#235eba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#257ec6', endColorstr='#235eba',GradientType=0 ); /* IE6-9 */
}

.menu {
	height: auto;
}

.menu > li {
	width: 12.5%;
	height: auto;
	line-height: 1.6;
	background: none;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #fff;
	border-bottom: 5px solid #0f4291;
	padding-top: 5px;
}

.menu > li:last-of-type {
	border-right: 1px solid #fff;
}

.menu > li a {
	color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.menu > li:hover {
	background: none;
	border-bottom: 5px solid #ff6c00;
}

.menu > li a:hover {
	color: #ffff00;
}

.menu > li.carrent {
	border-bottom: 5px solid #ff6c00;
}

.menu > li.carrent a {
	color: #ffff00;
}
/*＝＝＝＝＝＝＝＝＝＝ヘッダー・ナビ調整＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝FV調整＝＝＝＝＝＝＝＝＝＝*/
#fv {
	background-image: url("../images/fv_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px;
}

.fv_contents {
	padding: 10px 0 16px;
}

.fv_contents .link_button a {
	position: relative;
	border-radius: 3px;
	background-color: #cc0000;
	box-shadow: 0 4px 0 #A4243B;
	color: #fff;
	font-weight: bold;
	transition: none;
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 20px;
}

.fv_contents .link_button a:hover {
	top: 4px;
	box-shadow: none;
}
/*＝＝＝＝＝＝＝＝＝＝FV調整＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝コンテンツ調整＝＝＝＝＝＝＝＝＝＝*/
h2 + article ul > li {
	margin: 0;
	list-style-type: disc;
}

.youtube {
	position: relative;
	max-width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.tab_wrapper ul.flex_box {
	border-bottom: 3px solid #3967a3;
}

.tab_wrapper ul.menu_type_2 li {
	width: 50%;
}

.tab_wrapper ul.menu_type_3 li {
	width: 33.33%;
}

.tab_wrapper ul.menu_type_4 li {
	width: 25%;
}
 
.tab_btn {
	background-color: #eee;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-weight: bold;
}

.tab_btn:last-of-type {
	border-right: 1px solid #ccc;
}
 
.tab_btn.show {
	background-color: #3967a3;
	border-top: 1px solid #3967a3;
	border-left: 1px solid #3967a3;
	border-right: 1px solid #3967a3;
	color: #fff;
}
 
.tab_contents {
	display: none;
}
 
.tab_contents.show {
	display: block;
	padding-top: 10px;
	background-color: #fff8eb;
	padding: 10px 1%;
}

.calc_wrapper ul {
	list-style-type: none !important;
}

.calc_wrapper ul li {
	width: 22.75%;
	margin-left: 3% !important;
	padding: 0.5em;
	border: 2px solid #3967a3;
	border-radius: 4px;
	background-color: #eaf3ff;
	position: relative;
}

.calc_wrapper ul li:before {
	content: "+";
	position: absolute;
	top: 50%;
	left: -23px;
	transform: translate(0, -50%);
	color: #3967a3;
	font-weight: bold;
}

.calc_wrapper ul li:nth-of-type(2):before {
	content: "=";
}

.calc_wrapper ul li:first-of-type:before {
	content: none;
}

.calc_wrapper ul li:first-of-type {
	margin-left: 0 !important;
	background-color: #3967a3;
	display: flex;
	align-items: center;
}

.calc_wrapper ul li p {
	color: #3967a3;
	border-bottom: 1px dashed #3967a3;
	text-align: center;
	font-weight: bold;
}

.calc_wrapper ul li img {
	margin: 0 auto;
}

.calc_wrapper ul li:first-of-type p {
	color: #fff;
	border-bottom: none;
	margin-bottom: 0;
}

.price_box {
	width: 32.66%;
	margin-right: 1%;
	border: 1px solid #ccc;
	margin-top: 10px;
}

.price_box:last-of-type {
	margin-right: 0;
}

.price_box p {
	background-color: #3967a3;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
}

.price_box ul {
	padding: 0.5em 0.5em 0.5em 25px !important;
}

.price_box span {
	display: block;
	padding: 0.5em;
}

.comparison_wrapper table {
	border: none;
	border: 1px solid #ccc;
}

.comparison_wrapper table th {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #299174;
	border: none;
	border-right: 1px solid #ccc;
	border-radius: 0;
	color: #fff;
}

.comparison_wrapper table th:last-of-type {
	color: #ffff00;
}

.comparison_wrapper table td:first-of-type {
	background-color: #b8e1d5;
	font-weight: bold;
}

.comparison_wrapper table td:last-of-type {
	background-color: #fff6d5;
}

.comparison_wrapper table th:last-of-type,
.comparison_wrapper table td:last-of-type {
	border-right: none;
}

.comparison_wrapper table td {
	padding: 0.5em;
	background-color: #eee;
	border: none;
	border-right: 1px solid #ccc;
}

.link_button_2 a {
	position: relative;
	border-radius: 3px;
	background-color: #00aa03;
	box-shadow: 0 4px 0 #007a02;
	color: #fff;
	font-weight: bold;
	transition: none;
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
}

.link_button_2 a:hover {
	top: 4px;
	box-shadow: none;
}

.chokyori_wrapper:first-of-type {
	margin-bottom: 15px;
}

.chokyori_wrapper strong {
	display: block;
	background-color: #3967a3;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	margin-bottom: 8px;
}

.chokyori_wrapper dt {
	width: 100%;
	max-width: 450px;
}

.chokyori_wrapper dt img {
	margin-bottom: 8px;
}

.chokyori_wrapper dd {
	width: 100%;
	max-width: calc(100% - 450px);
	padding-left: 10px;
}

.chokyori_wrapper dd p {
	color: #3967a3;
	font-weight: bold;
	padding: 0.2em 0;
	display: flex;
	align-items: center;
}

.chokyori_wrapper dd p:before,
.chokyori_wrapper dd p:after {
	border-top: 1px solid #3967a3;
	content: "";
	flex-grow: 1;
}

.chokyori_wrapper dd p:before {
	margin-right: 1rem;
}

.chokyori_wrapper dd p:after {
	margin-left: 1rem;
}

.chokyori_wrapper dd ul {
	margin-left: 0 !important;
	padding: 8px 8px 8px 25px;
	background-color: #fff6ee;
}

.chokyori_wrapper dd ul li {
	list-style-type: decimal;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 8px;
}

.chokyori_wrapper dd ul li:last-of-type {
	margin-bottom: 0;
}

.flow_wrapper ul {
	background: #1654a0; /* Old browsers */
	background: -moz-linear-gradient(left,  #1654a0 0%, #104175 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1654a0 0%,#104175 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1654a0 0%,#104175 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1654a0', endColorstr='#104175',GradientType=1 ); /* IE6-9 */
	margin-bottom: 5px;
}

.flow_wrapper ul li {
	width: 12.5%;
	padding: 0.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.flow_wrapper ul li:before {
	content: "";
	border-right: 1px solid #fff;
	width: 1px;
	height: 100%;
	transform: rotate(15deg);
	position: absolute;
	top: 0;
	right: 0;
}

.flow_wrapper ul li:last-of-type:before {
	content: none;
}

.flow_wrapper ul li a {
	color: #fff;
	display: flex;
	flex-flow: column;
	width: 100%;
	height: 100%;
	align-items: center;
	text-align: center;
	font-size: 14px;
}

.flow_wrapper ul li a:hover {
	color: #ffff00;
}

.flow_wrapper dl {
	border: 5px solid #3967a3;
	border-radius: 3px;
	position: relative;
	margin-bottom: 35px;
}

.flow_wrapper dl:before {
	content: "";
	position: absolute;
	top: calc(100% + 15px);
	left: 50%;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 15px solid #9eb6d5;
}

.flow_wrapper dl:last-of-type {
	margin-bottom: 0;
}

.flow_wrapper dl:last-of-type:before {
	content: none;
}

.flow_wrapper dl dt {
	padding: 0.7em 0.5em;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	color: #fff;
	font-size: 1.2em;
}

.flow_wrapper dl dd {
	padding: 0.5em;
}

.flow_wrapper dl dd p.comment_txt {
	padding-left: 20px;
	position: relative;
}

.flow_wrapper dl dd p.comment_txt:before {
	content: "※";
	position: absolute;
	left: 0;
}

.performance_box {
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 10px;
	background-color: #f2f2f2;
}

.performance_box:nth-of-type(2n) {
	margin-right: 0;
}

.performance_box h3 {
	position: relative;
	margin: 0;
	font-size: 18px;
	padding: 0.5em 0.5em 0.5em 50px;
	background-color: #1f8e26;
	color: #fff;
}

.performance_box h3:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(/goitaihanso/images/medal.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: -5px;
	left: 0;
}

.performance_box h3 strong {
	position: absolute;
	top: 1px;
	left: 0;
	width: 50px;
	text-align: center;
	color: #000;
	text-shadow: 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;
}

.performance_box .performance_detail {
	padding: 0.5em;
}

.performance_box .performance_detail p {
	border-top: 1px dashed #000;
	margin-top: 3px;
	padding-top: 3px;
}

.hide_wrapper,
.hide_wrapper_2 {
	display: none;
}

button.readmore,
button.readmore_2 {
	position: relative;
	width: 100%;
	display: block;
	background-color: #3967a3;
	color: #fff;
	padding: 0.8em;
	border: none;
	transition: .5s;
	-erbkit-transition: .5s;
	font-weight: bold;
}

button.readmore:after,
button.readmore_2:after {
	content: " ";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	right: 25px;
	top: 38%;
	transition: .5s;
	-erbkit-transition: .5s;
}
 
button.on-click:after,
button.on-click_2:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.performance_list_yokohama table {
	border: none;
	border: 1px solid #ccc;
}

.performance_list_yokohama table th {
	padding: 0.5em;
	vertical-align: middle;
	background-color: #eaf4ff;
	border: none;
	border-radius: 0;
}

.performance_list_yokohama table td {
	padding: 0.5em;
	background-color: #fff;
	border: none;
	border-left: 1px solid #ccc;
	border-radius: 0;
	width: 45%;
	text-align: right;
}

.performance_list_yokohama table tr:nth-of-type(n + 2) th,
.performance_list_yokohama table tr:nth-of-type(n + 2) td {
	border-top: 1px solid #ccc;
}

.area_map {
	background-color: #f2f2f2;
}

.area_map_outline {
	background-image: url(/ososhiki/images/bg_map.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.area_map_image {
	width: 319px;
	float: left;
}

.area_map_contents {
	width: calc(100% - 319px);
	float: right;
	padding: 2%;
}

.area_map_contents dl {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	padding: 2%;
}

.area_map_contents dl dt {
	margin-top: 0.5em;
}

.area_map_contents dl dt:first-of-type {
	margin-top: 0;
}

.area_map_contents dl dd ul li {
	float: left;
}

.area_map_contents dl dd ul li:after {
	content: "｜";
}

.area_map_contents dl dd ul li:last-of-type:after {
	content: none;
}

.action_btn {
	vertical-align: middle;
	border: 1px solid #000;
	margin-left: 2px;
}

.mkj_wrapper ul {
	width: 49.5%;
	margin-right: 1%;
	padding-left: 25px;
	float: left;
}

.mkj_wrapper ul:last-of-type {
	margin-right: 0;
	float: right;
}

.mkj_wrapper ul li {
	position: relative;
	margin-bottom: 8px;
	border-bottom: 1px dashed #ccc;
}

.mkj_wrapper ul li:before {
	content: "■";
	color: #14427e;
	position: absolute;
	left: -20px;
}

.flexbox_be .voice_box .star_box ul {
	list-style-type: none !important;
}
/*＝＝＝＝＝＝＝＝＝＝コンテンツ調整＝＝＝＝＝＝＝＝＝＝*/


@media screen and (max-width: 800px) {
/*＝＝＝＝＝＝＝＝＝＝ヘッダー・ナビ調整＝＝＝＝＝＝＝＝＝＝*/
nav {
	width: 75px;
	height: 50px;
	background: #666;
	color: #fff;
}
/*＝＝＝＝＝＝＝＝＝＝ヘッダー・ナビ調整＝＝＝＝＝＝＝＝＝＝*/
}

@media screen and (max-width: 768px) {
/*＝＝＝＝＝＝＝＝＝＝レイアウト崩れ調整＝＝＝＝＝＝＝＝＝＝*/
.rough-estimate-form .r-est-box,
.rough-estimate-form .r-est-map, .rough-estimate-form .r-est-input-form {
	min-width: auto;
}

.column_1 {
	width: 100%;
}
/*＝＝＝＝＝＝＝＝＝＝レイアウト崩れ調整＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝ヘッダー・ナビ調整＝＝＝＝＝＝＝＝＝＝*/
.h1_txt {
	background-color: #235eba;
}

.h1_txt h1 {
	color: #fff;
	padding: 3px 1%;
}

.sp_head {
	min-height: 60px;
	position: relative;
}

.sp_logo img {
	max-width: 150px;
	padding-top: 12px;
}

.menu {
	width: 100vw;
	right: -5px;
}

.menu > li {
	background-color: rgba(0,0,0,0.7);
	width: 100% !important;
	border-left: none;
	border-bottom: 1px solid #fff;
}

.menu > li.carrent {
	border-bottom: 1px solid #fff;
}

.menu > li:last-of-type {
	border-right: none;
	border-bottom: none;
}

.menu > li a {
	padding: 0.5em 0;
}
/*＝＝＝＝＝＝＝＝＝＝ヘッダー・ナビ調整＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝FV調整＝＝＝＝＝＝＝＝＝＝*/
#fv {
	background: none;
}

.fv_contents {
	padding: 5px 0;
}

.fv_contents .link_button a {
	font-size: 16px;
}
/*＝＝＝＝＝＝＝＝＝＝FV調整＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝コンテンツ調整＝＝＝＝＝＝＝＝＝＝*/
.calc_wrapper ul li {
	width: 100%;
	margin-left: 0 !important;
	margin-bottom: 25px !important;
}

.calc_wrapper ul li:last-of-type {
	margin-bottom: 0 !important;
}

.calc_wrapper ul li:before {
	top: -14px;
	left: 50%;
	transform: translate(-50%,-50%);
}

.calc_wrapper ul li:nth-of-type(2):before {
	transform: translate(-50%,-50%) rotate(90deg);
}

.comparison_wrapper table {
	width: 100%;
}

.comparison_wrapper table th {
	display: none;
}

.comparison_wrapper table tr {
	width: 100%;
}

.comparison_wrapper table td {
	width: 100%;
	text-align: right;
	display: block;
	border-right: none;
	border-top: 1px solid #ccc;
}

.comparison_wrapper table td:before {
	content: attr(data-label);
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

.comparison_wrapper table td:first-of-type {
	background-color: #299174;
	text-align: center;
	color: #fff;
	border-top: none;
}

.link_button_2 a {
	margin-bottom: 10px;
}

.chokyori_wrapper dt {
	max-width: 100%;
}

.chokyori_wrapper dd {
	max-width: 100%;
	padding-left: 0;
}

.chokyori_wrapper dd p {
	padding: 0;
	margin-top: 8px;
}

.chokyori_wrapper dd ul {
	padding: 0 0 0 25px;
}

.flow_wrapper ul{
	background: #1654a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #1654a0 0%, #104175 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1654a0 0%,#104175 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1654a0 0%,#104175 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1654a0', endColorstr='#104175',GradientType=0 ); /* IE6-9 */
}

.flow_wrapper ul li {
	width: 50%;
	border-bottom: 1px solid #fff;
}

.flow_wrapper ul li:before {
	transform: rotate(0deg);
}

.flow_wrapper ul li:nth-of-type(2n):before {
	content: none;
}

.flow_wrapper dl dt {
	padding: 0.5em;
	font-size: 1.1em;
	color: #000;
	text-shadow: 
       1px  1px 0px #fff,
      -1px  1px 0px #fff,
       1px -1px 0px #fff,
      -1px -1px 0px #fff,
       1px  0px 0px #fff,
       0px  1px 0px #fff,
      -1px  0px 0px #fff,
       0px -1px 0px #fff;
}

.performance_box {
	width: 100%;
	margin-right: 0;
}

.performance_list_yokohama table th,
.performance_list_yokohama table td {
	width: 100%;
	display: block;
}

.performance_list_yokohama table td {
	border-left: none;
}

.performance_list_yokohama table tr:first-of-type td {
	border-top: 1px solid #ccc;
}

.area_map_image {
	display: none;
	float: none;
}

.area_map_contents {
	width: 100%;
	float: none;
}

.mkj_wrapper ul {
	float: none;
	width: 100%;
	margin-right: 0;
}

.mkj_wrapper ul:last-of-type {
	float: none;
}

}
/*＝＝＝＝＝＝＝＝＝＝コンテンツ調整＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width:480px) {

}
