@charset "utf-8";

/* general settings */
body {
font-family:  'Noto Sans CJK JP Regular','Noto Sans JP 500','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* html body {
font-family:  'Noto Sans CJK JP Regular','Noto Sans JP 500','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

*:first-child+html body {
font-family:  'NNoto Sans CJK JP Regular','Noto Sans JP 500','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Meiryo,sans-serif;
}

body{
margin:0px;
padding:0px;
text-align:center;
font-size: 100%;
/*font-size: 13px;*/
color:#333;
min-width: 1200px;
}

@media screen and (min-width : 768px){
  #lower_wrap_inner{padding-bottom:60px;}
}

@media screen and (max-width : 767px){

.no-pc {
display: none;
}
}

/* cfx */  
.cfx:after {  
content: " ";   
display: block;   
height: 0;   
clear: both;   
visibility: hidden;  
}  
.cfx {  
display: inline-block;  
min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .cfx {  
height: 1%;  
}  
.cfx {  
display: block;  
}  
/* End hide from IE-Mac */

.clr {
clear:both;
}

form,p,h1,h2,h3,h4,h5,h6,p {
margin:0px;
}

a:link	{
text-decoration:none;
color: #3E3A39;
}
a:active {
text-decoration:none;
color:#0090ff;
}
a:visited {
text-decoration:none;
}
a:hover	{
text-decoration:underline;
color: #2094c1;
}

ul,
ul.cfx {
margin: 0 0 0 0em; 
padding: 0; 
list-style-type:none;
}

p.tex {
margin-top:15px;
}

p.rtex {
margin:10px 0;
text-align:right;
}
p.rtex a {
background:#b39642;
padding:4px 10px;
font-size:12px;
}

p.rtex a:link	{
text-decoration:none;
color:#ffffff;
}
p.rtex a:active {
text-decoration:none;
color:#ffffff;
}
p.rtex a:visited {
text-decoration:none;
color:#ffffff;
}
p.rtex a:hover	{
text-decoration:none;
background:#a0863b;
}

.tex_r{
text-align: right;
}

.floatl {
float:left;
}
.floatr {
float:right;
}
.centerp {
text-align:center;
margin:0 auto;
}
.rlt {
position:relative;
}
.bwwrapper {
position:relative;
}

#wrapper {
margin:0 auto;
text-align:left;
width:920px;
}

a img{
border: 0;
overflow: hidden;
}

img{
vertical-align: bottom;
font-size: initial;
}

#header,
#fbody,
#gmn_bg,
#maincont{
margin:0 auto;
}

.mb10{
margin-bottom: 10px;
}

.mb20{
margin-bottom: 20px;
}

.mb40{
margin-bottom: 40px;
}

.mt10{
margin-top: 10px;
}

.mt30{
margin-top: 30px;
}

.pb20{
padding-bottom: 20px;
}

.mbox{
margin:0 40px 40px 40px;
}
.mbox{
margin: 0 auto 40px;
}

.small,
small{
color:#666;
}

em{
font-style: normal;
font-weight: bold;
}

.fc_red{
color:#c51624;
}

.fc_green{
color:#99ad13;
}

.indent {
padding-left: 1em;
text-indent: -1em;
}

dl.vartical dt{
margin:0 0 10px 0;
font-weight: bold;
}

dl.vartical dd{
margin:0 0 20px 0;
}
table{
  border-collapse: collapse;
    border-spacing: 0;
}

.center{
text-align: center;
}

/*---
header
------------------------------*/
#hd_bar{
display: flex;
position: fixed;
justify-content: space-between;
z-index: 9999;
}
#header {
background: #fff;
height: 76px;
box-shadow : 0px -1px 11px #555;
}
.hd_img_logo_01 {
margin: 0 0 auto;
}
.hd_img_logo_02 {
margin: .4em 2em .7em 2em;
font-size: initial;
}
#lower #header {
	top: 0px;
}

#lower #changeArea {
	margin-top: -40px;
}

#header{
position: fixed;
height: 76px;
width: 100%;
min-width: 1200px;
}

#hd_logo{
position: absolute;
left:3%;
top:13px;
display: flex;
}

#hd_search{
position: absolute;
width: 267px;
right: 23%;
top:23px;
}

