@charset "utf-8";
/*
*
*
*	Global
*
*
*/
* {
	word-break: break-all;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:none;
	-webkit-text-size-adjust:none;
}
img:not([width]) {  
    zoom: .5; 
} 
a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
img {
	max-width:100%; 
	height:auto;
	vertical-align: bottom;
}
strong {

}
em {
}
.contents div{
	margin-bottom: 15px;
}
.contents p{
	margin-bottom: 10px;
}
.contents a{
	color:#0e54d2;
	text-decoration: underline;
}
.contents a:hover{
	color:#5f91e9;
}
.contents a:visited{
	color:#4cdaeb;
	text-decoration: underline;
}
/*////////////////////////////////////////////////////////

	Function

/////////////////////////////////////////////////////////////*/
/*サイドナビ-----------------*/
.side_navi{
	display: none;
	float:right;
}
/*////////////////////////////////////////////////////////

	Outline

/////////////////////////////////////////////////////////////*/
html {
}
body {
	background: #112240;
	color: #122952;
	letter-spacing:1px;
	font-size: 13px;
	vertical-align: middle;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
}
.wrap{
	background:#3c65a1;
}
/*////////////////////////////////////////////////////////

	Common

/////////////////////////////////////////////////////////////*/
.f_red {
	color:#a53d2c !important;
}
.f_blue {
	color:#13459E !important;
}
.f_green {
	color:#638510 !important;
}
.f_11 {
	font-size:11px !important;
}
.f_12 {
	font-size:12px !important;
}
.f_13 {
	font-size:14px !important;
}
.f_14 {
	font-size:14px !important;
}
.f_16 {
	font-size:16px !important;
}
.f_18 {
	font-size:18px !important;
}
.mb_10 {
	margin-bottom:10px !important;
}
.mb_15 {
	margin-bottom:15px !important;
}
.mb_20 {
	margin-bottom:20px !important;
}
.block_blue{
	padding:8px 8px 5px 8px !important;
	color:#13459E !important;
	background: #dbe6fa;
	border:1px solid #9ab7e9;
}
.block_red{
	padding:8px 8px 5px 8px !important;
	color:#a53d2c !important;
	background: #f5e8e7;
	border:1px solid #e59b8f;
}
.block_yellow{
	padding:8px 8px 5px 8px !important;
	background: #f7f1df;
	border:1px solid #e1d095;
}
.dot{
	border-style: dotted !important;
}
.none {
	width:auto !important;
	border:0 !important;
	background: none !important;
}
.photo_center{
	display: block;	
	border:3px solid #fff;
}
.photo_right{
	display: block;
	float:right;
	margin: 2px 5px 10px 6px;
	border:3px solid #fff;
	-webkit-box-shadow: 0 0px 4px #bbb;
	-moz-box-shadow: 0 0px 4px #bbb;
	box-shadow: 0px 0px 4px #bbb;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
}
.photo_right_min {
	display: block;
	float:right;
	margin: 2px 5px 10px 6px;
}
.photo_left {
	display: block;
	float:left;
	margin: 2px 12px 10px 5px;
	border:3px solid #fff;
	box-shadow:0px 3px 3px rgba(000,000,000,0.2);
	-webkit-transform: rotate(-5deg);
}
.photo {
	display: block;
	margin: 2px auto 10px auto;
	border:3px solid #fff;
	box-shadow:0px 3px 3px rgba(000,000,000,0.2);
}
.table01{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}
.table01 td,.table01 th{
	border:1px solid #666;
	text-align: left;
}
.table01 th{
	padding:5px 5px 4px;
	background: #c0cde3;
	text-shadow: -1px 1px 1px rgba(255, 255, 255, 1);
	font-weight: bold;
}
.table01 tr:nth-child(odd) th{
	background: #ccd7ea;
}
.table01 tr td{
	padding:5px 5px 4px;
  background: #fff;
}
.table01 tr:nth-child(even) td{
	background: #eff2f6;
}
.table01 tr td.bg_blue{
	background: #dbe6fa;
}
.table01 tr td.bg_red{
	background: #f5e8e7;
}
.table01 tr td.bg_yellow{
	background: #f7f1df;
}

