﻿@charset "UTF-8";

/* CLEAR FIX */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
img,dl,dt,dd{
	margin:0;
	padding:0;
	border:none;
	vertical-align: text-bottom;
}
h1,h2,h3,ul,li,dl,dt,dd,section,article,span.p{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
　　	display:block;
}
/******テーマカラー #58c8bc ******/
/* COMMON ***********************************************************************************************************/
body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.9em;
	color:#333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:#EEE;
}
#container{
	width:1000px;	
	margin:20px auto;
	padding:0;
	border-left:1px #dedede solid;
	border-right:1px #dedede solid;	
	background:#ffffff url(../images/side_bg.gif) repeat-y right;	
}	
#contents_box{
	width:688px;
	padding:30px;
	float:left;
	border-right:1px #e6e6e6 solid;	
	background:#ffffff;
}
#contents_box.top{
	width:750px;
	min-height:500px;
	padding:0;
}
/* HEADER ***********************************************************************************************************/	
#header{
	width:970px;	
	height:55px;
	background:#fff;
	margin:0 auto;
	padding:15px 0 0 30px;
}
#header h1{
	float:left;
}
#header ul{
	float:right;
	margin:10px 30px 0 0;
}

/*nav
====================================================*/
nav ul{
	border-left:#FFFFFF solid 2px;
	height:45px;
}
nav li{
	float:left;
	overflow:hidden;
}
nav li a{
	display:block;
	width:249px;
	height:45px;
	text-indent: -9999px; 
	background:url(../service/img/g_nav_off.jpg) no-repeat;
}
nav li a:hover{
	background:url(../service/img/g_nav_on.jpg) no-repeat;
}
nav li.current a{
	background:url(../service/img/g_nav_on.jpg) no-repeat;
}
nav li.g-nav01 a{
	background-position: 0 0;
}
nav li.g-nav02 a{
	background-position:-249px 0;
}
nav li.g-nav03 a{
	background-position:-498px 0;
}
nav li.g-nav04 a{
	background-position:-747px 0;
}

/* MENU ***********************************************************************************************************/
#menu{
	float:right;
}
#menu ul{
	list-style:none;	
}
#menu ul li{
	width:00px;
	height:50px;
	list-style:none;		
}	
#menu ul li.bnr{
	margin:10px 10px 0 10px;
	width:180px;
	height:60px;
}
#menu ul li.bnr_link{
	margin:15px 30px 0 10px;
	width:100%;
	height:100%;
}
#menu ul li.bnr2_link{
	margin:0 30px 0 10px;
	width:100%;
	height:100%;
}
#menu ul li.bnr3_link{
	margin:10px 10px 0 10px;
	width:180px;
	height:72px;
}
#menu dl.contact{
	margin:15px 30px 0 10px;
	width:180px;
/*	border:2px solid #3C78FF; */
	border:2px solid #fe7a30	;
	background:#FFF;
	color:#333;
}
#menu dl.contact dt{
	margin:0 0 10px 0;
	font-size:15px;
	color:#FFF;
	padding:6px 0;
	background-color: #fe7a30;
}
#menu dl.contact dd{
	font-size:13px;
	text-align:left;
	padding:0 6px;
	line-height:1.3em;
}
/* TITLE ***********************************************************************************************************/	
h1{
        margin-bottom: 1.5em;
}
h2 {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  font-size:1.5em;
  line-height: 1.3;/*行高*/
  background:  #bdf2ec;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  margin-bottom:25px;
}

h2:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
/******h2{
        padding: 0.5em 0.75em;
	  font-size:18px;
        background: #bdf2ec;
        color: #666666;
        border-radius: 0.5em;
        margin-bottom: 1.5em; 
}******/
h3{
        padding: 0.5em 0.75em 0.3em 0.75em;
        border-left:7px solid #8edad2; /***#99cc00;***/ 
	  font-size:18px;
	  color: #444444;
        margin-bottom: 1.5em; 
}
h4{
        border-bottom:3px solid #58c8bc;
	  font-size:18px;
        margin:1em 0; 
}
h5 {
        padding: 0.25em 0.5em;/*上下 左右の余白*/
        color: #494949;/*文字色*/
        background: transparent;/*背景透明に*/
        border-left: solid 5px #99cc00;/*左線*/
        border-bottom: 2px solid #cce198;
        font-size:16px;
}
h6 {
        padding: 0.5em 0.75em 0.3em 0.75em;
        background-color: #dff0b6; /*#ffd07f;*/ /*#f6f6f6;*/
        border-bottom: 3px solid #99cc00; /*#ccc;*/
	  font-size:16px;
	  color: #696969;
        margin-top: 0; margin-bottom: 15px; 
}

