/*
Theme Name: e-chuko
Theme URI: http://e-chuko.jp/
Description: e-chuko
Version: 101.0
Author: e-chuko
Author URI: http://e-chuko.jp/
*/

/* html5 reset*/
html {
	overflow-y: scroll;
}
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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
main {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/* original reset */
li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}

/* html5 reset +alpha */
html {
	font-size: 62.5%; /* (14px) */
	line-height: 1;
}
#main {
	line-height: 1.4;
}

/* common item */
.clrfx:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clrfx {
	zoom: 1;
}
.clr {
	clear: both;
}
.fltl {
	float: left;
}
.fltr {
	float: right;
}
.leftAdjust {
	text-align: left;
}
.rightAdjust {
	text-align: right;
}
.centerAdjust {
	text-align: center;
}
.topAdjust {
	vertical-align: top;
}
.middleAdjust {
	vertical-align: middle;
}
.bottomAdjust {
	vertical-align: bottom;
}
.rlt {
	position: relative;
}
.abs {
	position: absolute;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-though;
}

/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/

.b {
	font-weight: bold !important;
} /*太字*/
.normal {
	font-weight: normal !important;
} /*太字を解除*/

.f08 {
	font-size: 8px;
	font-size: 0.8rem;
}
.f09 {
	font-size: 9px;
	font-size: 0.9rem;
}
.f10 {
	font-size: 10px;
	font-size: 1rem;
}
.f11 {
	font-size: 11px;
	font-size: 1.1rem;
}
.f12 {
	font-size: 12px;
	font-size: 1.2rem;
}
.f13 {
	font-size: 13px;
	font-size: 1.3rem;
}
.f14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.f15 {
	font-size: 15px;
	font-size: 1.5rem;
}
.f16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.f17 {
	font-size: 17px;
	font-size: 1.7rem;
}
.f18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.f19 {
	font-size: 19px;
	font-size: 1.9rem;
}
.f20 {
	font-size: 20px;
	font-size: 2rem;
}
.f21 {
	font-size: 21px;
	font-size: 2.1rem;
}
.f22 {
	font-size: 22px;
	font-size: 2.2rem;
}
.f23 {
	font-size: 23px;
	font-size: 2.3rem;
}
.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}
.f25 {
	font-size: 25px;
	font-size: 2.5rem;
}
.f26 {
	font-size: 26px;
	font-size: 2.6rem;
}
.f27 {
	font-size: 27px;
	font-size: 2.7rem;
}
.f28 {
	font-size: 28px;
	font-size: 2.8rem;
}
.f29 {
	font-size: 29px;
	font-size: 2.9rem;
}
.f30 {
	font-size: 30px;
	font-size: 3rem;
}
.f31 {
	font-size: 31px;
	font-size: 3.1rem;
}
.f32 {
	font-size: 32px;
	font-size: 3.2rem;
}
.f33 {
	font-size: 33px;
	font-size: 3.3rem;
}
.f34 {
	font-size: 34px;
	font-size: 3.4rem;
}
.f35 {
	font-size: 35px;
	font-size: 3.5rem;
}
.f36 {
	font-size: 36px;
	font-size: 3.6rem;
}

/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/

.red {
	color: #ff0000 !important;
}
.maroon {
	color: #800000 !important;
}
.fuchsia {
	color: #ff00ff !important;
}
.purple {
	color: #660099 !important;
}
.lime {
	color: #00ff00 !important;
}
.green {
	color: #008000 !important;
}
.yellow {
	color: #ffff00 !important;
}
.olive {
	color: #808000 !important;
}
.blue {
	color: #0000dd !important;
}
.navy {
	color: #000080 !important;
}
.aqua {
	color: #00ffff !important;
}
.teal {
	color: #008080 !important;
}
.white {
	color: #fff !important;
}
.silver {
	color: #c0c0c0 !important;
}
.gray {
	color: #808080 !important;
}
.black {
	color: #000 !important;
}
.orange {
	color: #ffa500 !important;
}
.pink {
	color: #ffc0c8 !important;
}

/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/

.glow-red {
	padding: 2px;
	background-color: #ff0000 !important;
}
.glow-lime {
	padding: 2px;
	background-color: #00ff00 !important;
}
.glow-yellow {
	padding: 2px;
	background-color: #ffff00 !important;
}
.glow-aqua {
	padding: 2px;
	background-color: #00ffff !important;
}
.glow-gray {
	padding: 2px;
	background-color: #808080 !important;
}
.glow-black {
	padding: 2px;
	background-color: #000 !important;
}

/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/

.lh10 {
	line-height: 1 !important;
}
.lh11 {
	line-height: 1.1 !important;
}
.lh12 {
	line-height: 1.2 !important;
}
.lh13 {
	line-height: 1.3 !important;
}
.lh14 {
	line-height: 1.4 !important;
}
.lh15 {
	line-height: 1.5 !important;
}
.lh20 {
	line-height: 2 !important;
}

