@charset "utf-8";

/******************************************
各ページ共通のスタイルを定義
*******************************************/

/* ----------------------------------------

再定義

---------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	line-height: 1.8;
	letter-spacing: 0.05em;
	background-color: #fff;
	font-family: "游ゴシック",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	color: #333;
	word-wrap: break-word;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
	color: #262626;
	outline: none;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	text-decoration: none;
	opacity: 0.6;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
table {
	table-layout: fixed;
}
input,select,textarea {
	max-width: 100%;
}
input[type="button"],select{cursor: pointer;outline: none;}
:focus::-webkit-input-placeholder {color: transparent;}/* Webkit */
:focus:-moz-placeholder {color: transparent;}/* Firefox 18 以前 */
:focus::-moz-placeholder {color: transparent;}/* Firefox 19 以降 */
::-webkit-input-placeholder {color: #888; opacity: 1;}
:-moz-placeholder {color: #888; opacity: 1;}
::-moz-placeholder {color: #888; opacity: 1;}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: button;
	appearance: button;
}
input[type="text"],input[type="email"],input[type="password"],input[type="tel"],textarea {
	-webkit-appearance: none; 
	border-radius: 0;
	outline: none;
}
select {
	outline: none;
}
body ::-webkit-scrollbar { width: 12px;}
body ::-webkit-scrollbar-track { background: #f1f1f1;}
body ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb:window-inactive { background: #bcbcbc;}
@media screen and (max-width:767px){
	body ::-webkit-scrollbar { width: 8px;}
}

@media all and (min-width:768px){
	a[href^="tel:"] {
		cursor: default;
		text-decoration: none;
		pointer-events: none;
		display: inline-block;/*for ie11*/
	}
}
@media screen and (max-width:767px){
	body {
		line-height: 1.464;
	}
	input,select,textarea {
		font-size: 16px;
	}
}

/* ----------------------------------------

テーマカラー

---------------------------------------- */
#header .globalNav .hdr_contactbox,
.spHdrBtn  {
    background-color: #61bd89;
}
#header .globalNav > ul li a i,
.spGNav_list > li > a i,
#pagetop a{
	border: solid 1px #61bd89;
}
#header .globalNav > ul li a:after,
.spGNav_list > li > a:after,
#pagetop a{
	color:  #61bd89;
}
#footer > div > small {
   background-color: #51b07a;
}
.hdr_contactbox_sp{
	background: #eaf7f2;
}
/* ----------------------------------------

container

---------------------------------------- */
#container {
	margin: 0 auto;
	/*font-size: 100%;  fontsize 13px */
	font-size: 115.4%; /* fontsize 15px */
	/*min-width: xxxxpx;*/
}
@media screen and (max-width:767px){
	#container {
		min-width: inherit;
	}
}

/*
**
子要素のフォントサイズ指定は以下を参照
http://bueltge.de/test/emchart.html
例)
基準フォントサイズが13pxで、
特定の要素を12pxにしたい時は92.4%と指定
**
*/

/* ----------------------------------------

header

---------------------------------------- */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
   	height: 100px;
    margin: 0 auto;
   	background-color: #fff;
}
#header .siteID{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 0;
    padding-left: 20px;
}
#header .globalNav{
   float: right;
   padding-right: 285px;   
}
#header .globalNav > ul li {
  display: inline-block;
  padding-right: 35px;
}
#header .globalNav > ul li a{
	height: 100px;
    font-weight: bold;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding-top: 25px;
    position: relative;
}
#header .globalNav > ul li a:after{
	position: absolute;
	bottom: 13px;
	left: 0;
	right: 0;
	margin: auto;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	line-height: 19px;
	font-size: 10px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}
#header .globalNav > ul li a i {
	position: absolute;
    bottom: 13px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	width: 19px;
	height: 19px;
	display: inline-block;
}
#header .globalNav .hdr_contactbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 285px;
    height: 100px;
    color: #fff;
    font-weight: bold;
}
#header .globalNav .hdr_contactbox > div {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    left:0;
    right: 0;
    padding: 0 30px;
}
#header .globalNav .hdr_contactbox a{
    color: #fff;
    font-weight: bold;
}
#header .globalNav .hdr_contactbox div > p{
	font-size: 93.4%;
}
#header .globalNav .hdr_contactbox .tel{
	font-size: 160%;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
