@charset "utf-8";

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	overflow-wrap: break-word;
	word-wrap: break-word;
	box-sizing: border-box !important;
}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	font-style: normal;
	font-weight: normal;
}
div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	font-size: 101%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
html{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	background: #fff;
	width:100%;
}

/*  Toggle Scroll
 --------------------------------------------------------------------------*/
.scroll-prevent{
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

body{
	font-size: 16px;
	font-size: 1.4rem;
	background: #FFF;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
	margin-top: 60px;
	color: #222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	box-sizing: border-box;
	width:100%;
	letter-spacing: 0.05px;
}

li{
	list-style: none;
	font-size: 16px;
	font-size: 1.4rem;
}
blockquote, q{
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after{
	content: '';
	content: none;
}
input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th{
	text-align: left;
}
a:focus{
	outline: none;
}
img, object, embed, video{
	max-width: 100%;
}
input[type="submit"],
input[type="button"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

sup{
	font-size: 75.5%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -0.5em;
}
rt{
	font-size: 12px;
}
/*  set tags
 --------------------------------------------------------------------------*/
ul,ol{
	margin :0; padding:0; font-size: 100%;
}
li{
	margin: 0; padding:0; line-height: 1.5em;
}

hr{
	border:none;border-top:dashed 1px #cccccc;height:1px;color:#FFFFFF;width:auto;margin-bottom:30px;
}
a:link{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #8FD429;
	text-decoration: none;
}

section.section a:link{
	text-decoration: underline;
}

section.section a:hover{
	text-decoration: none;
}

img{
	border: none; vertical-align: top; margin-top: 0; margin-bottom: 0; display:block;
}

/* only mobile : set image size*/
img{
	width:100%;
}
img.sp50{
	width:50%;
}
@media all and (orientation: landscape) {
img.sp50{
	width:25%;
}
}

strong{
	font-weight: bold;
	text-transform: none;
}


/*  items
 --------------------------------------------------------------------------*/
.pc{
	display:none !important;
}
.sp{
	display:block !important;
}


.unk{
	margin: -50px; padding: 50px;
}

/* set border ( full wrapp ) */
.border{
	border: 1px solid #282f7d;
}

img.border{
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}
/* set color */
.cRed{
	color:#ED3C3F;
}
.cBlue{
	color: #00588c;
}

/* set position */
.tCenter{
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.noflex .tCenter{
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.tCenter img{
	display:inline;
}

.tRight{
	margin-left:auto;text-align:right;
}

/* set hide contents */
.disp{
	display: none;
}

/* set text */
.txSmall{
	font-size: .8em;
}
.tSmall{
	font-size: .9em;
}
.tLead{
	font-size: 1.4em;
	line-height: 1.8;
}
.tLarge{
	font-size: 1.4em;
}
.txLarge{
	font-size: 1.6em;
}
.tsxLarge{
	font-size: 1.8em;
}
.bold{
	font-weight: 700;
}

/* set rollover transition */
.onCng {
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
	transition: all .5s;
}

/* set image scale up */
.scale_up{
	overflow: hidden;
}
.scale_up img{
	display: block;
	transition-duration: 0.3s;
}
.scale_up img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/* set flex-box wrapp */
.flexNormal{
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flexCenter{
	width: auto;
	height: auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.flexBetween{
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.Start {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
   	justify-content: flex-start;   
}
.Middle {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
   	justify-content: center;   
}
.End {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
   	justify-content: flex-end;
}

.noflex .flexNormal,
.noflex .flexBetween{
	width: 100%;
	height: auto;
	display: block;
}

/* set width */
.w10{
	width:9%;
}
.w20{
	width:19%;
}
.w30{
	width:29%;
}
.w40{
	width:39%;
}
.w50{
	width:49%;
}
.w60{
	width:59%;
}
.w70{
	width:69%;
}
.w80{
	width:79%;
}
.w90{
	width:89%;
}
.w100{
	width:100%;
}

.noflex .w10,
.noflex .w20,
.noflex .w30,
.noflex .w40,
.noflex .w50,
.noflex .w60,
.noflex .w70,
.noflex .w80,
.noflex .w90{
	width:100% !important;	
}

/* set button */
.button,
.button-backpage{
	position: relative;
	display: block;
}
.button a,
.button input[type="submit"]{
	width: 100%;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height:1.6em;
	padding: 18px 10px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	text-decoration: none !important;
	background: #72b70d;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
}
.button a:hover,
.button input[type="submit"]:hover{
	background: #8FD429;
}
.button-backpage a{
	width: 100%;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	padding: 18px 10px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-decoration: none !important;
	background:rgb(102, 102, 102);
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
}
.button-backpage a:hover{
	background: rgb(150, 150, 150);
}
.nonext,
.nonext:active,
.nonext:hover{
	font-size: 16px;
	font-weight: 500;
	padding: 18px 10px;
	text-align: center;
	color: #fff !important;
	background-color: #ddd;
	cursor: default;
}
.nonext::before,
.nonext::after{
	content: " ";
}

/* set pagenation */
#pagenation{
	text-align: center;
}

#pagenation a{
	padding: 0 10px;
	font-size: 12px;
	display: inline-block;
	text-decoration: none !important;
    line-height: 40px;
	border:2px solid #fff;
}
#pagenation a.current{
	text-decoration: none;
	border:2px solid #8FD429;
	color: #8FD429;
	background:#fff;
}

#pagenation a:hover{
	text-decoration: none;
	border:2px solid #8FD429;
	color: #fff;
	background: #8FD429;
}

#pagenation .pageselect_wrapp{
 	width: 100%;
 	display:block;
 	padding: 30px 0;
 	font-size: 14px;
}

#pagenation input.pageselect{
	padding: 0 10px;
	display: inline-block;
	margin-right: 5px;
	line-height: 2em;
	height: 2em;
	font-size: 14px;
	width: 30%;
}

#pagenation button[type="submit"]{
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding:4px 10px;
	text-align: center;
	color: #8FD429;
	cursor: pointer;
	text-decoration: none !important;
	border-radius: 0.5em;
	border:2px solid #8FD429;
	background:#fff;
	margin-left: 10px;
}

#pagenation button[type="submit"]:hover{
	background-color: #8FD429;
	color:#fff;
	text-decoration: none !important;
}