body#lower #hd_search{
right: 355px;
top: 19px;
}
table.gsc-search-box td.gsc-input {
    padding-right: 3px !important;
}

#hd_search input[type="tex"]{
border:1px solid #c5c5c5;
padding:0 5px;
width:200px;
color:#888;
height: 26px;
/*float:left;*/
display:inline;
margin-right: 5px;
}

#hd_search button{
text-indent: -10000px;
display: block;
display:inline;
/*float:left;*/
background: url(../img/common/bt06.png) no-repeat 0 0;
height:28px;
width: 64px;
border: 0;
overflow: hidden;
cursor:pointer;
}

.hd_bar_scroll {
width: 100%;
margin: auto;
background: url(../img/top/top-scr-bk.png) round  0 0;
position: fixed;
z-index: 999;
background-repeat: no-repeat;
background-size: 100%;
}
.hd_bar_scroll_stop {
top: 76px;
box-shadow: 0px -1px 9px #686868;
}

.hd_bar_scroll .hd-bar_scr_P {
height: 62px;
display: flex;
width: 90%;
margin: auto;
}
.hd_bar_scroll .hd-bar_scr_C {
 display: flex;
 width: 65%;
}

.hd_bar_scroll .hd-bar_scr_C li:hover {
background: #009FDE;
}
.hd_bar_scroll .hd-bar_scr_C li{
width: 38%;
border-left: 1px solid #036EB8;
padding: 13px 0 0;
font-size: initial;
}
@-moz-document url-prefix() {
.hd_bar_scroll .hd-bar_scr_C li{
padding: .8em 0 0;
}
}
.fixed {
position: fixed;
z-index: 9998;
box-shadow: 0px -1px 9px #686868;
}
.hd_bar_scroll .hd-bar_scr_icon {
margin: 0 9px -5px 0px;
font-size: initial;
}
.hd_bar_scroll .hd-bar_scr_C img{
font-size: initial;
}
.bar-Blue-00 {
background: #036EB8;
display: flex;
width: 35%;
}
.hd_bar_scroll .bar_Blue {
background: #036EB8;
width: 47% !important;
border-right: 1px solid #fff !important;
}
.bar-Blue-00 .bar_Blue a {
margin: auto;
}
.bar-Blue-00 .bar_Blue img {
width: 169px;
position: relative;
top: -1px;
}


dl#fontSize{
position: absolute;
right: 3%;
top:23px;
margin:0;
}

body#lower dl#fontSize{
right: 135px;
}

dl#fontSize dt{
text-indent: -10000px;
width: 73px;
background: url(../img/common/change_font_size.png) no-repeat 0 0;
float:left;
margin:12px 0 0;
}

dl#fontSize dd#fontS,
dl#fontSize dd#fontM,
dl#fontSize dd#fontL{
width:33px;
float:left;
display: block;
}

dl#fontSize dd#fontS,
dl#fontSize dd#fontM{
margin: 0 3px 0 0;
}

dl#fontSize dd#fontL{
margin:0;
}

dl#fontSize dd#fontS a,
dl#fontSize dd#fontM a,
dl#fontSize dd#fontL a{
overflow: hidden;
text-indent: -10000px;
width: 33px;
height:30px;
display: block;
}

dl#fontSize dd#fontS a:link,
dl#fontSize dd#fontS a:visited{
background: url(../img/common/chenge_font_size_btn.png) no-repeat 0 2px;
}

dl#fontSize dd#fontS.o a,
dl#fontSize dd#fontS a:hover,
dl#fontSize dd#fontS a:active{
background: url(../img/common/chenge_font_size_btn.png) no-repeat 0 -27px;
}

dl#fontSize dd#fontM a:link,
dl#fontSize dd#fontM a:visited{
background: url(../img/common/chenge_font_size_btn.png) no-repeat -34px 2px;
}

dl#fontSize dd#fontM.o a,
dl#fontSize dd#fontM a:hover,
dl#fontSize dd#fontM a:active{
background: url(../img/common/chenge_font_size_btn.png) no-repeat -34px -27px;
}

dl#fontSize dd#fontL a:link,
dl#fontSize dd#fontL a:visited{
background: url(../img/common/chenge_font_size_btn.png) no-repeat -69px 2px;
}

