@charset "utf-8";
/* CSS Document */

/* basic setting:
--------------------------------------------*/
*::selection {background: #FCAA00; color: #fff;}
*::-moz-selection {background: #FCAA00; color: #fff;}

input{
-webkit-appearance: none;
}

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-family: "Noto Sans JP",'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	color: #000;
	background: #fff;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	font-feature-settings : "palt";
}

em,address {font-style: normal;}
img {border: none;vertical-align: middle;max-width: 100%;}
ul,ol {list-style: none;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
*+html .clear_fix {display: inline-block;}
* html .clear_fix {display: inline-block;}
.clear_fix:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

	#header,
	#glnav,
	#footer {font-size: 100%;}

/*
@media screen and (max-width: 1050px) {
	#header,
	#glnav,
	#footer {font-size: 100%;}
}
*/

.pc {display: block !important;}
.sp {display: none !important;}

/* link color setting :
--------------------------------------------*/

a {color:#2e2e3e;text-decoration:underline;}
a:hover {text-decoration: none;}

#header a, #footer a {text-decoration:none;}
/*#header a:hover, #footer a:hover {text-decoration: underline;}*/



/* block_skip setting :
--------------------------------------------*/

#block_skip a {
    display: block;
    height: 0;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: #038465;
    font-size: 90%;
}

#block_skip a:focus {
	height: auto;
	line-height: 2em;
}

/* outline setting :
--------------------------------------------*/

.outline {
	max-width: 1200px;
	margin: 0 auto;
}

.outline:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.pc {display: block;}
.sp {display: none;}

/*-- flexible image --*/

img.flex_img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.left.alpha,
img.alpha:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
}



/* header setting :
--------------------------------------------*/

header{
	padding: 1em 1% 1em;
    border-top: solid 10px #fcaa00;
    border-bottom: solid 2px #e6e6e6;
}

#header_l,
#header_r{
    margin-top:1em;
}

#header_l{
    float: left;
}

#header_r{
    float: right;
	width: 50%;
}

#header_r,
#header_r p{
	display: inline-block;
    text-align:right;
}

#header_r .h_lnk1 a{
    margin: 1em;
    display: inline-block;
    background:url(../img/common/arrow01.png) no-repeat ;
    background-size: 20px;
    padding-left: 2em;
}

#header_r .h_lnk1 a:hover{
    text-decoration: underline;
}



/* grobal navigation setting :
--------------------------------------------*/

#glnav {
	border-bottom:  solid 2px #fcaa00;
}

#glnav ul li a {
	display: block;
    float: left;
    text-decoration: none;
	width: 16.65%;
	box-sizing: border-box;
    font-weight: bold;
}

#glnav li a span {
    display: block;
    text-align: center;
    padding: 3.2em 0 0.8em;
    font-size: 100%;
}

/*グロナビのデフォルト背景*/
#glnav li#gl1>a{background: url(../img/common/gl1.png) no-repeat center 0.8em;}
#glnav li#gl2>a{background: url(../img/common/gl2.png) no-repeat center 0.8em;}
#glnav li#gl3>a{background: url(../img/common/gl3.png) no-repeat center 0.8em;}
#glnav li#gl4>a{background: url(../img/common/gl4.png) no-repeat center 0.8em;}
#glnav li#gl5>a{background: url(../img/common/gl5.png) no-repeat center 0.8em;}
#glnav li#gl6>a{background: url(../img/common/gl6.png) no-repeat center 0.8em;}

/*グロナビのマウスオーバー時背景*/ /*メガメニュー開いた時背景*/
#glnav li#gl1>a:hover{background:#FEEEC8 url(../img/common/gl1.png) no-repeat center 0.8em;}
#glnav li#gl2>a:hover{background:#FEEEC8 url(../img/common/gl2.png) no-repeat center 0.8em;}
#glnav li#gl3>a:hover{background:#FEEEC8 url(../img/common/gl3.png) no-repeat center 0.8em;}
#glnav li#gl4>a:hover{background:#FEEEC8 url(../img/common/gl4.png) no-repeat center 0.8em;}
#glnav li#gl5>a:hover{background:#FEEEC8 url(../img/common/gl5.png) no-repeat center 0.8em;}
#glnav li#gl6>a:hover{background:#FEEEC8 url(../img/common/gl6.png) no-repeat center 0.8em;}



/* footer setting :
--------------------------------------------*/


#pagetop {
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 999;
	opacity: 0.9;
}

#pagetop a {
	display: block;
	width: 50px;
	height:50px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	background: #61C359;

}

#pagetop a:after {
	content:"";
	position: absolute;
    top: 40%;
    left: 50%;
	z-index:10000;
	width: 15px;
    height: 15px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
}

#pagetop a span {
	display: block;
	position: relative;
	left:-10000px;
}

#footer {
    position: relative;
    text-align: center;
    background-color: #4A4535;
    background-image: radial-gradient(#4E4939 10%, transparent 10%),radial-gradient(#4E4939 10%, transparent 10%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    padding-top: 5em;
}

#footer:after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    background: url("../img/common/f_bg.png") repeat-x;
    left: 0;
    bottom: 4.5em;
}

#footer .f_logo{
    padding: 2em 2em 0 2em;
}

#footer p{
	margin-bottom: 0.3em;
}

#footer .address{
	text-align: center;
	margin-bottom: 2em;
    color: #FFF;
}

#footer #copy {
	display:block;
	background:#3B3422;
	padding:1.5em;
	color:#fff;
	font-size:80%;
    margin-top: 10em;
}


/* frexible setting :
--------------------------------------------*/

.grid_system:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.grid_system img {
	max-width: 100%;
	height: auto;
}