#header .globalNav .hdr_contactbox .tel a{
	position: relative;
	padding-left: 30px;
}

#header .globalNav .hdr_contactbox .tel a:before{
	position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
	left: 0;
	margin: auto;
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-size: 24px;
	display: inline-block;
	text-align: center;
}
#header .globalNav .hdr_contactbox .fax{
	font-size: 100%;
}
#header .globalNav .hdr_contactbox .tel,
#header .globalNav .hdr_contactbox .fax{
	padding-bottom: 0;
	line-height: 1.2;
}

.spmenu {
	display: none;
}

@media screen and (min-width:1530px){
	#header .siteID{
	    left: 150px;
	}
	#header .globalNav .hdr_contactbox {
	    right: 150px;
	}
	#header .globalNav {
	    padding-right: 435px;
	}
}


@media screen and (min-width: 1000px) and (max-width: 1366px) { 
	#header .globalNav > ul li {
	    padding-right: 10px;
	}
	#header .globalNav .hdr_contactbox > div {
	    padding: 0 15px;
	}
	#header .globalNav .hdr_contactbox {
	    width: 240px;
	}
	#header .globalNav {
	    padding-right: 240px;
	}
	#header .siteID img{
		width: 80%;
	}
	#header .globalNav > ul li a{
		font-size: 14px;
	}
	#header .globalNav .hdr_contactbox .tel{
		font-size: 120%;
	}
	#header .globalNav .hdr_contactbox .tel a:before{
		font-size: 20px;
	}
}








@media screen and (max-width:999px){
	#content{
		padding-top: 56px !important;
	}
	.globalNav .spNone{
		display: none;
	}
	#header .hdr_logo{
		position: inherit;
	}
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background: #fff;
		border-bottom: 1px solid #c6c6c6;
		height: 56px;
		min-width:inherit;
	}
	.header_inner {
		background: #fff;
	    border-bottom: 1px solid #eeeeee;
	}
	#header .globalNav_list {
		display: none;
	}
	.siteID {
		width: 100%;
		margin: 0;
		position: absolute;
		top: 12px;
		left: 20px;
	}
	.siteID a {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		display: block;
	}
	.siteID img {
		width: 202px;
	}
	.spmenu {
		display: block;
	}
	.spHdrBtn {
		display: inline-block;
		position: absolute;
		right: 0;
		bottom: 0;
		line-height: 1;
		width: 55px;
		height: 55px;
		z-index: 1100;
		cursor: pointer;
	}
	.spHdrBtn a {
		display: inline-block;
		width: 55px;
		height: 55px;
	}
	.spHdrBtn span {
		width: 17px;
		height: 2px;
		left: 20px;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		position: absolute;
		background-color: #fff;
	}
	.spHdrBtn span:nth-of-type(1) {
		top: 19px;
	}
	.spHdrBtn span:nth-of-type(2) {
		top: 27px;
	}
	.spHdrBtn span:nth-of-type(3) {
		top: 35px;
	}
	.spHdrBtn.active span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	.spHdrBtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.spHdrBtn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.spHdrCnt {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding-top: 55px;
		pointer-events: none;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
		z-index: -100;
		background: #fff;
	}
	.spHdrCnt.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		pointer-events: auto;
		-webkit-overflow-scrolling: touch;
		height: auto;
	}	
	.spGNav {
		position: relative;
		border-top: 1px solid #c6c6c6;
	}
	.spGNav_list > li {
		position: relative;
		float: none;
		background: #fff;
		border-bottom: 1px dotted #c6c6c6;
		text-align: left;
		letter-spacing: .1em;
		width: 90%;
		margin: 0 auto;
	}
	.spGNav_list > li > a,
	.spGNav_list > li > span {
		display: block;
		width: auto;
		padding: 18px 10px;
		text-decoration: none;
		font-weight: bold;
	}	
	.spGNav_list > li .spGNav_tit {
		font-weight: bold;
	}
	.spGNav_list > li > a:after {
    	position: absolute;
	    top: 50%;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
	    right: 14px;
		margin: auto;
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		line-height: 19px;
		font-size: 10px;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
	}
	.spGNav_list > li > a i {
		position: absolute;
	    top: 50%;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
	    right: 10px;
		border-radius: 50%;
		width: 19px;
		height: 19px;
		display: inline-block;
	}
	.spGNav_tit {
		font-size: 15px;
	}	

	.spGNav_blk {
		padding:20px;
	}
	.spGNav_blk > li {
		width: 49%;
		float: left;
	}	
	.spGNav_blk > li img {
		margin-bottom: 5px;
	}	
	.spGNav_blk > li:first-child{
		margin-right: 2%;
	}
	#header:before{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		content: "";
		background: url(/files/img/common/color_line_sp.png);
		background-size: contain;
	}
	.hdr_contactbox_sp{
		text-align: center;
		padding: 27px 0 25px;
	}
	#header .globalNav .hdr_contactbox .tel a:before{
		font-size: 20px;
	}
	.hdr_contactbox{
		position: inherit !important;
		top: 0;
		width: 80% !important;
		margin:12px auto 10px;
		height: 80px !important;
	}	
	.hdr_contactbox > div{
		position: relative !important;
	}
	#header .globalNav .hdr_contactbox .tel a{
		font-size: 23px;
	}
	#header .globalNav .hdr_contactbox .fax{
		font-size: 14px;
	}	
	#header .globalNav .hdr_contactbox_sp .hdr_contactbox_txt01{
		font-size: 14px;
		font-weight: bold;
	}	
	#header .globalNav .hdr_contactbox_sp .hdr_contactbox_txt02{
		font-size: 13px;
	}
	.bg_bk{
		opacity: 0.5;
		background-color: #000;
		width: 100%;
		height: 100%;
	}
	.hdr_contactbox_sp{
		position: relative;
	}
	.hdr_contactbox_sp:after{
		position: absolute;
		width: 100%;
		background-color: #000;
		opacity: 0.7;
		content: "";
		top: 193px;
		right: 0;
		height: 1000px;
	}
}