dl#fontSize dd#fontL.o a,
dl#fontSize dd#fontL a:hover,
dl#fontSize dd#fontL a:active{
background: url(../img/common/chenge_font_size_btn.png) no-repeat -69px -27px;
}

/*---
footer
------------------------------*/
#footer{
background: #fff;
height: auto;
position: relative;
}

#fbody{
position: relative;
padding: 0 0 28px;
background: #fff;
height:70px;
width: 94%;
}

#ft_tex{
position: absolute;
top: 30px;
right: 0;
}

#copyright{
position: absolute;
top: 50px;
right: 0;
}

#ft_logo{
position: absolute;
left: 0;
top:30px;
}

.top-foot-endtexB{
color: #009FDE;
text-align: right;
font-size: 13px;
}
.top-foot-endtexCopy{
color: #898989;
text-align: right;
font-size: 11px;
}

/*---
groval_menu
------------------------------*/

/*#map_area #gmn {
text-align:left;
width: 673px;
height: 17px;
position: absolute;
top:10px;
right: 0;
background: none;
}
*/

#gmn ul{
text-align:left;
float: right;
background: #51b3ff; /* Old browsers */
background: -moz-linear-gradient(top,  #51b3ff 0%, #219eff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51b3ff), color-stop(100%,#219eff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #51b3ff 0%,#219eff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #51b3ff 0%,#219eff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #51b3ff 0%,#219eff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #51b3ff 0%,#219eff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b3ff', endColorstr='#219eff',GradientType=0 ); /* IE6-9 */
border-radius: 2px;
border: 1px solid #208ee3;
padding:0 20px;
}

#gmn ul li {
float:left;
margin:0;
padding:0;
}

#gmn li a {
padding:0;
display:block;
/*height:17px;*/
overflow:hidden;
background:url("../img/common/menu.png") no-repeat 0 0;
text-indent:-10000px;
height:48px;
line-height: 28px
}

#gmn li.mn001 a {
width:188px;
background-position:0px 0px;
}
#gmn li.mn001o a {
width:188px;
background-position:0px -48px;
}
#gmn li.mn001 a:hover {
background-position:0px -48px;
}

#gmn li.mn002 a {
width:142px;
background-position:-188px 0px;
}
#gmn li.mn002o a {
width:142px;
background-position:-188px -48px;
}
#gmn li.mn002 a:hover {
background-position:-188px -48px;
}

#gmn li.mn003 a {
width:142px;
background-position:-330px 0px;
}
#gmn li.mn003o a {
width:142px;
background-position:-330px -48px;
}
#gmn li.mn003 a:hover {
background-position:-330px -48px;
}

#gmn li.mn004 a {
width:118px;
background-position:-472px 0px;
}
#gmn li.mn004o a {
width:118px;
background-position:-472px -48px;
}
#gmn li.mn004 a:hover {
background-position:-472px -48px;
}




.gsc-control-cse {
	background:none !important;
	border:none !important;
	padding:0px !important;
}

.gsc-wrapper {
	text-align:left;
}

#maincont{
	background: url(../img/common/lower_cloud.png) no-repeat 0 0;
    background-position: center 11em;
}

#subtab {
	padding-left:20px;
	background:#c9e7fe;
	margin: 100px 0 0;
}

#subtab li {
	float:left;
}

#subtab li a {
	display:inline-block;
	background:#c9e7fe;
	padding:5px 20px;
	margin-right:2px;
	text-decoration:none;
	font-size:14px;
}

#subtab li.o a {
	display:inline-block;
	background:#fff;
	padding:5px 20px;
	margin-right:2px;
	text-decoration:none;
	font-size:14px;
}

.foot-note{
	font-size:0.75em;
	text-align:left;
	margin-top:10px;
}

.plan dt.pd10{
padding-right:10px;
padding-left:10px;
}





.zenki td {
/*	color:#888;*/
}

td.mir {
	color:#ff0000 !important;
}

.industryTableArea_list .firstind,
.industryTableArea_list .firstind td {
	border-top:2px solid #B7D5EB;
}



/* ヘッダーSNSボタン */
.sns-link-area{
	position: absolute;
	right: 0;
	top: 3px;
}

