@charset "utf-8";
/* CSS Document */
/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}
#wrapper{
  overflow: hidden;
}


.contents {
	margin:0 auto;
}
@media screen and (max-width:1024px) {
.contents {
	width:90%;;
}
}
@media screen and (min-width:1025px) {
.contents {
	width:980px;
}
}
a {
	color:#043771;
}
a:hover {
	color:#144d8d;
}

h1 span {
	font-size:14px;
	color:#ffffff;
	padding-left:20px;
}

.logo a {
	text-decoration:none;
}
.logo a:hover {
	text-decoration:none;
}

.contents h2 {
	margin:50px 0;
	font-size:30px;
	text-align:center;
}

.contents h3 {
	position: relative;
	padding-bottom: .2em;
	padding-left:5%;
	border-bottom: 4px solid #cccccc;
	font-size:20px;
}
@media screen and (min-width:1025px) {
.contents h3 {
    font-size:26px;
    padding-left:20px;
    }
}
.contents h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 50%;
	height: 4px;
	background-color: #3498db;
}

@media screen and (min-width:641px) {
.contents h3::after {
    width: 30%;
    }
}
@media screen and (min-width:1025px) {
.contents h3::after {
    width: 20%;
    }
    
}



.contents h4 {
	margin:20px 0;
	font-size:16px;
	color:#0065CA;
}



.contents h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:18px;
	font-weight:bold;
	border-bottom:#B0B0B0 1px solid;
	padding-bottom:5px;
	padding-left:10px;
}


/*p {
	margin:0 0 1em 0;
}*/

/*img {
	vertical-align:bottom;
}*/

em {
	font-weight:bold;
}
.contents_in strong {
	font-weight:bold;
}




.contents table {
    border:1px solid #dddddd;
    border-collapse:collapse;
    margin-bottom:1em;
	width:100%;
}
.contents th {
    background:#f1f1f1;
    border:1px solid #dddddd;
    box-sizing: border-box;
    padding:10px;
    vertical-align:middle;

}
.contents td {
    border:1px solid #dddddd;
    box-sizing: border-box;
    padding:10px;
    text-align:left;
}

/*.contents table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
.contents th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f1f1f1;
}
.contents td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}*/
@media screen and (max-width:1024px) {
.contents th,.contents td {
    display: block;
    width: 100%;
}
    
    
}
@media screen and (min-width:641px) {
    
}
@media screen and (min-width:1025px) {
.contents th {
    text-align:center;
    width: 160px

}    
    
    
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}






/* 2カラム（スマートフォンでは1カラム) */





















/* 3カラム（スマートフォンでは1カラム) */
.threeCol{
    margin-bottom:20px;
}
.threeColInner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align:center;
}
.photoText span a {
    display:block;
    padding:15px;
	background:#1C3799;
	color:#fff;
    margin:0 auto;
    width:200px;
    text-decoration:none;
}
.photoText span a:hover {
	background:#EDAD0B;
}

.photoText{
    background-color:rgba(255,255,255,0.8);  
}
div.photoText {
   -moz-border-radius: 20px;    /* 古いFirefox */
   -webkit-border-radius: 20px; /* 古いSafari,Chrome */
   border-radius: 20px;         /* CSS3 */
	padding:20px 10px;
}
li.photoText {
   -moz-border-radius: 20px;    /* 古いFirefox */
   -webkit-border-radius: 20px; /* 古いSafari,Chrome */
   border-radius: 20px;         /* CSS3 */
	padding:20px 10px;
}
@media screen and (max-width:640px) {
.threeColInner .photoText{
    margin-bottom: 4%;
    width: 100%;    
    }   
}
@media screen and (min-width:641px) {
.threeColInner .photoText{

   margin: 0px auto 4% auto;
    min-width: 284px;  
    }   
}