/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/

.underline {
	text-decoration: underline !important;
}
.del {
	text-decoration: line-through;
}

/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/

.al-c {
	text-align: center;
}
.al-r {
	text-align: right;
}
.al-l {
	text-align: left;
}

/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/

.radius1 {
	border-radius: 1px;
}
.radius2 {
	border-radius: 2px;
}
.radius3 {
	border-radius: 3px;
}
.radius4 {
	border-radius: 4px;
}
.radius5 {
	border-radius: 5px;
}
.radius6 {
	border-radius: 6px;
}
.radius7 {
	border-radius: 7px;
}
.radius8 {
	border-radius: 8px;
}
.radius9 {
	border-radius: 9px;
}
.radius10 {
	border-radius: 10px;
}

/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/

.box-bd2 {
	border-width: 2px;
}
.box-bd3 {
	border-width: 3px;
}
.box-bd4 {
	border-width: 4px;
}
.box-bd5 {
	border-width: 5px;
}

/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/

.box-c-black {
	border-color: #000;
}
.box-c-red {
	border-color: #ff0000;
}
.box-c-blue {
	border-color: #0000ff;
}
.box-c-yellow {
	border-color: #ffff00;
}
.box-c-white {
	border-color: #fff;
}

/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/

.m0 {
	margin: 0 !important;
}
.m0-t {
	margin-top: 0 !important;
}
.m0-r {
	margin-right: 0 !important;
}
.m0-b {
	margin-bottom: 0 !important;
}
.m0-l {
	margin-left: 0 !important;
}

.m5 {
	margin: 5px !important;
}
.m5-t {
	margin-top: 5px !important;
}
.m5-r {
	margin-right: 5px !important;
}
.m5-b {
	margin-bottom: 5px !important;
}
.m5-l {
	margin-left: 5px !important;
}

.m10 {
	margin: 10px !important;
}
.m10-t {
	margin-top: 10px !important;
}
.m10-r {
	margin-right: 10px !important;
}
.m10-b {
	margin-bottom: 10px !important;
}
.m10-l {
	margin-left: 10px !important;
}

.m15 {
	margin: 15px !important;
}
.m15-t {
	margin-top: 15px !important;
}
.m15-r {
	margin-right: 15px !important;
}
.m15-b {
	margin-bottom: 15px !important;
}
.m15-l {
	margin-left: 15px !important;
}

.m20 {
	margin: 20px !important;
}
.m20-t {
	margin-top: 20px !important;
}
.m20-r {
	margin-right: 20px !important;
}
.m20-b {
	margin-bottom: 20px !important;
}
.m20-l {
	margin-left: 20px !important;
}

.m25 {
	margin: 25px !important;
}
.m25-t {
	margin-top: 25px !important;
}
.m25-r {
	margin-right: 25px !important;
}
.m25-b {
	margin-bottom: 25px !important;
}
.m25-l {
	margin-left: 25px !important;
}

.m30 {
	margin: 30px !important;
}
.m30-t {
	margin-top: 30px !important;
}
.m30-r {
	margin-right: 30px !important;
}
.m30-b {
	margin-bottom: 30px !important;
}
.m30-l {
	margin-left: 30px !important;
}

.m35 {
	margin: 35px !important;
}
.m35-t {
	margin-top: 35px !important;
}
.m35-r {
	margin-right: 35px !important;
}
.m35-b {
	margin-bottom: 35px !important;
}
.m35-l {
	margin-left: 35px !important;
}

.m40 {
	margin: 40px !important;
}
.m40-t {
	margin-top: 40px !important;
}
.m40-r {
	margin-right: 40px !important;
}
.m40-b {
	margin-bottom: 40px !important;
}
.m40-l {
	margin-left: 40px !important;
}

.m45 {
	margin: 45px !important;
}
.m45-t {
	margin-top: 45px !important;
}
.m45-r {
	margin-right: 45px !important;
}
.m45-b {
	margin-bottom: 45px !important;
}
.m45-l {
	margin-left: 45px !important;
}

.m50 {
	margin: 50px !important;
}
.m50-t {
	margin-top: 50px !important;
}
.m50-r {
	margin-right: 50px !important;
}
.m50-b {
	margin-bottom: 50px !important;
}
.m50-l {
	margin-left: 50px !important;
}

.m55 {
	margin: 55px !important;
}
.m55-t {
	margin-top: 55px !important;
}
.m55-r {
	margin-right: 55px !important;
}
.m55-b {
	margin-bottom: 55px !important;
}
.m55-l {
	margin-left: 55px !important;
}

