@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
ul li {
	list-style: none;
}
.blue {
	color: #003399 !important;
}
.red,.fcRed {
	color: #cc0000 !important;
}
.pink {
	color: #f8398a !important;
}
.green {
	color: #0a5f0f !important;
}
.bold,.fwb {
	font-weight: bold !important;
}
.orenge {
	color: #d86e01 !important;
}
.fc_Blue,.fcBlue {
	color: #0786d6 !important;
}
.bg_w_gray {
	background: #f7f4f4 !important;
}
.txt_L {
	font-size: 22px !important;
	line-height: 1.2 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mbl10 {
	margin-left: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.pg10 {
	padding: 10px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.inlineblock {
	display: inline-block !important;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.txt_aC {
	text-align: center !important;
}
.txt_aL {
	text-align: left !important;
}
.txt_aR {
	text-align: right !important;
}
.txt_min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
		serif !important;
}
a,
a:link,
a:visited {
	color: #212121;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover {
	color: #212121;
	opacity: 0.6;
	text-decoration: none;
}
a:active {
	color: #212121;
	opacity: 0.5;
	text-decoration: none;
}
.pc_br:before {
	content: "\A";
	white-space: pre;
}
.sp_br {
	display: none;
}


/* スマホ用改行タグ
-------------------------------------------------------------------------*/
.br_sp{ display: none; }
.br_pc{ display: inline; }

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

.br_sp{ display:inline; }
.br_pc{ display:none; }

}

.pc_only_inlin{
	display: inline-block;
}
@media screen and (max-width:767px) {		
	.pc_only_inlin{
		display: none;
	}
}

hr {
	margin: 50px 0;
}
a.pdf_link {
	display: inline-block;
	position: relative;
}
a.pdf_link:after {
	font-family: "Font Awesome 5 Free";
	content: " ";
	background: url("../img/icon_pdf.png") no-repeat 50% 50%;
	width: 40px;
	height: 40px;
	font-weight: 900;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 30px;
}

/*********************************************
 img
*********************************************/
img {
	max-width: 100%;
	height: auto;
}

/*********************************************
 clearfix
*********************************************/
* html .clearfix {
	zoom: 1;
}
* + html .clearfix {
	zoom: 1;
	font-size: 15px;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#main-visual {
	height: 230px;
}

/*-----------------------------------------*/
body {
	background: #fff;
	@font-face {
		font-family: YuGothicM;
		src: local("Yu Gothic Medium");
	}
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
		"Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
body p {
	font-size: 18px;
	line-height: 1.6;
}

/*loding--------------------------------*/
#loading {
	position: absolute;
	height: 80px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	font-size: 18px;
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9998;
}
#loading p {
	width: 115px;
	margin: 0 auto 20px;
	line-height: inherit;
	letter-spacing: 0.2em;
}
#loading p span {
	color: #446d4b;
	font-size: 130%;
}
.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 0px auto;
}
.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #f4b548;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}
@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

/*header-------------------------------*/
header {
	background: #fff;
	padding: 20px 0 0;
}
.head_inner {
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.head_inner h1 {
	width: 280px;
	height: auto;
	margin-top: 16px;
}
.head_inner h1 img {
	width: 100%;
}
.head_inner .header_right {
	float: right;
	width: 430px;
	position: relative;
	height: 85px;
}
.head_inner .header_right .header_link ul {
	display: flex;
	width: 100%;
	justify-content: right;
	top: 15px;
	left: 0;
	position: absolute;
	width: 340px;
}
.head_inner .header_right .header_link ul li {
	text-align: center;
}
.head_inner .header_right .header_link ul li a {
	padding: 0 15px;
	color: #811616;
}
.head_inner .header_right .header_link ul li:before {
	content: "|";
}
.head_inner .header_right .header_link ul li:last-child:after {
	content: "|";
}
.head_inner .header_right .header_link ul li:last-child span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	font-weight: 900;
	padding-right: 5px;
}
.head_inner .header_right .tel {
	width: 320px;
	bottom: 5px;
	left: 0;
	position: absolute;
}
.head_inner .header_right .tel img {
	width: 100%;
}
.head_inner .header_right .header_mail {
	position: absolute;
	top: 0px;
	right: 0;
}

