/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

/* TOP */
@import url("top.css");

/* CONTENTS */
@import url("content.css");

/* Font Awesome */
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");


/*	EXAMPLE STYLES */
body {
	font-family: Meiryo,"メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #333;
	font-size: 13px;
	line-height:1.8;
}

.bg_top{
	background:#fff url(../common_img/bg_01.png) no-repeat center 0;
	background-attachment: fixed;
}

.bg_kaso{
	background:#fff url(../common_img/bg_01.png) no-repeat center bottom;
	background-attachment: fixed;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -200px;
    position: absolute;
    width: 100%;
    margin: 200px auto 0;
    padding: 0px 0 10px;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
}
#global-nav ul.g_nav {
    list-style: none;
    position: absolute;
    right: 0;
    font-size:130%;
    top: 60px;
}
#global-nav ul.g_nav li {
    float: left;
    font-weight:bold;
    text-align:center;
}
#global-nav ul.g_nav li a {
    padding: 0 20px;
    color:#fff;
    text-shadow:1px 1px 1px #000;
}

#global-nav ul.g_nav li a:hover{
    color:red;
    text-decoration:underline;
}

#global-nav ul.g_nav li dd{ display:none; position: absolute; z-index:100; top:32px;padding:0;background:rgba(0,0,0,0.6);}


#global-nav ul.g_nav li ul.sub_nav { padding:0 0 0;display:block; overflow: hidden;margin:0;font-size:85%;} 
#global-nav ul.g_nav li ul.sub_nav li { float:left;width:50%;color:#fff; padding:0 0px; margin-bottom:1px; height:auto; list-style:none; }
#global-nav ul.g_nav li ul.sub_nav li a { background:none!important;display:block;color:#fff !important; font-weight:normal;text-align:left; padding:15px 15px 15px 15px; height:auto;text-decoration:none;border-bottom:dotted 1px #fff;}
#global-nav ul.g_nav li ul.sub_nav li a:hover { background:rgba(0,0,0,1.0) !important;color:#fff; text-align:left;}
#global-nav ul.g_nav li ul.sub_nav li a::before{
content:'\f0a9';
margin:0px 5px 0px 0px ;
font-family:'FontAwesome';}


#global-nav ul.s_nav {
    list-style: none;
    position: absolute;
    right: 0;
    top: 0px;
}

#global-nav ul.s_nav li{
    float: left;
}

#global-nav ul.s_nav li a{
    background:#008aff;
    display:block;
    padding:10px 15px;
}

#global-nav ul.s_nav li:nth-child(2) a{
    background:#0036ff;
}

#global-nav ul.s_nav li:nth-child(3) a{
    background:#00cc42;
}

#global-nav ul.s_nav li:nth-child(1) a:hover{
    background:#001e8f;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 91px;
    background: #fff;
    background:rgba(255,255,255, .9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    box-shadow:1px 1px 3px #333;
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
    color: #000;
    text-shadow:none;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #005b95;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 1000px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background:rgba(255,255,255, .9);
        width: 100%;
        height: 91px;
        z-index: 999;
        position: relative;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -465px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 0px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul.g_nav {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        line-height: 25px;
        font-size: 14px;
    }
    #global-nav ul.g_nav li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul.g_nav li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        text-align:center;
        padding: 13px 0;
        border-bottom:dotted 1px #fff;
    }
    #nav-toggle {
        display: block;
        top:32px;
    }


#global-nav ul.g_nav li dd{ display:none; position: static; z-index:100; padding:0;background:rgba(0,0,0,0.6);}

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

#global-nav ul.s_nav {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
}

#global-nav ul.s_nav li{
        float: none;
        position: static;
    }

#global-nav ul.s_nav li a{
        text-align:center;
        padding:10px 0;
    }


}

/* ----------   main  --------------------- */

main {
	padding:0px 0 0px;
	min-height:600px;
}