/* set body section */
section{
	margin: 0;
	display: block;
}
section::after{
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
section.section p{
	line-height: 1.6em;
	margin-bottom: 20px;
}
section.section p.tLead{
	margin-bottom: 20px;
}
section.section p a{
	font-weight: bold;
}

/* set active link style */
.op a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* set kadomaru box */
.radi{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* set drop shadow */
.shad{
	-webkit-box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
	-moz-box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
	box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
}

/* set icon-mark  */
.blank{
	position: relative;
	padding-right: 20px;
}
.blank::after{
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0c1";
}
.pdf{
	position: relative;
	padding-right: 20px;
}
.pdf::before{
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #ed3c3f;
	content: "\f1c1";
}
.arrow{
	position: relative;
	padding-right: 20px;
}
.arrow::before{
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0da";
	display: block;
}

.arrowdown{
	position: relative;
	padding-right: 20px;
	display: inline-block;
}
.arrowdown::after{
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0d7";
}

/* set list into section */
section.section ul{
	margin: 0;
	padding: 0;
}
section.section ol{
	margin: 0;
	padding: 0;
}
section.section ul li{
	list-style-type: none;
	padding-left: 1em;
	list-style-position: inside;
	margin: 0 0 0.5em;
	line-height: 2em;
	font-size: 1em;
	position: relative;
}
section.section ol li{
	list-style-image: none;
	list-style-type: decimal;
	line-height: 2em;
	margin: 0 0 0.5em;
	padding-left: 1.5em;
	list-style-position: inside;
	text-indent: -1.5em;
	font-size: 1em;
}
section.section ol li a{
	display: inline-block;
    width: auto;
    padding-left: 1.5em;
}
section.section ul.normal li::before{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
	position: absolute;
	left: 0;
	top: 0.75em;
}
section.section ul.linknext{
	margin: 0;
}
section.section ul.linknext li{
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style-image: none;
	border: 1px solid #ddd;
	text-indent: 0;
}
section.section ul.linknext li a{
	display: block;
	width: auto;
	padding: 10px 0 10px 30px;
	position: relative;
	text-decoration: none;
	background: #fff;
}
section.section ul.linknext li a:hover{
	background: #E7F2F6;
}
section.section ul.linknext li a::after{
	content: "";
	width: 16px;
	height: 16px;
	background : url(ico-arrow.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: 100%;
	margin: 0 6px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}


@media all and (min-width:768px) and (max-width:1024px) {
}

/*  float clear */

.clearfix::after{
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix{
	display: block;
}

/*  text styles */
/*  lead text */
h1, h2, h3, h4, h5, h6{
	clear: both;
}
body.home h1.h1Title{
	display: none;
}
#contents-title{
	position: relative;
	display: block;
	width: auto;
	margin: 40px 20px 30px;
	padding: 0;
	background : url(contents-back.jpg) center center / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: cover;
	border-radius: 20px;
}
#contents-title::after{
	display: block;
	width: 100%;
	height: 30vh;
	background: rgba(0,0,0,0.3);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	z-index: 1111;
}
#contents-title-inner{
	position: relative;
	display: block;
	align-items: center;
	width: auto;
	height: 30vh;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	z-index: 2222;
}
#contents-title-inner h1{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	align-items: center;
    color: #fff;
	z-index: 2222;
}
#contents-title-inner h1 span{
	width: 100%;
	display: inline-block;
}
#contents-title-inner h1 span.jp{
	position: relative;
	font-size: 30px;
	padding: 70px 0 0;
}
#contents-title-inner h1 span.en{
	position: relative;
	font-size: 14px;
	padding: 0 0 70px;
}
#contents-title .titleimage{
	position: absolute;
	display: block;
	content:"";
	top: 0;
	right: 0;
	width: 50%;
	height: 400px;
	background-size: cover;
	z-index: 111;
}
@media all and (min-width:768px) and (max-width:1024px) {
	#contents-title::after {
		height: 20vh;
	}
	#contents-title-inner {
		height: 20vh;
	}
}


