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

	common.css

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

@charset "utf-8";


*{
	margin					: 0;
	padding					: 0;
	font-family				: 'メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	/*font-family				: 'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;*/
	-webkit-text-size-adjust: 100%;/*スマホのフォントサイズ自動調整機能を無効にする指定*/
}

html,body{
	width					: 100%;
	/*transition				: all 0.5s;*/
	overflow-x				:hidden;
	min-height					: 100%;
	font-size				: 62.5%;
	/*font-size				: 52.5%;*/
	color: #595757;
	box-sizing: border-box;
}

body{
}

a{
	text-decoration			: none;
	color: #595757;
}

ul{
	list-style				: none;
}

table{
	border-collapse			: collapse;
}

article{
	margin					: 0 auto;
}

h1{
	margin: 0;
	padding: 0;
}

/* ----- clearfix start ------ */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix { display: block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/*****
	改行制御（全デバイス共通）
*******************************************/
span.oneblock{
	white-space: nowrap;
	display: inline-block;
}
/****************ここまで****************/


span.tablet_valid{
	display: none;
}

span.sp_valid{
	display: inline;
}

div.wrapper{
	width: 100%;
}

header{
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	margin-bottom: 2rem;
}

/********************
いろつけ
************************************************/
.main_selected{
	background: #004381!important;
}

.head_selected{
	color: #e50011!important;
}




div.header_obi{
	width: 100%;
	background: #dff1fc;
	/*background: #e0e7f5; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #e0e7f5 0%, #fff 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  #e0e7f5 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  #e0e7f5 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*box-shadow: 1px 5px 10px -3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 1px 5px 10px -3px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 5px 3px -10px rgba(0,0,0,0.4);*/
	position: relative;
	z-index: 100;
}

div.pc_header{
	display: none;
	
}

img.sp_img{
	display: block;
	width: 35%;
	height: auto;
	margin: 0 auto;
}

img.pc_img{
	display: none;
}

div.sp_tb_header{
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
	
}

a.head_top_link img{
	width: 14.3rem;
	height: auto;
}

h1.head_copy{
	display: none;
}

div.pc_menu{
	display: none;
}

div.menu-btn{
	width: 7rem;
	float: right;
	margin-top: 1rem;
}

img.sp_menu_mark{
	width: 100%;
}

/*div.menu-btn{
	font-size: 1.5rem;
	/*transform: scale( 1.2 , 1 );*/
/*	font-weight: bold;
	background:#0068b6;
	color: #fff;
	border-radius: 0.3rem;
	width: 7rem;
	text-align: center;
	float: right;
	padding: 0.5rem;
	margin-top: 0.3rem;
}*/

div.contents_box{
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
	/*padding: 0 1rem 0 1rem;*/
	box-sizing: border-box;
	padding-top: 6rem;
}

div.contents_inner_box{
	max-width: 100%;
	margin: 0 auto;
	margin-top: 3.5rem;
}

div.inline_box{
	display: inline-block;
	vertical-align: top;
}

/*
footer部分
**********************************************/
footer{
	margin-top: 2.6rem;
	/*background: rgba(229,0,17,0.3);*/
}

div.obi_bk{
	text-align:  center;
	width: 100%;
	margin-bottom:1.5rem;
}/*IE hackあり*/

div.obi_bk img{
	position: relative;
	z-index: 200;
	margin-top: -0.2rem;
	width: 100%;
	height: auto;
}

div.footer_menu_box{
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem 0 1.5rem;
	box-sizing: border-box;
}

a.text_link{
	font-size: 1.2rem;
	line-height: 2.2rem;
	color: #fff;
}

p.text_link{
	font-size: 1.1rem;
	line-height: 3rem;
	color: #fff;
}

div.footer_logo_box{
	text-align: center;
	padding-top: 0.4rem;
}

ul.footer_link_out{
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}

ul.footer_link_left{
	width: 19.6rem;
	margin-right: 2rem;
}

ul.footer_link_center{
	width: 22rem;
	margin-right: 4.3rem;
}

ul.footer_link_right{
	width: 13.6rem;
}

a.text_link span{
	padding-right: 0.6rem;
}

a.inquiry_btn_footer{
	width: 26rem;
	height: 2.7rem;
	padding: 0.4rem 0 0 0;
	box-sizing: border-box;
}

img.foot_logo_m{
	margin-bottom: 1.2rem;
}

div.copy_box{
	 background: #538fcc;
	width: 100%;
	text-align:  center;
	font-size: 1rem;
	line-height: 2.2rem;
	color: #fff;
	margin-top: 2.2rem;
	padding: 1rem 0 1rem 0;
}

/****************ここまで****************/

a.inquiry_btn{
	display: inline-block;
	/*width:13.3rem;*/
	height: 3rem;
	border-radius: 0.2rem;
	border: solid 0.1rem #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8b633+0,ec6a00+100 */
	background: #f8b633; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8b633 0%, #ec6a00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f8b633 0%,#ec6a00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f8b633 0%,#ec6a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b633', endColorstr='#ec6a00',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.5);
	text-align: center;
	padding: 0.5rem 0 0 0;
	box-sizing: border-box;
	vertical-align: top;
}

a.inquiry_btn:hover,a.inquiry_btn_footer:hover{
	border-radius: 0.2rem;
	border: solid 0.1rem #fff;
	background: #ec6a00;
	text-align: center;
	box-sizing: border-box;
}

a.inquiry_btn:hover{
	padding: 0.3rem 0 0 0;
}

a.inquiry_btn_footer:hover{
	padding: 0.4rem 0 0 0;
}

/*
ヘッダー部分
**********************************************/

div.head_logo_box_sp{
	display: block;
    float: left;
    margin-top: 0.5rem;
}

div.head_info_box{
	float: right;
}

/*
下部バナー体裁
*************************************/
ul.nav-justify{
	text-align: justify;
	margin: 3.5rem auto 0 auto;
	/*width: 95%;*/
	max-width: 100%;
}

li.nav-justify_li{
    display: block;
	max-width: 50rem;
	width: 90%;
	margin: 0 auto;
}

ul.nav-justify:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

img.underlink_btn{
	width: 100%;
	height: auto;
}

a.under_bunner{
	display: block;
	box-sizing: border-box;
	/*background: url(../img/fotter_btn_blue.png) no-repeat;*/
	max-width: 55.2rem;
	max-height: 8.4rem;
	width: 100%;
	height: auto;
	/*margin: 0.5rem 0 0 0;*/
}

/**************ここまで****************/


/***
	各ページタイトル
/**************ここまで****************/
h1.sp,h2.sp,div.sp{
	font-family: "Noto Sans Japanese",sans-serif;
	color: #fff;
    font-size: 2.5rem;
    line-height: 3.5rem;
	padding: 1.5rem;
	text-align: justify;	
	text-justify: inter-ideograph;/*IE用justify*/
	box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.2);
  width: 100%;
  box-sizing: border-box;
}

