@charset "utf-8";
/* CSS Document */

/* Link
=========================================== */

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

a {
	outline: none;transition: 0.3s;
}

a img{
	transition: 0.3s;
}

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* LAYOUT
=========================================== */
body{
	display:none;
}

body {
	min-width: 1100px;
	color: #000;
	font-size:14px;
	line-height: 1.8;
	overflow: hidden;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","メイリオ","Mayryo ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


body,li,th,td,p,dt,dd{}
p{
	line-height: 2;
}

.wrap{
	width: 1100px;
	margin:0 auto;
	position:relative;
}

table{
	width:100%;
}

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

/*共通設定*/
.center{
	text-align:center;
}

.green{
	color: #49a60a;
}


/* 見出し */
/*-------------------------------------------*/


/* レイアウト */
/*-------------------------------------------*/


/*パンくず*/
div#bread {
	margin-bottom:20px;
}

div#bread .wrap{
	width:1100px;
}

#bread ul li {
	display: inline-block;
	font-size:13px;
}

ul.bread-list li a{
	font-size:13px;
	text-decoration:underline;
}

ul.bread-list li a:hover{
	text-decoration:none;
}

ul.bread-list li:after{
	content:">";
	margin-left:10px;
	margin-right: 5px;
}

ul.bread-list li:last-child:after{
	content:none;
}


/* teble */
/*-------------------------------------------*/
.table01 table{
}

.table01 table tr{
}

.table01 table th,.table01 table td{
	padding:23px 50px;
	border-bottom: 1px dotted #b5b5b5;
}

.table01 table th{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-color: #ecf8ff;
	width: 300px;
}

.table01 table td{
	padding-left:50px;
}


/*ブログカテゴリー*/
.cate01{
	background-color:#006ead;
}

.cate02{
	background-color:#33c5eb;
}

.cate03{
	background-color:#ec7d05;
}

.cate04{
	background-color:#a0a0a0;
}


/* header */
/*-------------------------------------------*/
#header {
	width:100%;
	z-index:100;
	transition: 0.3s;
	height:95px;
}

.head-inner{
	width: 1100px;
	margin: 0 auto;
	position:relative;
	height: 95px;
}

.head-inner h1{
	width: 415px;
	height:95px;
}

.head-inner h1 a{
    width: 415px;
    height: 90px;
    display: block;
    background: url(../img/common/logo.jpg) no-repeat right bottom;
    text-align: left;
    line-height: 2.5;
    color: #333;
}

.head-inner img{
	position: absolute;
    top: 6px;
    left: 430px;
}


.head-data{
	position:absolute;
	top: 8px;
    right: 20px;
	background: url(../img/common/head_tel.jpg) no-repeat left center;
	width: 280px;
	height: 77px;
	padding-left: 82px;
}

.head-data .data01{
	margin-top: -5px;
	margin-bottom: 32px;
}

.head-data .data02{
	margin-left: -5px;
}

.head-inner ul{
	overflow: hidden;
	position: absolute;
	right: 0;
	top:0;
}

.head-inner ul li{
	float: left;
}



/*メイン画像*/
/* main */
/*-------------------------------------------*/
div#main{
	display:none;
}

/*TOPページ*/
.home div#main {
	display:block;
	width:100%;
	height:auto;
	margin-bottom: 60px;
}

.home div#main img{
	width: 100%;
}

/*中ページ*/
div#s-main{
	padding: 45px 0 70px;
    margin-bottom: 15px;
	background:#ebf9fc url(../img/main/s-main_bg.jpg) no-repeat center top;
	text-align: center;
}

div#s-main h2{
	font-size: 48px;
	color: #025db9;
}


/*gnav*/

div#gnav{
	z-index:100;
	background-color: #025db9;
}

div#gnav > ul{
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

div#gnav > ul > li{
	margin-right: 14px;
    font-size: 15px;
    font-weight: bold;
   position: relative;
}

div#gnav > ul > li > a{
	display:block;
	padding: 0 5px;
	color: #fff;
}

div#gnav > ul > li > a:hover{
	transition: 0.3s;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

div#gnav > ul > li:hover{
	transition: 0.3s;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

div#gnav ul li:before{
	content:"|";
	position:absolute;
	display:block;
	width:1px;
	height:16px;
	top:1px;
	bottom:0;
	left:-60px;
	margin:0 auto;
	color: #4e8ece;
}

div#gnav ul li:first-child:before{
	content:none;
}

div#gnav ul li a:hover{
	transition: 0.3s;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/*div#gnav ul li:hover{
	transition: 0.3s;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}*/

/*スクロール追従*/
.fixed div#gnav .bg{
	background-color: #025db9;
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}

.fixed div#gnav {
	position:fixed;
	top:0;
	box-shadow:0 2px 5px rgba(0,0,0,0.4);
	width:100%;
	display:block;
	opacity : 1;
	transform : translate(0, 0);
}
.fixed div#gnav > ul > li > a,.fixed div#gnav > ul > li >div{}
.fixed div#gnav > ul > li:hover > a,.fixed div#gnav > ul > li:hover >div{}
.fixed #main,
.fixed #main{}