.m60 {
	margin: 60px !important;
}
.m60-t {
	margin-top: 60px !important;
}
.m60-r {
	margin-right: 60px !important;
}
.m60-b {
	margin-bottom: 60px !important;
}
.m60-l {
	margin-left: 60px !important;
}

/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/

.p0 {
	padding: 0 !important;
}
.p0-t {
	padding-top: 0 !important;
}
.p0-r {
	padding-right: 0 !important;
}
.p0-b {
	padding-bottom: 0 !important;
}
.p0-l {
	padding-left: 0 !important;
}

.p5 {
	padding: 5px !important;
}
.p5-t {
	padding-top: 5px !important;
}
.p5-r {
	padding-right: 5px !important;
}
.p5-b {
	padding-bottom: 5px !important;
}
.p5-l {
	padding-left: 5px !important;
}

.p10 {
	padding: 10px !important;
}
.p10-t {
	padding-top: 10px !important;
}
.p10-r {
	padding-right: 10px !important;
}
.p10-b {
	padding-bottom: 10px !important;
}
.p10-l {
	padding-left: 10px !important;
}

.p15 {
	padding: 15px !important;
}
.p15-t {
	padding-top: 15px !important;
}
.p15-r {
	padding-right: 15px !important;
}
.p15-b {
	padding-bottom: 15px !important;
}
.p15-l {
	padding-left: 15px !important;
}

.p20 {
	padding: 20px !important;
}
.p20-t {
	padding-top: 20px !important;
}
.p20-r {
	padding-right: 20px !important;
}
.p20-b {
	padding-bottom: 20px !important;
}
.p20-l {
	padding-left: 20px !important;
}

.p25 {
	padding: 25px !important;
}
.p25-t {
	padding-top: 25px !important;
}
.p25-r {
	padding-right: 25px !important;
}
.p25-b {
	padding-bottom: 25px !important;
}
.p25-l {
	padding-left: 25px !important;
}

.p30 {
	padding: 30px !important;
}
.p30-t {
	padding-top: 30px !important;
}
.p30-r {
	padding-right: 30px !important;
}
.p30-b {
	padding-bottom: 30px !important;
}
.p30-l {
	padding-left: 30px !important;
}

.p35 {
	padding: 35px !important;
}
.p35-t {
	padding-top: 35px !important;
}
.p35-r {
	padding-right: 35px !important;
}
.p35-b {
	padding-bottom: 35px !important;
}
.p35-l {
	padding-left: 35px !important;
}

.p40 {
	padding: 40px !important;
}
.p40-t {
	padding-top: 40px !important;
}
.p40-r {
	padding-right: 40px !important;
}
.p40-b {
	padding-bottom: 40px !important;
}
.p40-l {
	padding-left: 40px !important;
}

.p45 {
	padding: 45px !important;
}
.p45-t {
	padding-top: 45px !important;
}
.p45-r {
	padding-right: 45px !important;
}
.p45-b {
	padding-bottom: 45px !important;
}
.p45-l {
	padding-left: 45px !important;
}

.p50 {
	padding: 50px !important;
}
.p50-t {
	padding-top: 50px !important;
}
.p50-r {
	padding-right: 50px !important;
}
.p50-b {
	padding-bottom: 50px !important;
}
.p50-l {
	padding-left: 50px !important;
}

.p55 {
	padding: 55px !important;
}
.p55-t {
	padding-top: 55px !important;
}
.p55-r {
	padding-right: 55px !important;
}
.p55-b {
	padding-bottom: 55px !important;
}
.p55-l {
	padding-left: 55px !important;
}

.p60 {
	padding: 60px !important;
}
.p60-t {
	padding-top: 60px !important;
}
.p60-r {
	padding-right: 60px !important;
}
.p60-b {
	padding-bottom: 60px !important;
}
.p60-l {
	padding-left: 60px !important;
}

/* items */
.container {
	width: 1200px;
	margin: 0 auto;
}
.min-container {
	width: 980px;
	margin: 0 auto;
}
.sw_img {
	text-align: center;
}
/* body style */
body {
	font-size: 1.4rem;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN',
		'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
#over_wrapper {
	font-family: 'Roboto', 'Noto Sans Japanese', 'Lucida Grande',
		'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,
		sans-serif;
}
/* common */
header #description {
	font-size: 12px;
	line-height: 1.4;
	padding: 5px 0 0;
}
header .logo {
	width: 185px;
	float: left;
	padding: 20px 0 0;
}
#gnavi {
	font-size: 14px;
	float: right;
}
#gnavi li {
	float: left;
	position: relative;
}
#gnavi li:after {
	content: '';
	height: 36px;
	width: 1px;
	background: #221715;
	position: absolute;
	top: 36px;
	right: 0;
}
#gnavi li:nth-last-of-type(1)::after {
	height: 0px;
	width: 0px;
}
/* #gnavi li:nth-last-of-type(2)::after{
	height:0px;
	width:0px;
} */
#gnavi li a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#gnavi li:not(.extend) a {
	display: block;
	padding: 50px 10px 58px 10px;
	color: #221715;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-weight: bold;
}
#gnavi li:not(.extend) a:hover {
	color: #d41619;
	text-decoration: none;
}

