@charset "utf-8";

/*
contentsLayout
header 
footer 
gNav 
clearfix
text styles
table
*/
/* 3: set common selecter
 --------------------------------------------------------------------------*/
/* set color */
.cRed  { color: #FF0000; }
.cBlue { color: #0084f3; }
.cWhite { color: #FFFFFF; }

/* set position */
.tCenter {
    width: auto;
   	margin:0 auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.tCenter img { display:inline; }
.tRight{margin-left:auto;text-align:right;}

/* set float */
.fLeft { float:left !important;}
.fRight { float:right !important;}

/* set width for float items */

.w10 { width: 9%; }
.w20 { width: 19%; }
.w30 { width: 29%; }
.w40 { width: 39%; }
.w50 { width: 49%; }
.w60 { width: 59%; }
.w70 { width: 69%; }
.w80 { width: 79%; }
.w90 { width: 89%; }
.w100 { width: 99%; }

/* box-shadow */
.box_sh01{
box-shadow:1px 4px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow:1px 4px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow:1px 4px 5px 0px rgba(0,0,0,0.2);	
}

/*icon*/
span.icon_new{
display: inline-block;
margin:0 0 0 0.5em;
padding: 0 0.5em;
font-size: 12px;
line-height: 1.4em;
color:#e66900;
border: 1px solid #e66900;
}


/* 4: layout block
 --------------------------------------------------------------------------*/

/* =======================================
   4-1: wrapper
========================================== */
#container{
    width: 100%;
    margin:0;
    position:relative;
    min-width:100%;
    background-repeat: repeat-x;
    overflow-x:hidden;
    text-align:left;
}

body > div#container {
    height: auto;
    min-height: 100%;
}
div#main {
    padding-bottom: 463px;
}

#contents{
	padding-top: 60px;
}

/*========================================
    :layout_common  
==========================================*/
section.contents_box01{
	width:100%;
	padding: 100px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.15+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.15) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 ); /* IE6-9 */

}
section.contents_box02{
	width:100%;
	padding: 100px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,66b9e8+100&0+50,0.15+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(179,220,244,0) 50%, rgba(102,185,232,0.15) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(179,220,244,0) 50%,rgba(102,185,232,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(179,220,244,0) 50%,rgba(102,185,232,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2666b9e8',GradientType=0 ); /* IE6-9 */
}
section.contents_box03{
	width: 100%;
	background: #ebebec;
}
section.contents_box04{
	width:100%;
	background: url(../img/bg_section01.png);
}
section .section_inner{
	width:980px;
	margin: 0 auto;
}

#contents section .section_inner{
	padding-bottom: 100px;
}

/*========================================
    :svg  
==========================================*/
img[src$=".svg"]{
    max-width: 100%;
    width: 100%;
    height: auto;
}

/*img.header_catch{width:325px;}*/
img.header_logo_sfb{width:620px;}
img.header_logo_smx{width: 230px;}
img.contact_web{width:436px;}
img.contact_phone{width:378px;}


/* =======================================
   4-2: header section
========================================== */
header{
	overflow: hidden;
	width:960px; 
	margin:0 auto;
	margin-top: 28px;
	padding-bottom: 20px;
}
header .site_title{
	float: left;
	/*width:580px;*/
    width: 620px;
}
header .company_detail{
	float:right;
	width:232px;
	text-align: right;
}
header .site_title p{
	margin-bottom: 16px;
}
header .site_title p.header_catch{
	margin-bottom: 8px;
	font-size: 12px;
	color: #595757;
}
header .company_detail p.logo{
    margin-bottom: 10px;
	/*margin-bottom:18px;*/
}
header .company_detail ul.header_link{
	overflow: hidden;
	width:232px;
	/*margin-left: 18px;*/
}
header .company_detail ul.header_link li{
	float:left;
	font-size: 12px;
}
header .company_detail ul.header_link li:first-child a{
	display: block;
	width:130px;
	padding: 4px 8px 4px 0;
	position: relative;
}
header .company_detail ul.header_link li:first-child a:after{
	content: "|";
	position: absolute;
	top:4px;
	right:-4px;
	font-size: 12px;
}
header .company_detail ul.header_link li:nth-child(2) a{
	display: block;
	width:86px;
	padding: 4px 0px 4px 6px;
}


/* =======================================
   4-4: footer section
========================================== */
/*========================================
    :pageback
==========================================*/
p#pageTop{
	position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}

/*========================================
    :footer
==========================================*/