/* pankuzu navi
-------------------------------------- */
#pankuzu{
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	position: absolute;
	top: -40px;
}
#pankuzu ul{
	width: auto;
	padding: 0;
	margin: 0;
	display: block;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
}
#pankuzu ul li{
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
	position: relative;
	zoom: 1;
	font-size: 12px;
}
#pankuzu ul li:last-child span, #pankuzu ul li:last-child a{
	width: auto;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding:16px 0;
}
#pankuzu ul li a,#pankuzu ul li span{
	width: auto;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding:16px 20px 16px 0;
}
#pankuzu ul li a:hover {
}
#pankuzu ul li a::after{
	content: "";
	width: 11px;
	height: 11px;
	background : url(ico-arrow.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: 100%;
	margin: 0 6px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -5px;
}

/* contents head title
-------------------------------------- */
section.section h2.h2Type1{
	position: relative;
	padding: 0 65px;
	margin-bottom: 50px;
	text-align: center;
}
section.section h2.h2Type1::before{
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #000;
}
section.section h2.h2Type1 span{
	position: relative;
	padding: 0 1em;
	font-size: 30px;
	background: #fff;
}

section.section h3.h3Type1{
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	padding: 10px 0;
	position: relative;
	display: block;
}
section.section h3.h3Type1 span{
	padding: 10px 20px;
	border: 2px solid #C4C4C4;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
	display: block;
	position: relative;
}
section.section h4.h4Type1{
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	padding: 10px 0 10px 30px;
	border-left: 6px solid #C4C4C4;
	position: relative;
	display: block;
}
section.section h4.h4Type1 span{
	font-size: 20px;
	font-weight: 600;
	display: block;
	position: relative;
}
section.section h5.h5Type1{
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	padding: 10px 0 10px 30px;
	position: relative;
	display: block;
}
section.section h5.h5Type1 span{
	font-size: 20px;
	font-weight: 600;
	display: block;
	position: relative;
}

@media all and  (max-width:320px) {
}

@media all and (min-width:768px) and (max-width:1024px) {

}