#gnavi li.extend {
	padding-top: 48px;
	padding-left: 20px;
}
#gnavi li.extend a {
	color: #ffffff;
	background: #3e3b3a;
	padding: 5px 15px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 15px;
}
#gnavi li.extend a::before {
	content: '\f003';
	font-family: fontAwesome;
	margin-right: 5px;
}
#gnavi li.extend a:hover {
	text-decoration: none;
}

footer {
	background: #3e3b3a;
}
footer .container {
	width: 800px;
}
footer .logo {
	width: 250px;
	padding: 40px 0 0;
	float: left;
}
#fnavi {
	width: 500px;
	float: right;
	padding: 60px 0 0 0;
}
#fnavi li {
	float: left;
}
#fnavi li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 20px 0;
	display: block;
	position: relative;
}
#fnavi li a:after {
	content: '';
	height: 16px;
	width: 1px;
	background: #7f8184;
	position: absolute;
	top: 0;
	right: -10px;
}

footer #copy {
	width: 100%;
	display: block;
	float: left;
	padding: 40px 0 40px;
	text-align: center;
	color: #ffffff;
	line-height: 1.5;
}

.title_type01 {
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	color: #3e3b3a;
	opacity: 0.8;
}
.title_type01 span {
	display: block;
	font-size: 11px;
}
.title_type02 {
	color: #3f3d3c;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding: 40px 0 40px;
}
.title_type03 {
	text-align: center;
	padding: 20px 0 30px;
}
.title_type03 span {
	border: 1px solid #0a6d77;
	display: inline-block;
	padding: 8px 25px;
	font-size: 20px;
	color: #0a6d77;
	font-weight: bold;
}

.title_type04 {
	background: #e0a009;
	color: #3f3d3c;
	font-size: 32px;
	text-align: center;
	padding: 10px 0 7px;
	margin-bottom: 20px;
}
.title_type05 {
	background: #22a5c0;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	padding: 10px 0 7px;
	margin-bottom: 20px;
}

.text_base {
	line-height: 1.8;
	font-size: 16px;
}
.text_field01 {
	text-align: center;
}

.text_field02 p {
	position: relative;
	width: 980px;
	margin: 0 30px;
}
.text_field02 p::before {
	content: '●';
	position: absolute;
	top: -5px;
	left: -23px;
	font-size: 20px;
	color: #0a6d77;
}
.text_field03 {
	text-align: left;
}