/*contents-------------------------------*/
.contens {
	font-size: 18px;
}
.inner {
	max-width: 1300px;
	margin: 0 auto;
}

/* フェードイン時のスタイル */
.sa {
	opacity: 0;
	transition: all 0.5s ease;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa--lr {
	transform: translate(-100px, 0);
}
.sa--rl {
	transform: translate(100px, 0);
}
.sa--up {
	transform: translate(0, 100px);
}
.sa--down {
	transform: translate(0, -100px);
}
.sa--scaleUp {
	transform: scale(0.5);
}
.sa--scaleDown {
	transform: scale(1.5);
}
.sa--rotateL {
	transform: rotate(180deg);
}
.sa--rotateR {
	transform: rotate(-180deg);
}

/*footer-----------------------------------*/
footer {
	margin-top: 40px;
	position: relative;
}
footer .inner {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	display: flex;
	justify-content: space-around;
}
footer .inner .go_top {
	position: absolute;
	top: -75px;
	right: -113px;
}
footer .adress {
	background: #fff;
	padding: 20px 0;
}
footer .adress > .inner > ul {
	overflow: hidden;
}
footer .adress > .inner > ul li:first-child img {
	margin: 0 10px;
}
footer .adress ul li {
	line-height: 2;
	margin-bottom: 15px;
}

footer .adress ul li p.btn {
	margin: 0;
}
footer .saitama_img {
	position: absolute;
	right: 100px;
	top: 0;
}
footer .sitemap {
	background: #fff;
	padding: 20px 0;
	font-size: 13px;
	letter-spacing: 0.1em;
}
footer .sitemap ul {
	overflow: hidden;
}
footer .sitemap ul li a {
	font-weight: bold;
}
footer .sitemap ul li:before {
	content: "＞";
}
footer .copy .inner {
	padding: 5px 0;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	background: #777777;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
}
.pagetop a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.pagetop a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*下層ページ共通*/
/*kuzu-------------------------------*/
.kuzu_box {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	z-index: 888;
}
.kuzu_box ul {
	display: flex;
	justify-content: flex-end;
}
.kuzu_box ul li {
	color: #00a1c7;
	float: left;
}
.kuzu_box ul li:after {
	content: "＞";
	color: #434343;
}
.kuzu_box ul li:last-child:after {
	display: none;
}
.kuzu_box ul li a {
	color: #434343;
}
.inner {
	padding: 40px 0;
}
.under {
	padding-bottom: 20px;
}
.under_inner {
	max-width: 1300px;
	font-size: 13px;
	line-height: 1.3;
	background: #fff;
	border-radius: 36px;
	box-shadow: 3px 3px 6px 0px #a8a8a8;
	padding: 40px;
	box-sizing: border-box;
	margin: 30px auto;
}
.under_inner ul.index_link {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}
.under_inner ul.index_link li {
	border: 3px solid #446d4b;
	text-align: center;
	width: calc(100% / 3 - 20px);
	box-sizing: border-box;
	margin: 10px 10px;
	font-size: 20px;
	border-left: 10px solid #446d4b;
}
.under_inner ul.index_link li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 10px;
}
.under_inner ul.index_link li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	position: absolute;
	left: -3px;
	color: #446d4b;
	font-size: 70px;
	top: -3%;
}