/* spacer */
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt40{
	padding-top:40px;
}
.pt50{
	padding-top:50px;
}

.pa10{
	padding:10px;
}
.pa20{
	padding:20px;
}
.pa30{
	padding:30px;
}
.pa40{
	padding:40px;
}
.pa50{
	padding:50px;
}

.ml05{
	margin-left:5px !Important;
}
.ml10{
	margin-left:10px !Important;
}
.ml15{
	margin-left:15px !Important;
}
.ml20{
	margin-left:20px !Important;
}
.ml30{
	margin-left:30px !Important;
}

.mb00{
	margin-bottom:0px !Important;
}
.mb10{
	margin-bottom:10px !Important;
}
.mb20{
	margin-bottom:20px !Important;
}
.mb30{
	margin-bottom:30px !Important;
}
.mb40{
	margin-bottom:40px !Important;
}
.mb50{
	margin-bottom:50px !Important;
}
.mb60{
	margin-bottom:60px !Important;
}
.mb70{
	margin-bottom:70px !Important;
}
.mb80{
	margin-bottom:80px !Important;
}

.mr05{
	margin-right:5px !Important;
}
.mr10{
	margin-right:10px !Important;
}
.mr15{
	margin-right:15px !Important;
}
.mr20{
	margin-right:20px !Important;
}
.mr30{
	margin-right:30px !Important;
}

/* corner box */
.b-type01{
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	border: 2px solid #0E61CE;
	background: #fff;
	line-height: 1.5em;
	position: relative;
}
.b-type01 > p:last-child{
	margin: 0 !important;
}
.b-type02{
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	background-color: #ecffce;
	line-height:1.5em;
}
.b-type02 > p:last-child{
	margin: 0 !important;
}
.b-type03{
	margin: 0 0 30px;
	padding: 26px 20px;
	background: #ACA482;
	line-height: 1.5em;
	color:#fff;
}
.b-type03 > p:last-child{
	margin: 0 !important;
}
.b-type-alert{
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	border: 2px solid #ea5253;
	background: #fff;
	line-height: 1.5em;
	position: relative;
}
.b-type-alert > p:last-child{
	margin: 0 !important;
}

/* table */
@media all and (orientation: portrait) {
table.sp-chg th,table.sp-chg td{
	display:block;width:auto;
}
}
table{
	margin:0;padding:0;
}
table ul{
	margin:0 !important; padding:0 !important;
}
table li{
	line-height:1.8em;margin:0; font-size:1em !important;
}
table p{
	line-height:1.6em;margin:5px 0;
}
table dl{
	margin: 0 0 -1px;zoom:1;position: relative;
}
table dt{
	float: left;clear: left;width: 12em;padding: 3px 0 3px;zoom:1;
}
table dd{
	padding: 3px 0 3px 12em;	zoom:1;
}

table.table01{
  border-collapse:collapse;
  margin: 0;
  border-top:1px solid #92875A;
  border-left:1px solid #92875A;
}
table.table01 td,
table.table01 th{
  padding:10px;
}
table.table01 tr{
  border-bottom:1px solid #92875A;
}
table.table01 td{
  background: #fff;
  border-right:1px solid #92875A;
}
table.table01 th{
	background: #D7F6A9;
	border-right:1px solid #92875A;
	color: #2C6809;
	font-weight: 500;
}
table.table02{
	border: #3096BA;
	border-style: dotted;
	border-width: 1px 0 0;
	border-collapse:collapse;
	margin:0;
	font-size: 1em;
}
table.table02 td,
table.table02 th{
  padding:10px;
}
table.table02 th{
	font-weight: 500;
	color: #2C6809;
	border-color: #92875A;
	border-style: dotted;
	border-width: 0 0 1px 0;
	line-height: 1.6em;
	vertical-align: top;
	text-align: left;
}
table.table02 td{
	border-color: #92875A;
	border-style: dotted;
	border-width: 0 0 1px 0px;
	line-height: 1.6em;
	vertical-align: top;
}
table.table02 td p:last-child{
	margin:0 !important;
}
table.none{
	border: none;margin-bottom:10px;
}
table.none td{
	background-color:#ffffff;padding:5px;line-height:1.5em;
}