.sns-link-area .link-line{
	display: inline-block;
}

/* TOPページーSNSボタン */
.btn-line-area{
	padding: 8px;
	background-color: rgba(255,255,255, .5);
	border-radius: 2px;
	margin-bottom: 8px;
}

.btn-line-area p{
	font-size: 12px;
	margin-bottom: 8px;
}

.top_title_help{
	margin-top: 8px;
}

#bnr-kakunin {
    position: relative;
}




#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#pageTop i {
  padding-top: 6px
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.bannerarea-02 img {
  width: 24%;
}

.img-box {
  position: relative;
}
.img-box .active01 {
  position: absolute;
  margin: 0 auto 0 -27px;
  top: 17px;
  opacity: 0;
  transition: 0.2s;
}
.img-box:hover .active01 {
  opacity: 1;
}
.img-box .active02 {
  position: absolute;
  margin: 0 auto 0 -30px;
  top: 19px;
  opacity: 0;
  transition: 0.2s;
}
.img-box:hover .active02 {
  opacity: 1;
}
.img-box .active03 {
  position: absolute;
  margin: 0 auto 0 -27px;
  top: 19px;
  opacity: 0;
  transition: 0.2s;
}
.img-box:hover .active03 {
  opacity: 1;
}
.img-box .active04 {
  position: absolute;
  margin: 0 auto 0 -31px;
  top: 21px;
  opacity: 0;
  transition: 0.2s;
}
.img-box:hover .active04 {
  opacity: 1;
}
.img-box .active01-t {
  position: absolute;
  margin: 0 auto 0 -121px;
  top: 24px;
  opacity: 0;
  transition: 0.2s;
}
.img-box:hover .active01-t {
  opacity: 1;
}
.img-box .active02-t {
  position: absolute;
  margin: 0 auto 0 -110px;
  top: 24px;
  opacity: 0;
  transition: 0.2s;
}
.img-box:hover .active02-t {
  opacity: 1;
}
.img-box .active03-t {
  position: absolute;
  margin: 0 auto 0 -110px;
  top: 24px;
  opacity: 0;
  transition: 0.2s;
}
.img-box:hover .active03-t {
  opacity: 1;
}
.img-box .active04-t {
  position: absolute;
  margin: 0 auto 0 -110px;
  top: 22px;
  opacity: 0;
  transition: 0.2s;
}
.img-box:hover .active04-t {
  opacity: 1;
}
.l-footer__link {
    padding: 28px 20px 35px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
.l-footer__linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1088px;
    width: 100%;
    margin: 0 auto;
}
.l-footer__linkItem {
    font-size: 100%;
    padding: 0 10px;
    margin-top: 10px;
}
.l-footer__linkItem a {
    position: relative;
    padding-left: 1.2em;
    display: inline-block;
    letter-spacing: -.03em;
    text-decoration: underline;
}
.l-footer__linkItem a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: .3em solid transparent;
        border-right-color: transparent;
        border-right-style: solid;
        border-right-width: 0.3em;
        border-left-color: transparent;
        border-left-style: solid;
        border-left-width: 0.3em;
    border-right: 0 solid transparent;
    border-left: .5em solid #888;
    top: 1em;
    left: .2em;
    -webkit-transform: translate(0,-.5em);
    -ms-transform: translate(0,-.5em);
    transform: translate(0,-.5em);
}
.text-right {
text-align: right;
color: #009FDE;
}

.text-unleft {
  text-align: left;
  color: #009FDE;
}

@media all and (-ms-high-contrast: none) {
#body-content-04 form button.bt_check {
top: -50px !important;
right: -273px !important;
}
#body-content-04 .content-04right-ba {
left: 17px !important;
}
.hd_bar_scroll .hd-bar_scr_C img {
margin-top: 7px;
}
.img-box .active01-t {
top: 20px;
}
.img-box .active02-t {
top: 18px;
}
.img-box .active03-t {
top: 18px;
}
.img-box .active04-t {
top: 14px;
}
.img-box .active01 {
top: 13px;
}
.img-box .active02 {
top: 13px;
}
.img-box .active03 {
top: 13px;
}
.img-box .active04 {
top: 13px;
}
}