.table02{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}
.table02 td{
	border-bottom:1px dotted #666;
	text-align: left;
}
.table02 th{
	border-bottom:1px dotted #666;
	padding:7px 5px 6px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#eef4ff), color-stop(100%,#c0cde3));
	background: -webkit-linear-gradient(top, #eef4ff 15%,#c0cde3 100%);
	text-shadow: -1px 1px 1px rgba(255, 255, 255, 1);
	font-weight: bold;
	text-align: left;
}
.table02 tr td{
	padding:7px 5px 6px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eef4ff), color-stop(70%,#fff));
	background: -webkit-linear-gradient(top, #eef4ff 0%,#fff 70%);
}
.table02 tr td.bg_blue{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#eef4ff), color-stop(100%,#dbe6fa));
	background: -webkit-linear-gradient(top, #eef4ff 15%,#dbe6fa 100%);
}
.table02 tr td.bg_red{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#eef4ff), color-stop(100%,#f5e8e7));
	background: -webkit-linear-gradient(top, #eef4ff 15%,#f5e8e7 100%);
}
.table02 tr td.bg_yellow{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#eef4ff), color-stop(100%,#f7f1df));
	background: -webkit-linear-gradient(top, #eef4ff 15%,#f7f1df 100%);
}
.table03{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}
.table03 td,.table03 th{
	border:1px solid #666;
	text-align: left;
	background: #fff;
	padding:5px 5px 4px;
}
.table03 th{
	padding:5px 5px 4px;
	background: #e1e4fd;
	color:#000080;
	text-shadow: -1px 1px 1px rgba(255, 255, 255, 1);
	font-weight: bold;
}

.table03 tr td.sub{
	padding:5px 5px 4px;
	border-bottom:1px dotted #666 !important;
  background: #e7e8f2;
}
.table03.return{
	margin-top:-20px;
	width: 90%;
	margin-left: 9%;
}
.table03.return th{
	background: #ffffdd;
}
.form01{
}
.form_select{
	width: 100%;
	font-size: 18px;
	margin-bottom: 15px;
}
.btn01{
	border-top: 1px solid #96d1f8;
	display: block;
	background: #224c87;
	background: -webkit-gradient(linear, left top, left bottom, from(#3c64a1), to(#224c87));
	background: -webkit-linear-gradient(top, #3c64a1, #224c87);
	padding: 5px 10px;
	margin-bottom:10px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	font-size: 14px;
	text-decoration: none !important;
	color: #ffffff !important;
	position: relative;
 }
.btn01 .icon{
	background: url(../images/common/arrow.png);
	background-size: auto 40px;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top:-10px;
	background-position:  0px 0px !important;
}
.button.touch{
 border-top-color: #5f85ba;""
 background: #5f85ba;
 color: #ffffff;
 }
/*////////////////////////////////////////////////////////

	Header

/////////////////////////////////////////////////////////////*/


.header_btm .global_navi{
	margin-bottom: 15px;
}
.global_navi ul{
	overflow: hidden;
	background: -webkit-linear-gradient(top,  #1b335e 0%,#122952 65%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b335e), color-stop(65%,#122952));
	width: 100%;
	border-top:1px solid #5a75a6;
	border-bottom:1px solid #5a75a6;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.4);
 	box-shadow:0px 3px 3px rgba(000,000,000,0.4);
}
.global_navi li{
	float:left;
	width: 33%;
	position: relative;
	height: 55px;
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: 1px solid rgba(255,255,255,.1);
}
.global_navi li:nth-child(3n-2){
	border-left:0;
	margin-left: -1px;
}
.global_navi li:nth-child(3n){
	border-right:0;
	margin-right: -1px;
}
.global_navi li:nth-child(2){
	width: 33%;
}
.global_navi li a{
	position: relative;
	display: block;
	padding-top:35px;
	height: ;
	text-align: center;
	text-shadow: 0 -2px 1px rgba(0, 0, 0, .6); 
}
.global_navi li a .icon{
	display: block;
	height: 35px;
	width: 55px;
	position:absolute;
	top: 0;
	right:50%;
	margin-right: -27px ;/*アイコンの高さの半分*/
}
.global_navi li a .icon{
	background: url(../images/common/icon.png);
	background-size: 220px auto;
}
.global_navi li.gn_about a .icon{
	background-position: 0 0;
}
.global_navi li.gn_info a .icon{
	background-position:  -110px 0 !important;
}
.global_navi li.gn_link a .icon{
	background-position:  0 -35px !important;
}
.global_navi li a.touch {
	background: -webkit-linear-gradient(top,  #8fabdc 0%,#4e70ad 65%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fabdc), color-stop(65%,#4e70ad));
}
.global_navi li.gn_about a.touch .icon{
	background-position: -55px 0;
}
.global_navi li.gn_info a.touch .icon{
	background-position:  -165px 0 !important;
}
.global_navi li.gn_link a.touch .icon{
	background-position: -55px -35px !important;
}
.header .btn_home{
	position:absolute;
	left:10px;
	top:16px;
}
.header .btn_home a{
	display: block;
	height: 35px;
	width: 35px;
	background: #a7c0eb;
	border:1px solid #7c95c4;
	border-radius: 5px;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
 	box-shadow:0px 3px 3px rgba(000,000,000,0.2);
}
.header .btn_home a .icon{
	background: url(../images/common/icon.png);
	background-size: 220px auto;
	display: block;
	height: 30px;
	height:30px;
	background-position:  -10px -175px;
}
.header .btn_home a.touch {
	background: #122952;
}
.header .btn_home a.touch .icon{
	background-position: -65px -175px;
}
.header .btn_menu{
	position:absolute;
	right:10px;
	top:16px;
}
.header .btn_menu a{
	display: block;
	height: 35px;
	width: 35px;
	background: #a7c0eb;
	border:1px solid #7c95c4;
	border-radius: 5px;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
 	box-shadow:0px 3px 3px rgba(000,000,000,0.2);
}
.header .btn_menu a .icon{
	background: url(../images/common/icon.png);
	background-size: 220px auto;
	display: block;
	height: 30px;
	height:30px;
	background-position:  -120px -175px;
}
.header .btn_menu a.touch {
	background: #122952;
}
.header .btn_menu a.touch .icon{
	background-position: -175px -175px;
}
/*////////////////////////////////////////////////////////

	Contents

/////////////////////////////////////////////////////////////*/
.wrap_contents{
}
.contents{
	margin:0 8px 15px;
	padding:0 10px;
	background: #eef4ff;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
 	box-shadow:0px 3px 3px rgba(000,000,000,0.2);
}
.contents h2{
	display: block;
	border-top:#122952 solid 3px;
	margin: 0 -10px 10px;
	padding:20px 12px 8px;
	background: url(../images/common/bg_h2.png) repeat-x #fff;
	font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", メイリオ, sans-serif;
	font-weight: bold;
	position: relative;
}
.contents h2 .photo {
	display: block;
	margin: 2px auto 10px auto;
	border:3px solid #fff;
	background: #fff;
	width: 90px;
	height: 55px;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
 	box-shadow:0px 3px 3px rgba(000,000,000,0.2);
	-webkit-transform: rotate(-10deg);
	position: absolute;
	top:-5px;
	right:0;
}
.contents h3{
	display: block;
	border-left:6px solid #6283bf;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 -10px 10px;
	padding:9px 8px 8px;
	background:#122952;
	text-shadow: 0 -2px 1px rgba(0, 0, 0, 1);
}
.list01{
	margin: 0 -10px 0;
	border-bottom: 1px solid rgba(255,255,255,.9);
}
.list01 li{
	padding:8px 10px 6px 33px;
	border-bottom: 1px solid rgba(173,196,240,.2);
	border-top: 1px solid rgba(255,255,255,.9);
	background: url(../images/common/list01.png) no-repeat 15px 1em;
	background-size: 9px auto;
}
.block .list01 li .title{
	font-weight: bold;
	font-size: 16px;
	color: #3359a6;
}
.list01 li:nth-child(1){
	border-top:0;
}
.list02{
	margin: 0 -10px 0;
	border-bottom: 1px solid rgba(255,255,255,.9);
}
.list02 li{
	padding:8px 40px 6px 10px;
	border-bottom: 1px solid rgba(173,196,240,.2);
	border-top: 1px solid rgba(255,255,255,.9);
	background-size: 9px auto;
	font-size: 11px;
	position: relative;
}
.block .list02 li .title{
	font-weight: bold;
	font-size: 16px;
	color: #3359a6;
	display: block;
}
.block .list02 li .icon{
	background: url(../images/common/arrow.png);
	background-size: auto 40px;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top:-10px;
	background-position:  0px 0px !important;
}
.list02 li:nth-child(1){
	border-top:0;
}
.layout{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}
.layout .double td{
	text-align: center;
	width: 48%;
	padding:0 1%;
}
.layout .double td a{
	display:block;
}
.contact td{
	padding-bottom:10px !important;
}
.contact select,.contact input,.contact textarea{
	width: 95%;
}
.contact .two input,.contact .two select{
	width: 46%;
	margin-right: 5px;
}
.contact .three input,.contact .three select{
	width: 30%;
	margin-right: 5px;
}
.wrap_contents .panlist{
	padding:13px 10px 8px;
	color:#fff;
	font-size: 11px;
	display: block;
	overflow:hidden;
}
.wrap_contents .panlist li{
	float: left;
	white-space: nowrap;
}
.wrap_contents .panlist li a{
}
.wrap_contents .panlist li:nth-child(1):before {
	content:" ";
	margin-right: 5px;
}
.wrap_contents .panlist li:before {
	content:" > ";
}
.bnr_special{
	position: relative;
	border-radius: 5px;
	margin: 0 5px 10px;
	background: -webkit-linear-gradient(top,#e9f1fd 0%,#d2dff8 65%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1fd), color-stop(65%,#d2dff8));
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
 	box-shadow:0px 3px 3px rgba(000,000,000,0.2);
 	height: 60px;
}
.bnr_special a{
	display: block;
	font-size: 10px;
	padding:12px 30px 0 100px;
	font-weight: normal;
	color: #316fde;
	height: 48px;
}
.bnr_special a strong{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color:#122952;
}
.bnr_special .bnr_photo{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 85px;
	height: 60px;
	border-radius: 3px 0 0 3px;
	border-right: 5px solid #152952;
}
.bnr_special  a .icon{
	background: url(../images/common/arrow.png);
	background-size: auto 40px;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top:-10px;
	background-position:  0px 0px !important;
} 
.bnr_special a.touch{
	background: -webkit-linear-gradient(top,#d2dff8 0%,#b4c8ef 65%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2dff8), color-stop(65%,#b4c8ef));
}
/*////////////////////////////////////////////////////////

	Footer

/////////////////////////////////////////////////////////////*/
.footer_navi{
}
.footer_navi dl{
	margin-top: 30px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e76b0), color-stop(4%,#6d91c6), color-stop(96%,#6d91c6), color-stop(100%,#4e76b0)); 
	background: -webkit-linear-gradient(top, #4e76b0 0%,#6d91c6 4%,#6d91c6 96%,#4e76b0 100%);
}
.footer_navi dl dt{
	font-size: 16px;
	font-weight: bold;
	border-left:4px #122952 solid;
	padding:10px 0 8px 10px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#779cd2), color-stop(15%,#9dbcea), color-stop(50%,#9dbcea), color-stop(100%,#6d91c6));
	background: -webkit-linear-gradient(top, #779cd2 0%,#9dbcea 15%,#9dbcea 50%,#6d91c6 100%);
}
.footer_navi dl dd{
	display: block;
	float: left;
	width: 50%;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.footer_navi dl dd:nth-child(2),.footer_navi dl dd:nth-child(3){
	border-top: 1px solid rgba(255,255,255,.2);
}
.footer_navi dl dd:nth-child(2n){
	border-right: 1px solid rgba(255,255,255,.2);
	margin-right: -1px;
}
.footer_navi dl dd:nth-last-child(1),.footer_navi dl dd:nth-last-child(2){
	border-bottom: 0;
}
.footer_navi dl dd a{
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
	font-weight: normal;
	padding:10px 0 8px 10px;
	display: block;
	position: relative;
}
.footer_navi dl dd a .icon{
	background: url(../images/common/arrow.png);
	background-size: auto 40px;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top:-10px;
	background-position:  0px 0px !important;
}
.footer_navi dl dd a.touch {
	background: #33538d;
}

.wrap_footer{	
	height:193px;
}
footer{
	height:193px;
	background: url(../images/common/bg_footer.jpg) no-repeat center 35px;
	background-size: 120% auto;
}
footer .footer_sub_navi{
}
footer .footer_sub_navi ul{
	display: block;
	margin: 25px 6px 35px;
	overflow: hidden;
	padding-bottom:10px;
}
footer .footer_sub_navi ul .fsn_pc{
	width: 48%;
	float: left;
}
footer .footer_sub_navi ul a{
	display: block;
	border-radius:6px;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
 	box-shadow:0px 3px 3px rgba(000,000,000,0.2);
 	background-size: auto 20px;
	padding:10px 0 6px 40px;
	text-shadow: 0 -2px 1px rgba(0, 0, 0, 1);
 }
footer .footer_sub_navi ul .fsn_pc a{
	background: url(../images/common/icon_pc.png) no-repeat 5px center #122952;
	background-size: auto 20px;
}
footer .footer_sub_navi ul .fsn_pagetop{
	width: 48%;
	float: right;
}
footer .footer_sub_navi ul .fsn_pagetop a{
	background: url(../images/common/icon_pagetop.png) no-repeat 5px center #122952;
	background-size: auto 20px;
}
footer .copyright{
	color:#fff;
	font-size: 11px;
	text-align: center;
}


/*////////////////////////////////////////////////////////

	Plugin

/////////////////////////////////////////////////////////////*/
#pageslide {
  display: none;
  position: absolute;
  top: 0;
  height: auto;
  z-index: 999999;
  width: 170px;
  background-color: #112240;
  color: #FFF;
  -webkit-box-shadow: inset 5px 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 0 1px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: -10px;
}
#side_navi { 
	display: none;
}

#side_navi dl dd a{
    padding:10px 0;
}
 
#side_navi dl{
  margin-bottom:20px;
	border-bottom: 1px solid rgba(109,129,164,.2);
}
#side_navi dl dt{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	background: #0a172f;
}
#side_navi dl dt a{
	display: block;
  padding:8px 25px 6px 20px;
  position: relative;
}
#side_navi dl dt a .icon{
	background: url(../images/common/close.png);
	background-size: 20px auto;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top:-10px;
	background-position:  0px 0px !important;
}

#side_navi dl dd{
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.5);
	border-top: 1px solid rgba(109,129,164,.2);
}
#side_navi dl dd a{
  display:block;
  color:#fff;
  padding:8px 25px 6px 20px;
  position: relative;
}
#side_navi dl dd a .icon{
	background: url(../images/common/arrow.png);
	background-size: auto 40px;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top:-10px;
	background-position:  -40px -20px !important;
}
#side_navi dl a.touch {
	background: #33538d;
}