@charset "utf-8";  
/*------------------------------------------------------------ 
	デフォルトスタイル	全ページ共通css
------------------------------------------------------------*/  

/**** フォントサイズ　*************

基本を12pxに、サイズは％指定。

====偶数====　　　====奇数====
■10px = 84%      ■11px = 92%
■12px = 100%     ■13px = 109%
■14px = 117%     ■15px = 125%
■16px = 134%     ■17px = 142%
■18px = 150%     ■19px = 159%
■20px = 167%     ■21px = 175%
■22px = 184%     ■23px = 192%
■24px = 200%     ■25px = 209%
■26px = 217%     ■27px = 226%

**********************************/

html,
body { margin: 0; padding: 0;}
body {
	font-size: 76%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	min-width: 1044px;
/*	padding-top:116px;*/
}

html { font-size: 100%;}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}  

article,aside,details,figcaption,figure,main,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote,
q { quotes: none;}

a {
	text-decoration: none;
	outline: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

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 #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	vertical-align: middle;
	font-size:100%;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

ul { list-style-type: none;}
img { vertical-align: middle;}

.opacity { display: inline-block;}
.opacity:hover { opacity: .7;}

.clear { clear: both;}
.clearfix { width: 100%;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

.fl { float: left;}
.fr { float: right;}

.txtl { text-align: left;}
.txtr { text-align: right;}
.txtc { text-align: center;}

strong,
strong *,
.fwb { font-weight: bold;}

.clrr { color: #BF2817;}
.clrb { color: #333;}
.clrw { color: #fff;}
.clrbl{ color:#0066cc;}

.il { display: inline;}
.bl { display: block;}
.no { display: none;}

.li2 { line-height: 2;}
.li40 { line-height: 40px;}

/* margin */
.mT10 { margin-top: 10px;}
.mT15 { margin-top: 15px;}
.mT20 { margin-top: 20px;}
.mT30 { margin-top: 30px;}
.mT35 { margin-top: 35px;}
.mT40 { margin-top: 40px;}
.mT45 { margin-top: 45px;}
.mT90 { margin-top: 90px;}

.mR10 { margin-right: 10px;}
.mR15 { margin-right: 15px;}
.mR20 { margin-right: 20px;}
.mR30 { margin-right: 30px;}

.mB10 { margin-bottom: 10px;}
.mB15 { margin-bottom: 15px;}
.mB20 { margin-bottom: 20px;}
.mB30 { margin-bottom: 30px;}
.mB50 { margin-bottom: 50px;}

.mL10 { margin-left: 10px;}
.mL20 { margin-left: 20px;}
.mL30 { margin-left: 30px;}
.mL80 { margin-left: 80px;}
.mL95 { margin-left: 95px;}

/* padding */
.pT10 { padding-top: 10px;}
.pT20 { padding-top: 20px;}
.pT30 { padding-top: 30px;}

.pR10 { padding-right: 10px;}
.pR20 { padding-right: 20px;}
.pR30 { padding-right: 30px;}

.pB10 { padding-bottom: 10px;}
.pB20 { padding-bottom: 20px;}
.pB30 { padding-bottom: 30px;}

.pL10 { padding-left: 10px;}
.pL20 { padding-left: 20px;}
.pL30 { padding-left: 30px;}
.pL70 { padding-left: 70px;}
.pL95 { padding-left: 95px;}


/* editor */
#editor table,
#editor caption,
#editor tbody,
#editor tfoot,
#editor thead,
#editor tr,
#editor th,
#editor td {
	border: 1px solid gray;
    border-spacing: 2px;
	border-collapse: separate;
}

#editor strong * { font-weight: bold;}
#editor a:hover { text-decoration: underline;}

.img-responsive{
	width:100%;
	height: auto;
}

/*------------------------------------------------------------ 
    スタイル 
------------------------------------------------------------*/

.inner {
	width: 1024px;
	margin: 0 auto;
	padding:0 10px;
	overflow: hidden;
}

/* 文字の大きさ */

.fontS{ font-size:68%;}
.fontM{ font-size:76%;}
.fontL{ font-size:84%;}


/*------------------------------------------------------------ 
    ヘッダー 
------------------------------------------------------------*/

#header {
	width:100%;
	min-width:1044px;
	padding-top:12px;
	background:rgba(255,255,255,0.9);
	border-bottom:1px solid #ccc;
}

.fixed{
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}

#header .inner{ position:relative;}

#skip-nav a{
	position:absolute;
	top:-28px;
	left:10px;
	color:#333;
	font-size:117%;
	font-weight:bold;
	line-height:28px;
}

#skip-nav a:focus{ top:0;}

.fixed #skip-nav a:focus{ top:-28px;}

#fontArea{
	width:100%;
	height:28px;
	padding-bottom:12px;
	overflow:hidden;
}

#fontChange{
	height:28px;
	float:right;
	overflow:hidden;
}

#fontChange li{
	width:28px;
	height:28px;
	float:left;
}

