@charset "utf-8";


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

a:link {
	color:#2c4b79;
}

a:visited {
	color:#356c92;
	text-decoration: none;
}
a:hover {
	color:#42a0e2;
	text-decoration: underline;
}
a:active {
	color:#42a0e2;
	text-decoration: none;
}



/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:14px;}
.TXT-M { font-size:16px;}
.TXT-L { font-size:20px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	height: 65px;
	width: 160px;
	background: #fff;
	margin-top:10px;

}

/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
	background: #356c92;
	height: 60px;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	display: table;
	table-layout: fixed;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 960px;
	margin: 0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;

}

#navi #gNav li {
	text-align: center;
	display: table-cell;
	padding:0;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	color:#fff;
	text-decoration:none;
	display:block;
	height: 40px;
	padding-top: 20px;
	background: #356c92;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}

#navi #gNav li a:hover{
	color:#fff;
	background: #2c4b79;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: #ededed;
	padding: 15px 0 0 0;
}

#footer .copyright {
	color: #fff;
	background: #666;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #999;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	background: #f2f2f2;
	height: 200px;
}
#imgArea {
	width: 960px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 960px;
	margin: 20px auto 0 auto;
	padding-bottom: 60px;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: right;
	width: 700px;
}

#main h2{
	font-size: 18px;
	font-weight: normal;
	width: 674px;
	height: 40px;
	background: #fff;
	padding: 10px 0 0 20px;
	border-top: solid 1px #356c92;
	border-right: solid 3px #356c92;
	border-bottom: solid 1px #356c92;
	border-left: solid 3px #356c92;
	font-weight: bold;
}

#main h3{
	color: #2c4b79;
	font-size: 18px;
	font-weight: normal;
	width: 678px;
	height: 40px;
	background: #fff;
	padding: 10px 0 0 20px;
	border-top: solid 1px #356c92;
	border-right: solid 1px #356c92;
	border-bottom: solid 3px #356c92;
	border-left: solid 1px #356c92;
	font-weight: bold;
}

#main h4{
	color: #2c4b79;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-weight: bold;	
}



#main .h5{
	color: #2c4b79;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

#main .section{
	margin: 0 0 20px 0;
	padding: 15px;
}

#main .sectionBorder{
	margin: 0 0 20px 0;
	padding: 15px;
	border: solid #356c92 1px;
}

#main .disc{
	margin-left:20px;
	padding-top: 0;
	padding-right: 0;
	padding-left:10px;
	padding-bottom: 0px;
}

#main .disc ul li{
	list-style-type: disc !important;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 8px;
	padding-bottom: 0px;
	background-position: 0% 30%;
}


#main .num{
	margin-left:20px;
	padding-top: 5px;
	padding-right: 0;
	padding-left:10px;
	padding-bottom: 0px;
}

#main .num ul li{
	padding-top: 5px;
	padding-right: 0;
	padding-left: 8px;
	padding-bottom: 0px;
	background-position: 0% 30%;
}


/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 80px;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	width: 535px;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 230px;
}

#sub h3{
	font-size: 18px;
	font-weight: normal;
	width: 208px;
	height: 40px;
	background: #fff;
	padding: 10px 0 0 20px;
	border-top: solid 1px #356c92;
	border-right: solid 1px #356c92;
	border-bottom: solid 3px #356c92;
	border-left: solid 1px #356c92;
	font-weight: bold;	
}

#sub img{
	border: 0;
	vertical-align : middle;
}




/* -----------------------------------------------------------
	#etc
----------------------------------------------------------- */
.co-box {
	display: inline-block;
 	width: 300px;
 	height:110px;
 	padding: 10px 0;
 	margin: 10px;
 	border: 1px solid #356c92;
 	text-align:center;
}

.contact {
	text-align:center;
}

.receipt {
	color:#FFFFFF;
	width: 280px;
	padding: 5px;
	background-color: #356c92;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:5px;
}

.btn {
	font-size:12pt;
	border: 1px solid #DDD;
	width: 180px;
	padding: 3px 2px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:5px;
	display: block;
    background: #f69c00;
	border-radius: 4px;
    border-top: 2px solid #f69c00;
    border-bottom: 2px solid #f37e00;
	font-weight: bold;
}

.btn:hover {
	background: #FFC04C;
}

.btn a {
	color:#FFFFFF;
}

.btn a:link {
	text-decoration: none;
}

.sample_03{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}

.sample_03 th{
	width:25%;
	padding:4px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #3a614f;
	height:40px;
}

.sample_03 td{
	width:75%;
	padding:4px;
}

.text1{
	color: #356c92;
	font-weight:bold;
}

.jirei{
    color: #fff;
	font-size:10pt;
	padding-left:20px;
}

.jirei a{
    color: #fff;
	background:#499475;
	padding:2px;
	border-radius: 4px;
	border-top: 2px solid #499475;
	border-bottom: 2px solid #3a765d;
	font-weight: bold;
}

.jirei a:link {
	text-decoration: none;
}

/* -----------------------------------------------------------
	#accordion
----------------------------------------------------------- */
.accordionbox{
	min-width: 300px;
	margin: 0 auto;
	padding: 0px;
	background:#356c92;
	padding: 20px;
}

.accordionlist dt{
    display:block;
    background: #fff;
    padding: 20px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
}

.accordionlist dt:first-child{
    border-top: none !important;
}

.accordionlist dt .title{
    padding-left: 10px;
	float: left;
}

.accordionlist dd{
    display:none;
	background: #fff;
	padding:0 0 20px 25px;
}

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #356c92;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
#accordion1 .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
#accordion1 .accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);

}