@media screen and (min-width:1025px) {
.threeColInner .photoText{
    margin-right:2%;
	width:29%;
	
    }     
    
}
.threeColInner > li.photoText {
  display: flex;
  flex-direction: column;

}
 
.threeColInner > li.photoText > p.btn {
  margin-top: auto;
}


.border_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
/*==========================================
ヘッダー画像
===========================================*/
/* 　一度画像を全てを非表示にして、absoluteを指定して画像を重ねる */

















/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* header */
#top-head a,
#top-head {
    color: #ffffff;
    text-decoration: none;
}

#top-head {
    
    background:#000000;
}

@media screen and (max-width:1024px) {
 #top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 30px;
    padding: 10px 0 ;
    line-height: 1;
    z-index: 999;
}
    
    
#top-head h1.logo a{
    
    
    }
#top-head h1.logo a img{
    max-width: 200px;
    padding: 10px;
    }
/*　ハンバーガーメニューボタン　*/
#nav-toggle {
  display : block;
  position: absolute;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
#nav-toggle span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 3px ;
  left    : 6px;
  background : #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 10px;
}
#nav-toggle span:nth-child(2) {
  top: 20px;
}
#nav-toggle span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
#nav-toggle.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#efefef;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

#nav-toggle.active span:nth-child(2),
#nav-toggle.active span:nth-child(3) {
  top: 16px;
  background :#efefef;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#nav{
  position: fixed;	
  z-index : 2;
  top  : 0;
  left : 0;	
  color: #fff;
  background: #000000;/*rgba( 71,70,73,0.6 )*/;
  text-align: center;
  width: 100%;
    height: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;	
  overflow-y: auto; 	
	}
/* クリックでjQueryで追加・削除 */
#nav.active {
  opacity: 100;
  display: block;
   transform: translateY(0%);
}	    
.g {
  position: fixed;
  right: -310px;
  top: 0;
  width: 300px;
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}   
    
    
/*メニュー中身*/   
#global-nav > ul{
    box-sizing: border-box;
    padding: 60px 10%;
    text-align: left;
    }   
#global-nav > ul > li{
    padding: 20px 0px;  

    }
#global-nav > ul > li.acmenu p.menu-ttl{
     position: relative;       
    }
#global-nav > ul > li.acmenu p.menu-ttl:after{
  content: '\f078';  
  font-family: "Font Awesome 5 Free";
  font-size: 12px; 
  font-weight: 700;  
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20%;
  margin: auto;
    }
#global-nav > ul > li.acmenu p.menu-ttl > a{
    pointer-events: none;
    }
#global-nav > ul > li.acmenu > ul.sub-menu{
    padding: 10px 0px;
    } 
#global-nav > ul > li.acmenu > ul.sub-menu li a{
    box-sizing: border-box;
    display: block;
    margin-left: 18px;
    position: relative;
    padding: 10px 15px;
    
    }
#global-nav > ul > li.acmenu > ul.sub-menu li a:before{
  content: '\f054';  
  font-family: "Font Awesome 5 Free";
  font-size: 12px; 
  font-weight: 700;  
  z-index: 2;
  position: absolute;
  top: 10px;
  bottom: 0; 
  left: 0;
  margin: auto;
    }
 /* Fixed */   
 #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 80px;
width:100%;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}   
    
    
}
@media screen and (min-width:641px) {}
@media screen and (min-width:1025px) {
.sp_only{display: none;}
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}    
/*　ハンバーガーメニューボタン　*/
#nav-toggle {display: none;}    
    
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 30px;
    padding: 30px 0 ;
    line-height: 1;
    z-index: 999;
	/*background:#000000;*/
}
/*#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}*/ 
#top-head a:hover,
#top-head {
    text-decoration:underline;
}    

#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 10px;
}