#fontChange a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(../img/icon-font_ver2.png) no-repeat;
}

#fontM{ margin:0 8px 0 4px;}

#fontS a{ background-position:0 0;}
#fontM a{ background-position:-28px 0;}
#fontL a{ background-position:-56px 0;}

#fontS a:hover,
#fontS.selected a{ background-position:0 -28px;}
#fontM a:hover,
#fontM.selected a{ background-position:-28px -28px;}
#fontL a:hover,
#fontL.selected a{ background-position:-56px -28px;}

#fontArea p{
	float:right;
	line-height:28px;
	margin-right:20px;
	font-size:117%;
	color:#333;
	font-weight:bold;
}

h1{
	width:325px;
	height:35px;
	margin-top:5px;
	float:left;
}

#gNavi {
	height:20px;
	height:47px;
	float:right;
	margin-top:13px;
}

#gNavi li{
	float:left;
	height:60px;
	margin-left:13px;
	padding-left:14px;
	background:url(../img/bdr-gnavi.png) no-repeat left top;
}

#gNavi a{
	display:block;
	height:44px;
	line-height:20px;
	font-size:125%;
	color:#333;
	font-weight:bold;
}

#gNavi .selected,
#gNavi a:hover{	border-bottom:3px solid #0066cc;}

/*------------------------------------------------------------ 
    コンテンツ 
------------------------------------------------------------*/ 

#contents {
	width: 1024px;
	margin: 0 auto 100px;
	overflow: hidden;
	position:relative;
}

/* パンくずリスト */

#pankuzu{
	width:100%;
	margin-bottom:30px;
	border-bottom:1px solid #ccc;
}

#pankuzu li{
	float:left;
	height:40px;
	line-height:40px;
	padding:0 5px 0 10px;
	color:#333;
}

#pankuzu a{
	display:block;
	height:40px;
	line-height:40px;
	padding-right:25px;
	color:#0066cc;
	background:url(../img/icon-arrow.png) no-repeat right 50%;
}

#pankuzu-ft{
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
}

#pankuzu-ft li{
	float:left;
	height:45px;
	line-height:45px;
	padding:0 5px 0 10px;
	color:#333;
	font-size:117%;
}

#pankuzu-ft li a{
	display:block;
	height:45px;
	line-height:45px;
	padding-right:25px;
	color:#0066cc;
	background:url(../img/icon-arrow.png) no-repeat right 50%;
}

#pankuzu a:hover,
#pankuzu-ft li a:hover{ color:#34495E;}

#pagetop{
	width:75px;
	height:45px;
	float:right;
}

#pagetop a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:45px;
	background:#0066cc;
}

/* 次ページ */

#mainCont{
	width:830px;
	float:left;
	overflow:hidden;
}

#subCont{
	width:150px;
	float:right;
}

#mainHd{
	width:100%;
	height:64px;
	overflow:hidden;
	padding-bottom:13px;
	border-bottom:1px solid #ccc;
}

#mainHd h2{
	float:left;
	line-height:64px;
	text-indent:22px;
	font-size:175%;
	color:#333;
	font-weight:bold;
	border-left:3px solid #0066cc;
}

#mainHd p{
	width:132px;
	height:30px;
	margin-top:16px;
	float:right;
	text-align:center;
	line-height:30px;
	color:#fff;
	background:#0066cc;
	border-radius:15px;
}

.detailHd{
	width:200px;
	height:40px;
	margin:20px 0 35px;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:134%;
	font-weight:bold;
	background:#0066cc;
}