@media only screen and (max-width: 768px) {
main {
	padding:0px 0px 50px;
	min-height:300px;
}


}

/* ----------   section  --------------------- */
section {

}

aside {
	margin:0px 0 0px;
}

#side_bar{
}

/* ----------   footer  --------------------- */
footer {
	padding:0px 0px 0px;
}

#link_area{
text-align:center;
margin:10px 0;
}


#link_area img{
margin:5px 0;
}


/* ----------   メインイメージ系  --------------------- */

#main_img {
	text-align:center;
	margin:0px 0 0px;
	padding:0px 0 0px 0;
	height:670px;
}

#main_img h2{
	text-align:left;
	padding:220px 0 0px 0px;
}

#main_img p{
	text-align:left;
	padding:20px 0 0px 0px;
	font-size:120%;
	font-weight:200;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 3px #333;
}

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




#main_img h2{
	text-align:left;
	padding:220px 10px 0px 10px;
}

#main_img p{
	font-size:110%;
	padding:20px 10px 0px 10px;
}

}
@media only screen and (max-width: 768px) {

#main_img {
}
}


.nak_tt{

}

.nak_tt h2{
font-weight:bold;
padding:6% 2% 6%;
font-size:200%;
color:#fff;
margin:101px 0 0px;
text-shadow:1px 1px 1px #000,-1px -1px 1px #000,1px 1px 1px #000,-1px -1px 1px #000,1px 1px 3px #000,-1px -1px 3px #000;
}


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


.nak_tt h2{
font-size:140%;
padding:6% 2% 6%;
margin:101px 0 0px;
}

}

.btn01 {margin:20px auto;width:40%;max-width:280px;}


.btn01 a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:120%;
	display:block;
	padding:10px 0px;
	background:#0084ff;
	text-align:center;
}

.btn01 a:after{
content:'\f0a9';
margin:0px 0px 0px 15px ;
font-family:'FontAwesome';}

.btn01 a:hover{
	background:#c30d23;　/* Firefox用 */  
}

/* ----------   フッターナビ  --------------------- */

#page_up{width:62px;
margin:10px auto 0;
text-align:center;
}
#page_up img{width:100%;}

.fotter_bg{
background:url(../common_img/bg_04.png) repeat 0 0px;
}

.f_info{
padding:0px 0;
}

.f_info dt{
text-align:center;
font-size:360%;
padding:30px 0px 10px 0px ;
}

.f_info dd{
text-align:center;
font-size:110%;
}

.f_con {
width:450px;
margin:30px auto 20px;
}

.f_con li{
    float: left;
    width:33.3%;
    margin:0%;
}

.f_con li a{
    background:#008aff;
    display:block;
    padding:14px 15px 8px;
}

.f_con li:nth-child(2) a{
    background:#0036ff;
}

.f_con li:nth-child(3) a{
    background:#00cc42;
}

.f_con li:nth-child(1) a:hover{
    background:#001e8f;
}

.f_con li:nth-child(2) a:hover{
    background:#001e8f;
}

#f_bg02{
background:#2b80ff;
padding:40px 0 20px;
}

.fnav ul{
width:100%;
display:table;
margin:0 auto 20px;
}

.fnav ul li{
display:table-cell;
margin:0 0px 0px 0;
color:#fff;
}

.fnav li a{
display:block;
color:#fff;
text-align:center;
font-weight:bold;
text-decoration:none;
}

.fnav li a:before{
content:'\f0a9';
margin:0px 5px 0px 0px ;
font-family:'FontAwesome';}

.fnav li a:hover{
text-decoration:none;
color:red;
}

.f_info{padding:10px 0px 0px 0px ;}

.f_info li{float:right;margin-left:15px;}

.f_link {
  text-align: center;
}
.f_link img{
  margin:5px;
}


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


.f_con {
width:270px;
margin:30px auto 20px;
}

.f_con li{
    float: none;
    width:100%;
    margin:0.5%;
}

.f_con li a{
    text-align:center;
}