/*ーーーー*/

    #global-nav ul li {
      position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
      z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
      float: left;  /*親メニューは横1列に並べる*/
      padding-right: 10px;  /*メニュー項目の間隔を指定*/
	  background:#000000;
    }
    
    #global-nav ul li ul.sub-menu {
      display: none;  /*サブメニューは最初は非表示にしておく*/
      position: absolute;  /*絶対配置にしておかないとうまくいかない*/
      top: 15px;  /*位置の指定*/
      left: 0;
	  font-size:12px;
	  width:200px;
    }
    #global-nav ul li:hover ul.sub-menu {
      display: block;    /*マウスオーバー時にサブメニューを表示する*/
    }
    #global-nav ul li ul.sub-menu li{
      float: none;  /*サブメニューはフロートさせないので解除*/
      padding: 0;  /*親メニューのパディングを解除。これをしないとボーダーがはみ出る*/
    }
    #global-nav ul li ul.sub-menu li:first-child{
      border-top: 1px solid #eee;  /*最初の要素のみボーダートップを指定*/
    }
    #global-nav ul li ul.sub-menu li a {
      border: 1px solid #eee;  /*ボーダーの指定*/
      border-top: none;  /*ボーダートップは重なって太くなるので解除*/
      padding: 10px 15px;  /*ボーダーとの間にパディングを入れる*/
      background-color: #FFF;  /*背景色を白に指定*/
      color: #666;
      display: block;
    }
     
    #global-nav ul li ul.sub-menu li a:hover  {
      background-color: #EEE;  /*マウスオーバー時に背景色を変える*/
      display: block;
    } 
    

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 80px;
    background: #000000;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 10px 15px;  /*ボーダーとの間にパディングを入れる*/
	width:200px;
}
#top-head.fixed #global-nav ul li ul li a {
    color: #666;
}

    
}

/*================================================
 *  トップページ
 ================================================*/
#top_text {
	color:#000000;
    display:block;
	font-size:36px;
    font-weight:bold;
	line-height:2em;
	margin:0 auto;
	text-align:center;
}

@media screen and (max-width:640px) {
#top_text {
    padding-top:20px;  
    }  
#top_text picture img{
    max-width: 450px;
    } 
}
@media screen and (max-width:1024px) {

#top_text picture img{
    max-width: 730px;
    width: 100%;
    } 
}
@media screen and (min-width:641px) {
#top_text {
    padding-top:50px;  
    width:90%;
    }    
}
@media screen and (min-width:1025px) {
#top_text {
	height:150px;    
    padding-top:50px;
    width:980px;
    }
}

.triangle{
    display: block;
    width: 0;
    height: 0;
	margin:0 auto;
}
@media screen and (max-width:1024px) {
.triangle{
    border-top: 30px solid #ffffff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    }
}
@media screen and (min-width:1025px) {
.triangle{
    border-top: 50px solid #ffffff;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    }
    
}
#top_setsubi {
	padding-bottom:30px;
}
@media screen and (max-width:640px) {
#top_setsubi {
	background:#0066cc url(../img/top_setsubi_sp_bg.png);
	background-size:cover;
}   
}
@media screen and (min-width:641px) {
#top_setsubi {
	background:#0066cc url(../img/top_setsubi_tab_bg.png);
	background-size:cover;
}    
}
@media screen and (min-width:1025px) {
#top_setsubi {
	background:#0066cc url(../img/top_setsubi_bg.png);
    background-position: center;
	background-size:cover;
}   
}
#top_setsubi h2 {
	color:#fff;
}
@media screen and (max-width:1024px) {
#top_setsubi h2 {
    margin-top:0px;
    }
}
@media screen and (min-width:641px) {
    
    
    
}
@media screen and (min-width:1025px) {
#top_setsubi h2 {
    margin-top:-30px;
    }
}
@media screen and (max-width:1024px) {
#top_setsubi #font01 span{
    display: block;
    line-height: 1.2;
    margin: auto;
    width: 90%;
}
}
#font01 {
	font-size:32px;
	color:#0065CB;
	text-align:center;
	background-color:rgba(255,255,255,0.8);
	padding:15px 0;
	margin-bottom:20px;
}