.secHd{
	padding-left:30px;
	color:#333;
	font-size:134%;
	margin-bottom:20px;
	padding-bottom:15px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	background:url(../img/icon-circle-new.png) no-repeat left 4px;
}

/* pdfボタン */

.pdf{
	display:block;
	width:276px;
	height:45px;
	padding-top:6px;
	line-height:45px;
	color:#33475E;
	text-indent:15px;
	font-size:134%;
	font-weight:bold;
	background:url(../img/bg-pdf.png) no-repeat;
}


/* サイドメニュー */

#subContHd{
	line-height:40px;
	margin-bottom:5px;
	font-size:134%;
	text-indent:5px;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #0066cc;
}

#menu{
	width:100%;
	margin-bottom:15px;
}

#menu li{
	width:150px;
	height:40px;
	padding:4px 0;
	border-bottom:1px solid #ccc;
}

#menu a{
	display:block;
	width:100%;
	height:100%;
	line-height:40px;
	text-indent:25px;
	color:#333;
	font-size:125%;
	font-weight:bold;
	border-radius:5px;
	background:url(../img/icon-arrow02-new.png) no-repeat 9px 50%
}

#menu a:hover,
#menu .selected{
	color:#fff;
	background:#0066cc url(../img/icon-arrow03.png) no-repeat 9px 50%
}

.service{
	display:table-cell;
	width:150px;
	height:90px;
	padding-top:60px;
	font-size:117%;
	line-height:1.2;
	text-align:center;
	vertical-align:middle;
	background:#ECF0F1;
	color:#333;
	position:relative;
}

.service#service01{
	padding-top:0;
	height:150px;
}

.service#service01:before{ display:none;}

.en{
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
}

.service:before{
	display:block;
	content:"";
	width:56px;
	height:56px;
	background:url(../img/icons.png) no-repeat;
	position:absolute;
	top:24px;
	left:47px;
}

.service#sidemenu1:before{ background-position:0 0;}
.service#sidemenu2:before{ background-position:-56px 0;}
.service#sidemenu3:before{ background-position:-112px 0;}
.service#sidemenu4:before{ background-position:-168px 0;}
.service#sidemenu5:before{ background-position:-224px 0;}
.service#sidemenu6:before{ background-position:-280px 0;}
.service#sidemenu7:before{ background-image:url(../img/icon-calendar.svg);}

.service#sidemenu1:hover:before{ background-position:0 -56px;}
.service#sidemenu2:hover:before{ background-position:-56px -56px;}
.service#sidemenu3:hover:before{ background-position:-112px -56px;}
.service#sidemenu4:hover:before{ background-position:-168px -56px;}
.service#sidemenu5:hover:before{ background-position:-224px -56px;}
.service#sidemenu6:hover:before{ background-position:-280px -56px;}
.service#sidemenu7:hover:before{ background-image:url(../img/icon-calendar-on.svg);}

.service:hover,
#service01{
	background:#0066cc;
	color:#fff;
}

#service01 p{ font-weight:bold;}
#service01:hover{ background:#34495E;}

#serviceList li{ margin-bottom:12px;}

.manual{
	margin-bottom:15px;
	color:#333;
}