table.table01 table{
	border:none;margin:0;padding:0;
}
table.table01 table th{
	border:none; line-height:1.6em; margin:0; padding:0; font-weight: 500;
}
table.table01 table td{
	border:none;font-size: 1em;line-height:1.6em;margin:0;padding:2px;
}

table th.c, td.c{
	text-align:center;
}
table th.m, td.m{
	vertical-align:middle;
}
table th.r, td.r{
	text-align:right;
}

.scrolltable{
	overflow: auto;/*tableをスクロールさせる*/
white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
.scrolltable::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.scrolltable::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scrolltable::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

/* photo gallery */
.photogallery{
	width:auto;overflow:hidden;margin:0;
}
.photogallery .photo{
	width:100%;margin:0 0 10px;overflow:hidden;
}
.photogallery p{
	height:auto;margin:0;
}
.photogallery span{
	width:100%;font-size:14px;padding:0;display:inline-block;
}
.photogallery a:hover img { -webkit-transition: all .3s; transition: all .3s;opacity: .5;-webkit-opacity: .5;-moz-opacity: .5;}
@media all and (min-width:769px) and (max-width:1024px) {
	.photogallery .photo{
	width:48%;margin:0 1% 10px;
}
}

/*---------------------------------------------------------------------------
/* layout block
 --------------------------------------------------------------------------*/
/* =======================================
   wrapper
========================================== */
#container{
	width: 100%;
	margin:0;
	position:relative;
	min-width:100%;
	text-align:center;
	overflow-x: hidden;
	background : url(footer-back.png) center bottom / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: 100%;
}

body > div#container{
	height: auto;
	min-height: 100%;
}
#contents{
	position: relative;
}

/* header section
========================================== */
header{
	z-index: 9999999;
	width: 100%;
	transition: all .3s;
	position: relative;
}
body.home header{
	height: 60px;
	position: fixed;
	top: 0;
}

#header-logo,
#header-logo-contents{
	width: 50%;
    height: 60px;
    margin: 0 0 0 20px;
    padding: 0;
    z-index: 99999999;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header-logo p,
#header-logo-contents p{
	width: 100%;
	transition: 0.25s;
}

#header-logo .logo-d{
	display: none;
}
#header-logo .logo-c{
	display: block;
}

#header-logo a,
#header-logo-contents a{
	display: block;
    text-align: left;
}
#header-logo span,
#header-logo-contents span{
	display: inline-block;
}
#header-logo span:nth-child(1){
	width: 328px;
}
#header-logo span:nth-child(2){
	width: 136px;
	margin-left: 6px;
}
#header-logo img,
#header-logo-contents img{
	transition: all .3s;
	width:100%;
}

#headerpain{
	margin:0;
	padding: 0;
	width: 100%;
	height:60px;
	position: relative;
	z-index: 3333;
	transition: 0.25s;
	background: #fff;
	box-shadow: rgba(0,0,0, 0.2) 0px 2px 6px 1px;
}
#headerpain-contents{
	margin:0;
	padding: 0;
	width: 100%;
	height:60px;
	position: fixed;
	top: 0;
	z-index: 3333;
	transition: 0.25s;
	background: #fff;
	box-shadow: rgba(0,0,0, 0.2) 0px 2px 6px 1px;
}
#header{
	padding: 0;
	margin: 0;
	height: auto;
	width: 100%;
	z-index: 999999;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .3s;
}
#header-logo:hover img {
	opacity: 0.6;
}

@media all and (min-width:768px) and (max-width:1024px) {
}