.f_logo{
text-align:center;
margin-bottom:20px;
}


.fnav {
width:80%;
margin:0 auto 30px;
}

.fnav ul{
width:100%;
display:block;
margin:0 auto 0px;
}

.fnav ul li{
display:block;
width:100%;
text-align:center;
margin:0px 0px 1px;
}

.fnav li a{
display:block;
padding:8px 0;
color:#fff;
width:100%;
border-bottom:dotted 1px #fff;
}
}

.sate_box{
padding:15px 20px;
margin:0px 0 0 0;
}

.sate_box dt{
font-weight:bold;
text-align:center;
padding:0px 0px 10px 10px ;
color:#fff;
}

.sate_box dd{
color:#fff;
text-align:center;
}

#site_copy{
text-align:center;
margin:40px 0 0;
padding:10px;
color:#fff;
background:#0055d5;
}

/* ----------   デバイス毎の振り分け  --------------------- */

.logo{float:left;width:408px;padding:5px 0px 0px 0px ;}


@media only screen and (max-width: 1000px) {
.logo{
width:230px;
margin:0 auto;
padding:21px 0px 0px 0px ;
}
}

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

#side_bar{display:none;}
#pan {display:none;}

#page_up{width:25%;
margin:0px auto 0;
}
#page_up img{width:100%;}

}

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

#page_up{width:35%;
margin:0px auto 0;
}
#page_up img{width:100%;}

}


/* ロールオーバーで不透明度変更
-------------------------------------------------- */
.hover_img a:hover img,
a.hover_img:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}


.link_box{
-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

.bl-hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	z-index:1;
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

/* タイトルのスタイル
-------------------------------------------------- */

.tt_style01{
font-size:230%;
color:#333;
text-align:center;
padding:0px 0px 0px 0px ;
font-weight:bold;
margin:0px 0px 40px;
}

.tt_style01 span{
font-size:70%;
text-decoration:underline;
}

.tt_style02{
padding:5px 0px 5px 20px ;
margin:40px 0 30px;
line-height:35px;
font-weight:bold;
color:#fff;
background:#0054bc;
font-size:120%;
border-left:solid 8px #73b10c;
}

.tt_style03{
font-size:220%;
color:#000;
background:url(../images/bg_03_b.png) no-repeat center 0;
text-align:center;
padding:70px 0px 0px 0px ;
font-weight:bold;
margin:0px 0px 40px;
line-height:1.6;
}

.tt_style03 span{
font-size:60%;
text-decoration:underline;
color:#003ca9;
display:block;
margin:15px 0 0 0;
text-align:center;
}

.tt_style04{
font-size: 220%; 
color: #005b95;
padding:0px 0 10px 0px;
font-weight:bold;
text-align:center;
}

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

.tt_style01{
font-size:160%;
}

.tt_style01 span{
font-size:80%;
}

.tt_style02{
font-size: 120%; 
}

.tt_style03{
font-size:160%;
}
}
/* googlemap */

.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
margin:10px 0 0 0;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;}

/* 
====================================================================================================
◆画像のレフト・ライト
---------------------------------------------------------------------------------------------------- */

.fig_01{
float:right;
width:36%;
margin:0px 0px 0px 25px;
}

.fig_02{
float:left;
width:36%;
margin:0px 25px 0px 0px;
}

.fig_03{
float:right;
width:25%;
margin:0px 0px 0px 25px;
}

.fig_04{
float:left;
width:25%;
margin:0px 25px 0px 0px;
}

.fig_05{
float:left;
width:48%;
margin:0px 0px 0px 0px;
}

.fig_06{
float:right;
width:48%;
margin:0px 0px 0px 0px;
}

.fig_n01{
float:right;
width:36%;
margin:0px 0px 0px 25px;
}

.fig_n02{
float:left;
width:36%;
margin:0px 25px 0px 0px;
}

.fig_n03{
float:right;
width:20%;
margin:0px 0px 0px 25px;
}

