@charset "UTF-8";

/*=====sp_mode=====*/
@media screen and (max-width: 480px) {
/*--------共通--------*/
html {
	font-size: 14px;
}
/*------ハンバーガーメニュー------*/
.headernav_wrap nav ul li::after {
	content: '';
	display: none;
}
.headernav_wrap nav {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #333;
	left: 0;
	z-index: 999;
}
.headernav_wrap nav ul {
	display: block;
	margin: 0 auto;
	width: 90%;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.headernav_wrap nav ul li {
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.headernav_wrap nav ul li:last-child {
	border: none;
}
.headernav_wrap nav ul li a {
	display: block;
	color: #fff;
	padding: 20px 5px;
}
/*--------開閉ボタン--------*/
#nav_toggle {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	top: 4px;
	z-index: 100;
	right: 15px;
	margin-left: auto;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	height: 3px;
	background: #333;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: 0px;
}
#nav_toggle span:nth-child(2) {
	top: 10px;
}
#nav_toggle span:nth-child(3) {
	top: 20px;
}
/*--------開閉ボタンopen時--------*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/*--------gotopボタン--------*/
#go_top {
	width: 50px;
	height: 50px;
	right: 10px;
	bottom: 10px;
}
/*--------共通--------*/

.pc_style {
	display: none;
}
.sp_style {
	display: block;
}
/*--------pcでのみ改行--------*/
.br-pc {
	display: none;
}
/*--------spでのみ改行--------*/
.br-sp {
	display: block;
}
a.tel {
	pointer-events: auto;
}
/*------ top-header------*/

.headernav_wrap {
	position: fixed;
	top: 0;
	z-index: 9999;
	/*	height: 50px;*/
	padding-top: 10px;
	display: flex;
	-webkit-display: flex;
	align-items: flex-start;
}
.headernav_wrap .tel_top img{
	position: absolute;
	width: 34px;
	height: 36px;
	margin-top: -1px;
	padding-right: 0;
	padding-top: 0;
	padding-right: 0;
	right: 55px;
}
.headernav_wrap h1 img {
	padding-top: 5px;
	margin-left: 10px;
	width: 70%;
	max-width: 298px;
}
.top_headerimage {
	height: auto;
	width: 100%;
	margin-top: 53px;
	background: url(../images/topimage_sp.jpg) no-repeat center/cover;
}
.top_headerimage img {
	display: block;
	margin: 0 auto;
	padding-top: 15%;
	padding-bottom: 10%;
	width: 95%;
}
/*-----another-header------*/
.another_headerimage {
	height: auto;
	width: 100%;
	margin-top: 53px;
	background: url(../images/anotherimage_sp.jpg) center/cover;
}
.another_headerimage img {
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto;
	padding-top: 12%;
	padding-bottom: 7%;
}
.another_headerimage img.long {
		width: 55%;
	}
/*-----toppage------*/
.top_contents {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #e4e8ef;
}
.wrap {
	display: block;
}
.top_contents img {
	width: 80%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	margin: 0 auto 10px;
}

.top_contents .wrap {
	width: 100%;
	margin: 0 auto;
}
.stuff {
	text-align: left;
	width: 95%;
	height: auto;
	background: url(../images/stuff_back.jpg) no-repeat center/cover;
	margin: 40px auto;
	padding: 25px 30px;
}
.stuff p {
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
}
p.stuff_midashi {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
p.stuff_midashi:before, p.stuff_midashi:after {
	border-top: 2px solid;
	content: "";
}
p.stuff_midashi:before {
	margin-right: 10px;
}
p.stuff_midashi:after {
	margin-left: 10px;
}
.info img {
	display: block;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.info img.logo_mid {
	width: 80%;		
}
.info {
	margin-bottom: 40px;
}
.access p {
	margin-bottom: 10px;
}
.g_map {
	width: 90%;
	height: 300px;
	margin: 0 auto 40px;
}
/*------footer------*/
footer {
	background-color: #1f518e;
}
.company_info {
	color: #fff;
	width: 95%;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}
.c_name {
	font-size: 23px;
	margin-bottom: 8px;
}
.copyright {
	text-align: center;
	font-size: 10px;
	margin-top: 35px;
	padding-bottom: 10px;
	padding-right: 0;
}
/*------service------*/
.service_contents .wrap {
	width: 90%;
	margin: 25px auto;
	justify-content: center;
	align-items: flex-end;
}
.service_contents ul {
	line-height: 1.6;
}
.service_contents ul li {
	list-style: disc;
}
.wrap .left {
	text-align: left;
	width: 90%;
	margin-right: 0;
}
.service_midashi {
	background: url(../images/seko_back.png) no-repeat left/contain;
	color: #fff;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.wrap .right {
	margin-left: 0;
}
.wrap .right img {
	display: block;
	width: 100%;
	margin: 15px auto;
}
/*------example-----*/
.example_contents {
	background: url(../images/sekojirei_back.jpg) no-repeat center/cover;
	padding-top: 30px;
	padding-bottom: 20px;
}
.example_contents .wrap {
	width: 95%;
	margin: 0 auto;
}
.example_contents .wrap img {
	width: 45%;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 6px;
	border: solid #fff 3px;
}
/*------company-----*/
.company_contents table {
	width: 90%;
	margin: 20px auto 30px;
	text-align: left;
}
.company_contents table tr {
	border-bottom: dashed 1px #b5b5b5;
}
.company_contents table th {
	display: block;
	padding: 10px;
	padding-bottom: 3px;
	vertical-align: middle;
	width: 100%;
	font-weight: bold;
	color: #000059;
	font-size: 15px;
}
.company_contents table td {
	display: block;
	padding: 10px;
	padding-top: 0;
	width: 100%;
}
.company_contents img {
	width: 45%;
	border: solid 4px #e1edf9;
	margin-right: 0;
	margin-left: 0;
}
/*------contact-----*/
.contact_contents {
	width: 100%;
	margin: 30px auto;
	text-align: left;
}
.contact_info {
	width: 90%;
	padding: 10px;
	border: solid 1px #1f518e;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto 40px;
}
#formWrap table{
	width: 90%;
	margin: 0 auto;
	}
#formWrap table th {
	display: block;
	width: 100%;
	padding-bottom: 3px;
	padding-right: 0;
	vertical-align: top;
}
#formWrap table td{
	display: block;
	width: 100%;
	}
#formWrap table th span {
	color: #E00D10;
	font-size: 12px;
}
#formWrap table input {
	font-size: 16px;
	padding: 5px;
	width: 95%;
	margin-bottom: 20px;
	border-left: 1px solid #333;
}
#formWrap table textarea {
	font-size: 16px;
	padding: 5px;
	width: 95%;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
.kakunin_btn input {
	padding: 5px 10px;
	background-color: #0000cf;
	color: #fff;
	width: 100px;
	font-size: 15px;
	margin: 20px 5px;
}
}