.slider_area {
	background-image: url(http://www.digitalcorner.co.jp/e-chuko.jp/top-image.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.slider {
	max-width: 100%;
	margin: 0 auto;
}
.slide {
	position: relative;
	min-height: 615px;
}

.slide img {
	position: absolute;
	height: 65%;
	width: 65%;
	top: 40px;
	left: 110px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	display: block;
}

.index_nt {
	padding: 40px 0 30px;
	text-align: center;
}
.index_nt_list {
	display: inline-block;
	padding: 40px 0 0;
}
.index_nt_list .date {
	width: 100px;
	float: left;
	text-align: left;
	padding: 2px 0 0;
}
.index_nt_list .cat {
	width: 110px;
	float: left;
	background: #00508e;
	color: #fff;
	border-radius: 5px;
	padding: 2px 0 0;
	font-weight: bold;
}
.index_nt_list .title {
	padding: 2px 0 2px 230px;
	text-align: left;
	margin: 0 0 10px;
}
.index_nt_list .title a {
	color: #221715;
}

.index_nav {
	padding: 20px 0 60px;
	margin: 0 auto;
	width: 960px;
}
.index_nav li {
	float: left;
	width: 33.33333%;
}
.index_nav li a {
	display: block;
	margin: 10px;
	border: 1px solid #3e3b3a;
	box-sizing: border-box;
	border-radius: 10px;
}
.index_nav li a span {
	background: #3e3b3a;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3',
		'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 16px;
}
.index_nav li a img {
	border-radius: 10px 10px 0 0;
}

.about {
	padding: 40px 0 50px;
	border-top: 1px dotted #444444;
}
.about article {
	padding: 0 0 50px;
}

.about .sw_img {
	padding: 30px 0px;
}

.guide {
	padding: 40px 0 50px;
	border-top: 1px dotted #444444;
}
.guide article {
	padding: 0 0 50px;
}
.guide .sw_img {
	padding: 30px 0px;
}
.guide01 {
	color: #707070;
}
.guide01 small {
	font-size: 12px;
}

.guide dl {
	padding-top: 50px;
}
.guide dt {
	float: left;
	padding: 40px 0 0;
}
.guide dd {
	padding: 40px 0 40px 300px;
	border-bottom: 1px dotted #251e1c;
	box-sizing: border-box;
	min-height: 230px;
	color: #3f3d3c;
}

.guide dd p {
	position: relative;
	width: 980px;
	margin: 0 30px 15px;
	font-size: 25px;
	line-height: 1.2;
	color: #251e1c;
}
.guide dd p::before {
	content: '●';
	position: absolute;
	top: -5px;
	left: -30px;
	font-size: 30px;
	color: #e0a009;
}

.inspection {
	padding: 40px 0 50px;
	border-top: 1px dotted #444444;
}
.inspection article {
	padding: 0 0 50px;
}
.inspection .sw_img {
	padding: 30px 0px;
}
.inspection01 {
	width: 800px;
	margin: 0 auto;
}
.inspection01 li {
	text-align: left;
	width: 380px;
	color: #22a5c0;
}
.inspection01 li:nth-of-type(odd) {
	float: left;
}
.inspection01 li:nth-of-type(even) {
	float: right;
}

.yonmaruyon {
	padding: 60px 0 100px;
}

.news {
	width: 680px;
	float: left;
	padding: 0px 0 50px;
}
.news article {
	border-top: 1px dotted #231815;
	padding: 80px 0 30px;
	position: relative;
}
.news article:nth-last-of-type(1) {
	border-bottom: 1px solid #231815;
}
.news article .category {
	background: #79b4a6;
	color: #ffffff;
	position: absolute;
	top: 30px;
	left: 0;
	padding: 5px 0 3px;
	box-sizing: border-box;
	width: 120px;
	text-align: center;
	border-radius: 8px;
}
.news article .date {
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 16px;
	padding: 5px 0 0;
}

.news article h3 {
	font-size: 30px;
	font-weight: bold;
}
.news article h3 a {
	color: #0a6d77;
}

.news_single article .art_main h1 {
	padding: 4px 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #111;
	border-top: 2px solid #2d70a4;
	border-bottom: 2px solid #2d70a4;
	font-size: 25px;
}
.news_single article .art_main h2 {
	padding: 4px 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #111;
	border-top: 2px solid #2d70a4;
	border-bottom: 2px solid #2d70a4;
	font-size: 25px;
}
.news_single article .art_main h3 {
	padding: 4px 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #111;
	border-top: 2px solid #2d70a4;
	border-bottom: 2px solid #2d70a4;
	font-size: 25px;
}
.news_single article .art_main h4 {
	padding: 4px 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #111;
	border-top: 2px solid #2d70a4;
	border-bottom: 2px solid #2d70a4;
	font-size: 25px;
}
.news_single article .art_main h5 {
	padding: 4px 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #111;
	border-top: 2px solid #2d70a4;
	border-bottom: 2px solid #2d70a4;
	font-size: 25px;
}
.news_single article .art_main h6 {
	padding: 4px 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #111;
	border-top: 2px solid #2d70a4;
	border-bottom: 2px solid #2d70a4;
	font-size: 25px;
}

.page_navi {
	text-align: center;
	padding: 30px 0 0;
}

.page_navi li {
	display: inline;
	list-style: none;
	font-size: 24px;
	font-weight: bold;
}

.page_navi li.current span {
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #3f3d3c;
	border: solid 1px #3f3d3c;
	padding: 5px 0 0 0;
}

.page_navi li a {
	color: #3f3d3c;
	background: #ffffff;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
	border: solid 1px #3f3d3c;
	text-decoration: none;
	padding: 5px 0 0 0;
}

.page_navi li a:hover {
	color: #f00;
}

.page_navi li.page_nums span {
	color: #113961;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	display: inline-block;
	border: solid 1px #333;
}

.side {
	width: 250px;
	float: right;
	padding: 0px 0 50px;
}
.side aside {
	display: block;
	border-left: 1px solid #1a0b08;
	border-right: 1px solid #1a0b08;
}
.side aside:nth-last-of-type(1) {
	border-bottom: 5px solid #0a6d77;
}
.side p {
	background: #0a6d77;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
}
.side .swt_category::after {
	content: 'カテゴリー';
	display: block;
	font-size: 12px;
}
.side .swt_recently::after {
	content: '最新情報';
	display: block;
	font-size: 12px;
}
.side .swt_archive::after {
	content: 'アーカイブ';
	display: block;
	font-size: 12px;
}
.side ul {
	padding: 15px 15px 15px;
}
.side ul li {
	font-size: 15px;
	padding: 10px;
	border-bottom: 1px dotted #bcbec0;
}
.side ul li:nth-last-of-type(1) {
	border-bottom: 0px dotted #bcbec0;
}
.side ul li a {
	display: block;
	position: relative;
	padding-left: 20px;
	color: #251e1c;
}
.side ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f04b';
	font-family: FontAwesome;
	font-size: 14px;
	color: #bcbec0;
}

