@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	font-size: 85%;
	color: #333;
	background: #fff;}
* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;}
ul li {list-style: none;}
a {
	color: inherit;
	text-decoration: none;}
a:hover {text-decoration: underline;}
img {
	max-width: 100%;
	height: auto;}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;}
textarea {width: 100%;}


.inner {padding: 0 10px;}

header {}

#summary {
    background-color:#333333;
	padding: 4px 0px;}

#summary a {color: #eee;}

#summary h1 {
	font-size: 11px;
	line-height:1.2em;}
h1 {
	font-size: 1em;
    font-weight: normal;
	margin: 0;}

#logo {
	text-align: center;
	margin: 0 auto 15px;}

#logo p {
    color: #000000;
    text-align:center;
    font-weight:bold;
    font-size: 18px;
    line-height:15px;}

#head_right {
	text-align: center;}

#hr_nav {
	text-align: right;}
#hr_nav a {
	background: url(../img/bg/bg_point.png) left 3px no-repeat;
	font-size: 0.9em;
	margin: 0 0 0 20px;
	padding: 0 0 0 11px;}

.search-box {
	max-width: 250PX;
	width: 100%;
	margin: 5px auto;
}

.search-box #SearchIndexQ {
	display: block;
	float:left;
	border: 1px #0d3f99 solid ;
	border-radius: 12px 0 0 12px / 12px 0 0 12px;
	padding: 0 0 0 10px;
	width:85%;
	height: 30px;}
.search-box .submit_button{
	display:block;
	float:left;
	border: 1px #0d3f99 solid ;
	background: #0d3f99 url(../img/bg/bg_search.png) center no-repeat;
	border-radius: 0 12px 12px 0 / 0 12px 12px 0;
	width: 15%;
	height: 30px;}

#main_nav {
	background: linear-gradient(#1352A6, #1E67BD);
    border-top: 2px #0d3f99 solid;
    border-bottom: 2px #0d3f99 solid;
    margin: 5px 0 ;}
#main_nav .dropmenu {display: none;}

#pan {margin: 10px 0;}

.page_title {
	background: url(../img/bg/bg_title1.jpg) center;
	background-size: cover;
	margin-top: 20px;
	padding: 20px 0;}
.page_title h2.main_title {
	color: #f3e472;
	font-size: 2em;
	text-shadow: -2px -2px 5px #000 , -2px 2px 5px #000 , 2px -2px 5px #000 , 2px 2px 5px #000;}

article {
	margin: 0 0 30px;}

article p {
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #606060;}

article h2 {
	border-left: 10px #0d3f99 solid;
	border-bottom: 2px #1E67BD solid;
	box-shadow: 0 5px 3px -3px rgba(0,0,0,0.4);
	background: linear-gradient(#ffffff, #ceffff);
	font-size: 1.4em;
	margin: 10px 0 30px;
	padding: 10px 0 10px 20px;}

article h3{
	background: #ffffff;
	border-top: 3px #1E67BD double;
	border-bottom: 3px #1E67BD double;
	margin: 10px 0 30px;
	padding: 3px 0 3px 20px;}

article h4 {
	font-size: 1.1em;
	margin-bottom: 10px;
	padding: 0 5px;}

.contentbox{
	margin: 20px 0;
	padding:0 0.8em;}

article table {
	width: 100%;
	margin: 1em auto;}
article caption {margin-bottom: 10px;}
article th ,
article td {
	display:block;
	width: 100%;
	border: 1px #1e67bd solid;
	border-top: none;
	padding: 10px 12px;
	vertical-align: top;
	text-align: left;}
article tr:first-child th{ border-top: 1px #1e67bd solid; }
article th {
	padding: 4px;
	background: #ceffff;}


article .decimal li {
	margin: 0.5em 1.5em;
	list-style: decimal;}
article .disc li {
	margin: 0.3em 1.5em;
	list-style: disc;}

section {
	margin: 0 0 60px;}

#slider {
/* 	display: none; */
	padding: 20px 0;}

#pagetop {
	display:block;
	position: fixed;
	bottom: 60px;
	right: 5px;
	width: 50px;
	height: 50px;
	padding: 5px;
	background:  rgba(0,0,0,.8);
	border-radius: 12px;
	cursor: pointer;
	z-index: 3;}

#inquiry {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 25px auto 10px;
	padding: 5px 0;}
#inquiry img {margin: 5px 5px;}

#sidemenu {}



footer {
	background:#333333;
	color:#eee;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;}
footer a {color:#eee;}

#foot_logo,
#foot_sitemap{
	margin: 15px 0;}

#copy {
    text-align:center;
	font-size: 0.8em;
	border-top: 1px solid #606060;
    padding: 20px 10px;}

/* ***********************
	loader
************************ */
#loader-bg {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 9000;}
#loader {
	position:fixed;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -48px;
	text-align: center;}
#loader > img{
	animation: spin 1.5s linear infinite;}