/*page_cate-------------------------------*/
.page_cate {
	width: 100%;
	margin: 0 auto;
	background: aliceblue !important;
	background-size: auto;
	height: 80px;
}
.page_cate > div {
	max-width: 1300px;
	margin: 0 auto;
	height: 100%;
	display: block;
	position: relative;
}
.page_cate > div > div {
	position: absolute;
	background: #1177ef;
	color: #fff;
	display: block;
	width: 1300px;
	height: 80px;
	left: -900px;
	bottom: -40px;
}
.page_cate > div span {
	font-size: 25px;
	letter-spacing: 0.1em;
	line-height: 80px;
	padding-left: 60px;
	max-width: 1300px;
	left: 920px;
	position: absolute;
}
.page_cate > div span:before {
	content: "";
	background: url("about/parts/img/icon_cate_about.png") no-repeat 50% 50%;
	width: 54px;
	height: 54px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

/*under_mv-------------------------------*/
.under_mv {
	background-size: cover;
	width: 100%;
	height: 190px;
	position: relative;
}
.blur {
	background-size: cover;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.blur:before {
	content: "";
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}
.under_mv h1 {
	display: inline-block;
	padding: 0px 40px;
	text-align: center;
	font-size: 26px;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: center;
	line-height: 1.3;
	box-sizing: border-box;
	background: rgba(254, 254, 254, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 80px;
	line-height: 80px;
	left: 0;
	right: 0;
	width: 720px;
}
.under_mv h1 span {
	font-size: 15px;
	display: block;
}
.under_inner h2 {
	font-size: 25px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	border-bottom: 3px solid #366f48;
}
.under_inner h2 span {
	background: url("../img/icon_h2.png") no-repeat 0 50%;
	background-size: auto 50px;
	border-bottom: 8px solid #366f48;
	padding-left: 40px;
	display: inline-block;
	line-height: 50px;
}
.under_inner h3 {
	margin-bottom: 20px;
	font-size: 20px;
	border-left: 8px solid #366f48;
	padding: 5px 0 5px 30px;
}
.under_inner h4 {
	background: url("../img/icon_h4.png") no-repeat 0 50%;
	padding-left: 35px;
	font-size: 19px;
	background-size: 25px;
	margin-bottom: 20px;
}
.under_inner h5 {
	padding-left: 35px;
	font-size: 19px;
	background-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}
.under_inner h6 {
	font-size: 19px;
	background-size: 25px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.under_inner p {
	line-height: 2;
	width: 100%;
	box-sizing: border-box;
}
.under_inner p .under {
	text-decoration: underline;
}
.under_inner p .strong {
	font-weight: bold;
}
.under_inner p .most_strong {
	text-decoration: underline;
	font-weight: bold;
}
.under_inner .border_box {
	border: solid 1px #000000;
	padding: 10px;
	border-radius: 25px;
}
.under_inner .border_box_1 {
	border: solid 1px #000000;
	padding: 10px;
	border-radius: 25px;
	font-size: 25px;
}
.under_inner ul {
	font-size: 18px;
}
section {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0;
}
.under_inner .index_box ul {
	padding: 1em 0;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.under_inner .index_box ul li {
	margin: 0 0.5em;
	display: block;
	float: left;
	width: 23%;
	padding: 5px 1%;
	box-sizing: border-box;
	margin: 5px 1%;
	line-height: 2;
	border: 1px solid #00a1c7;
	text-align: center;
}
nav ul li > .sub_menu a {
	color: #fff;
}
.under .inner p.read {
	margin: 20px 0;
	font-size: 20px !important;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	border-bottom: 1px dotted #01bbc3;
	display: inline-block;
	font-weight: 700;
}
.under_inner dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	margin-bottom: 50px;
}
.under_inner dl dt {
	width: 200px;
	background: #edfafa;
	font-weight: bold;
	text-align: center;
}
.under_inner dl dd {
	width: calc(100% - 200px);
}
.under_inner dl dt,
.under_inner dl dd {
	border-bottom: 1px dotted #ccc;
	padding: 20px;
	box-sizing: border-box;
}
.under_inner ul.normal {
	margin: 20px 0;
}
.under_inner ul.normal li,
.under_inner ol li {
	line-height: 1.2;
	margin-bottom: 15px;
	font-size: 18px;
}
.under_inner ol li {
	list-style-position: outside;
	margin-left: 24px;
	margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
	.under_inner ol li {
		margin-left: 0;
	}
}
.under_inner ul.normal li:before {
	content: "■";
	color: #fda42a;
	font-size: 18px;
	margin-right: 5px;
	padding-top: 0px;
	display: inline-block;
}
.under_inner ul.border,
.under_inner ol.border,
.under_inner p.border {
	padding-left: 80px;
	position: relative;
	box-sizing: border-box;
}
.under_inner ul.border:before,
.under_inner ol.border:before,
.under_inner p.border:before {
	content: " ";
	border-bottom: 5px solid #fda42a;
	width: 30px;
	display: block;
	position: absolute;
	left: 30px;
	top: 11px;
}
.under_inner ul.page_link {
	display: flex;
	justify-content: center;
	align-items: center;
}
.under_inner ul.page_link li {
	width: calc(100% / 3 - 30px);
	border-radius: 15px;
	padding: 15px;
	box-sizing: border-box;
	margin: 15px;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.under_inner ul.page_link li:nth-child(1n) {
	border: 2px solid #e67e2a;
}
.under_inner ul.page_link li:nth-child(2n) {
	border: 2px solid #66a444;
}
.under_inner ul.page_link li:nth-child(3n) {
	border: 2px solid #0168b2;
}
.under_inner ul.page_link li a {
	display: block;
	width: 100%;
	height: 100%;
}
.under_inner ul.page_link li span:after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	display: inline-block;
	margin-left: 20px;
}
.under_inner table.type_1,
.under_inner table.type_2 {
	width: 100%;
	margin: 30px auto;
	font-size: 18px;
}
.under .inner table.type_1 tr {
	vertical-align: top;
	background: #fff;
	line-height: 1.8;
}
.under .inner table.type_2 tr {
	margin-bottom: 10px;
}
.under_inner table.type_1 tr:nth-child(odd),
.under_inner table.type_2 td {
	background: #f5f5f5;
}
.under_inner table.type_1 tr:first-child {
	border-top: none;
}
.under_inner table.type_1 tr th,
.under_inner table.type_1 tr td {
	padding: 15px;
	text-align: left;
	vertical-align: top;
}
.under_inner table.type_2 tr th,
.under_inner table.type_2 tr td {
	border-bottom: 10px solid #fff;
}
.under_inner table.type_2 tr td {
	padding: 15px;
}
.under_inner table.type2 tr th {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}
.under_inner table.type_1 tr th,
.under_inner table.type_2 tr th {
	font-weight: 700;
	width: 150px;
}
.under_inner table.type_1 tr dl.table_in {
	overflow: hidden;
	margin: 0 auto 40px;
	width: 100%;
}
.under_inner table.type_1 tr dl.table_in dt {
	float: left;
}
.under_inner table.type_1 tr dl.table_in dd {
	float: right;
}
.under_inner .flex_box {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 60px;
}
.under .inner .flex_box > img,
.under .inner .flex_box > div {
	width: 330px;
}
.under .inner .flex_box_two > img,
.under .inner .flex_box_two > div {
	width: auto;
}
.under .inner .flex_box h4 {
	text-align: left;
}
.under .inner .float_box {
	overflow: hidden;
}
.under .inner .on_txt {
	position: relative;
}
.under .inner .on_txt p {
	position: absolute;
	bottom: 0;
	text-align: center;
	background: rgba(141, 194, 31, 0.9);
	padding: 10px 0;
	font-weight: 900;
	width: 100%;
}

/*フォーム*/
form table {
	width: 100%;
	margin: 30px auto;
}
form table th,
form table td {
	padding: 20px 5px;
	vertical-align: top;
	line-height: 1.5;
}
form table tr {
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}
form table th {
	background: #f4f4f8;
	padding: 26px 5px 20px;
	font-size: 22px;
}
form table td {
	padding-left: 20px;
	font-size: 18px;
}
form table td input.box {
	border: 3px solid #d5d5d5;
	padding: 5px 8px;
}
form table td input.name {
	width: 250px;
}
form table td input.kana {
	width: 250px;
}
form table td input.add {
	width: 350px;
}
form table td span.zip {
	display: block;
	margin-bottom: 8px;
}
form table td input.zip01 {
	width: 100px;
}
form table td input.zip02 {
	width: 50px;
}
form table td input.tel {
	width: 250px;
}
form table td input.mail {
	width: 350px;
}
form table td input {
	background: #f5f5f5;
	box-shadow: none;
	border: none;
	padding: 15px;
}
form table td select {
	outline: none;
	text-indent: 0.01px;
	text-overflow: "";
	box-shadow: none;
	border: none;
	padding: 15px;
	vertical-align: middle;
	font-size: 14px;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	z-index: 99;
	position: relative;
	background: none;
	padding-right: 40px;
}
form table td .select_box {
	position: relative;
	background: #f5f5f5;
	width: 230px;
}
form table td .select_box:after {
	content: "▼";
	color: #1997ee;
	position: absolute;
	padding-right: 14px;
	left: 200px;
	padding-top: 12px;
	z-index: 80;
}
form table td select option {
	background-color: #fff;
	color: #333;
}
form table td select::-ms-expand {
	display: none;
}
form table td select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}
form table td textarea {
	display: block;
	border: none;
	padding: 15px;
	width: 350px;
	height: 250px;
	font-size: 13px;
	color: #333333;
	background: #f5f5f5;
}
.under .inner form table {
	width: 92%;
	margin: 10px auto 30px;
}
.under .inner form table th,
.under .inner form table td {
	background: #fff;
	border-bottom: 2px dotted #333;
	font-size: 18px;
	font-weight: 100;
	text-align: left;
}
.under .inner form table th {
	color: #1c8dff;
	padding-left: 25px;
}
.under .inner form table th span.hissu {
	color: #fff;
	background: #ff559d;
	padding: 5px 15px;
	border-radius: 20px;
	display: inline-block;
	margin-left: 20px;
}
.stepBar {
	position: relative;
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.stepBar .step {
	position: relative;
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0 40px 0 20px;
	background-color: #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 100px;
	font-size: 22px;
}
.stepBar .step:before,
.stepBar .step:after {
	position: absolute;
	left: -15px;
	display: block;
	content: "";
	background-color: #eee;
	border-left: 10px solid #fff;
	width: 40px;
	height: 53px;
}
.stepBar .step:after {
	top: 0;
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}
.stepBar .step:before {
	bottom: 0;
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.stepBar .step:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before,
.stepBar .step:first-child:after {
	content: none;
}
.stepBar .step:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.stepBar .step.current {
	color: #fff;
	background-color: #0786d6;
}
.stepBar .step.current:before,
.stepBar .step.current:after {
	background-color: #0786d6;
}
.stepBar.step2 .step {
	width: 50%;
}
.stepBar.step3 .step {
	width: 33.333%;
}
.stepBar.step4 .step {
	width: 25%;
}
.stepBar.step5 .step {
	width: 20%;
}
.sp_fix {
	display: none;
}
.policy_box iframe {
	width: 100%;
	height: 250px;
	border: 1px solid #ccc;
}
.policy_box iframe header {
	display: none !important;
}
.btn {
	max-width: 350px;
	margin: 20px auto;
	background: #fff;
	text-align: center;
	padding: 15px 5px;
	box-sizing: border-box;
	border: 2px solid #f58e02;
	border-radius: 20px;
}
.btn a {
	color: #f58e02;
}
.btn span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	padding-right: 5px;
}
.btn_blue {
	background: #1177ef;
	border: 1px solid #1177ef;
}
.btn_green {
	background: #366f48;
	border: 1px solid #366f48;
}
.btn_orange {
	background: #e67f2b;
	border: 1px solid #e67f2b;
}
.btn_blue a,
.btn_green a,
.btn_orange a {
	color: #fff;
}
.form_btn {
	text-align: center;
}
.form_btn input {
	padding: 15px 0;
	width: 250px;
	margin: 15px auto;
	display: block;
	text-align: center;
	background: #0786d6;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1;
	box-shadow: none;
	border: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #fff;
	border-radius: 10px;
}
.form_btn input:hover {
	opacity: 0.8;
	cursor: pointer;
}
.float_btn {
	position: fixed;
	bottom: 0;
	font-size: 24px !important;
	width: 100% !important;
	margin: 0 auto !important;
	z-index: 1000;
	left: 0;
	right: 0;
}

/*新型コロナウイルスの検査治療について
-------------------------------------------------------------------------*/
.alert_box {
	background: #e93639;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 13px;
	margin: 0;
}
.alert_box h2 span:before {
	width: 40px;
	height: 40px;
	left: -50px;
	background: url("../img/icon_h2_alert.png") no-repeat 0 0;
	top: -6px;
}
.alert_box h2 {
	color: #fff;
	line-height: 1.5em;
	text-align: center;
}
.alert_box h2 a {
	color: #fff;
}
.alert_box p.date {
	text-align: right;
}
.alert_box a.btn_ore {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	background: #fdeada;
	padding: 25px 30px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 10px;
	position: relative;
}
.alert_box a.btn_ore::after {
	content: ">";
	position: absolute;
	right: 20px;
	color: #ccc;
}
.corona-news a {
	display: block;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 3px #87cefa;
}
.alert_box_sp {
	display: none;
}
.table_1,
.table_1 th,
.table_1 td {
	border: #707070 solid 1px;
}
.table_1 {
	width: 100%;
}
.table_1 th {
	background: #fceed3;
	padding: 1em;
	font-weight: 100;
	font-size: 18px;
	vertical-align: middle;
}
.table_1 td {
	font-size: 18px;
	padding: 1em;
}

/* 6/16追加分　------------------------- */
.under_wrapper {
	display: flex;
	justify-content: space-between;
}
.flora_img img {
	width: 300px;
}
.flora_txt {
	width: 70%;
}
.price {
	padding: 20px 0;
}
.price p {
	border: 4px solid red;
	padding: 5px 10px;
	width: 300px;
	display: block;
	color: red;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

/* 6/22追加分　------------------ */
.wrapper_0622 {
	display: flex;
	width: 90%;
	justify-content: space-between;
}
@media screen and (max-width: 780px) {
	.wrapper_0622 {
		display: block;
		width: 100%;
	}
}
.wrapper_img img {
	width: 300px;
}
@media screen and (max-width: 780px) {
	.wrapper_img img {
		width: 100%;
		margin-top: 15px;
	}
}
@media screen and (max-width: 780px) {
	form table td input.box {
		border: 3px solid #d5d5d5;
		padding: 5px 8px;
	}
	form table td input.name,
	form table td input.kana,
	form table td input.add,
	form table td input.zip01,
	form table td input.tel,
	form table td input.mail {
		width: 90%;
		padding: 10px 5%;
	}
	form table td textarea {
		width: 90%;
		padding: 10px 5%;
	}
}

/*ローディング*/
a.btn_link {
	display: block;
	text-align: center;
	background: #366f48;
	color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	margin-bottom: 15px;
}
a.btn_link::after {
	content: ">";
	position: absolute;
	right: 10px;
}
a.btn_link:hover {
	transition: all 0.2s ease-in;
	opacity: 0.6;
}

/*スマホ*/
@media screen and (max-width: 780px) {
	.contens {
		padding-top: 65px;
		padding-top: 165px;
	}
	.container div {
		font-size: 30px;
	}
	.pc_br:before {
		content: "";
		white-space: pre;
	}
	.sp_br:before {
		content: "\A";
		white-space: pre;
	}
	#main {
		position: relative;
	}
	header {
		padding: 0px 0 10px;
		position: fixed;
		z-index: 8000;
		width: 100%;
		top: 0;
	}
	.head_inner {
		width: 100%;
		display: block;
	}
	.head_inner .mail,
	.head_inner .tel {
		display: none;
	}
	.header_mail {
		display: none;
	}
	.head_inner .header_right {
		float: none;
		width: 100%;
		height: auto;
	}
	.head_inner .header_right .header_link ul {
		position: relative;
		width: 100%;
		top: 0;
		justify-content: center;
	}
	.head_inner h1 {
		width: 200px;
		margin: 10px;
	}
	.head_inner .link,
	.head_inner .head_tel {
		display: none;
	}
	.inner {
		width: 100% !important;
		padding: 10px 0 !important;
	}
	.under .inner h3 {
		width: calc(100% - 42px) !important;
		margin: 30px auto 20px;
	}

	/*footer-----------------------------------*/
	footer {
		margin-top: 40px;
		padding-bottom: 100px;
	}
	footer .inner {
		width: 100%;
		flex-wrap: wrap;
	}
	footer .inner .go_top {
		position: relative;
		top: 0;
		right: 0;
		text-align: center;
	}

	footer .adress ul li {
		float: none;
		text-align: center;
		line-height: 1.8;
	}
	footer .adress ul li img:nth-child(2) {
		width: auto;
	}
	footer .sitemap {
		width: 100%;
		text-align: center;
	}
	footer .sitemap ul {
		display: block;
	}
	footer .sitemap ul li {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	footer .adress ul li img {
		width: 60%;
		margin: 0 auto;
	}
	footer .sitemap ul li:before {
		display: none;
	}
	footer ul li p.btn {
		margin: 0 auto !important;
	}
	footer .copy {
		padding-bottom: 60px;
	}
	footer .copy p {
		text-align: center;
		font-size: 10px;
	}
	footer .saitama_img {
		position: relative;
		right: 0;
		top: 0;
		width: 120px;
		margin: 0 auto;
	}
	.pagetop {
		display: none !important;
	}
	.under_inner .index_box ul li {
		width: 98%;
	}
	.under_mv {
		background-position: 50% 50% !important;
	}
	.under_mv h1 {
		position: absolute;
		margin: auto;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0 10px;

		letter-spacing: 0;
	}
	.under_inner dl {
		display: block;
	}
	.under_inner dl dt,
	.under_inner dl dd {
		width: 100%;
	}
	.under .inner table.type_1 tr dl.table_in dt,
	.under .inner table.type_1 tr dl.table_in dd {
		float: none;
	}
	.left,
	.right {
		float: none;
	}
	.under .inner {
		width: 96% !important;
		padding: 40px 2% !important;
	}
	.sp_fix {
		display: block;
		position: fixed;
		bottom: 0;
		background: #fff;
		width: 100%;
	}
	.sp_fix ul {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
	}
	.sp_fix ul li {
		background: #fff;
		padding: 3px 0;
		width: auto;
		float: none;
		text-align: center;
		margin: 0 5px;
	}
	.sp_fix ul li img {
		width: 40px;
	}
	.sp_fix ul li:first-child img,
	.sp_fix ul li:nth-child(2) img {
		width: 100px;
	}
	form table th,
	form table td {
		display: block;
		width: 96%;
		text-align: left;
		padding: 10px 2%;
	}
	.under .inner table.type_1 tr th,
	.under .inner table.type_1 tr td {
		display: block;
		width: 96%;
		padding: 10px 2%;
	}
	.under .inner table.type_1 tr th {
		background: #e3e3e3;
	}
	.stepBar .step {
		padding: 0 40px 0 29px;
		font-size: 5vw;
	}
	.stepBar .step::before,
	.stepBar .step::after {
		width: 20px;
	}
	.under .inner form table th {
		padding: 10px 2%;
		text-align: center;
		width: 96%;
	}
	.under .inner form table td span {
		font-size: 80%;
	}
	.kuzu_box {
		width: 100%;
		margin: 10px auto 0px;
	}
	.kuzu_box ul {
		flex-wrap: wrap;
		line-height: 1.8;
	}
	.page_cate > div {
		width: 100%;
	}
	.page_cate > div > div {
		width: 100%;
		position: absolute;
		height: 80px;
		left: 0px;
		bottom: 0px;
	}
	.page_cate > div span {
		font-size: 25px;
		width: 100%;
		left: 0;
		box-sizing: border-box;
	}
	.under_inner {
		width: 90% !important;
		padding: 40px 20px;
	}
	.under_inner table.type_1 tr th,
	.under_inner table.type_1 tr td,
	.under_inner table.type_2 tr th,
	.under_inner table.type_2 tr td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}
	.under_inner ul.index_link li {
		width: 100%;
	}
	.under_inner h2 span {
		line-height: 1.3;
		background-size: 25px;
	}
	.sp_br {
		display: inline-block;
	}
	.under_inner ul.border,
	.under_inner ol.border,
	.under_inner p.border {
		/* padding-left: 35px; */
		padding-left: 60px;
	}
	.under_inner ul.border::before,
	.under_inner ol.border::before,
	.under_inner p.border::before {
		left: 0;
	}

	/*新型コロナウイルスの検査治療について
	-------------------------------------------------------------------------*/
	.alert_box {
		display: none;
	}
	.alert_box_sp {
		display: block;
		margin-top: 100px;
	}
	.alert_box_sp {
		background: #e93639;
		padding: 5px 20px;
		border-radius: 30px;
		max-width: 250px;
		width: 100%;
		margin: 0 auto 0;
		box-sizing: border-box;
	}
	.alert_box_sp h2 {
		line-height: 1.2;
	}
	.alert_box_sp h2 span:before {
		width: 40px;
		height: 40px;
		left: -50px;
		background: url("../img/icon_h2_alert.png") no-repeat 0 0;
		top: -6px;
	}
	.alert_box_sp h2 {
		color: #fff;
		line-height: 1.5em;
		text-align: center;
		padding-left: 0 !important;
		font-size: 14px !important;
		margin: 0 !important;
	}
	.alert_box_sp h2 a {
		color: #fff;
	}
	.alert_box_sp p.date {
		text-align: right;
	}
	.alert_box_sp a.btn_ore {
		display: block;
		width: 100%;
		max-width: 800px;
		margin: 20px auto;
		background: #fdeada;
		padding: 25px 30px;
		text-align: center;
		font-weight: bold;
		border: 1px solid #ccc;
		border-radius: 10px;
		position: relative;
	}
	.alert_box_sp a.btn_ore::after {
		content: ">";
		position: absolute;
		right: 20px;
		color: #ccc;
	}
	.corona-news a {
		display: block;
		margin: 0 auto;
		color: #fff;
		font-weight: bold;
		border-bottom: solid 3px #87cefa;
	}

	/* 6/16追加分　------------------- */
	.under_wrapper {
		display: block;
	}
	.flora_img {
		padding-bottom: 30px;
	}
	.flora_img img {
		width: 300px;
	}
	.flora_txt {
		width: 100%;
	}
	.price p {
		width: 90%;
		font-size: 18px;
	}
}
.search_position {
  margin: 20px auto 0 !important;
}

/* 70周年ロゴ　-------------------- */
.logo {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	margin-bottom: 30px;
}
.logo img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 120px;
}
.logo_heder {
	margin: 0 20px;
}
.logo_heder img {
	display: block;
	width: auto;
	height: 80px;
}
@media screen and (max-width: 780px) {
	.logo_heder img {
		height: 55px;
		top: 8px;
		position: fixed;
		right: 25%;
	}
}
/* ------------------------------ */