footer {
    width:100%;
    margin:0;
    padding:0;
    position:absolute;
    bottom:0;
}
footer .footerTop{
	width:100%;
	/*background: #e4f1fa;*/
    background: #f1f2fc;
}
footer .footerTop .fContact{
	width:980px;
	margin: 0 auto;
	padding:100px 0;
}
footer .footerTop .fContact ul{
	overflow: hidden;
	width:980px;
}
footer .footerTop .fContact ul li:first-child{
	float:left;
	width:478px;
}
footer .footerTop .fContact ul li:last-child{
	float:right;
	width:480px;
	padding-bottom: 14px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004972+0,004972+60,000000+100&1+0,0.8+100 */
background: -moz-linear-gradient(-45deg,  rgba(84,86,164,1) 0%, rgba(84,86,164,0.88) 60%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(84,86,164,1) 0%,rgba(84,86,164,0.88) 60%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(84,86,164,1) 0%,rgba(84,86,164,0.88) 60%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004972', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}
footer .footerTop .fContact ul li a{
	display: block;
	width:100%;
	padding:36px 0;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004972+0,004972+60,000000+100&1+0,0.8+100 */
background: -moz-linear-gradient(-45deg,  rgba(84,86,164,1) 0%, rgba(84,86,164,0.88) 60%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(84,86,164,1) 0%,rgba(84,86,164,0.88) 60%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(84,86,164,1) 0%,rgba(84,86,164,0.88) 60%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004972', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

footer .footerTop .fContact ul li:last-child span{
	display: block;
	width:280px;
	margin: 0 auto;
	padding:14px 0 8px;
	font-size: 18px;
	color:#fff;
}
footer .footerTop .fContact ul li img{margin: 0 auto;}

footer .footerBottom{
	width: 100%;
	background:#5456a4;
}
footer .footerBottom #footerNavi{
	width:980px;
	margin: 0 auto;
	padding: 28px 0 24px;
	text-align: center;
}
footer .footerBottom #footerNavi span,
footer .footerBottom #footerNavi span a{
	font-size: 12px;
	color: #fff;
}
footer .footerBottom #footerNavi span a{font-weight: bold;}
footer .footerBottom #copyright{
	padding-bottom: 24px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

/*---------------------------------------------------------------------------
/* 5: navigation
 --------------------------------------------------------------------------*/

/* =======================================
   5-1: global navigation
========================================== */
nav{
	position: relative;
	width:100%;
	background: #5456a4;
	z-index: 99999999;
}

nav ul#gNavi{
	position: relative;
	width:960px;
	margin: 0 auto; 
}

nav ul#gNavi li{
	float:left;
	width:160px;
	background: #abaddc;
}

nav ul#gNavi li a{
	display: block;
	width:100%;
	padding:16px 0;
	text-align: center;
	font-size: 14px;
	color:#fff;
background: -moz-linear-gradient(-45deg,  rgba(84,86,164,1) 0%, rgba(84,86,164,0.88) 60%, rgba(0,0,0,0.7) 100%); 
background: -webkit-linear-gradient(-45deg,  rgba(84,86,164,1) 0%,rgba(84,86,164,0.88) 60%,rgba(0,0,0,0.7) 100%); 
background: linear-gradient(135deg,  rgba(84,86,164,1) 0%,rgba(84,86,164,0.88) 60%,rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004972', endColorstr='#cc000000',GradientType=1 );
}
nav ul#gNavi li a.active,
nav ul#gNavi li a:hover{
	opacity:0.6;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

/*20190509*/


#g_menu_wrap .menu > li {
	float: left;
	width: 160px;
	height: auto;
	text-align: center;
}

#g_menu_wrap .menu:before, #g_menu_wrap .menu:after {
	content: " ";
	display: table;
}
#g_menu_wrap .menu:after {
	clear: both;
}
#g_menu_wrap .menu {
 *zoom: 1;
}
/* --------------------------------------------------- mega menu */
#g_menu_wrap .menu li.menu_mega .menu_secondLevel {
	position: absolute;
	top: 50px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	background: #333;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding: 0px;
	visibility: hidden;
	opacity: 0;
	z-index: 999999999;
}
#g_menu_wrap .menu li.menu_mega:hover .menu_secondLevel {
	top: 56px;
	visibility: visible;
	opacity: 1;
	z-index: 999999999;
}


/* --------------------------------------------------- mega menu inner*/

#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner{
  position: relative;
  width: 100%;
  background: #333;
}

#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li{
  width: calc(100% - 10px);
  margin-left:10px;
  background: #333;
  border-bottom: 1px solid #666;
}