span.centering_out_box{
	font-family: "Noto Sans Japanese",sans-serif;
	display: block;
	text-align: center;
}

span.centering_box{
	font-family: "Noto Sans Japanese",sans-serif;
	display: inline-block;
	text-align: justify;	
	text-justify: inter-ideograph;/*IE用justify*/
}
	

/**************ここまで****************/
img.pc_tablet,span.pc_tablet_br{
	display: none;
}

h1.pc_tablet{
	display: none;
}

.tablet_inline,.pc_display{
	display: none;
}

.tablet_pc_block{
	display: none;
}

span.pc_br{
	display: none;
}

#pageTop {
 visibility:hidden
}

#pageTop a{
 display: none;
}

a.kameiten_btn{
	margin-top: 1rem;
}

img.footer_tablet_inline,img.footer_pc_display{
	display: none;
}

span.tablet_inline_souko{
	display: none;
}








/****************************************
for タブレット～PC(980px以下)
*****************************************/

@media print,screen and (min-width:768px) and ( max-width:980px){

span.tablet_valid{
	display: inline;
}

span.sp_valid{
	display: none;
}
	
div.wrapper{
	width: 100%;
}

header{
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}

div.header_obi{
	width: 100%;	
	background: #e0e7f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e7f5 0%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e0e7f5 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e0e7f5 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height: 9.1rem;
	box-shadow: 1px 5px 10px -3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 1px 5px 10px -3px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 5px 3px -10px rgba(0,0,0,0.4);
  position: relative;
  z-index: 100;
	
}

div.pc_header{
	display: block;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 1.5rem 1rem 2rem 1rem;
	
}

img.pc_img{
	display: inline;
}

/*img.sp_img{
	display: none;
}*/

div.sp_tb_header{
	display: none;
}

ul.head_menu{
	margin-bottom: 1rem;
	text-align: right;
}

ul.head_menu li{
	display: inline-block;
	margin-left: 0.5rem;
}

a.head_link{
	/*background: url(../img/common_head_icon.png) no-repeat;*/
	background-position: left 0.5rem;
	background-size:1.1rem;
	display: block;
	font-size:1.2rem;
	font-weight: bold;
	color: #0068b6;
	line-height: 1.9;
	padding-left: 1.5rem;
	padding-top: 2.5rem;
}

img.head_tel{
	margin-left: 0.5rem;
	margin-right: 1.3rem;
}

a.inquiry_btn{
	display: inline-block;
	width:13.3rem;
	height: 2.3rem;
	border-radius: 0.2rem;
	border: solid 0.1rem #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8b633+0,ec6a00+100 */
	background: #f8b633; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8b633 0%, #ec6a00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f8b633 0%,#ec6a00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f8b633 0%,#ec6a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b633', endColorstr='#ec6a00',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.5);
	text-align: center;
	padding: 0.3rem 0 0 0;
	box-sizing: border-box;
	vertical-align: top;
}

a.inquiry_btn:hover,a.inquiry_btn_footer:hover{
	border-radius: 0.2rem;
	border: solid 0.1rem #fff;
	background: #ec6a00;
	text-align: center;
	box-sizing: border-box;
}

a.inquiry_btn:hover{
	padding: 0.3rem 0 0 0;
}

a.inquiry_btn_footer:hover{
	padding: 0.4rem 0 0 0;
}


div.main_link_box{
	/*width: 98rem;*/
	padding-top: 1.5rem;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	background: rgb(255,255,255);
}


/****
ドロップダウンメニュー部分
**********************************************/

.menu {
    position: relative;
    width: 100%;
    height: 6.6rem;
    max-width: 130rem;
    margin: 0 auto;
	border-top: 0.1rem solid #0068b6;
	border-bottom: 0.1rem solid #0068b6;
	padding-bottom: 0.1rem;
	padding-top: 0.1rem;
}

.menu > li {
    float: left;
    /*width: 24.8%; /* グローバルナビ4つの場合 */
	width: 14.28%;
    height: 6.6rem;
    line-height: 1.5;
    background: #0068b6; /* Old browsers */
	background: -moz-linear-gradient(top,  #197fc3 0%, #0068b6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #197fc3 0%,#0068b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #197fc3 0%,#0068b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.menu > li a {
    display: block;
    color: #fff;
	font-size: 1.3rem;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	padding-top: 2.2rem;
}

.menu > li a.two_line {
    display: block;
    color: #595757;
	font-size: 1.2rem;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	padding-top: 0;
}

.menu > li a:active {
    color: #fff;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:active {
    background: #88abda;
    /*-webkit-transition: all .5s!important;
    transition: all .5s!important;*/
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:active {
    background: #fceef4;
}

.menu__third-level li a:active {
    background: #2a1f1f;
}

.menu__fourth-level li a:active {
    background: #1d0f0f;
}

/* 下矢印 */
/*.init-bottom:after {
    content: '';
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 2.5rem;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:active ul.menu__second-level {
    top: 3.5rem;
    visibility: visible;
    opacity: 1;
}

li.right_border{
	border-right: 0.1rem dotted #595757
}

li.menu__single ul.menu__second-level a{
   box-sizing: border-box;
   padding-bottom:0.5rem;
}

/****************ここまで****************/

div.contents_box{
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
	/*padding: 0 1rem 0 1rem;*/
	box-sizing: border-box;
	padding: 0;
	padding-top: 19rem;
}

div.contents_inner_box{
	max-width: 100%;
	margin: 0 auto;
	margin-top: 3.5rem;
}

div.inline_box{
	display: inline-block;
	vertical-align: top;
}

/****
footer部分
**********************************************/
footer{
	margin-top: 6rem;
	background: #fff;
}

div.footer_link{
	background: #538fcc none repeat scroll 0 0;
    padding-bottom: 3rem;
	padding-top: 3rem;
}

div.obi_bk{
	text-align:  center;
	width: 100%;
	background: #e50011;
	position: relative;
	z-index: 150;
	height: 1.5rem;
	margin-bottom:3rem;
}/*IE hackあり*/

div.obi_bk img{
	position: relative;
	z-index: 200;
	margin-top: -0.2rem;
	width: 100%;
	height: auto;
}

div.footer_menu_box{
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem 0 1.5rem;
	box-sizing: border-box;
}

div.footer_menu_box a.text_link {
    color: #fff;
    font-size: 1.1rem;
    line-height: 3rem;
}

div.footer_sitemap a.text_link {
    color: #538fcc;
    font-size: 1.2rem;
    line-height: 3rem;
}

a.text_link:hover{
	color: #e50111;
}

div.float_box{
	float: none;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

div.float_box_right{
	float: none;
}

div.footer_logo_box{
	width: 100%;
	text-align: center;
	padding-top: 3rem;
}

ul.footer_link_out{
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	text-align: left;
	width: 23%;
}

ul.footer_link_left{
	/*width: 19.6rem;
	margin-right: 4.5rem;*/
	margin-right: 0rem;
	width: 36%;
}

ul.footer_link_center{
	/*width: 22rem;
	margin-right: 4.8rem;*/
	margin-right: 0rem;
	width: 36%;
}

ul.footer_link_right{
	/*width: 20.5rem;
	display:block;*/
	width: 25%;
	margin-left: 0;
}


a.text_link span{
	padding-right: 0.6rem;
}

a.inquiry_btn_footer{
	width: 15rem;
	height: 2.7rem;
	padding: 0.4rem 0 0 0;
	box-sizing: border-box;
	margin-top: 1.5rem;
}

img.foot_logo_m{
	margin: 0 1.5rem 1.2rem 0;
}

/*div.copy_box{
	width: 100%;
	text-align:  center;
	font-size: 1rem;
	line-height: 2.2rem;
	color: #595757;
	border-top: solid 0.1rem #000;
	margin-top: 3rem;
	padding: 1rem 0 1rem 0;
	background: #fff;
}*/

div.copy_box {
    background: #538fcc none repeat scroll 0 0;
    color: #fff;
    font-size: 1rem;
	line-height: 2.2rem;
   margin-top: 3rem;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
}

img.logo_bottom{
	margin-top: 3rem;
	max-width: 21.5rem;
	height: auto;
}

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

a.head_top_link img{
	width: 21.5rem;
	height: auto;
}

h1.head_copy{
	display: none;
}

div.pc_menu{
	display: block;
}

div.sp_menu{
	display: none;
}

img.sp_img{
	display: block;
	width: 25%;
	height: auto;
	margin: 0 auto;
}

/**************************************
ページトップアイコン
******************************************/
/*#pageTop {

  position: fixed;
  bottom: 3px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 9999;
  padding: 0.5rem 0 0 0;
  width: 35px;
  height: 35px;
  background-color: rgba(229,0,17,0.7);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  box-sizing: border-box;
}

#pageTop a:hover {
  text-decoration: none;
   background-color: rgb(229,0,17);
}
/*******************ここまで*******************/

/**************************************
ページトップアイコン
******************************************/
#pageTop {

  position: fixed;
  bottom: 3px;
  right: 20px;
   visibility:visible;
}

#pageTop a {
  display: block;
  z-index: 9999;
  padding: 0.5rem 0 0 0;
  /*border-radius: 30px;*/
  width: 44px;
  height: 44px;
  background-color: rgba(113,113,113,0.8);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  box-sizing: border-box;
  border-radius: 22px;
  line-height: 3.5rem;
}

#pageTop a:hover {
  text-decoration: none;
  background-color: rgb(113,113,113);
  line-height: 3rem;
}
/*******************ここまで*******************/

/****
ヘッダー部分
**********************************************/

div.head_logo_box{
	display: block;
    float: left;
    margin-top: 0.8rem;
}

div.head_info_box{
	float: right;
}

/*
下部バナー体裁
*************************************/
ul.nav-justify{
	text-align: justify;
	margin: 7rem auto 0 auto;
	width: 90%;
	max-width: 90%;
}

li.nav-justify_li{
    display: inline-block;
	width: 49%;
}

ul.nav-justify:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover{
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

img.underlink_btn{
	width: 100%;
	height: auto;
}

a.under_bunner,a.kameiten_btn{
	display: block;
	box-sizing: border-box;
	margin: 0;
}

/**************ここまで****************/

img.pc_tablet,span.pc_tablet_br{
	display: inline;
}

h1.pc_tablet{
	display: block;
}


img.sp,h1.sp,h2.sp,div.sp{
	display:none;
}

.tablet_inline{
	display: inline;
}

.tablet_pc_block{
	display: block;
}

.sp_block,.sp_inline{
	display:none;
}

div.kameiten_box{
	padding-top: 3rem;
}

img.footer_pc_display{
	display: none;
}


img.footer_tablet_inline{
	display: inline;
}

span.tablet_inline_souko{
	display: inline;
}


}





/****************************************
for PC
*****************************************/

@media print,screen and (min-width:981px) {

span.tablet_valid,span.sp_valid{
	display: none;
}
	
div.wrapper{
	width: 100%;
}

/*header{
	position: static;
}*/

header{
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}

div.header_obi{
	width: 100%;
	/*background: #e50011;*/	
	background: #e0e7f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e7f5 0%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e0e7f5 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e0e7f5 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*height: 9.1rem;*/
	box-shadow: 1px 5px 10px -3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 1px 5px 10px -3px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 5px 3px -10px rgba(0,0,0,0.4);
  position: relative;
  z-index: 100;
	
}

div.pc_header{
	display: block;
	width: 100%;
	max-width: 128rem;
	margin: 0 auto;
	padding: 1.5rem 1rem 0.5rem 1rem;
	box-sizing: border-box;
}

img.pc_img{
	display: inline;
}

img.sp_img{
	display: none;
}

div.sp_tb_header{
	display: none;
}

ul.head_menu{
	margin-bottom: 1rem;
	text-align: right;
}

ul.head_menu li{
	display: inline-block;
	margin-left: 1.8rem;
}

a.head_link{
	/*background: url(../img/common_head_icon.png) no-repeat;*/
	background-position: left 0.5rem;
	background-size:1.1rem;
	display: block;
	font-size:1.4rem;
	font-weight: bold;	
	color: #0068b6;
	line-height: 1.9;
	padding-left: 1.5rem;
	padding-top: 2.5rem;
}

img.head_tel{
	/*margin-right: 1.4rem;*/
	margin-right: 3.4rem;
	margin-left: 2.1rem;
}

a.inquiry_btn{
	display: inline-block;
	width:15.3rem;
	height: 2.3rem;
	border-radius: 0.2rem;
	border: solid 0.1rem #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8b633+0,ec6a00+100 */
	background: #f8b633; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8b633 0%, #ec6a00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f8b633 0%,#ec6a00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f8b633 0%,#ec6a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b633', endColorstr='#ec6a00',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.5);
	text-align: center;
	padding: 0.3rem 0 0 0;
	box-sizing: border-box;
	vertical-align: top;
}

a.inquiry_btn:hover,a.inquiry_btn_footer:hover{
	border-radius: 0.2rem;
	border: solid 0.1rem #fff;
	background: #ec6a00;
	text-align: center;
	box-sizing: border-box;
}

a.inquiry_btn:hover{
	padding: 0.3rem 0 0 0;
}

a.inquiry_btn_footer:hover{
	padding: 0.4rem 0 0 0;
}


div.main_link_box{
	/*width: 98rem;*/
	/*padding-top: 1.5rem;*/
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	background: rgb(255,255,255);
}


/****
ドロップダウンメニュー部分
**********************************************/

.menu {
    position: relative;
    width: 100%;
    height: 6.6rem;
    max-width: 130rem;
    margin: 0 auto;
	border-bottom: 0.1rem solid #0068b6;	
	border-top: 0.1rem solid #0068b6;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.menu > li {
    float: left;
    /*width: 24.8%; /* グローバルナビ4つの場合 */
	width: calc((100% - 5px) / 7);
    height: 6.6rem;
    line-height: 1.5;
    background: #0068b6; /* Old browsers */	
	background: -moz-linear-gradient(top,  #197fc3 0%, #0068b6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #197fc3 0%,#0068b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #197fc3 0%,#0068b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
}

.menu > li.menu_plus {
	width: calc((100% - 5px) / 7 + 2.5px);	
}


.menu > li a {
    display: block;
    color: #fff;
	/*font-size: 1.6rem;*/
	font-size: 1.5rem;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	padding-top: 2.2rem;
}

/*.menu > li a.two_line {
    display: block;
    color: #595757;
	font-size: 1.2rem;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	padding-top: 0;
}

.menu > li a:hover {
    color: #fff;
}*/

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #88abda;
    /*-webkit-transition: all .5s!important;
    transition: all .5s!important;*/
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #fceef4;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
/*.init-bottom:after {
    content: '';
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 2.5rem;
    width: 100%;
    background: #fff;
    /*-webkit-transition: all .2s ease;
    transition: all .2s ease;*/
}

li.menu__single:hover ul.menu__second-level {
    top: 3.5rem;
    visibility: visible;
    opacity: 1;
}

li.right_border{
	border-right: 0.1rem dotted #595757
}

li.menu__single ul.menu__second-level a{
   box-sizing: border-box;
   padding-bottom:0.5rem;
}

li.menu_last{
    
}

/****************ここまで****************/

div.contents_box{
	max-width: 130rem;
	margin: 0 auto;
	height: 100%;
	/*padding: 0 1rem 0 1rem;*/
	box-sizing: border-box;
	padding: 0;
	padding-top: 19rem;
}

div.contents_inner_box{
	max-width: 100%;
	margin: 0 auto;
	margin-top: 3.5rem;
}

div.inline_box{
	display: inline-block;
	vertical-align: top;
}

/****
footer部分
**********************************************/
footer{
	margin-top: 6rem;
	padding-top: 6rem;
	background: #538fcc;
}

div.footer_link{
	background: #538fcc;
	margin-bottom: 6rem;
}

div.footer_sitemap{
	background: #fff;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

div.obi_bk{
	text-align:  center;
	width: 100%;
	background: #e50011;
	position: relative;
	z-index: 150;
	height: 1.5rem;
	margin-bottom:3rem;
}/*IE hackあり*/

div.obi_bk img{
	position: relative;
	z-index: 200;
	margin-top: -0.2rem;
	width: 98rem;
	height: auto;
}

div.footer_menu_box{
	max-width: 117rem;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

a.text_link{
	font-size: 1.4rem;
	line-height: 3.5rem;
	color: #fff;
}

p.text_link{
	font-size: 1.4rem;
	line-height: 3.5rem;
	color: #fff;
}

div.footer_sitemap a.text_link{
	font-size: 1.4rem;
	line-height: 3.5rem;
	color: #538fcc;
}

a.text_link:hover{
	border-bottom: solid 1px;
}

div.float_box{
	float: left;
}

div.float_box_right{
	float: right;
}

div.footer_logo_box{
	width: 26.4rem;
	text-align: center;
	padding-top: 0.4rem;
}

ul.footer_link_out{
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}

ul.footer_link_left{
	width: 33rem;
	margin-right: 8rem;
}

ul.footer_link_center{
	width: 33rem;
	margin-right: 7.5rem;
	margin-top: 3.5rem;
}

ul.footer_link_right{
	width: 30rem;
	margin-top: 3.5rem;
}

ul.footer_sitemap_left,
ul.footer_sitemap_center,
ul.footer_sitemap_right
{
	width: 15rem;
	margin-right: 11rem;
}

ul.footer_sitemap_right
{
	margin-right: 0;
}

img.logo_bottom{
	margin-top: 3rem;
	max-width: 38.8rem;
	height: auto;
	float: right;
}

a.text_link span{
	padding-right: 0.6rem;
}

a.inquiry_btn_footer{
	width: 26rem;
	height: 2.7rem;
	padding: 0.4rem 0 0 0;
	box-sizing: border-box;
}

img.foot_logo_m{
	margin-bottom: 1.2rem;
}

div.copy_box{
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #fff;
	margin-top: 0;
	padding: 1rem 0 0.8rem 0;
	background: #538fcc;
}

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

a.head_top_link img{
	width: 24rem;
	height: auto;
}

h1.head_copy{
	margin-left: 4rem;
	font-weight: lighter;
	display: block;
	padding-top: 2.5rem;
	float: left;
}

div.pc_menu{
	display: block;
}

div.sp_menu{
	display: none;
}

/**************************************
ページトップアイコン
******************************************/
#pageTop {

  position: fixed;
  bottom: 3px;
  right: 20px;
   visibility:visible;
}

#pageTop a {
  display: block;
  z-index: 9999;
  padding: 0.5rem 0 0 0;
  /*border-radius: 30px;*/
  width: 44px;
  height: 44px;
  background-color: rgba(113,113,113,0.8);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  box-sizing: border-box;
  border-radius: 22px;
  line-height: 3.5rem;
}

#pageTop a:hover {
  text-decoration: none;
  background-color: rgb(113,113,113);
  line-height: 3rem;
}
/*******************ここまで*******************/

/****
ヘッダー部分
**********************************************/

div.head_logo_box{
	display: block;
    float: left;
    margin-top: 0.5rem;
}

div.head_info_box{
	float: right;
}

div.head_right_box{
	float: right;
}

/*
下部バナー体裁
*************************************/
ul.nav-justify{
	text-align: justify;
	margin: 7rem auto 0 auto;
	width: 91%;
	max-width: 91%;
}

li.nav-justify_li{
    display: inline-block;
	max-width: 55.4rem;
	width: 49%;
}

ul.nav-justify:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover{
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

img.underlink_btn{
	max-width: 55.2rem;
	width: 100%;
	height: auto;
}

a.under_bunner,a.kameiten_btn{
	display: block;
	box-sizing: border-box;
	margin: 0;
}

/**************ここまで****************/


/****
フッタ上部のお問い合わせ部分
**********************************************/
div.contact_box{	
	width: 96rem;	
	margin: 0 auto;	
	text-align: center;
	background: #f39700;
	padding: 2.5rem 0 4rem 0;	
	box-sizing: border-box;
}

h1.contact_title{	
	font-family: "Noto Sans Japanese",sans-serif;
	font-size: 2.7rem;
	line-height: 3.9rem;
	color: #fff;
	margin: 0 0 0.5rem 0;
	text-align: center;
}

p.contact_txt,p.black{	
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #fff;
	text-align: center;
	width: 100%;
}

div.contact_radius_box{	
	display: inline-block;	
	vertical-align: top;	
	border-radius: 0.5rem;	
	background: #fff;	
	width: 40.4rem;	
	height: 13.9rem;
	text-align: left;
	box-sizing: border-box;	
	padding: 1rem 0 0.8rem 2.4rem;
	margin: 2.8rem 0 0 0;
}

div.rad_left{	
	margin-right: 1.8rem;
}

div.rad_right{	
	margin-left: 1.8rem;
	text-align: center;
	padding: 0;
}

p.black{	
	color: #000;
	text-align: center;
}

img.contact_logo{	width: 35.7rem;}
img.contact_btn{	width: 14.5rem;}

h2.contact_mail{	
	font-size: 2.4rem;	
	line-height: 3.9rem;	
	color: #000;	
	margin: 2rem 0 1.5rem 0;
	padding: 0;
}

a.inquiry_ihin{
	width: 24rem;
	height: 3.6rem;	
	padding-top: 0.5rem;
	margin-bottom: 0;
}

a.inquiry_ihin:hover{	
	padding-top: 0.5rem;
}

span.pc_br{
	display: inline;
}

img.pc_tablet,span.pc_tablet_br{
	display: inline;
}

h1.pc_tablet{
	display: block;
}


img.sp,h1.sp,h2.sp,div.sp{
	display:none;
}

.sp_block,.sp_inline{
	display:none;
}

.pc_display,.tablet_pc_block{
	display: block;
}

.menu > li.menu_plus {
	width: 14.28%;
}

.menu > li.ie_width {
	width: 14.5%!important;
}

.tablet_inline{
	display: none;
}


img.footer_pc_display{
	display: inline;
}


img.footer_tablet_inline{
	display: none;
}
	
}




/*グーグルwebフォントの読み込み指定
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	p.copy{
	display: inline-block;
	font-size: 1.3rem;
	color: #000;
	vertical-align: bottom;
	box-sizing: border-box;
	padding-right: 30rem;
}

input[type="submit"],input.clear_btn{
    -webkit-appearance: none;
	border-radius: 0;
}

}

/* IE10以降だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
div.obi_bk{
	text-align:  center;
	width: 100%;
	background: #e50011;
	position: relative;
	z-index: 150;
	height: 1.6rem;
	margin-bottom:3rem;
}


}