/* =======================================
   global navigation
========================================== */
#g-menu-wrapp{
	width: 60px;
    max-height: 100%;
    min-height: 60px;
    padding: 0;
    margin: 0;
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
}
#g-menu-wrapp .spmenu{
	position: fixed;
    z-index: 999999;
    right: 0;
    top: 50px;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-y: auto;
    background: #fff;
    min-height: 100%;
}
.toggle-g{
	display: block;
    width: 60px;
	height: 60px;
    padding: 0;
    text-align: center;
    cursor: pointer;
	position:absolute;
    top: 0;
    right: 0;
    background: #0E61CE;
	z-index:999999;
}
.toggle-g span:nth-of-type(1){
	display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 14px;
    width: 50%;
    height: 4px;
    background: #fff;
    top: 20px;
}
.toggle-g span:nth-of-type(2){
    display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
    left: 14px;
    width: 50%;
	height: 4px;
    background: #fff;
	top: 27px;
}
.toggle-g span:nth-of-type(3){
    display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
    left: 14px;
    width: 50%;
	height: 4px;
    background: #fff;
	top: 34px;
}
.toggle-g.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.toggle-g.active span:nth-of-type(2) {
	opacity: 0;
}
.toggle-g.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
/* --------------------------------------------------- menu */
#g-menu-wrapp .spmenu{
    position: fixed;
    z-index: 999999999;
    right: 0;
    top: 60px;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-overflow-scrolling:touch;
    overflow-y: auto;
	background: #3a3a3a;
	min-height:100%;
	height:100%;
}
#g-menu-wrapp .spmenu ul.mainmenu{
    position: relative;
    z-index: 999999999;
    margin: 0;
    padding: 50px 0 30px;
	overflow-y:auto;
	opacity: 0;
	top: -100%;
	width:100%;
	visibility: hidden;
}
#g-menu-wrapp .spmenu ul.active{
	height: 100%;
	overflow-y: auto;
	opacity: 1;
	top: 0;
	visibility: visible;
}
#g-menu-wrapp .spmenu ul.mainmenu li{
    list-style: none;
	float:none;
	position:relative;
}

#g-menu-wrapp .spmenu ul.mainmenu li a{
	width:auto;
    display: block;
	position: relative;
    padding: 20px 0 0 0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align:center;
	font-size: 16px;
	line-height: 60px;
    color: #fff;
}
#g-menu-wrapp .spmenu ul.mainmenu li::last-child a {
	border-bottom:0;
}
#g-menu-wrapp .spmenu ul.mainmenu li::last-child {
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#g-menu-wrapp .spmenu ul li a::before{
    margin-right: 10px;
    content: "";
    background-size: auto 100%;
    width: 30px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -15px;
}
html.fixed body.home #g-menu-wrapp .spmenu ul li a::before{
	position: absolute;
	top: 5px;
	left: 50%;
    content: "";
    background-size: auto 100%;
    width: 30px;
    margin-left: -15px;
}
body.other #g-menu-wrapp .spmenu ul li a::before{
	position: absolute;
	top: 5px;
	left: 50%;
    content: "";
    background-size: auto 100%;
    width: 30px;
    margin-left: -15px;
}
#g-menu-wrapp .spmenu ul li a.about::before{
    height: 25px;
    background : url(ico-hokkaido.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.event::before{
    height: 22px;
    background : url(ico-calender.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.officer::before{
    height: 24px;
    background : url(ico-officer.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.map::before{
    height: 21px;
    background : url(ico-map.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.member::before{
    height: 25px;
    background : url(ico-key.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.relation::before{
    height: 18px;
    background : url(ico-team.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.home::before{
    height: 19px;
    background : url(ico-house.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
@media all and (min-width:768px) and (max-width:1024px) {

}

@media all and (max-width:320px) {
	li.menu__mega div.menu__second-level{
		display: block;
	}
	li.menu__mega div.menu__second-level dl{
		width: 100%;
	}
}
/* =======================================
   footer section
========================================== */
#page-back{
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 9999999999999;
}
#page-back a{
    text-decoration: none;
    padding: 0;
    display: block;
    z-index: 9999999999999;
}
footer{
	width: 100%;
	position: relative;
	z-index: 5555;
}
.footer-wrapp{
	width: auto;
	margin: 0 20px;
	padding: 30px 0;
	height: auto;
	display: block;
}
#footer-about{
	padding: 0;
	margin: 0 0 30px;
	width: 100%;
	position: relative;
    text-align: left;
}
#footer-about .logo{
	margin-bottom: 20px;
}
#footer-about .logo img{
	width: 90%;
}
#footer-about .address{
	font-size: 16px;
	margin-bottom: 20px;
}
#footer-about .telfax{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer-about .telfax .tel{
	position: relative;
	display: flex;
	align-items: center;
}
#footer-about .telfax .tel::before,
#footer-about .telfax .fax::before{
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    content: "";
}
#footer-about .telfax .tel::before{
    background : url(ico-tel.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#footer-about .telfax .fax::before{
    background : url(ico-fax.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#footer-about .telfax .fax{
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 16px;
}
#footer-menu{
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
    text-align: left;
}
#footer-menu ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
#footer-menu li{
	width: auto;
	padding: 0;
	margin: 0 1%;
	position: relative;
	text-align: left;
}
#footer-menu ul li a{
	display: flex;
	align-items: center;
	position: relative;
	line-height: 50px;
	padding: 0;
	text-decoration: none;
	font-size: 14px;
}
#footer-menu ul li a::after{
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#footer-menu ul li a:hover::after{
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
#footer-menu ul li a::before{
    margin-right: 5px;
    content:"";
    background-size: auto 100%;
}
#footer-menu ul li a.about::before{
    background : url(ico-hokkaido-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 25px;
}
#footer-menu ul li a.event::before{
    background : url(ico-calender-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 22px;
}
#footer-menu ul li a.officer::before{
    background : url(ico-officer-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 24px;
}
#footer-menu ul li a.map::before{
    background : url(ico-map-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 21px;
}
#footer-menu ul li a.member::before{
    background : url(ico-key-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 25px;
}
#footer-menu ul li a.relation::before{
    background : url(ico-team-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 18px;
}
#footer-menu ul li a.home::before{
    background : url(ico-house-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 19px;
}
#footer-copy{
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	line-height: 50px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: right;
}
#footer-logo{
	padding: 0;
	height: auto;
	margin: 0;
	width: 28%;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footer-logo p.logo{
	margin-bottom: 5px;
}
#footer-logo img{
	width:100%;
}
@media all and (max-width:360px) {
	#footer-about .telfax{
		font-size: 16px;
	}
}
@media all and (min-width:768px) and (max-width:1024px) {
	#page-back{
		bottom: 240px;
	}
	.footer-wrapp {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#footer-about{
		width: 45%;
		margin: 0;
	}	
	#footer-menu{
		width: 52%;
	}
}