.news_single {
}
.news_single .category {
	background: #79b4a6;
	color: #ffffff;
	padding: 5px 0 3px;
	box-sizing: border-box;
	width: 120px;
	text-align: center;
	border-radius: 8px;
}
.news_single .date {
	padding: 15px 0 10px;
}
.news_single .single_container {
	padding: 20px 0 50px;
	width: 920px;
	margin: 0 auto;
	border-top: 1px dotted #444444;
}
.news_single article {
	font-size: 16px;
	padding-bottom: 40px;
}
.news_single article h3 {
	font-size: 30px;
	font-weight: bold;
	color: #0a6d77;
	margin-bottom: 20px;
}

.single_next_previous {
	text-align: center;
}
.single_next_previous a {
	color: #231815;
}
.news_single .single_previous {
	display: inline-block;
}
.news_single .single_next {
	display: inline-block;
}
.news_single .single_count {
	display: inline-block;
	font-size: 20px;
	padding: 0 8px;
}
.news_single .single_previous a::before {
	content: '\f178';
	font-family: fontAwesome;
	font-size: 20px;
}
.news_single .single_next a::after {
	content: '\f177';
	font-family: fontAwesome;
	font-size: 20px;
}

.news_single article p {
	line-height: 1.8;
}
.news_single article ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.news_single article ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.news_single article hr {
	clear: both;
	padding: 0px 0 10px;
	border-top: 2px dotted #a08380;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.news_single article strong {
	font-weight: bold;
}
.news_single article em {
	font-style: italic;
}
.news_single article blockquote {
	display: block;
	-webkit-margin-before: 2em;
	-webkit-margin-after: 2em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 40px;
}

/* img */
.news_single article img {
	margin-bottom: 10px;
}
.news_single article .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
.news_single article .alignright {
	float: right;
	clear: both;
	margin-left: 10px;
}
.news_single article .alignleft {
	float: left;
	clear: both;
	margin-right: 10px;
}

.news_single article img[class*='wp-image-'],
.news_single article img[class*='attachment-'] {
	height: auto;
	max-width: 100%;
}

.news_single article li {
	margin-top: 0.5em;
	margin-bottom: 2em;
}

.news_single article a {
	color: #43779d;
}

.news_single article blockquote {
	background-color: rgba(0, 30, 84, 0.08);
	padding: 2.4em 2.4em 2em;
	position: relative;
}
.news_single article blockquote:before {
	content: '“';
	font-size: 600%;
	line-height: 1em;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	color: #999;
	position: absolute;
	left: 5px;
	top: 5px;
}

/* waypoints */
.fadeInUp {
	-webkit-animation: fadeInUp 1s cubic-bezier(0.55, 0, 0.1, 1) both;
	animation: fadeInUp 1s cubic-bezier(0.55, 0, 0.1, 1) both;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}