.manual a{ color: #0066cc;}
.manual a:hover{ color: #34495E;}

.error{ margin-top:8px;}
.error span{
	padding:2px 5px;
	font-size:84%;
	color:#fff;
	background:#BF2817;
}

/*------------------------------------------------------------ 
    popup
------------------------------------------------------------*/  

.popupBox{
	display:table-cell;
	vertical-align:middle;
	width:828px;
	height:418px;
	background:#fff;
	text-align:center;
	border:1px solid #0066cc;
	position:relative;
}

.p-close{
	height:24px;
	position:absolute;
	right:20px;
	bottom:20px;
}

.p-close a{
	display:block;
	height:24px;
	line-height:24px;
	padding-right:35px;
	color:#333;
	font-size:117%;
	font-weight:bold;
/*
	background:url(../img/btn-close.png) no-repeat right 50%;
*/
	position:relative;
}

.p-close a:after{
	display:block;
	content:"X";
	width:24px;
	text-align:center;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background:#0066cc;
	position:absolute;
	right:0;
	top:0;
	border-radius:50%;
}

.p-close a:hover{ color:#0066cc;}

.popup-txt{
	display:inline-block;
	line-height:44px;
	color:#333;
	font-size:175%;
	font-weight:bold;
/*
	padding-left:60px;
	background:url(../img/icon-info.png) no-repeat left 50%;
*/
}

.btnArea{
	width:346px;
	margin:60px auto 0;
	overflow:hidden;
}

.btnArea p{
	width:143px;
	height:49px;
}

.btnArea a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:49px;
	color:#fff;
	font-size:150%;
	font-weight:bold;
	background:#0066cc;
	border-radius:5px;
}

.popup-txt2{
	display:inline-block;
	color:#333;
	font-size:175%;
	font-weight:bold;
}

.popupInner{
	width:590px;
	padding:15px 0;
	margin:35px auto 0;
	border:5px solid #0066cc;
}

.tel{
	margin-top:10px;
	font-size:134%;
	color:#333;
}

.tel strong{
	color:#0066cc;
	font-size:217%;
	padding-left:10px;
	letter-spacing:2px;
	font-family:Arial, Helvetica, sans-serif;
}

.tel span{
	padding-left:10px;
	font-size:84%;
	font-weight:bold;
}

.popupBox2{
	width:790px;
	height:380px;
	padding:19px;
	background:#fff;
	overflow:hidden;
	border:1px solid #0066cc;
	position:relative;
	box-sizing:content-box;
}

.popupBox.no,
.popupBox2.no{
	display:none;
}

.popupInner2{
	width:374px;
	float:left;
}

.popupInner3{
	width:374px;
	float:right;
	padding-left:20px;
	border-left:1px solid #ccc;
}

.popupBox2 dt{
	line-height:49px;
	font-size:150%;
	color:#333;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}
/*
.popupInner2 dt{
	padding-left:65px;
	background:url(../img/icon-webform.png) no-repeat left 50%;
}

.popupInner3 dt{
	padding-left:70px;
	background:url(../img/icon-fax.png) no-repeat left 50%;
}
*/
.popupBox2 dd{
	color:#333;
	line-height:1.2;
	font-size:109%;
}

.btn{
	width:240px;
	height:49px;
	margin-left:auto;
	margin-right:auto;
}

.btn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:49px;
	color:#fff;
	font-size:117%;
	font-weight:bold;
	background:#0066cc;
	border-radius:5px;
}

.fax{
	margin:15px 0;
	color:#333;
	text-align:center;
	font-size:134%;
	font-weight:bold;
}

.fax strong{
	color:#0066cc;
	font-size:200%;
	padding:0 10px;
	letter-spacing:2px;
	font-family:Arial, Helvetica, sans-serif;
}

.address{
	text-align:center;
	font-weight:bold;
	color:#333;
	line-height:1.5;
}

.btn a:hover,
.submitBtn a:hover,
.submitBtn button:hover{ background:#34495E;}

/*------------------------------------------------------------ 
    フッター 
------------------------------------------------------------*/  

#footer {
	width:100%;
	border-top:7px solid #ccc;
	padding-bottom:20px;
}

.ftInner{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	overflow:hidden;
}

.ftNavi{
	width:100%;
	border-bottom:1px solid #ccc;
	padding:15px 0;
	color:#333;
}

.ftNavi li{
	float:left;
	line-height:25px;
	margin-right:15px;
}

.ftNavi a{ color:#333;}
.ftNavi a:hover{ color:#0066cc;}

.ftTxt{
	color:#333;
	margin-bottom:10px;
}

.logoTxt{
	color:#333;
	font-size:109%;
	line-height:1.4;
	margin-top:10px;
}

#ftLogo{
	float:left;
	padding-top:50px;
}

#ftTxt{
	margin:20px 0 10px;
	color:#333;
	font-size:92%;
}

#copyright{ color:#333;}
#copyright small{ font-weight:bold;}

#counter_area{
	margin-top:20px;
	padding:6px 20px;
	background:#0066cc;
}

#counter_area li{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
}

#counter_area li + li{ margin-left:10px;}


#counter_area div{ background:#0066cc!important;}