.fig_n04{
float:left;
width:20%;
margin:0px 25px 0px 0px;
}


.figure img{width:100%;}

figucaption{text-align:center;}

.btn_kh {margin:30px auto;}


.btn_kh a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:120%;
	display:block;
	padding:25px 0px;
	text-align:center;
}


.btn_kh a.pri{background:#004db6 url(../common_img/ic_01.png) no-repeat 30px center;}
.btn_kh a.fq{background:#004db6 url(../common_img/ic_02.png) no-repeat 30px center;}

.btn_kh a:hover.pri{background:#0084ff url(../common_img/ic_01.png) no-repeat 30px center;}
.btn_kh a:hover.fq{background:#0084ff url(../common_img/ic_02.png) no-repeat 30px center;}


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

.fig_01,.fig_02{
float:none;
width:90%;
margin:5px auto 15px;
}


.fig_n01{
display:none;
}

.fig_n02{
display:none;
}

.fig_n03{
display:none;
}

.fig_n04{
display:none;
}

.fig_03{
float:none;
width:180px;
margin:0px auto 0px;
}

.btn_kh {margin:10px auto;}

.btn_kh a.pri{background-size:30px;background-position:10px center;}
.btn_kh a.fq{background-size:30px;background-position:10px center;margin:auto;}

.btn_kh a:hover.pri{background-size:30px;background-position:10px center;}
.btn_kh a:hover.fq{background-size:30px;background-position:10px center;}

}

/* table_style
-------------------------------------------------- */


.hissu:before {
  content: '必須';
  background-color: #ffa23e;
}
.nini:before {
  content: '任意';
  background-color: #4b7aa6;
}
.table_style th:before {
  font-weight: normal;
  padding: 3px 10px;
  margin-right:10px;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.table_style {
 border-top: 1px solid #ccc;
 margin:20px auto 10px;
 width:100%;
 background:#fff;
 border-collapse: collapse;
 border-spacing: 0;
}

		.table_style th,
		.table_style td {
			padding: 1.5% 1.5%;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #aaa;
			text-align: left;
		}
		.table_style td {
			background:#fff;
			border-left: 1px solid #aaa;
		}

		.table_style th {
			vertical-align: top;
			text-align: left;
			font-weight:bold;
			border-left: 1px solid #aaa;
			background:#f2f2f2;
		}
		.table_style th.kou{
			color:#37701b;
			text-align:center;
			vertical-align: middle;
		}


.res{
display: none!important;
}

.table_style th,.table_style td {
display: block;
}

.table_style02 {
 border-top: 1px solid #ccc;
 margin:20px auto 10px;
 width:100%;
 background:#fff;
 border-collapse: collapse;
 border-spacing: 0;
}

		.table_style02 th,
		.table_style02 td {
			padding: 1.3% 1.3%;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #aaa;
			vertical-align: middle;
		}
		.table_style02 td {
			background:#fff;
			border-left: 1px solid #aaa;
			text-align: left;
		}

		.table_style02 td.cen{
			text-align: center;
		}
		.table_style02 td img{
			width:60px;
		}

		.table_style02 td ul{
		 padding:0 2%;
		}
		.table_style02 td ul li:before{
			content:"●";
		}

		.table_style02 th {
			font-weight:bold;
			text-align: center;
			color:#fff;
			border-left: 1px solid #aaa;
		}


.table_style02 th,.table_style02 td {
display: block;
}
.t_color_00{background:#595959;}
.t_color_01{background:#a53c39;}
.t_color_02{background:#33869d;}
.t_color_03{background:#355c8b;}
.t_color_04{background:#6d8636;}
.t_color_05{background:#cd6209;}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 900px) {

.table_style th,.table_style td,.table_style02 th,.table_style02 td {
display: table-cell;
}


.table_style th{
width:30%;
}
.table_style02 td img{width:60px;}

.table_style02 td.cen{width:220px;}

.res{
display: table-cell!important;
}
}