.delay-02s {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.delay-05s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

/* turn */
.turner {
	animation-name: turnY;
	animation-duration: 2s;
	animation-iteration-count: 1;
	-webkit-animation-name: turnY;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes turnY {
	0% {
		-webkit-transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
	}
}
@keyframes turnY {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}

/* 20211022 override */
.cf:after {
	content: '';
	clear: both;
	display: block;
}
.full-width {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}
.about section.s02 .wrapper {
	padding: 50px 0 70px;
	width: 800px;
	margin: 0 auto;
}
.about section.s02 .wrapper h2 img {
	width: 702px;
	display: block;
	margin: 0 auto;
}
.about section.s02 .wrapper .list01 {
	text-align: center;
	font-size: 0;
	margin-top: 50px;
}
.about section.s02 .wrapper .list01 li {
	display: inline-block;
	font-size: 0;
	width: 253px;
}
.about section.s02 .wrapper .list01 li img {
	width: 100%;
	display: block;
}
.about section.s03 {
	background-color: #c7e7f3;
	padding: 70px 0 70px;
	position: relative;
}
.about section.s03:before {
	content: '';
	background-color: #c7e7f3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}
.about section.s03 .wrapper {
	width: 700px;
	margin: 0 auto;
}
.about section.s03 .wrapper h3 img {
	width: 648px;
	display: block;
	margin: 0 auto;
}
.about section.s03 .wrapper .t01 {
	font-size: 14px;
	line-height: 175%;
	margin-top: 40px;
}
.about section.s03 .wrapper ul li {
	position: relative;
	font-size: 14px;
	line-height: 175%;
	padding-left: 20px;
}
.about section.s03 .wrapper ul li span {
	width: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.about section.s03 .wrapper .t02 {
	text-align: right;
	padding-right: 100px;
	font-size: 14px;
	margin-top: -18px;
}
.about section.s03 .wrapper .msg01 {
	width: 547px;
	display: block;
	margin: 60px auto 0;
}
.inspection section.s04 {
	padding: 60px 0 80px;
}
.inspection section.s04 .wrapper {
	width: 800px;
	margin: 0 auto;
}
.inspection section.s04 .wrapper h4 img {
	width: 100%;
	display: block;
}
.inspection section.s04 .wrapper .msg01 {
	width: 249px;
	display: block;
	margin: 30px auto 0;
}
.inspection section.s04 .wrapper .list02 {
	margin-top: 15px;
}
.inspection section.s04 .wrapper .list02 li {
	width: 247px;
	float: left;
	margin-right: 29px;
}
.inspection section.s04 .wrapper .list02 li:last-child {
	margin-right: 0;
}
.inspection section.s04 .wrapper .list02 li img {
	width: 100%;
	display: block;
}
.inspection section.s04 .wrapper .list02 li p {
	font-size: 14px;
	line-height: 175%;
	margin-top: 7px;
}
.inspection section.s04 .wrapper .box01 {
	margin-top: 20px;
}
.inspection section.s04 .wrapper .box01 img {
	width: 100%;
	display: block;
}
.inspection section.s04 .wrapper .msg02 {
	width: 229px;
	display: block;
	margin: 45px auto 0;
}
.inspection section.s04 .wrapper .box02 {
	margin-top: 15px;
}
.inspection section.s04 .wrapper .box02 img {
	width: 100%;
	display: block;
}
.inspection section.s04 .wrapper .list03 {
	margin-top: 25px;
}
.inspection section.s04 .wrapper .list03 li {
	width: 261px;
	display: block;
	float: left;
	margin: 0 8px 20px 0;
}
.inspection section.s04 .wrapper .list03 li:nth-child(3n) {
	margin-right: 0;
}
.inspection section.s04 .wrapper .list03 li img {
	width: 100%;
	display: block;
}
.inspection section.s04 .wrapper .moviebox {
	background-color: #f2f2f2;
	padding: 40px 80px;
	margin-top: 30px;
}
.inspection section.s04 .wrapper .moviebox .t03 {
	text-align: center;
	width: 500px;
	height: 50px;
	background-color: #f6aa00;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
}
.inspection section.s04 .wrapper .moviebox .movie {
	width: 100% !important;
	display: block !important;
	height: auto !important;
	margin-top: 20px;
}
.inspection section.s05 {
	padding: 0 0 60px;
}
.inspection section.s05 .wrapper {
	width: 800px;
	margin: 0 auto;
}
.inspection section.s05 .wrapper .photo01 {
	width: 700px;
	margin: 0 auto;
	display: block;
}
.inspection section.s05 .wrapper dl {
	width: 700px;
	margin: 20px auto 35px;
}
.inspection section.s05 .wrapper dl dt {
	width: 500px;
	background-color: #f6aa00;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 120%;
	padding: 10px 50px;
	border-radius: 30px;
	margin: 0 auto;
}
.inspection section.s05 .wrapper dl dd {
	margin-top: 15px;
	font-size: 14px;
	line-height: 175%;
}
.inspection section.s05 .wrapper .list04 {
	width: 700px;
	margin: 0 auto;
}
.inspection section.s05 .wrapper .list04 li {
	font-size: 14px;
	line-height: 175%;
}
.inspection section.s05 .wrapper .msg02 {
	width: 178px;
	display: block;
	margin: 25px auto 0;
}
.inspection section.s05 .wrapper .box04 img {
	width: 100%;
	display: block;
}
.inspection section.s05 .wrapper .box05 {
	margin-top: 40px;
}
.inspection section.s05 .wrapper .box05 img {
	width: 49.2%;
	float: left;
	display: block;
}
.inspection section.s05 .wrapper .box05 img:nth-child(even) {
	float: right;
}
.inspection section.s05 .wrapper .msg03 {
	width: 268px;
	display: block;
	margin: 60px auto 0;
}
.inspection section.s05 .wrapper .box06 {
	margin-top: 40px;
}
.inspection section.s05 .wrapper .box06 img {
	width: 49.2%;
	float: left;
	display: block;
	margin-bottom: 40px;
}
.inspection section.s05 .wrapper .box06 img:nth-child(even) {
	float: right;
}
.inspection section.s05 .wrapper .box06 img:nth-child(2) {
	margin-bottom: 41px;
}

.movie {
	width: 960px;
	margin: 30px auto;
	display: flex;
	justify-content: flex-start;
}

.movie .item {
	width: 33.33333%;
}

.movie .item .movie_box {
	height: 200px;
}

.movie .item:nth-child(3n) {
	margin-right: 0;
}

.movie .item iframe {
	margin: 10px 10px 0;
	height: 100%;
	border-radius: 10px;
}

.movie .item p {
	text-align: center;
	font-feature-settings: 'palt';
	font-size: 16px;
	margin-top: 5px;
}

.contact-page h2 {
	width: 100%;
	height: 196px;
	background: url('images/titlebg.png') no-repeat top center #9cc72e;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-page h2 .contact_ttl {
	font-size: 40px;
	font-weight: bold;
}

.contact-page .contact_form {
	max-width: 1030px;
	padding: 0 15px;
	margin: 80px auto;
}

.contact-page .form_item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: solid 1px #9b9b9b;
}

.contact-page .form_item .head {
	display: flex;
	align-items: center;
	width: 300px;
}

.contact-page .form_item .head p {
	font-size: 15px;
}

.contact-page .form_item .head .hissu {
	background: #bf4946;
	color: white;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 35px;
	height: 20px;
	margin-left: 15px;
}

.contact-page .form_item .input_area {
	display: flex;
	align-items: center;
}

.contact-page .form_item input {
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	background-color: #e5ebf1;
	border: none;
}

.contact-page .form_item input[type='radio'] {
	margin: 0 5px 0 0;
}

.contact-page .form_item input.normal {
	width: 365px;
}

.contact-page .form_item .addr_area .input_line {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.contact-page .form_item .addr_area .input_line:nth-last-child(1) {
	margin-bottom: 0;
}

.contact-page .form_item .addr_area .input_line .head_block {
	width: 80px;
	min-width: 80px;
	font-size: 14px;
}

.contact-page .form_item .addr_area .input_line input.addr1 {
	width: 140px;
	min-width: 140px;
	margin-right: 10px;
}

.contact-page .form_item .addr_area .input_line input.addr2 {
	width: 365px;
}

.contact-page .form_item .addr_area .input_line .comment {
	font-size: 14px;
}

.contact-page .form_item .wpcf7-form-control.wpcf7-radio {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.contact-page .form_item .wpcf7-list-item {
	display: flex;
	align-items: center;
}

.contact-page .form_item .text_area {
	max-width: 700px;
	width: 100%;
}

.contact-page .form_item textarea {
	width: 90%;
	height: 180px;
	box-sizing: border-box;
	padding: 15px 10px;
	border: none;
	background-color: #e5ebf1;
}

.contact-page .submit_area button {
	display: block;
	margin: 30px auto;
	background-color: transparent;
	border: solid 1.5px black;
	font-size: 14px;
	width: 250px;
	height: 45px;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 10px;
	font-weight: bold;
	transition: 0.3s;
}

.contact-page .submit_area button:hover {
	background-color: #f5a200;
}

.contact-page .note {
	text-align: center;
}

.contact-page .privacy {
	margin-top: 0.3rem;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #929292;
}

.contact-page .privacy a {
	text-decoration: none;
}

.contact-page .privacy a:hover {
	text-decoration: underline;
}

.digital-banner { display: flex; justify-content: center; flex-wrap: wrap; text-align: center; margin-left: -15px; margin-right: -15px; }
.digital-banner a { width: 140px; margin: 0 15px; font-size: 18px; font-weight: bold; border: 1px solid #333; padding: 10px 15px; text-decoration: none; color: #333; transition: .3s; }
.digital-banner a:hover { background: #333; color: #fff; }
.digital-banner._image { padding: 60px 0 100px; }
.digital-banner._image a { width: 34.4%; font-size: 30px; padding: 20px 15px; }

.link-button { width: 240px; max-width: 100%; display: flex; align-items: center; justify-content: center; min-height: 30px; padding: 10px 15px; border: 1px solid #3e3b3a; text-decoration: none!important; color: #3e3b3a!important; font-weight: bold; font-size: 15px; border-radius: 1em; margin: 20px auto; transition: .3s; }
.link-button:hover { background: #3e3b3a; color: #fff!important; }
.greeting { text-align: left; width: 800px; padding: 70px 0 20px; }
.greeting .group { margin-bottom: 50px; }
.greeting .mainttl { font-size: 22px; text-align: center; font-weight: bold; margin-bottom: 20px; }
.greeting .ttl { font-weight: bold; border-bottom: 1px solid #333; border-left: 7px solid #333; padding: 10px 15px; margin-bottom: 15px; font-size: 18px; }
.greeting .photo { margin-bottom: 30px; }
.greeting p { line-height: 1.8; font-size: 16px; }
.greeting .text-center { text-align: center; }