/* TOP ***********************************************************************************************************/
.main{
	width:750px;
}
.top_contents_box{
	width:690px;
	padding:30px;
}
section.top{
	margin-bottom:5px;
}

/* CONTENTS TEXT ***********************************************************************************************************/
section.contents{
	margin-bottom:40px;
}
#navi ul{
	width:688px;	
	margin:0 0 20px 0;
	float:left;
	list-style:outside none;
	text-align:right;
}	
#navi ul li{
	margin:0 20px 0 0;
	float:left;
	list-style:outside none;
}

ul.number{
	margin-left:1em;

}
ul.number li{
	padding:0 0 0 1.5em; /*1em（1文字）分、右に動かす*/
 	text-indent: -1.5em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom:1.5em;
}
ul.number li ul{
	margin-top: 1em;

}
ul li ul.kome{
	margin-top:1em;

}
ul li ul.kome li{
	padding:0 0 0 1em; /*1em（1文字）分、右に動かす*/
 	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
ul.number li dl dd{
	padding:0; 
 	text-indent: 0; 
}
dt{
	font-weight:bold;
}
dd{
	margin-bottom:1em;
}
ul.number li dl.circle dd{
	margin-bottom:1em;
	margin-left:1.5em;
	padding:0 0 0 1em; /*1em（1文字）分、右に動かす*/
 	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
ul.number li dl.none dt.first{
	margin-top:1em;
}
ul.number li dl.none dd{
	padding:0; 
 	text-indent: 0; 
}
ul.disc li{
	padding:0 0 0 1em; /*1em（1文字）分、右に動かす*/
 	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
ul.doc_link{
	/*margin-left:1em;*/
}
ul.doc_link li{
	margin-bottom:1em;
}
dl.number dt{
	font-weight:bold;
	margin-bottom:1em;
}
dl.number dd{
	margin-bottom:1em;
	margin-left:1.5em;
}
dl.number dd ul{
	margin-top: 1em;
}
dl.number dd ul.disc li{
	padding:0 0 0 1em; /*1em（1文字）分、右に動かす*/
 	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom:1em;
}
dl.number dd ul.circle li{
	padding:0 0 0 1.5em; /*1em（1文字）分、右に動かす*/
 	text-indent: -1.5em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom:1em;
}
dl.circle dt.first{
	margin-top:1em;
}
dl.circle dd{
	margin-left:1.5em;
}
dl.info{
	padding:10px 10px 5px 10px;
	background-color: #DCE6FF;
color}
p.info{
	padding:10px;
	background-color: #DCE6FF;
}
.under {
  text-decoration: underline;
}

/* CONTACT ***********************************************************************************************************/	
.contact_box{
	width:630px;
	margin:10px auto 40px;
	padding:20px;
	background-color: #DCE6FF;
}	
dl.contact {
	text-align:center;
}	
dl.contact dt {
	margin:20px 0;
	font-size:16px;
}	
dl.contact dd {
	font-size:16px;
}
/* FOOTER ***********************************************************************************************************/
#footer{
	width:1000px;
	height:40px;
	margin:0 auto;
	clear:both;
	background-color: #58c8bc;
}
#footer p{	
	text-align:center;
	padding:10px 0;
	color:#FFF;
	font-size:12px;
}
/* LINK  ***********************************************************************************************************/
a:link{ color:#3C78FF; text-decoration:underline; }
a:visited{ color:#3C78FF; text-decoration:underline; }
a:hover{ color:#73A0FF; text-decoration:underline; }

/* TABLE ***********************************************************************************************************/
table.type_c{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-color: #666;
	border-left-color: #666;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 15px;
}
table.type_c th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	font-weight: normal;
	padding: 0.5em;
}
table.type_c td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding: 0.5em;
}
table.type_c td.none{
	background-color: #E6E6E6;
}
table.type_c th.co{
	background-color: #E2F5E9;
	text-align: left;
	font-weight: bold;
}
table.type_c th.t_c{
	text-align:center;
}

/* SPACE ***********************************************************************************************************/	
.block-main table th.name1{
	width:320px; height:45px;}
}

/* SPACE ***********************************************************************************************************/	
.mgn1{
	margin:10px 0 10px 10px;	
}
.mgnT15{
	margin:15px 0 0 15px;	
}	
.mgnB15{
	margin:0 0 15px 0;	
}
/* TEXT ***********************************************************************************************************/
.t_c{
	text-align:center;
}
.t_12{
	font-size:12px;
}
.t_16{
	font-size:16px;
      font-weight:bold;
}
.t_18{
	font-size:18px;
      color:#676767;
      font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.blue-midashi{
	font-weight: bold;
	color:#EE7948;
}
.kaku{
      font-size:15px;
	color:#EE7948;
}
.kaku-b{
      font-size:15px;
	color:#00afcc;
}
.att {
	 font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
       padding-left: 1em;
       text-indent: -1em;
}
.graph_r{
       float:right;
       margin-left:20px;
}
.marker{
       background:linear-gradient(transparent 60%, #ff6 60%); /*青(transparent 70%, #6cf 40%);*/
       /*font-size:1.2em;*/
}
.catch{
       margin:10px 0px 25px 0px;
       line-height:1.8em; 
       font-family:游ゴシック; 
       font-size:20px; 
       color:#666; 
       font-weight:bold;
}
.proff{
      font-size:16px;
      font-weight:bold;
	color:#666666;
      background:linear-gradient(transparent 75%, #FAA755 75%);/**薄赤いい色#ffadad**/
      margin-bottom:10px;
}
.inline-block{
      display: inline-block;
	vertical-align: top;
      background-color:#bdf2ec;/**薄黄色#fffbe5;**/
      height: 300px;
	width: 200px;
	padding: 10px;
	margin-right:5px;
}
.key_16{
	font-size:16px;
      font-weight:bold;
	text-align:center;
} 
/* block-main ************************************************************************************/
.block-main{
	float:left;
	width:650px;
	padding:0 20px;
	background:#fff;
	min-height:680px;
}
.block-main section{
	margin-bottom:40px;
}

.block-main table{
	border-top:#999 solid 1px;
	border-left:#999 solid 1px;
	margin-bottom:20px;
	border-collapse: collapse;
	border-spacing: 0;
}
.block-main table tr{
	border-bottom:#999 solid 1px;
}
.block-main table th{
	border-right:#999 solid 1px;
	padding:10px;
	background-color: #ffffe0;
	text-align:center;
}
.block-main table th.number{
	width:3em;
}
.block-main table th.name{
	width:400px;
}
.block-main table th.d1{
	width:150px;
}
.block-main table th.dl{
	width:5em;
}
.block-main table td{
	padding:10px;
	border-right:#999 solid 1px;
}
.block-main table td.date{
	width:9em;
}
.block-main table td.number,
.block-main table td.date,
.block-main table td.dl {
	text-align:center;
}
.block-main table.contact th{
	text-align:left;
	vertical-align:middle;
	background:#f3f3f3;
}
/* 新着情報（スクロール含む） ************************************************************************/
.news {
  width: 660px;
  height: auto; /*370px;*/ /*スクロール部分の高さ調整、元は280px*/
  overflow: scroll; /*hidden;*/
  background: #ffffff;
  border: #999 dotted 1px;
  padding: 0.5em 0.75em; 
}

/* ブログ表示 ********************************************************************************/
.blogbox dl.list{
  border-bottom: dotted 1px #CCC;margin:0 10px 0 0;padding:5px 0;}
	
.blogbox dl.list dt {
  clear: left;
  float: left;
  margin: 0 0 0.2em;
  width: 7.5em;
 
  padding-left: 5px;
  color: #000;
}

.blogbox dl.list dd {
  margin-bottom: 0.2em;
  margin-left: 7.5em;
}

/* 吹き出しタイプのタブメニュー
============================================================================*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #58c8bc;/*#325a8c;*/
  display: block;
  order: -1;
}
.tab-label {
  color: #fff;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #58c8bc;/*#325a8c;*/
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}
.tab-switch:checked+.tab-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color:  #58c8bc;/*#325a8c;*/
    border-width: 14px;
    margin-left: -14px;
}
.tab-switch:checked+.tab-label {
    background:  #58c8bc;/*#325a8c;*/
    position: relative;
}