.photoText > h4 {
	color:#000000;
    line-height: 1em
}


#news {
	width:100%;
	margin-bottom:100px;
	padding-top:30px;
}
#news dl {
	overflow:hidden;
	margin:15px 0;
}

#news dt {
	margin-top:5px;
	float:left;
	margin-right:20px;
	padding:10px 0;
}
#news dt span{
	background:#1C3799;
	color:#FFFFFF;
	font-size:12px;
	padding:3px 10px;
	margin-left:10px;
}

#news dd {
	margin-top:5px;
	padding:10px 0;
}
@media screen and (max-width:1024px) {
#news dd {
    clear: both;
    }
}
#news hr {
	border:#DCDCDC dotted 1px;
}


/*================================================
 *  フッター
 ================================================*/
#footer{
    background:#2c2c2c;
    clear:both;
	/*padding:2% 0;*/
    padding-top: 2%;
}
footer #footer_in {
    color:#ffffff;
    font-size:13px;
	padding-top:20px;
    padding-bottom: 20px;
	margin:0 auto;
}
.footer_flex{
    overflow:hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_box {
    margin-top:30px;
}
.footer_box ul {
}
.footer_box {
    margin-top:30px;
}

.footer_box ul {
}
.footer_box li {
	font-size:14px;
	border-bottom:#FFFFFF dotted 1px;
	padding:5px;
}
.footer_box li a {
	color:#fff;
	text-decoration:none;
}
.footer_box p {
	line-height:1.5em;
}
.footer_box img {
}
.box_3 p, .box_4 p {
	margin-top:20px;
}
.box_3 img, .box_4 img {
	margin-top:5px;
}
.box_3 span {
	font-size:16px;
	background:url(../img/icon_tel.gif) no-repeat left center;
	background-size:25%;
	padding-left:25px;
}
.box_4 span {
	font-size:16px;
	background:url(../img/icon_contact.gif) no-repeat left center;
	padding-left:40px;
}

footer .copyright {
    background:#212121;
	color:#fff;
    width: 100%;
}
footer .copyright_in{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto;
}
#footer_nav {
    padding-top:5px;
    }
#footer_nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;    
}
#footer_nav li {
	font-size:11px;
	padding:10px 15px 10px 12px;
	background:url(../img/footer_list.gif) left center no-repeat;
}
#footer_nav li a {
	color:#ffffff;
	text-decoration:none;
}
#footer_nav li a:hover {
}
footer .copyright_in small{
	font-size:11px;
}
@media screen and (max-width:640px) {
.footer_box {
    width:100%;
    } 
}
@media screen and (max-width:1024px) {
footer #footer_in {
    width: 90%;
    padding-bottom: 20px;
    }    
.footer_box:nth-child(odd){
    margin-right: 40px;
    }
    
#footer_nav,footer .copyright_in {
    width: 90%;
    }
footer .copyright_in small{
	padding-top:5px;
    padding-bottom: 5px;
    }
}
@media screen and (min-width:641px) {
.footer_box {
    width:45%;
    } 
}
@media screen and (min-width:1025px) {
footer #footer_in {
    height: 300px;
    max-width: 980px;
    }	
.footer_box {
    width:200px;
    }
.box_1 {
	margin-right:80px;
}
.box_2 {
	margin-right:50px;
	padding-top:15px;
}
.box_3 {
	margin-right:50px;
	padding-top:10px;
}

.box_4 {
	padding-top:10px;
}
    
footer .copyright_in {
    width: 980px;
    justify-content: space-between;
    }
#footer_nav {
    width:600px;
    }
footer .copyright_in small{
	padding-top:15px;
    }
}









/*================================================
 *  ページトップへの戻り
 ================================================*/
@media screen and (max-width:1024px) {
#page-top {
    display: none;
    }
}
@media screen and (min-width:1025px) {
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}       
}