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

	common.css

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

@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);


*{
	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%;/*スマホのフォントサイズ自動調整機能を無効にする指定*/
	box-sizing: border-box;
}

html,body{
	width					: 100%;
	/*overflow-x				:hidden;*/
	min-height					: 100%;
	font-size				: 62.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;
	float: none;
}

/* ----- 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; }


/**************************************
パンくず色
******************************************/

/*.selected{
	background:rgba(0,77,161,0.4);
}*/

.selected:before{
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(54,160,218,0.4);
	height: 0.4rem;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}



/**************************************
ヘッダーメニュー
******************************************/

header{
	width: 98rem;
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 1rem 0 4.5rem;
	position: relative;
	z-index: 999;
}

img.head_logo{
	position: absolute;
}

div.head_menu_box{
	float: right;
	margin: 3rem 0 2.5rem 0;
}

ul.menu_box{
	margin-right: ;
}

li.menu_li{
	float: left;
	line-height: 1.5rem;
	box-sizing: border-box;
	height: 3.3rem;
}

li.inq_li{
	float: left;
}

li.home_li{
	width: 10.4rem;
}

li.service_li{
	width: 23.5rem;
}

li.profile_li{
	width: 13.2rem;
}

li.inq_li{
	
}

a.menu_link{
	display: block;
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: #717071;
	height: 2.3rem;
	border-left: 0.1rem solid #595757;
	text-align: center;
	box-sizing: border-box;
	padding-top: 0.4rem;
}

a.menu_inq_btn{
	background: url(../img/head_inq_bk.jpg) no-repeat;
	display: block;
	width: 15.8rem;
	height: 3.2rem;
	font-size: 1.3rem;
	line-height: 3.2rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-left: 1rem;
	box-sizing: border-box;
	padding: 0.1rem 0 0 0;
	letter-spacing: 0.2rem;
	position: relative;
}

a.menu_inq_btn:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15.2rem;
    height: 2.6rem;
    border: 1px solid #fff;
    z-index: 1;
	background: transparent;
}

a.menu_inq_btn img{
	width: 16px!important;
	display: inline-block!important;
	margin-right: 8px!important;
	vertical-align: -1px!important;
}

/* ホバーアンダーライン */
li.hover_line {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(0.1rem) translateZ(0);
  box-shadow: 0 0 0.1rem transparent;
  position: relative;
  overflow: hidden;
}

li.hover_line:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(54,160,218,1);
  height: 0.4rem;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
li.hover_line:hover:before,li.hover_line:active:before {
  right: 0;
}

img.m_sankaku{
	margin-right: 0.7rem;
	vertical-align: 0.1rem;
}

a.menu_inq_btn:hover,a.menu_inq_btn:active{
	background: #ef8008;
}
/*******************************************************/


/**
メインコンテンツ
*****************************************************/
div.contents_box{
	margin:0 auto;
	position: relative;
	z-index: 100;
	width: 98rem;
}

div.main_contents{
	margin: 5rem auto 0 auto;
	position: relative;
	z-index: 100;
	width: 100%;
}

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

/**
footer
*****************************************************/
footer{
	width: 98rem;
	margin: 9.5rem auto 0 auto;
}

p.foot_service{
	font-size: 1.3rem;
	line-height: 1.4rem;
	color: #fff;
	text-align: left;
}

img.foot_logo{
	display: block;
	margin: 0.7rem 0 1.5rem 0;
}

div.footer_obi{
	background: #61b0e2;
	box-sizing: border-box;
	padding: 2.5rem 2rem 2.5rem 6.5rem;
	display: flex;
	justify-content:space-between;
	align-items: center;
}

div.foot_left{
	text-align: left;
	width: 45rem;
}

div.foot_right{
	text-align: left;
	width: 29.5rem;
}

div.logo_inqbox{
	display: flex;
	justify-content:space-between;
}

a.inq_btn{
	display: flex;
	width: 18.4rem;
	height: 4rem;
	position: relative;
	z-index: 0;
	background-color: #f4a100;
	padding: 0;
	margin: 1.5rem 0 0 0;
	align-items: center;
	justify-content:center;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 1.6rem;
	line-height: 2.6rem;
	/* font-weight: bold; */
	letter-spacing: 0rem;
	text-indent: 0.5rem;
	color: #fff;
}

a.inq_btn:before {
	/* content: ""; */
	display: block;
	position: absolute;
	top: -1.5px;
	left: -1px;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 17.6rem;
	height: 3.2rem;
	border: 1px solid #fff;
	z-index: 1;
}

a.inq_btn:hover{
	background: #ef8008;
}

div.contact_box{
	display: flex;
	justify-content:space-between;
	align-items: flex-end;
	margin: 0.5rem 0 0 0;
}

a.tel_sp,
img.foot_fax{
	display: block;
}

img.foot_tel{
	vertical-align: bottom;
}

ul.foot_nav{
	
}

li.foot_li{
	margin: 0 0 1.5rem 0;
}

li.foot_li:last-child{
	margin: 0;
}

a.foot_navlink{
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #fff;
	text-align: left;
}

a.foot_navlink:before{
	content: '>';
	padding-right: 0.5rem;
}

a.foot_navlink:hover{
	color: rgba(246,171,0,1);
}

p.copy{
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000;
	text-align: center;
	padding: 1.5rem 0 1.5rem 0;
}

p.foot-sm{
	font-size: 1.2rem;
}

a.inq_btn img{
	width: 20px;
	display: inline-block;
	margin-right: 4px;
}


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

/* IE10以降だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){

}
