@charset "utf-8";

/* --------------------------------------------------------- */
/* 全共通 - common.css
------------------------------------------------------------ */
/* すべてに反映されるので変更の際は注意してください */


/* DEFAULT
------------------------------------------------------------ */
* {
	padding: 0;
	margin: 0;
}
html { font-size: 62.5%; }
body{
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 1.0rem;
	line-height: 1.5em;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
ul, ol {
	list-style-type: none;
	list-style-image:none;
}
img {
	vertical-align: top;
	max-width : 100% ;
	height : auto ;
}
a { outline: none; }
a img { border: 0; }
a:link, a:visited {
	color: #1291D8;
	text-decoration: underline;
}
a:hover, a:active {
	color: #037AEA;
	text-decoration: none;
}


/* OUTLINE
------------------------------------------------------------ */
/* #wrapper {} */
#headBox { overflow: visible; }
#wrapper { }
#head {
	border-bottom: solid 2px #84c94c;
}
#contents { }
#main { }
#side { width: 100%; }
#side:after {
	content: "";
	clear: both;
	display: block;
}
.foot_enq {
	width: 100%;
}
.foot_enq a {
	display: block;
	padding: 1.5em;
	border: double thick #fff;
	background: #e48c2c;
	width: 90%;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 auto 25px auto;
	line-height: 1.2em;
}
.foot_enq a:hover, .foot_enq a:active {
	opacity: 0.6;
}

#footBox {
	background: #f6f1fa;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}
#foot {
	margin: 0 10px;
	width: calc(100% - 20px);
	box-sizing:border-box;
}
.pc { display: none; }
.sp { display: block; }

@media only screen and (min-width: 770px) and (max-width: 999px) {
.foot_enq {}
.foot_enq a {}
#head { }
#contents { }
#main { }
#side { }
#footBox { }
#foot { }
.pc { display: block; }
.sp { display: none; }

}
@media print, screen and (min-width: 1000px) {
.foot_enq {
	width: 1000px;
	margin: 0 auto;
}
.foot_enq a {
	width: 700px;
	margin: 0 0 25px 0;
}
#footBox {}
#foot {
	width: 1000px;
	margin: 0 auto;
}
.pc { display: block; }
.sp { display: none; }

}
/* #head
------------------------------------------------------------ */
#head {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	border: none;
	display: block;
	z-index: 1;
	overflow: visible;
}
#head_title {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
}
#head_title h1 {
	width: 260px;
	height: 50px;
}
#head_title .head_btn {
	width: 50px;
	height: 45px;
	margin: 5px 5px 0 0;
	box-sizing: border-box;
}
.head_sp { display: block;}
.head_pc { display: none; }