@keyframes spin {
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}}
/* ********************************************************************************* */
/* ***********************
	メニュー
************************ */
.overlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 4;}
.side-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.7);}
.wrapper {
	position: relative;
	background: #fff;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2;}
.side-menu-btn {
	display:block;
	position: fixed;
	bottom: 60px;
	left: 5px;
	width: 50px;
	height: 50px;
	padding: 5px;
	background:  rgba(0,0,0,.8);
	border-radius: 12px;
	cursor: pointer;
	z-index: 5;}
#side_nav {
	visibility: hidden;
	position: fixed;
	background: linear-gradient(#1352A6, #1E67BD);
	top: 0;
	right: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	padding: 30px 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1;}
#side_nav .dropmenu li a{
	display: block;
	padding: 15px 10px;
	color: #ECF0F0;
	border-bottom: 1px #0d3f99 solid;
	text-decoration: none;}
#side_nav .dropmenu .first a {border-top: 1px #0d3f99 solid;}
#side_nav .dropmenu li ul li a{
	padding: 12px 0 12px 25px;
	font-size: .9em;}
.side-open #side_nav{visibility: visible;}
.side-open .wrapper,
.side-open .overlay {
	-webkit-transform: translate3d(-200px, 0, 0);
	transform: translate3d(-200px, 0, 0);}
/* ********************************************************************************* */
/* ***********************
	works posts list
************************ */
.works-list {margin: 0 -5px;}
.works-list li {padding: 0 5px;}
.works-list h4 {
	font-size: 0.9em;
	height: 3em;
	overflow: hidden;}
.works-list .cate {text-align: left;}
.works-list .cate > span {
	display:inline-block;
	font-size: 0.8em;
	color: #fff;;
	background: #700;
	margin: 8px 5px 8px 0;
	padding: 2px 5px;}

/* *****************************各ページの設定*********************************** */
/* ***********************
	アクセスマップ
************************ */
.iframe-content {
	width: 100%;
	margin: 10px 0 0;}
.iframe-content iframe {
	width: 100%;
	height: 500px;}

/* ***********************
	問合せ
************************ */
.col-input input {margin: 0.5em 0;}
.upload-file input {width: 100%;}
.attention {
	border: 3px #ff0000 solid;
	background: #fff url(../img/bg/bg_stripe.png);
	font-weight: bold;
	padding: 20px;
	margin: 50px 0;}

/* ***********************
	サイトマップ
************************ */
.li-level-1 {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	background: url(../img/bg/bg_point.png) left 4px no-repeat;}
.ul-level-2 {margin: 0 0 20px 15px}
.li-level-2 {
	margin: 5px 0;
	list-style: disc;}

/* ***********************
	FAQ
************************ */
.faq_list dl {margin: 10px 0;}
.faq_list dt {
	border-bottom: 3px #ff6600 solid;
	padding: 10px 10px 5px 45px;
	background: url(../img/bg/q.gif) 5px center no-repeat;}
.faq_list dd {
	margin: 10px 0 30px 15px;
	padding: 10px 10px 10px 45px;
	background: url(../img/bg/a.gif) 5px 5px no-repeat;}

/* *****************************装飾及びアニメーション*********************************** */
/* ***********************
	装飾
************************ */
.red {color: #ff0000;}
.emphasis {
	font-size: 1.4em;
	font-weight: bold;
	color: #ff0000;}
.t_center {text-align:center;}
.t_right {text-align:right;}
.figure {
	background: #f0f0f0;
	box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.4);
	padding: 5px;}

/* ***********************
	折りたたみ
************************ */
.accord dt {cursor: pointer;}
.accord dd {display: none;}

/* ***********************
	画像トリミング
************************ */
.trim {
	position: relative;
	overflow:hidden;}
.trim > img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;}
.t-ratio100::before {
	display: block;
	content: '';
	padding-top: 100%;}