/* =======================================
   contents section
========================================== */
/* set inner contents
--------------------------------------------*/
.contents-inner{
	margin: 0 20px;
	padding:30px 0;
	width: auto;
	text-align: left;
	position: relative;
	display: block;
	z-index: 2222;	
}

section.section{
	margin: 0;
	padding: 0 0 30px;
	width: auto;
}
.contents-inner::before{
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

@media all and (min-width:768px) and (max-width:1024px) {

}


/* =======================================
   Top page
========================================== */
#toppage-mainimage{
	width: 100%;
    height: 50vh;
    transition: 0.25s;
    position: relative;
}
#toppage-mainimage .text-l,
#toppage-mainimage .text-s{
	width: 80%;
}
#toppage-mainimage img{
	width: 100%;
}

/* --- 背景の指定 ------------------------------------------- */
.slide .bgImg{
	position   : absolute;
	top        : 0;
	left       : 0;
	bottom     : 0;
	right      : 0;
	opacity    : 0;
	animation  : bgAnime 12s infinite;   /* 3画像 × 各4s = 12s */
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.slide .src1{
	background-image : url(mainimage.jpg);   /* 背景の画像を指定 */
}
.slide .src2{
	background-image : url(mainimage2.jpg);   /* 背景の画像を指定 */
	animation-delay  : 4s;
}
.slide .src3{
	background-image : url(mainimage3.jpg);   /* 背景の画像を指定 */
	animation-delay  : 8s;
}

@keyframes bgAnime {
	0%  { opacity: 0; }
	10% { opacity: 1; }
	28% { opacity: 1; }
	38% { opacity: 0; }
	100%{ opacity: 0; }
}
.slide .bgImg .text-l{
	display: none;
}
.slide .bgImg .text-s {
	display: flex;
}
@media all and (min-width:768px) and (max-width:1024px) {
}

/* news topics
---------------------------------------- */
/* toppage news area
---------------------------------------- */
#toppage-newsblock{
	width: 100%;
	background : url(../common/img/home/topics-back.jpg) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: cover;
	position: relative;
	padding: 0 0 80px;
}
#toppage-newsblock h2.topicstitle{
    width: 100%;
    padding: 70px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#toppage-newsblock h2.topicstitle .jp{
    font-size: 30px;
    font-weight: 400;
}
#toppage-newsblock h2.topicstitle .en{
    font-size: 12px;
    color: #8FD429;
    font-weight: 600;
    margin-left: 10px;
}
#toppage-newsblock .newstopics{
	width: auto;
    margin: 0 20px;
    padding: 0 0 30px;
    position: relative;
    display: block;
}
#toppage-newsblock .newstopics a,
#toppage-newsblock .newstopics .nolink{
	width: 100%;
	display: block;
    height: auto;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #92875A;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 500;
}
#toppage-newsblock .newstopics a:hover{
	background: #fffeec;
}
#toppage-newsblock .newstopics dl{
	width: 100%;
    height: auto;
    padding: 50px 30px;
}
#toppage-newsblock .newstopics dt{
	width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