.gnavi {
	display: flex;
	justify-content: center;
	width: 100%;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	margin: 10px 0 0 0;
}
.nav-inner {
	background: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.nav-toggle {
	display: none;
}
.nav-item {
	width: calc(100% / 3);
	position: relative;
}
.nav-item > a {
	padding: 15px;
	line-height: 1.5em;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	border-bottom: 3px solid #fff;
	box-sizing: border-box;
}
.nav-item > a:link,  .nav-item > a:visited {
	text-decoration: none;
}
.nav-item > a:hover,  .nav-item > a:active {
	text-decoration: none;
	opacity: 0.7;
	cursor: pointer;
}
.nav-item i {
	padding-left: 4px;
	color: #e48c2c;
}
.nav-item .dropdown {
	visibility: hidden;
	opacity: 0;
}
.is-show .dropdown {
	visibility: visible;
	opacity: 1;
}
.dropdown {
	display: flex;
	flex-wrap: wrap;
	width: calc(100vw - 40px);
	position: absolute;
	top: 120%;
	z-index: 10;
	padding: 15px;
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 5px;
	transition: 0.2s ease;
	box-sizing: border-box;
}
.dropdown.d_1 { left: 10%; }
.dropdown.d_2 { left: -90%; }
.dropdown.d_3 { left: -190%; }
.dropdown.d_1::before, .dropdown.d_2::before, .dropdown.d_3::before {
	content: "";
	position: absolute;
	top: -16px;
	margin-left: -16px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 16px 16px 16px;
	border-color: transparent transparent #fff transparent;
	z-index: 0;
	transition: 0.2s ease;
}
.dropdown.d_1::before { left: 15%; }
.dropdown.d_2::before { left: 50%; }
.dropdown.d_3::before { left: 85%; }
.dropdown.d_1::after, .dropdown.d_2::after, .dropdown.d_3::after {
	content: "";
	position: absolute;
	top: -20px;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #ccc transparent;
	z-index: -1;
	transition: 0.2s ease;
}
.dropdown.d_1::after { left: 15%; }
.dropdown.d_2::after { left: 50%; }
.dropdown.d_3::after { left: 85%; }
.dropdown li {
	position: relative;
	width: 50%;
}
.dropdown li a {
	position: relative;
	display: block;
	font-size: 16px; font-size: 1.6rem;
	padding: 10px 10px 10px 20px;
}
.dropdown li a::before {
	font-family: 'Material Icons';
	content: '\e5df';
	position: absolute;
	font-size: 16px; font-size: 1.6rem;
	top: 9px;
	left: 0;
	color: #e48c2c;
}
.dropdown li a:link, .dropdown li a:visited {
	color: #666;
	text-decoration: none;
}
.dropdown li a:hover, .dropdown li a:active {
	color: #666;
	text-decoration: underline;
}
@media only screen and (min-width: 770px) and (max-width: 999px) {
#head { }
#head_title h1 {
	width: 260px;
	height: 50px;
	box-sizing: border-box;
}
#head_title .head_btn {
	width: 200px;
	height: 45px;
}
.head_sp { display: none; }
.head_pc { display: block; }
}
@media print, screen and (min-width: 1000px) {
#head_title {
	width: 1000px;
	margin: 0 auto;
}
#head_title h1 {
	height: 50px;
	width: 750px;
	box-sizing: border-box;
	display: block;
}
#head_title .head_btn {
	width: 200px;
	height: 45px;
}
.head_sp { display: none; }
.head_pc { display: block; }
.nav-item > a {
	padding: 20px 15px;
	font-size: 20px; font-size: 2rem;
}
.dropdown {
	width: 80%;
	display: block;
}
.dropdown.d_1, .dropdown.d_2, .dropdown.d_3 {
	left: 10%;
}
.dropdown.d_1::before, .dropdown.d_2::before, .dropdown.d_3::before {
	left: 50%;
}
.dropdown.d_1::after, .dropdown.d_2::after, .dropdown.d_3::after {
	left: 50%;
}
.dropdown li { width: 100%; }
.sp_br { display: none; }
}
/* #side
------------------------------------------------------------ */