/* ***********************
	アニメーション動作
************************ */
.anime-sla {transition: all 0.3s ease;}
.anime-sla a:hover{text-decoration: none;}
.anime-sla a:hover img{opacity: 1;}
.anime-sla:hover{
	transform: translate(-5px, -5px);
	box-shadow: 5px 5px 0 0 #000;}
/* ---------------------- */
.anime-up * {transition: all 0.6s ease;}
.anime-up a:hover{text-decoration:none;}
.anime-up a:hover img{transform: scale(1.2);}
.anime-up:hover {
	background-color: #eee;}
/* ---------------------- */


/* ***********************
	clearfix
************************ */
.cf:before,
.cf:after {
	content: " ";
	display: table;}
.cf:after {clear: both;}
.cf {zoom: 1;}

/* ***********************
	スマホスタイル
************************ */
.col2,
.col3,
.flex2,
.flex3{margin-bottom: 30px;}


/* ***********************
	600px以上
************************ */
@media print, screen and (min-width: 600px) {

.cf .floatL {
	float: left;
	margin: 0 20px 20px 5px;}
.cf .floatR {
	float: right;
	margin: 0 5px 20px 20px;}

.col_main {margin: 0 -15px;}
.col2 {
	float: left;
	width: 50%;
	padding: 0 15px;}
.col3 {
	float: left;
	width: 33.3%;
	padding: 0 15px;}

.flex_main {
	display:flex;
    flex-wrap:wrap;
    margin: 0 -8px;}
.flex2 {
	width: 50%;
	padding: 0 8px;}
.flex3 {
	width: 33.3%;
	padding: 0 8px;}

.center7 {width: 70%; display: block; margin: 0 auto;}
.center8 {width: 80%; display: block; margin: 0 auto;}

.wid3 {width: 30%;}
.wid4 {width: 40%;}
.wid5 {width: 50%;}
.wid8 {width: 80%;}

.page_title {padding: 90px 0;}

article th ,
article td {
	display: table-cell;
	padding: 10px 12px;
	border-top: 1px #1e67bd solid;}
article th {width: 25%;}
article td {width: 75%;}

.line-2 th {width: 15%;}
.line-2 td {width: 35%;}

/* メンテナンスの丸いテーブル */
.section_hea th ,
.section_hea td {
	border: none;
	background: none;
	vertical-align: middle;}
.section_hea tr:first-child th {border: none;}
.section_hea h4 {
	background: #6aa52e;
	color: #ffffff;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	font-size: 23px;
	text-align: center;
	margin: 0;
	padding: 39px 0 0;
}

#logo {
	float: left;
	width:180px;
	margin: 0 0 15px;}
#head_right {
	width: 300px;
    float: right;
    text-align:right;}

.search-box {margin: 5px 0 5px auto;}

#foot_logo,
#foot_sitemap{
	float: left;
	margin: 10px 40px 10px 0;}

#foot_sitemap .li-level-1 {
}

#copy {
	font-size: 1em;}


}
/* ***********************
	PC用スタイル
************************ */
@media print, screen and (min-width: 930px) {

body {
	font-size: 80%;}    

.inner {
    width: 940px;
    margin: 0 auto;}

article {
    float: left;
    width:670px;}

aside {
	float: right;
	width: 230px;}


.side-menu-btn {display: none !important;}

/* ***********************
	ドロップメニュー
************************ */
#main_nav .dropmenu{
	display: block;
	*zoom: 1;
	width: 940px;
	margin: 0 auto;
	padding: 0;}

#main_nav .dropmenu:before,
#main_nav .dropmenu:after{
	content: "";
	display: table;}

#main_nav .dropmenu:after{
	clear: both;}

#main_nav .dropmenu li{
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;}

#main_nav .dropmenu li a{
	display: block;
	color: #ECF0F0;
	text-decoration: none;
	padding: 15px 0 11px;
	border-right: 1px #0d3f99 solid;
	text-shadow: 0 0 .3em rgba(0,32,64,.3);
	font-size: 16px;
	line-height: 1;}
#main_nav .dropmenu .first a{border-left: 1px #0d3f99 solid;}
	

#main_nav .dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;}

#main_nav .dropmenu li ul li{
	width: 100%;}

#main_nav .dropmenu li ul li a{
	padding: 13px 15px;
	border-top: 1px solid #0d3f99;
	border-right: none;
	background: rgba(30,103,189,0.9);
	font-size: 12px;
	text-align: left;}

#main_nav .dropmenu li:hover > a{
	background: rgba(255,255,255,0.1);}

#main_nav .dropmenu li a:hover{
	background: rgba(255,255,255,0.1);}

#main_nav .dropmenu li ul li a:hover{
	background: #0067bd;}


#main_nav .dropmenu li ul {
  visibility: hidden;
  perspective: 400px;
}
#main_nav .dropmenu li:hover ul{
  visibility: visible;
}
#main_nav .dropmenu ul li{
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
#main_nav .dropmenu li:hover li{
  transform: rotateY(0);
}
#main_nav .dropmenu ul li:nth-child(2) {
  transition-delay: .1s;
}
#main_nav .dropmenu ul li:nth-child(3) {
  transition-delay: .2s;
}
#main_nav .dropmenu ul li:nth-child(4) {
  transition-delay: .3s;
}
#main_nav .dropmenu ul li:nth-child(5) {
  transition-delay: .4s;
}
#main_nav .dropmenu ul li:nth-child(6) {
  transition-delay: .5s;
}
#main_nav .dropmenu ul li:nth-child(7) {
  transition-delay: .6s;
}









}