#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner > a,
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner > a:hover,
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner > a:focus,
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner > a:active,
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner > a:visited{opacity:1 !important;}
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li a.catrgory_title{
	position: relative;	
  	display: block;
    width: 240px;
 	background: #333;
    z-index:  9999999991;
}
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li a.catrgory_title::before{
	position: absolute;
	right:10px;
	top:calc(50% - 5px);
	content: "";
	width: 5px;
	height: 10px;
	background: url(../img/icon_arrow02.png) no-repeat;
	background-size: 100%;
	transition: 0.2s;
}
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li a.catrgory_title:hover::before{right: 5px;}
/**/
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li a.catrgory_title::after{
    position: absolute;
    bottom:-1px;
    left: 0px;
    content:"";
    width:240px;
    height: 1px;
    background: #666;
    z-index:  9999999991;
}


#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li a:hover,
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li a.active{opacity:1;background: #444!important;}

#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li ul.menu_thirdLevel{	
display: none;
position: absolute;
top: 0px;
left:0;
padding-left: 250px;
width: 710px;
height: auto;
min-height: 456px;
margin: 0;
background: #444;
background: -moz-linear-gradient(left, #333 0%, #333 26.0%, #444 26.1%, #444 100%);
background: -webkit-linear-gradient(left, #333 0%,#333 26.0%,#444 26.1%,#444 100%);
background: linear-gradient(to right, #333 0%,#333 26.0%,#444 26.1%,#444 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#444',GradientType=1 ); 
z-index:  999999999;
}

#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li:hover ul{
  display: block;
}

#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li ul.menu_thirdLevel li{
	position: relative;
	width: calc(100% - 10px);
}
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li ul.menu_thirdLevel li a{
	position: relative;
	display: block;
	width: calc(100% - 40px);
	padding:10px 20px;
	text-align: left;
	font-size: 14px;
	background: #444;
}
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li ul.menu_thirdLevel li a:hover{background: #555!important;}
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li ul.menu_thirdLevel li a::before{
	position: absolute;
	right:10px;
	top:calc(50% - 5px);
	content: "";
	width: 5px;
	height: 10px;
	background: url(../img/icon_arrow02.png) no-repeat;
	background-size: 100%;
	transition: 0.2s;
}
#g_menu_wrap .menu li.menu_mega .menu_secondLevel .menu_secondLevel_inner li ul.menu_thirdLevel li a:hover::before{right: 5px;}

/*---------------------------------------------------------------------------
/* 6: items
 --------------------------------------------------------------------------*/
/* =======================================
   6-1: set list styles ( contents )
========================================== */

ol.ol_type01 li {
    list-style-image:none;
    list-style-type:decimal;
    margin:0 0 0.5em 0em;
    padding:0;
    list-style-position:inside;
    font-size:18px;
    line-height:2em;
}

/*except ul&ol*/
.list {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
/* =======================================
   6-2: icon styles ( contents )
========================================== */
.icon_pdf{
    display: inline-block;
    width: auto;
    height: 25px;
    margin: -1px 5px 0 10px;
}

/*---------------------------------------------------------------------------
/* 7: float
 --------------------------------------------------------------------------*/
.fLeft{float: left!important;}
.fRight{float: right!important;}
/* =======================================
   7-1: float clear
========================================== */

.clearfix:after {
  content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

/* =======================================
   7-2: 2colum
========================================== */
.colum01{
	width:980px;
	overflow: hidden;
}
.colum01 div:nth-child(odd){
	float:left;
}
.colum01 div:nth-child(even){
	float:right;
}
/*---------------------------------------------------------------------------
/* 8: text styles
 --------------------------------------------------------------------------*/
/* =======================================
   8-1: lead text
========================================== */

h1,h2,h3,h4,h5,h6 { clear:both; }

h2{
	margin-bottom:40px !important;
	line-height: 1.2em; 
	font-size: 30px;
	font-weight: bold;
	/*color: #004972;*/
    color: #5456a4;
}
h2 span{
	font-size: 18px;
	font-weight: normal;
}
h3{
	width:980px;
	width:calc(100% - 20px);
	padding: 12px 10px;
	margin-bottom: 60px;
	text-align: center;
	background:#5456a4;
}
h3 strong{
	font-size:24px; 
	font-weight: bold;
	color: #fff;
}

/* set text */
.txSmall  { font-size: 0.8em; }
.tSmall  { font-size: 0.9em; }
.tLead  {  font-size: 1.4em;color: #666; }
.tLarge  { font-size: 1.6em; }
.txLarge { font-size: 1.8em; }
.tsxLarge { font-size: 2.2em; }

.bold { font-weight: bold; }

/*---------------------------------------------------------------------------
/* 9: spacer
 --------------------------------------------------------------------------*/
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt60{padding-top: 60px;}
.pt100{padding-top: 100px;}
.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}

.ml05 {margin-left:5px !Important;}
.ml10 {margin-left:10px !Important;}
.ml15 {margin-left:15px !Important;}
.ml20 {margin-left:20px !Important;}

.mb00 {margin-bottom:0px !Important;}
.mb05 {margin-bottom:5px !Important;}
.mb10 {margin-bottom:10px !Important;}
.mb15 {margin-bottom:15px !Important;}
.mb20 {margin-bottom:20px !Important;}
.mb30 {margin-bottom:30px !Important;}
.mb40 {margin-bottom:40px !Important;}
.mb50 {margin-bottom:50px !Important;}

.mb100{margin-bottom: 100px !important;}

.mr05 {margin-right:5px !Important;}
.mr10 {margin-right:10px !Important;}
.mr15 {margin-right:15px !Important;}
.mr20 {margin-right:20px !Important;}

section div.mb00 p{margin-bottom:0px !Important;}

/*---------------------------------------------------------------------------
/* 10: corner box
 --------------------------------------------------------------------------*/

.b_type01 {
    width: auto;
    margin:3px;
    padding:30px;
	background-color: #fff;
    line-height: 1.5em;
/* box-shadow */
box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
-moz-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
}

.b_type02{
    width: auto;
    width: calc(100% - 64px);
    padding:30px;
	background-color: #fff;
    line-height: 1.5em;
    border: 2px solid #9597e4;
}


/*---------------------------------------------------------------------------
/* 11: table
 --------------------------------------------------------------------------*/

table   	{ margin:0 0 0 0.7em;padding:0 0 0 0.7em; }
table ul    { margin:0 !important; padding:0 !important; }
table li    { line-height:1.8em;margin:0; font-size:1em !important; }
table p     { line-height:1.6em;margin:5px 0; }
table dl    { margin: 0 0 -1px;zoom:1;position: relative; }
table dt    { float: left;clear: left;width: 12em;padding: 3px 0 3px;zoom:1; }
table dd    { padding: 3px 0 3px 12em;  zoom:1; }

/* =======================================
   11-1: normal style
========================================== */
table.table01     { border-color:#4d809d;border-style:solid;border-width:1px 0 0 1px;border-collapse: collapse;margin:0 0 20px; font-size:16px; }
table.table01 th  { border-color:#4d809d; border-style:solid; border-width:0 1px 1px 0;color:#fff;font-weight:bold;padding:20px 20px;line-height:2em;text-align:left; background-color: #004972; vertical-align: middle;}
table.table01 td  { border-color:#4d809d; border-style:solid; border-width:0 1px 1px 0px; background-color:#FFFFFF;padding:20px 20px;line-height:2em; color:#595757; }


table th.c, td.c  { text-align:center; }
table th.m, td.m  { vertical-align:middle; }
table th.r, td.r  { text-align:right; }

/*---------------------------------------------------------------------------
/* SUB:　Common_LayOut 
 --------------------------------------------------------------------------*/
.subpage_visual{
	width:100%;
	height: 250px;
	background: #fafafa;
/* box-shadow */
box-shadow:1px 4px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow:1px 4px 5px 0px rgba(0,0,0,0.4);
-webkit-box-shadow:1px 4px 5px 0px rgba(0,0,0,0.4);	
}
.subpage_visual p{
	width:1200px;
	height: 250px;
	margin: 0 auto;
}

#pankuzu{
	width:980px;
	margin: 0 auto;
}

#pankuzu ul{
	overflow: hidden;
	width: 100%;
	padding:20px 0;
}
#pankuzu ul li a{
	display: inline-block;
	float: left;
	margin-right: 2em;
	position: relative;
	font-weight: bold;
}
#pankuzu ul li a:after{
    position: absolute;
    top: 0px;
    right: -20px;
    z-index: 1;
    font-size: 14px;
    font-weight: normal !important;
    content: ">";
    color:#595757;
}

/*---------------------------------------------------------------------------
/* SUB:　2カラム レイアウト
 --------------------------------------------------------------------------*/
 div.clm02{
 width: 660px;
 margin:0 auto;
 overflow: hidden;
 }
 div.clm02 .box:nth-child(odd){
	float: left;
	width: 320px;
 }
  div.clm02 .box:nth-child(even){
	float: right;
	width: 320px;
 }
/*---------------------------------------------------------------------------
/* SUB:　3カラム レイアウト
 
 --------------------------------------------------------------------------*/

 div.clm03{
 width: 980px;
 margin:0 auto;
 overflow: hidden;
 }

div.clm03 .box{
float: left;
width: 320px;
margin: 0 10px 20px 0;
}
div.clm03 .box:nth-of-type(3){margin-right: 0;}

div.clm03 .box .b_type01{
	padding: 20px;
}