/* #foot
------------------------------------------------------------ */
#footBox p {
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.6em;
	color: #333;
	text-align: center;
}
#footBox p span {
	font-size: 12px; font-size: 1.2rem;
}
#footBox label {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.6em;
	display: block;
	position: relative;
	margin: 0 10px 10px 10px;
	padding: 10px 10px 10px 40px;
	font-weight: bold;
	cursor :pointer;
	transition: all 0.5s;
	background: #fff;
	color: #333;
	font-wsight: bold;
	/*角丸にする*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#footBox label::before {
	display: block;
	font-family: 'Material Icons';
	content: '\e5cf';
	position: absolute;
	left: 12px;
	top: 10px;
	color: #e48c2c;
}
.footsp:checked + label::before {
	content: '\e5ce';
	font-family: 'Material Icons';
	position: absolute;
	left: 12px;
	top: 10px;
	color: #e48c2c;
}
#footBox input { display: none; }
#foot {
	height: 0;/*高さを0に*/
	padding: 0;/*余白を0に*/
	overflow: hidden;/*非表示に*/
	opacity: 0;/*中身を透明に*/
	transition: 0.8s;/*クリック時の動きを滑らかに*/
	display: flex;
	flex-wrap: wrap;
}
.footsp:checked + label + #foot {
	height: auto;
	opacity: 1;
}
.foot_flex {
	width: 250px;
	box-sizing: border-box;
	padding: 0;
}
.foot_flex > ul {
	padding: 0 20px;
}
.foot_flex > ul > li {
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.8em;
	box-sizing: border-box;
	color: #333;
	padding-left: 20px;
	position: relative;
	margin-bottom: 15px;
}
.foot_flex > ul > li::before {
	font-family: 'Material Icons';
	content: '\e5df';
	position: absolute;
	font-size: 20px; font-size: 2rem;
	top: 0;
	left: 0;
	color: #e48c2c;
}
.foot_flex ul li ul li {
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.8em;
	box-sizing: border-box;
	color: #333;
	padding: 0 0 0 20px;
	position: relative;
}
.foot_flex ul li ul li::before {
	font-family: 'Material Icons';
	content: '\e5df';
	position: absolute;
	top: 0;
	left: 0;
	color: #e48c2c;
}
.foot_flexM > ul {
	display: flex;
	flex-wrap: wrap;
}
.foot_flexM > ul > li {
	width: 210px;
	box-sizing: border-box;
}
#foot a:link, #foot a:visited {
	color: #333;
	text-decoration: underline;
}
#foot a:hover, #foot a:active {
	text-decoration: none;
}
#foot h4 {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.6em;
	color: #333;
	padding: 10px 10px 10px 24px;
	position: relative;
}
#foot h4::before {
	font-family: 'Material Icons';
	content: '\e1c4';
	color: #e48c2c;
	position: absolute;
	font-weight: normal;
	top: calc;
	left: 0;
}
@media only screen and (min-width: 770px) and (max-width: 999px) {
#footBox label { display: none; }
#foot {
	height: auto;
	opacity: 1;
	transition: none;
}
}
@media print, screen and ( min-width: 1000px ) {
#footBox label { display: none; }
#foot {
	height: auto;
	opacity: 1;
	transition: none;
}
.foot_flexM {
	flex-basis: 500px;
}
}

/* .pagetop
------------------------------------------------------------ */
.page-top {
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
.page-top p {
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 12px ;
	bottom: 12px ;
	z-index: 11;
}
.page-top a:hover, .page-top a:active { color: #fff; }
.move-page-top {
	display: block ;
	background: #D36015 ;
	width: 40px ;
	height: 40px ;
	cursor: pointer ;
	color: #fff ;
	line-height: 40px ;
	text-decoration: none ;
	text-align: center ;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	/* transition */
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
@media print, screen and ( min-width: 770px ) {
.page-top p {
	right: 16px ;
	bottom: 16px ;
}
.move-page-top:hover { opacity: 0.85; }
.move-page-top {
	width: 50px ;
	height: 50px ;
	line-height: 50px ;
}
}
/* ADJUSTMENT
------------------------------------------------------------ */
.hidden {
	display: none;
	visibility: hidden;
}
.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.cAlg { text-align: center !important; }
.rAlg { text-align: right; }
.lAlg { text-align: left; }
.rFlt { float: right; }
.lFlt { float: left; }

.underline { text-decoration: underline; }
.text_bold { font-weight: bold; }

/* .pagetop */
.pagetop {
	line-height: 36px;
	text-align: right;
}
.pagetop a { padding: 0 0 0 13px; }
.pagetop a:link, .pagetop a:visited { color: #343434; }

/* .blank */
.blank { }
._blank2::after {
	content: "\e9ba";
	font-family: 'Material Icons';
	vertical-align: middle;
	font-size: 16px; font-size: 1.6rem;
	text-decoration: none;
}