.grid_3_5,
.grid_1_5,
.grid_1_12,
.grid_1_6,
.grid_1_4,
.grid_1_3,
.grid_5_12,
.grid_1_2,
.grid_7_12,
.grid_2_3,
.grid_3_4,
.grid_5_6,
.grid_4_5,
.grid_11_12,
.grid_1_1,
.grid_1_2_center { 
	display: block;
	float: left;
	margin-left: 2%;
	margin-bottom: 1.5em;
}

.grid_1_2_center{ 
	margin-left: 0;
}


.grid_1_3.right { 
	float: right;
}
.grid_2_3.left { 
	float: left;
	margin-left: 0; 
}

.grid_1_2:nth-child(2n+1){
	margin-left: 0;
}



.grid_3_5:first-child,
.grid_1_5:first-child,
.grid_1_12:first-child,
.grid_1_6:first-child,
.grid_1_4:first-child,
.grid_1_3:first-child,
.grid_5_12:first-child,
.grid_7_12:first-child,
.grid_2_3:first-child,
.grid_3_4:first-child,
.grid_5_6:first-child,
.grid_4_5:first-child,
.grid_11_12:first-child,
.grid_1_1:first-child {
	margin-left: 0;
}


.grid_3_5 { width: 58%; }
.grid_1_5 { width: 20%; }
.grid_1_12 { width: 6.5%; }
.grid_1_6 { width: 15.0%; }
.grid_1_4 { width: 23.5%; }
.grid_1_3 { width: 32.0%; }
.grid_5_12 { width: 40.5%; }
.grid_1_2 { width: 49.0%; }
.grid_7_12 { width: 57.5%; }
.grid_2_3 { width: 66.0%; }
.grid_3_4 { width: 74.5%; }
.grid_5_6 { width: 83.0%; }
.grid_4_5 { width: 78.0%; }
.grid_11_12 { width: 91.5%; }
.grid_1_1 { width: 100%; }
.grid_1_2_center { width: 50%; }


/*-- margin --*/

.mgt0 {margin-top:0 !important;}
.mgt2em {margin-top:2em !important;}
.mgt4em {margin-top:4em !important;}
.mgb0 {margin-bottom: 0 !important;}
.mgb2em {margin-bottom: 2em !important;}
.mgb0_pc {margin-bottom: 0px !important;}

/*-- padding --*/

.pdt2em {padding:2em 0 0 0 !important;}

/*-- width --*/

.w7 {width:7%!important;}
.w10 {width:10%!important;}
.w15 {width:15%!important;}
.w18 {width:18%!important;}
.w20 {width:20%!important;}
.w23 {width:23%!important;}
.w24 {width:24%!important;}
.w25 {width:25%!important;}
.w28 {width:28%!important;}
.w30 {width:30%!important;}
.w32 {width:32%!important;}
.w33 {width:33%!important;}
.w35 {width:35%!important;}
.w40 {width:40%!important;}
.w45 {width:45%!important;}
.w50 {width:50%!important;}
.w60 {width:60%!important;}
.w65 {width:65%!important;}
.w70 {width:70%!important;}
.w80 {width:80%!important;}
.w82 {width:82%!important;}
.w90 {width:90%!important;}
.w100 {width:100%!important;}

/*-- align --*/

.align_l {text-align: left !important;}
.center {text-align: center !important;}
.align_r {text-align: right !important;}
.valign_t{ vertical-align:top!important;}
.valign_m{ vertical-align:middle!important;}

/*-- font-size --*/

.fs70 {font-size:70%;}
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs110 {font-size:110%;}
.fs120 {font-size:120%;}
.fs130 {font-size:130%;}
.fs140 {font-size:140%;}

/*-- font --*/

.bold {font-weight: bold;}
.normal{font-weight:normal;}
.red {color:#C00000;}
.gray {color:#6C6C6C;}
.gren {color:#61C459;}
.blue{color:#0056b9;}
.italic {font-style:italic;}

.bgc_gy {background:#ccc;}
.bgc_cr {background:#FFFEE8;}
.bor_gr{border: solid 1px #ccc;}

.border_b{
	box-sizing:border-box;
	border:1px solid #0056b9;
}

/*-- icon --*/

img.icon {
	margin: 0 0.5em;
	vertical-align: middle;
	width:14px;
}

img.icon_pdf{
	margin:0 0.5em;
	vertical-align: middle;
}

/*-- display-none --*/
.display-none{
	display:none;
}

/*-- background --*/
.orange{background:#F7EAE3 !important;}
.bg_gl{background:#F8F8F8 !important;}




sup{font-size:70%;}

img.line_g{
	border:solid 1px #ccc;
}

.static{
	position: static;
}


.lnk1 a{
/*    width: 100%;*/
    display: inline-block;
    background: url(../img/common/arrow01.png) no-repeat right 5% center / 20px;
    text-align: center;
    padding: 1.8em 1em;
    box-sizing: border-box;
    border:solid 2px #61C359;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    box-shadow:1px 5px 20px 1px rgba(150,150,150,0.2);

}

.lnk1 a:hover{
    color:#FFF;
    font-weight: bold;
    background:  #61C359 url(../img/common/arrow01w.png) no-repeat right 5% center / 20px;
}



/* 吹き出し */

.speak{
    position: relative;
    background:#FFF;
    border-radius: 20px;
    padding: 3em;
    box-sizing: border-box;
    box-shadow:1px 5px 20px 1px rgba(150,150,150,0.3);
}

.speak:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -48px;
    margin-top: -24px;
    border: 15px solid transparent;
    border-right: 45px solid #FFF;
}



