@charset "utf-8";
#index #visual {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(/img/houchi/bg_index_visual2.png) repeat-x;
	text-align: center;
}

#index #visual img {
	vertical-align: bottom;
}


#index #houchi > img+img {
	margin-left: 30px;
}
#index #houchi > img:last-of-type {
	width: 400px !important;
}


.main-routing {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 25px 0;
}
.routing-card {
    flex: 1 1 calc(50% - 10px);
    background: #fffafa;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.routing-card:hover {
	text-decoration: none;
    border-color: #c90101;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.case-title { font-weight: bold; color: #c90101; font-size: 1.05em; margin-bottom: 5px; }
.case-desc { font-size: 0.8em; line-height: 1.4; color: #666; }

@media screen and (min-width: 641px) {
    .routing-card { flex: 1; }
}

.place-filter {
    background: #f0f7ff;
    border: 1px solid #0056b3;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.filter-icon { font-size: 24px; margin-right: 15px; }
.note1 {
	margin: 20px 0;
	padding: 15px;
	font-size: 0.85em;
	background: #fffbe6;
	border: 1px solid #ffe58f;
	border-radius: 5px;
}

main {
	margin-top: 1px;
}

section {
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px 15px;
/*
	display: block;
	float: none;
	width: auto;
*/
}
section h1 {
	font-size: 24px;
}

section h2 {
	box-sizing: border-box;
	min-height: 36px;
	margin-bottom: 10px;
	margin-left: -16px;
	padding: 3px 10px;
	padding-left: 41px;
	padding-bottom: 5px;
	color: #c90000;
	font-size: 24px;
	font-weight: bold;
	background: url(/img/houchi/bg_h2.png) no-repeat 0 bottom;
}

section section {
	width: 100%;
	padding-bottom: 10px;
	border: 1px solid #c90000;
}
section section h3 {
	box-sizing: border-box;
	width: 920px;
	margin-left: -16px;
	margin-bottom: 7px;
	padding: 3px 10px;
	font-size: 20px;
	font-weight: normal;
	background: #c90000;
	border: none;
	color: #fff;
}

section section section h4,
section section section h5 {
	margin-left: -16px;
	font-weight: bold;
}

section section section {
	padding-right: 10px;
	border: none;
}


div.highlight-box {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 20px;
    border-radius: 5px;
    margin: 30px 0;
}
div.highlight-box b {
    color: #856404;
}


#product {
	margin: 30px 0;
	border: 2px solid #d32f2f;
	border-radius: 8px;
	background-color: #fff;
}

#product h2 {
 	width:918px;
	text-align: center;
	color: #fff;
	background-color: #d32f2f;
	background-image: none;
	border-radius: 6px 6px 0 0;
}

#product > ul {
	list-style: none;
	margin: 15px 0;
}
#product > ul li {
	padding-left: 1.1em;
}
#product > ul li::before {
	content: "✔";
	color: #d00;
	margin-left: -1em
}

#product .information {
	margin-top: 15px;
	background-color: #fff9f9;
	border: 1px dashed #d32f2f;
	padding: 20px;
	text-align: center;
	border-radius: 5px;
}

#product .information > b {
	color: #d32f2f;
}
#product .information p b {
	font-size: 1.2em;
}
#product .information p b span {
	font-size: 2.5em;
	color: #d32f2f;
}

#product .button2 {
	display: inline-block;
	margin: 15px 0;
	padding: 15px 30px;
	color: #fff;
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 4px 0 #b74b00;
	background-color: #eb6100;
	transition: 0.3s;
}
#product .button2:hover {
	opacity: 0.7;
}

#toc {
	width: 80%;
	padding:15px;
	margin: 15px auto;
	border: 1px solid #000;
}

#toc b {
	display: block;
	text-align:center;
}

#trust {
	position: relative;
}

#toc2 section img:not(.img_type2) {
	float: right;
	width: 171px;
	height: auto;
	border: 3px solid #5d5d5d;
	border-radius: 4px;
}

.banner_media {
	position: absolute;
	right: 15px;
	top: 120px;
}


.area-network-section {
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin: 20px 0;
}
.area-network-section h2 {
	color: #0056b3;
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 2px solid #0056b3;
	padding-bottom: 10px;
	text-align: center;
	background: none;
}

.area-network-section .area {
	float: left;
	width: 250px;
	margin: 10px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
}

.area-network-section .area b {
	margin-top: 0;
	padding-left: 10px;
	font-size: 1.1em;
	color: #333;
	border-left: 4px solid #d9534f;
}

.area-network-section .remarks {
	clear: both;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #ffeeba;
	background-color: #fff3cd;
}



#case.col_2 .figure {
	display: inline;
	float: left;
	width: 48%;
	margin: 0 0.5%;
	padding-bottom: 25px;
	font-size: 87%;
}

#index #case .figure {
	padding-bottom: 31px;
}

#index #case .figure .image {
	width: 100%;
	height: 300px;
	overflow: hidden;
}


#index #flow ol li {
	margin-bottom: 10px;
	background-size:cover;
}
#index #flow ol li:hover,
#index #flow ol li:focus{
		background-position: 0 0;
}
#index #flow ol li:hover img,
#index #flow ol li:focus img,
#index #flow #now img {
	width: 50px;
	height: auto;
}

#index #flow ol li a {
	width: 170px;
	height: 69px;
	background-size:110px;
}
#index span.contact {
	box-sizing:border-box;
	margin: 0 20px;
	padding: 7px 0 0px 22px;
	width: auto;
	height: 124px;
	font-size: 60px;
	background: url(/img/houchi/bg_toi3l.png) no-repeat center/contain;
}
#houchi_form {
	width: 100%;
}
#houchi_form form #table3 {
	width: 900px !important;
	font-size: 16px;
}
#houchi_form form .to_images {
	margin: auto;
	text-align: center;
}
#houchi_form form input,
#houchi_form form textarea,
#houchi_form form select {
	font-size: 18px;
}

#case .parent+.figure,
#case .odd {
/*	margin-right: 2%;*/
}

#case .figure .image {
	display: inline;
	float: right;
	padding-left: 3px;
}


/* adg */
.banner_contact {
	clear: both;
	position: relative;
	display: block;
	width: 820px;
	height: 114px;
	margin: 0 auto 1em;
	background: url(/img/jidoushazei/bg_banner_contact.png) no-repeat;
}

.banner_contact a {
	position: absolute;
	top: 22px;
	left: 100px;
	font-size: 45px;
	font-weight: bold;
	font-family: arial;
	letter-spacing: 2px;
	color: #222 !important;
	text-shadow: 0 0 7px #fff;
}

.banner_contact a:hover {
	text-decoration: none;
}

a.btn {
	display: inline-block;
	box-sizing: border-box;
	width: 45%;
	margin: 10px 2.5%;
	padding: 10px 0;
	text-align: center;
	border: 3px solid #d00;
	border-radius: 10px;
	background: #fff;
}
.btn_area a.btn {
	width: 48.5%;
	margin: auto 0.5%;
}