#toppage-newsblock .newstopics dd span{
	display: block;
}
#toppage-newsblock .newstopics dt span.date{
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	line-height: 1.6em;
	font-size: 14px;
	text-align: left;
}
#toppage-newsblock .newstopics li span.new{
	position: relative;
	margin: 0 !important;
	zoom: 1;
	width: 3em;
	padding: 0;
	font-size: 14px;
	color: #ed3c3f;
}
#toppage-newsblock .newstopics dd span.text,
#toppage-newsblock .newstopics dd span.nolink{
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 16px;
	line-height: 1.6em;
	overflow: hidden;
}
#toppage-newsblock .newstopics dd span.button{
	margin: 0 auto;
	padding: 0;
	width: 80%;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	font-size: 16px;
	background: #8FD429;
	color: #fff;
	position: relative;
}
#toppage-newsblock .newstopics dd span.button::after{
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 18px;
	height: 18px;
	content: "";
	background : url(ico-arrow-wh.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
	margin-top: -9px;
}
#toppage-newsblock .newstopics a.pdf{
	padding-left:24px;
}
#toppage-newsblock .newstopics a.pdf::before{
	left: 0;
}

@media all and (min-width:768px) and (max-width:1024px) {
	#toppage-newsblock .newstopics {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	#toppage-newsblock .newstopics a{
		width: 32%;
	}
	#toppage-newsblock .newstopics::before{
	    content: "";
	    display: block;
	    width: 32%;
	    height: 0;
	    order: 1;
	}
	#toppage-newsblock .newstopics::after{
	    content: "";
	    display: block;
	    width: 32%;
	    height: 0;
	}	
	#toppage-newsblock .newstopics dd span.text,
	#toppage-newsblock .newstopics dd span.nolink{
		margin: 0;
		height: 140px;
	}
}

/* =======================================
   Contents common element
========================================== */
/* Contents page common element
---------------------------------------- */

/* Map
---------------------------------------- */
.accessmap{
	width: 100%;
}
.accessmap iframe{
	width: 100%;
	height: 650px;
}

@media all and (min-width:768px) and (max-width:1024px) {

}
/* Member login
---------------------------------------- */
.memberlogin{
	width: auto;
	margin: 0;
	padding: 50px 20px;
	background: #fff;
	border-radius: 30px;	
	box-shadow: rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
}
.memberlogin dl{
	display: block;
	width: 100%;
	margin-bottom: 50px;
}
.memberlogin dt{
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.memberlogin dd{
	width: 100%;
	display: block;
}
.memberlogin dd input{
	padding: 20px;
	width: 80%;
	font-size: 20px;
}
.memberlogin dd input:focus{
	background: #ecffce;
}
@media all and (min-width:768px) and (max-width:1024px) {
	.memberlogin{
		width: 80%;
		margin: 0 auto;
		padding: 80px 20px;
	}
	.memberlogin dl{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-bottom: 50px;
	}
	.memberlogin dt{
		width: auto;
		margin-right: 30px;
	}
	.memberlogin dd{
		width: 50%;
	}
}