.fixed div#gnav ul{
}

/*ドロップダウンメニュー*/
.megamenu{
    position: absolute;
    top: 50px;
    left: -50px;
    z-index: 1;
    display: block;
    max-height: 0;
    background: #016EB2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    opacity: 0;
    width: 200px;
    padding: 10px 20px;
}

.megamenu p{
	margin-bottom: 5px;
	padding-bottom:5px;
	border-bottom: solid #fff;
}

.megamenu a{
	color: #fff !important;
	background: url(../img/common/mega-icon.png) no-repeat left center;
	padding-left: 30px !important;
}

.megamenu a:hover{
	text-decoration: underline;
}

.megamenu.visible{
	opacity: 1;
	max-height: 300px;
}

/*404*/
.error404 div#contents {
	margin-top: 63px;padding: 100px 0;
}


/* contents */
/*-------------------------------------------*/

#contents {
	margin-top:45px;
	margin-bottom: 175px;
}

.home #contents{
	margin-top:0;
}

section{
	width:100%;
	position:relative;
	margin-bottom: 80px;
}


.t-none{
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* side */
/*-------------------------------------------*/
#sidebar h2{
	font-size: 19px;
    margin-bottom: 10px;
    background: url(../img/common/side-ttl01.jpg) no-repeat left center;
    padding: 5px 0 5px 65px;
    height: 40px;
	border-bottom: 1px solid #333;
}

#sidebar .widget{
	margin-bottom:35px;
}

#sidebar ul >li{
	
}

#sidebar >ul >li{
	margin-bottom:10px;
	border-bottom: 1px dotted #bababa;
	padding-bottom: 10px;
}

#sidebar ul >li a{
	text-decoration: underline;
}

#sidebar ul >li a:hover{
	text-decoration: none;
}

#wp-calendar a{
	color:#f49801;
	text-decoration:underline;
}


ul.children {
    margin-left: 15px;
	margin-top:5px;
}

#sidebar .cat-item{
	font-size:16px;
}

ul.children li{
	font-size:14px !important;
}


/* footer */
/*-------------------------------------------*/

footer{
	
}

#fbox01{
	text-align: center;
	background: url(../img/common/f-tel.jpg) no-repeat center center;
	height: 204px;
	position: relative;
}

#fbox01 p{
	position: absolute;
    top: 160px;
    left: 320px;
}

#fbox02{
	display: flex;
	padding-left: 330px;
	margin:10px 0 20px;
}

#fbox02 p{
	width: 400px;
}

#fbox02 .sns li{
	margin-right: 5px;
}

#fbox03{
	display: inline-block;
	padding-left: 290px;
}

#fbox03 .btn{
	margin-right: 20px;
}

#f-linkbox {
	display: flex;
	margin: 35px 0 40px 290px;
}

#f-linkbox .f-link{
	margin-right: 45px;
}

#f-linkbox .f-link ul li{
	padding-left: 13px;
    margin-right: 15px;
    background: url(../img/common/f-sitemap.jpg) no-repeat left center;
}

.ftb{
	background-color: #cbe3ee;
	padding: 20px 0;
	text-align: left;
}



.copyright{
	font-size:12px;
	text-align: center;
}

/* TOPへ戻る */
/*-------------------------------------------*/
.side_btn{
	position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 99;
	opacity : 0;
	transform : translate(0, 10px);
	transition : all 800ms;
}

.fixed .side_btn{
	opacity : 1;
	transform : translate(0, 0);
}

.side_btn #contact_btn{
	margin-bottom: 5px;
}

div#top-link span {
	display: none;
}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.flex{    width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tright {
	text-align:right;
}
.tleft {
	text-align:left;
}
.tcenter {
	text-align:center;
}

.pad05 {
	padding:0 5px;
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.red {
	color:#bf2d01;
}
.blue {
	color: #3c59ab;
}
.orange{
	color:#f9b800
}

/* OTHERS
=========================================== */
.mt0 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mr0 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr13 { margin-right:13px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb0 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb18 { margin-bottom:18px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb55 { margin-bottom:55px !important;}
.mb60 { margin-bottom:60px !important;}
.mb65 { margin-bottom:65px !important;}
.mb75 { margin-bottom:75px !important;}
.ml0 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

.pt0 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pt55 { padding-top:55px !important;}
.pt60 { padding-top:60px !important;}
.pt65 { padding-top:65px !important;}
.pt70 { padding-top:70px !important;}
.pt75 { padding-top:75px !important;}
.pt80 { padding-top:80px !important;}


.pr0 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pb0 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pl0 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}
.pl70 { padding-left:70px !important;}

.sp{display:none!important;}

.login #login h1 a{
	background-size: contain !important;
}

@media screen and (min-width: 0px) and (max-device-width: 768px) {

}

@media print{
	.print{display:none}
}