/* noscript
------------------------------- */
#noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #ccc;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------------

content

---------------------------------------- */
#content {
	padding-top: 100px;
	margin-bottom: 70px;
}
@media screen and (max-width:767px){
	#content {
		padding-top: 56px;
		margin-bottom: 60px;
	}
}

/* topicPath
------------------------------- */
#topicPath {
}
#topicPath li {
	display: inline;
	padding-right: 4px;
}
#topicPath li:before {
	content: '＞';
	margin-right: 5px;
	font-size: 69.2%;
	vertical-align: middle;
}
#topicPath li#topPage {
	padding-left: 0;
	background: none;
}
#topicPath li#topPage:before {
	content: none;
}
@media screen and (max-width:767px){
	#topicPath ol {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/* ----------------------------------------

content - main

---------------------------------------- */
#main {
}


/* ----------------------------------------

content - sub

---------------------------------------- */
#sub {
}


/* ----------------------------------------

footer

---------------------------------------- */
#footer {
	position: relative;
}
#footer > div > small {
    display: block;
    padding: 25px;
    text-align: center;
    color: #fff;
    font-size: 80%;
}

/* pagetop
------------------------------- */
#pagetop {
	z-index: 100;
	position: absolute;
	right: 10px;
}
#pagetop a {
	display: block;
	position: relative;
	width: 50px; 
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	text-decoration: none;
	border-radius: 100%;
}
#pagetop span { display: none; }
#pagetop .fa {
	position: absolute;
	font-size: 110%;
	left: 50%;
	top: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
}
@media screen and (max-width:767px){
	#pagetop a {
		width: 40px; 
		height: 40px;
	}
	#pagetop .fa {
		font-size: 85.7%;
	}
}












/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.xxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.xxx {
	*zoom: 1;
}