@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@import url('./font-awesome.min.css'); */

:root{
	--main-color: #f08300;
	--sub-color: #f9f5e1;
	--color-darkGreen: #0A590A;
	--color-green: #009644;
	--color-greenYellow: #ADE30F;
	--color-bg: #f9f9f9;
	--color-gray: #DBDCDC;
	--color-darkGray: #b8b8b8;
	--color-blue: #00c7f1;
  --color-white: #fff;
  --color-beige: #f3f1e9;
  --color-yellow: #FFFF00;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
}

body {
    /* background-color: #f9f9f9; */
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

img {
	vertical-align: middle;
}

a,
a:hover,
a:visited
{
    color: inherit;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.pt10{ padding-top: 10px; }
.pt20{ padding-top: 20px; }
.pt30{ padding-top: 30px; }
.pt40{ padding-top: 40px; }
.pt50{ padding-top: 50px; }
.pt60{ padding-top: 60px; }
.pt70{ padding-top: 70px; }
.pt80{ padding-top: 80px; }
.pt90{ padding-top: 90px; }
.pt100{ padding-top: 100px; }
.pr10{ padding-right: 10px; }
.pr20{ padding-right: 20px; }
.pr30{ padding-right: 30px; }
.pr40{ padding-right: 40px; }
.pr50{ padding-right: 50px; }
.pr60{ padding-right: 60px; }
.pr70{ padding-right: 70px; }
.pr80{ padding-right: 80px; }
.pr90{ padding-right: 90px; }
.pr100{ padding-right: 100px; }
.pb10{ padding-bottom: 10px; }
.pb20{ padding-bottom: 20px; }
.pb30{ padding-bottom: 30px; }
.pb40{ padding-bottom: 40px; }
.pb50{ padding-bottom: 50px; }
.pb60{ padding-bottom: 60px; }
.pb70{ padding-bottom: 70px; }
.pb80{ padding-bottom: 80px; }
.pb90{ padding-bottom: 90px; }
.pb100{ padding-bottom: 100px; }
.pl10{ padding-left: 10px; }
.pl20{ padding-left: 20px; }
.pl30{ padding-left: 30px; }
.pl40{ padding-left: 40px; }
.pl50{ padding-left: 50px; }
.pl60{ padding-left: 60px; }
.pl70{ padding-left: 70px; }
.pl80{ padding-left: 80px; }
.pl90{ padding-left: 90px; }
.pl100{ padding-left: 100px; }

.pTB10{	padding-top: 10px; padding-bottom: 10px; }
.pTB20{	padding-top: 20px; padding-bottom: 20px; }
.pTB30{	padding-top: 30px; padding-bottom: 30px; }
.pTB40{	padding-top: 40px; padding-bottom: 40px; }
.pTB50{	padding-top: 50px; padding-bottom: 50px; }
.pTB60{	padding-top: 60px; padding-bottom: 60px; }
.pTB70{	padding-top: 70px; padding-bottom: 70px; }
.pTB80{	padding-top: 80px; padding-bottom: 80px; }
.pTB90{	padding-top: 90px; padding-bottom: 90px; }

.px10{	padding-left: 10px; padding-right: 10px; }
.px20{	padding-left: 20px; padding-right: 20px; }
.px30{	padding-left: 30px; padding-right: 30px; }
.px40{	padding-left: 40px; padding-right: 40px; }
.px50{	padding-left: 50px; padding-right: 50px; }
.px60{	padding-left: 60px; padding-right: 60px; }
.px70{	padding-left: 70px; padding-right: 70px; }
.px80{	padding-left: 80px; padding-right: 80px; }
.px90{	padding-left: 90px; padding-right: 90px; }

.pd10{ padding: 10px; }
.pd20{ padding: 20px; }
.pd30{ padding: 30px; }
.pd40{ padding: 40px; }
.pd50{ padding: 50px; }
.pd60{ padding: 60px; }
.pd70{ padding: 70px; }
.pd80{ padding: 80px; }
.pd90{ padding: 90px; }
.pd100{ padding: 100px; }

.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.mr10{ margin-right: 10px !important; }
.mr20{ margin-right: 20px !important; }
.mr30{ margin-right: 30px !important; }
.mr40{ margin-right: 40px !important; }
.mr50{ margin-right: 50px !important; }
.mr60{ margin-right: 60px !important; }
.mr70{ margin-right: 70px !important; }
.mr80{ margin-right: 80px !important; }
.mr90{ margin-right: 90px !important; }
.mr100{ margin-right: 100px !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; }
.mb90{ margin-bottom: 90px !important; }
.mb100{ margin-bottom: 100px !important; }
.mt1em{ margin-top: 1em !important; }
.mt2em{ margin-top: 2em !important; }
.mt3em{ margin-top: 3em !important; }
.mt4em{ margin-top: 4em !important; }
.mt5em{ margin-top: 5em !important; }
.mt6em{ margin-top: 6em !important; }
.mt7em{ margin-top: 7em !important; }
.mt8em{ margin-top: 8em !important; }
.mt9em{ margin-top: 9em !important; }
.mt10em{ margin-top: 10em !important; }
.mb1em{ margin-bottom: 1em !important; }
.mb2em{ margin-bottom: 2em !important; }
.mb3em{ margin-bottom: 3em !important; }
.mb4em{ margin-bottom: 4em !important; }
.mb5em{ margin-bottom: 5em !important; }
.mb6em{ margin-bottom: 6em !important; }
.mb7em{ margin-bottom: 7em !important; }
.mb8em{ margin-bottom: 8em !important; }
.mb9em{ margin-bottom: 9em !important; }
.mb10em{ margin-bottom: 10em !important; }
.ml10{ margin-left: 10px !important; }
.ml20{ margin-left: 20px !important; }
.ml30{ margin-left: 30px !important; }
.ml40{ margin-left: 40px !important; }
.ml50{ margin-left: 50px !important; }
.ml60{ margin-left: 60px !important; }
.ml70{ margin-left: 70px !important; }
.ml80{ margin-left: 80px !important; }
.ml90{ margin-left: 90px !important; }
.ml100{ margin-left: 100px !important; }

.mXAuto{
  margin-left: auto;
  margin-right: auto;
}

.w10{ width: 10%; }
.w20{ width: 20%; }
.w30{ width: 30%; }
.w40{ width: 40%; }
.w45{ width: 45%; }
.w46{ width: 46%; }
.w47{ width: 47%; }
.w50{ width: 50%; }
.w60{ width: 60%; }
.w70{ width: 70%; }
.w77{ width: 77%; }
.w80{ width: 80%; }
.w90{ width: 90%; }
.w100{ width: 100%; }

.mw10{ max-width: 10%; }
.mw20{ max-width: 20%; }
.mw30{ max-width: 30%; }
.mw40{ max-width: 40%; }
.mw45{ max-width: 45%; }
.mw46{ max-width: 46%; }
.mw47{ max-width: 47%; }
.mw50{ max-width: 50%; }
.mw60{ max-width: 60%; }
.mw70{ max-width: 70%; }
.mw77{ max-width: 77%; }
.mw80{ max-width: 80%; }
.mw90{ max-width: 90%; }
.mw100{ max-width: 100%; }

.halfWidth > div{
    width: calc(100% / 2);
}

.flDirRev{
  flex-direction: row-reverse;
}

.btnlink{
  display: inline-block;
	color: #FFF;
  text-decoration: none;
	border: 1px solid #2974e5;
	padding: 4px 50px 4px 15px;
	background-color: #2974e5;
	background-image: url(../img/bg_btnlink.png);
	background-position: 95% 45%;
	background-repeat: no-repeat;
}
.btnlink:hover{
	color: #2974e5;
	background-color: #FFF;
}

.btn-link{
  display: inline-block;
  padding: 10px 20px;
	background-color: #2974E5;
	color: #fff;
	text-decoration: none;
}

a.download{
  display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
  border: 1px solid #ccc;
	text-decoration: none;
	padding: 12px 20px;
}
a.download p:nth-child(1){
	color: #2974e5;
}
a.download p:nth-child(2){
	background-color: #2974e5;
	color: #fff;
	text-align: center;
	padding: 5px 50px;
}

.grecaptcha-badge {
  bottom: 70px !important;
}

/* ClearFix
**************************************/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*
**************************************/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1.0s;
	transform: translateY(30px);
}
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* General
**************************************/
html{
	/* font-family: "メイリオ", Meiryo, "Noto Serif JP", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-family: "Noto Sans Japanese", sans-serif;
}
body{
	font-size:110%;
	line-height: 1.6;
}

input,
select,
textarea {
  font-family: "メイリオ", Meiryo, "Noto Serif JP", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.for-sp{
	display: none;
}

.dspIb { display: inline-block; }

.fL{ float: left; }
.fR{ float: right; }
.ofHdn{ overflow: hidden; }
.flex{ display: flex; }
.jcSB{ justify-content: space-between; }
.jcSA{ justify-content: space-around; }
.jcFS{ justify-content: flex-start; }
.jcC{ justify-content: center; }
.fwWrap{ flex-wrap: wrap; }
.aiC{ align-items: center; }

.cldW48 > *{
  width: 48% !important;
}

.wmVR{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.rJustified{
	margin-left: auto;
}


/* .sec:last-child{
	margin-bottom: 0;
} */


.innerWrap{
  max-width: 1200px;
  /* max-width: 1480px; */
  margin: 0 auto;
  padding: 4em 10px;
}
.innerWrap.l {
  max-width: 1480px;
}
.innerWrap.s {
  max-width: 1200px;
}
header .innerWrap,
#contents #mainImg .innerWrap,
#contents #topicPath .innerWrap,
footer .innerWrap
{
  padding: 0 10px;
}

.tC{ text-align: center; }

.bBox{
	border: 1px #ccc solid;
/*	background: #ccc;*/
/*	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
}

.bg{ background: var(--color-bg); }
.bgBlue{ background: var(--color-blue); }
.bgWhite{ background: var(--color-white); }
.bgGray{ background: var(--color-gray); }
.bgMainColor{ background: var(--main-color); }
.bgSubColor{ background: var(--sub-color); }
.bgBeige{ background: var(--color-beige); }
.tWhite,
.txtWhite{
  color: #fff;
}
.bgBlue.tWhite span{ color: #fff !important; }

.transparent{
	position: relative;
}
.transparent::before{
	content: "";         /* 疑似要素に必須 */
	width: 100%;         /* 幅いっぱい */
	height: 100%;        /* 高さいっぱい */
	display: block;      /* 高さを指定するためにブロック要素にする */
	/* background: linear-gradient(to left, rgba(0,0,0,0), #000 100%); 徐々に透明にする */
	/* background: radial-gradient(rgba(0,0,0,0), #000 70%);  */
	position: absolute;  /*  */
	top: 0;
	left: 0;
}



.red{
	color: #f00;
}
.b{ font-weight: bold; }

.tRight,
.tR
{
	text-align: right;
}

.idt1,
ul.att > li{
	text-indent: -1.0em;
	margin-left: 1.0em;
}

.marker {
	background: linear-gradient(to top, rgba(0,0,0,0) 0 10%, yellow 10% 50%, rgba(0,0,0,0) 50% 100%);
}

.w100per{ width: 100%; }
.w70per{ width: 70%; }
.r30per{ margin-left: 30%; }
.r50per{ margin-left: 50%; }

/* fonts
**************************************/
.fs90{ font-size: 90%; }
.fs110{ font-size: 110%; }
.fs120{ font-size: 120%; }



.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}

.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}


/* header
**************************************/
header{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background: var(--main-color);
}
/* header > .innerWrap {
  max-width: 1600px;
} */
header > .innerWrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin: 10px 0;
}
header > .innerWrap > div > div:nth-child(1) {
  flex: 1;
}
header > .innerWrap > div .headerNavi .navi {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
header > .innerWrap .navi > li {
  padding-left: .5em;
}
header > .innerWrap .navi > li > a::before {
  display: inline-block;
  content: "▼";
  color: #ffff00;
  font-size: 90%;
  margin-right: 4px;
  vertical-align: 2px;
  transform: rotate(-90deg);
}
header > .innerWrap .navi a {
  display: block;
  color: var(--color-white);
  font-size: min(1vw, 12pt);
}
header > .innerWrap .navi .withHierarchy + .detail {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #ECFFEE;
  padding: 10px;
  transition: all 0.3s 0s ease;
}
header > .innerWrap .navi .withHierarchy:hover + .detail,
header > .innerWrap .navi .withHierarchy + .detail:hover
{
  visibility: visible;
  opacity: 1;
}
header > .innerWrap .navi .withHierarchy + .detail > li:not(:first-child) {
  border-top: 1px dashed #231815;
  padding-top: 5px;
  margin-top: 5px;
}
header > .innerWrap .navi .withHierarchy + .detail a {
  color: #000;
}
header > .innerWrap .navi .withHierarchy + .detail a:hover {
  text-decoration: underline;
}

header > .innerWrap .etc > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

header > .innerWrap .etc > ul > li > a,
header > .innerWrap .etc > ul > li > span
{
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: min(1vw, 12pt);
}

header > .innerWrap .etc .contact a {
  color: var(--main-color);
  text-decoration: none;
  background-color: #FFFFB8;
  border: 1px solid #FFFFB8;
  padding: 2px 10px;
  min-height: 30px;
  transition: all 0.3s 0s ease;
}
header > .innerWrap .etc .contact > a:hover {
  color: #FFFFB8;
  background-color: var(--main-color);
}
/* header > .innerWrap .etc li > span {
  display: block;
  color: var(--color-white);
  background-color: var(--color-darkGreen);
  border: 1px solid var(--color-darkGreen);
  padding: 5px;
  min-height: 32px;
} */

header > .innerWrap .members_only a {
  color: var(--color-white);
  text-decoration: none;
  background-color: var(--color-green);
  border: 1px solid var(--color-green);
  padding: 2px 10px;
  min-height: 30px;
  transition: all 0.3s 0s ease;
}
header > .innerWrap .members_only a:hover {
  color: var(--color-green);
  background-color: var(--color-white);
}

header > .innerWrap .members_only .detail {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #ECFFEE;
  padding: 10px;
  transition: all 0.3s 0s ease;
}
header > .innerWrap .members_only .detail:hover,
header > .innerWrap .members_only span:hover + .detail
{
  visibility: visible;
  opacity: 1;
}
header > .innerWrap .members_only .detail li:not(:first-child) {
  border-top: 1px dashed #231815;
  padding-top: 5px;
  margin-top: 5px;
}

header > .innerWrap .members_only .detail li a:hover {
  text-decoration: underline;
}

/* meanmenu */
.meanmenu-reveal-btn {
  display: none;
  box-sizing: border-box;
  /* width: 60px;
  height: 60px; */
  right: 0;
  top: 0;
}
.meanmenu-reveal {
  width: 26px;
  height: 20px;
  /* margin: 13px 17px 27px 17px; */
  display: block !important;
  position: relative;
  background-color: var(--color-white) !important;
  padding: 8px !important;
}
.meanmenu-reveal > div {
  background-color: var(--color-white);
}
.meanmenu-reveal span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 4px;
  margin: 0 auto;
}
.meanmenu-reveal span:nth-of-type(1) {
  top: 8px;
  background: var(--main-color);
}
.meanmenu-reveal span:nth-of-type(2) {
  top: 16px;
  background: var(--main-color);
}
.meanmenu-reveal span:nth-of-type(3) {
  top: 24px;
  background: var(--main-color);
}

.meanmenu-reveal  span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;
}
.meanmenu-reveal  span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.meanmenu-reveal  span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}

.meanclose span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
  top: -2px;
}
.meanclose span:nth-of-type(2) {
  opacity: 0;
}
.meanclose span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateX(-50%) translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(0);
  }
}

@keyframes menu-ber01 {
  0% {
    transform: translateX(-50%) translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateX(-50%) translateY(8px) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(0);
  }
}

@keyframes menu-ber02 {
  0% {
    transform: translateX(-50%) translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateX(-50%) translateY(-8px) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(18px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(18px) rotate(45deg);
  }
}

@keyframes active-menu-ber01 {
  0% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    transform: translateX(-50%) translateY(18px) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(18px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-ber03 {
  0% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(-8px) rotate(-45deg);
  }
}

#sideNavi {
  position: fixed;
  right: 0;
  bottom: 1%;
  z-index: 1;
}

/* contents
**************************************/
#contents {
  margin-top: 1px;
}
#contents .mainTitle{
  position: relative;
}
#contents .mainTitle img{
  width: 100%;
  max-height: 600px;
  vertical-align: middle;
}
#contents .mainTitle h2{
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
}
#contents .mainTitle h2 span{
  display: block;
  line-height: 1.3;
}
#contents .mainTitle h2 span:nth-child(1){
  font-size: 400%;
  font-style: oblique;
}
#contents .mainTitle h2 span:nth-child(2){
  font-size: 150%;
}

#contents #menu > ul{
  justify-content: start;
  flex-wrap: wrap;
}
#contents #menu > ul > li{
  /* 各ページで設定 */
  /* width: calc(100% / 3); */
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#contents #menu > ul a{
  display: block;
  padding: 40px 20px;
  text-align: center;
  color: #222;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
#contents #menu > ul a:hover{
  background-color: #eee;
}

#contents #menu > ul a span{
  display: block;
}
#contents #menu > ul a span.ico{
  min-width: 60px;
  padding: 10px;
  margin: 0 auto;
}
#contents #menu > ul a span.ico img{
  width: auto;
  height: auto;
}
#contents #menu > ul a span.en{
  font-size: 20px;
  line-height: 28px;
  font-family: 'Poppins';
  font-weight: 500;
}
#contents #menu > ul a span.ja{
  font-size: 15px;
  line-height: 28px;
  font-weight: 200;
}

/* #contents h3{
  padding: 2.5em 0;
}
#contents h3.bgBlue{
  padding: 5em 0;
}
#contents h3 span:nth-child(1){
  display: block;
  font-size: 30px;
  line-height: 34px;
  font-family: 'Poppins';
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.2em;
  color: dimgray;
}
#contents h3 span:nth-child(2){
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: dimgray;
} */

#contents .inbox {
  background-color: var(--color-white);
  padding: 3em;
}

.contactSec{
  background: url("../img/bg_contact_box.png") center bottom no-repeat;
  background-size: cover;
  min-height: 420px;
  width: 100%;
  color: #fff;
}
.contactSec .contact_title {
  text-align: center;
  padding: 90px 0 10px;
  margin: auto;
}
.contactSec .contact_title .company{
  font-size: 150%;
  font-weight: bold;
}
.contactSec .contact_title .tel{
  font-size: 200%;
  font-weight: bold;
}

.contactSec .btnList{
  justify-content: center;
  flex-wrap: wrap;
}

.contactSec .btn-contact_link {
  display: block;
  background-color: #ff9900;
  padding: 0.8em 1em;
  font-size: 120%;
  width: clamp(20%, 260px, 100%);
  margin: 1.5em;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

/* .form */
/* #contents .form > dl > div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
#contents .form > dl > div > dt,
#contents .form > dl > div > dd
{
	padding:14px;
}
#contents .form > dl > div > dt{
	width: 24%;
}
#contents .form > dl > div > dd{
	width: 76%;
} */
#contents .form input,
#contents .form select,
#contents .form textarea
{
	border: 3px solid #DFDFDF;
	padding: 10px 5px;
  font-size: 17.6px;
}
#contents .form input[type="radio"]{
	vertical-align: -1px;
}

#contents .form .btn {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
  border-radius: 50px;
  padding: 5px 20px;
	cursor: pointer;
  transition: all .3s 0s ease;
}
#contents .form .btn:hover {
  color: #000;
  background-color: #fff;
}
#contents .form .must {
}
#contents .form .must::after {
  content: "※";
  color: red;
  margin-left: .2em;
}

#contents .error,
#contents .errortext
{
	color: #ff0c00;
	border-block: 1px dashed #ff0c00;
	padding: 1em .5em;
  margin-bottom: 1em;
}

/* footer
**************************************/
footer #footerNavi {
  padding: 3em 0;
}
footer #footerNavi .innerWrap > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 3em 1em;
}
footer #footerNavi .innerWrap > div > dl dt {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: .2em;
}
footer #footerNavi .innerWrap > div > dl dt::before {
  display: inline-block;
  content: "▼";
  color: var(--main-color);
  transform: rotate(-90deg);
  vertical-align: 2px;
}
footer #footerNavi .innerWrap > div > dl dd .btnNewWebForm,
footer #footerNavi .innerWrap > div > dl dd .btnMember
{
  display: inline-block;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  padding: 5px 20px;
  margin-top: .5em;
}
footer #footerNavi .innerWrap > div > dl dd .btnNewWebForm {
  border: 1px solid #3f509f;
  background-color: #3f509f;
}
footer #footerNavi .innerWrap > div > dl dd .btnNewWebForm:hover {
  color: #3f509f;
  background-color: #fff;
}
footer #footerNavi .innerWrap > div > dl dd .btnMember {
  border: 1px solid #229686;
  background-color: #229686;
}
footer #footerNavi .innerWrap > div > dl dd .btnMember:hover {
  color: #229686;
  background-color: #fff;
}

footer #footerInfo {
  padding: 3.0em 0;
}

footer #footerInfo .innerWrap .fAddress {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
footer #footerInfo .innerWrap .fAddress > div:nth-child(1) {
  flex: 1 1 auto;
}

footer #footerInfo .innerWrap > .address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1em;
}
footer #footerInfo .innerWrap > .etcLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
/* footer #footerInfo .innerWrap > .etcLink > div {
  margin-bottom: 1em;
} */
footer #footerInfo .innerWrap > .etcLink ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
}
footer #footerInfo .innerWrap > .etcLink ul > li:not(:first-child) {
  border-left: 1px solid #000;
  padding-left: .5em;
}
footer #footerInfo .innerWrap > .etcLink .btnLink {
  display: inline-block;
  color: var(--color-white);
  text-decoration: none;
  background-color: var(--main-color);
  padding: 5px 10px;
  border: 1px solid var(--main-color);
}
footer #footerInfo .innerWrap > .etcLink .btnLink:hover {
  color: var(--main-color);
  background-color: var(--color-white);
}
footer #copyright {
  color: var(--color-white);
  text-align: center;
  background-color: #262626; 
}
footer #copyright .innerWrap {
  padding-block: 1.5em;
}


/* PageTop
**************************************/
#pagetop {
	text-decoration: none;
  text-align: right;
  margin-top: 10px;
	/* position: fixed;
	bottom: 1%;
	right: 0%;
	z-index: 99999; */
}

#pagetop a {
  display: inline-block;
  color: #fff;
  font-size: 80%;
	line-height: 1.7;
	background: rgba(160, 160, 160, .8);
	padding: 10px 15px;
  border-radius: 6px;
}

/*
****************************************/
#contents .topics {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 4em;
  margin-bottom: 4em;
}
#contents .topics:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
#contents .topics .ttl {
	text-align: center;
}
#contents .topics .ttl > p{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	border-bottom: 2px solid #000;
	margin-bottom: 1em;
}
#contents .topics .btn {
	text-align: center;
	margin-top: 1.5em;
}
#contents .topics .btn_more {
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
  border-radius: 50px;
	padding: 2px 30px;
}
#contents .topics .btn_more:hover {
	color: #000;
	background: #fff;
}

#contents .topics_list {
  border-bottom: 2px solid var(--main-color);
  margin-bottom: 1.2em;
}
#contents .topics_list > ul {
    width: min(100%, 710px);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 1px;
    margin-inline: auto;
}
#contents .topics_list > ul li a {
	/* min-width: 130px; */
  color: var(--color-white);
	font-size: min(3.5vw, 100%);
	text-align: center;
	display: block;
	outline: none;
  text-decoration: none;
  padding: .2em 0 0;
  background-color: var(--main-color);
  opacity: .5;
}

#contents .topics_list > ul li a:hover,
#contents .topics_list > ul li a.on{
  opacity: 1;
}
#contents ul.photo_list{
	margin-top: 15px;
	overflow: hidden;
}

#contents ul.photo_list li{
	margin: 0 20px 10px 0;
	float: left;
	width: 240px;
}

#contents div.topics_detail dt strong{
	font-size: 135%;
	margin: 0 5px;
}

#contents div.topics_detail dd strong{
	display: block;
}

#contents div.topics_detail .underline{
	text-decoration: underline;
}

#contents div.topics_detail ul.indent > li{
	text-indent: -1.0em;
	margin-left: 1.0em;
	margin-bottom: 1.0em;
}

#contents .top_tabs > li {
	display: flex;
	gap: 1em;
	margin-bottom: .5em;
}
#contents .top_tabs p {
	margin-bottom: 0;
}
#contents .top_tabs > li p.data {
	width: 150px;
	font-weight: bold;
	font-size: 120%;
}
#contents .top_tabs > li > div.mark > span {
	width: 7.5em;
    color: #fff;
    text-align: center;
    padding: .1em .5em;
	display: inline-block;
}
#contents .top_tabs > li .generalMember > span {
	background-color: #2c57e4;
}
#contents .top_tabs > li .member > span {
	background: #ff9000;
}
#contents .top_tabs > li .general > span {
    background-color: #0071BC;
}
#contents .top_tabs > li .emergency_bulletin > span{
    background-color: #662D91;
}
#contents .top_tabs > li .important > span {
    background-color: #ED1C24;
}
#contents .top_tabs > li .deals > span {
    background-color: #22B573;
}
#contents .top_tabs > li .event > span {
    background-color: #f562c8;
}










#contents .top_tabs > li > div.detail {
	padding-top: .2em;
	flex: 1;
}
#contents .top_tabs > li > div.detail a {
	color: #000;
	font-size: 110%;
}
/* #contents .top_tabs > li > div.detail a:hover {
	text-decoration: none;
} */

.zennichinews > div {
	display: flex;
	gap: 1em;
	margin-bottom: .5em;
}
.zennichinews > div > dt {
	width: 150px;
	font-weight: bold;
	font-size: 120%;
}
.zennichinews > div > dd {
	flex: 1;
}
.zennichinews > div > dd a {
	color: #000;
	font-size: 110%;
}
/* .zennichinews > div > dd a:hover {
	text-decoration: none;
} */


/* #contents dl.detail dd{
	margin: -1.5em 0 5px 80px;
}

#contents dl.detail2 dd{
	margin: -1.5em 0 5px 50px;
}

#contents dl.detail3 dd{
	margin: -1.5em 0 5px 7em;
} */




/* フローティングバナー */
#floatingBanner {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}
#floatingBanner > div {
  display: inline-block;
  position: relative;
  text-align: right;
}
#floatingBanner .banner-close {
  position: absolute;
  top: 20%;
  right: 0;
  display: flex;
  align-items: center;
}
#floatingBanner .banner-close span:nth-child(1) {
  font-size: 90%;
}
#floatingBanner .banner-close span:nth-child(2) {
  font-size: 130%;
}

@media screen and (max-width: 1200px){
}


@media screen and (max-width: 430px){
  a{
    word-break: break-all;
  }
	.for-pc{
		display: none !important;
	}
	.for-sp{
		display: block;
	}
	.sp-blk{
		display: block;
	}
	.spFlDirCol{
		flex-direction: column;
	}
  .spFlDirColRev{
		flex-direction: column-reverse;
	}
  
  .sp-tL{ text-align: left; }
  .sp-tC{ text-align: center; }
  .sp-tR{ text-align: right; }

  .sp-10{ width: 10% !important; }
  .sp-20{ width: 20% !important; }
  .sp-30{ width: 30% !important; }
  .sp-40{ width: 40% !important; }
  .sp-50{ width: 50% !important; }
  .sp-60{ width: 60% !important; }
  .sp-70{ width: 70% !important; }
  .sp-80{ width: 80% !important; }
  .sp-90{ width: 90% !important; }
  .sp-95{ width: 95% !important; }
  .sp-100,
  .sp-full{ width: 100% !important; }
  .sp-400px{ width: 400px !important; }
  .sp-450px{ width: 450px !important; }
  .sp-500px{ width: 500px !important; }

  .sp-pd0{ padding: 0; }
  .sp-pd10{ padding: 10px; }
  .sp-pd20{ padding: 20px; }
  .sp-pd30{ padding: 30px; }
  .sp-pd40{ padding: 40px; }
  .sp-pd50{ padding: 50px; }
  .sp-pd60{ padding: 60px; }
  .sp-pd70{ padding: 70px; }
  .sp-pd80{ padding: 80px; }
  .sp-pd90{ padding: 90px; }
  .sp-pd100{ padding: 100px; }

  .sp-py0{ 
    padding-top: 0;
    padding-bottom: 0;
  }
  .sp-py10{ 
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sp-py20{ 
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sp-py30{ 
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sp-py40{ 
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sp-py50{ 
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sp-py60{ 
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sp-py70{ 
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .sp-py80{ 
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sp-py90{ 
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .sp-py100{ 
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sp-px0{ 
    padding-left: 0;
    padding-right: 0;
  }
  .sp-px10{ 
    padding-left: 10px;
    padding-right: 10px;
  }
  .sp-px20{ 
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp-px30{ 
    padding-left: 30px;
    padding-right: 30px;
  }
  .sp-px40{ 
    padding-left: 40px;
    padding-right: 40px;
  }
  .sp-px50{ 
    padding-left: 50px;
    padding-right: 50px;
  }
  .sp-px60{ 
    padding-left: 60px;
    padding-right: 60px;
  }
  .sp-px70{ 
    padding-left: 70px;
    padding-right: 70px;
  }
  .sp-px80{ 
    padding-left: 80px;
    padding-right: 80px;
  }
  .sp-px90{ 
    padding-left: 90px;
    padding-right: 90px;
  }
  .sp-px100{ 
    padding-left: 100px;
    padding-right: 100px;
  }
  
  .sp-m0{ margin: 0; }
  .sp-m10{ margin: 10px; }
  .sp-m20{ margin: 20px; }
  .sp-m30{ margin: 30px; }
  .sp-m40{ margin: 40px; }
  .sp-m50{ margin: 50px; }
  .sp-m60{ margin: 60px; }
  .sp-m70{ margin: 70px; }
  .sp-m80{ margin: 80px; }
  .sp-m90{ margin: 90px; }
  .sp-m100{ margin: 100px; }

  .sp-mt0{ margin-top: 0 !important; }
  .sp-mt10{ margin-top: 10px !important; }
  .sp-mt20{ margin-top: 20px !important; }
  .sp-mt30{ margin-top: 30px !important; }
  .sp-mt40{ margin-top: 40px !important; }
  .sp-mt50{ margin-top: 50px !important; }
  .sp-mt60{ margin-top: 60px !important; }
  .sp-mt70{ margin-top: 70px !important; }
  .sp-mt80{ margin-top: 80px !important; }
  .sp-mt90{ margin-top: 90px !important; }
  .sp-mt100{ margin-top: 100px !important; }

  .sp-my0{ 
    margin-top: 0;
    margin-bottom: 0;
  }
  .sp-my10{ 
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sp-my20{ 
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sp-my30{ 
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sp-my40{ 
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sp-my50{ 
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sp-my60{ 
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sp-my70{ 
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .sp-my80{ 
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .sp-my90{ 
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .sp-my100{ 
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .sp-mx0{ 
    margin-left: 0;
    margin-right: 0;
  }
  .sp-mx10{ 
    margin-left: 10px;
    margin-right: 10px;
  }
  .sp-mx20{ 
    margin-left: 20px;
    margin-right: 20px;
  }
  .sp-mx30{ 
    margin-left: 30px;
    margin-right: 30px;
  }
  .sp-mx40{ 
    margin-left: 40px;
    margin-right: 40px;
  }
  .sp-mx50{ 
    margin-left: 50px;
    margin-right: 50px;
  }
  .sp-mx60{ 
    margin-left: 60px;
    margin-right: 60px;
  }
  .sp-mx70{ 
    margin-left: 70px;
    margin-right: 70px;
  }
  .sp-mx80{ 
    margin-left: 80px;
    margin-right: 80px;
  }
  .sp-mx90{ 
    margin-left: 90px;
    margin-right: 90px;
  }
  .sp-mx100{ 
    margin-left: 100px;
    margin-right: 100px;
  }

  a.download{
    flex-direction: column;
  }

  #pagetop {
    margin-right: 5px;
  }
  #pagetop a > span:nth-child(2) {
    display: none;
  }

  .innerWrap{
    padding: 2.5em 10px;
  }

	/* header img, */
	/* #contents img, */
	/* footer img
	{
		width: 100%;
	} */

  .menuOpen {
    overflow: hidden;
  }
  #overlay {
    display: none;
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
  }
  .menuOpen #overlay {
    display: block;
  }
  .menuOpen header {
    z-index: 101;
  }

  header h1 img {
    padding: 0 15px 0 5px;
  }

  header > .innerWrap > div {
    display: block;
    margin: 10px 0 15px 0;
  }
  header > .innerWrap > div > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .meanmenu-reveal-btn {
    display: block;
  }
  header > .innerWrap > div > div:nth-child(2) {
    /* padding-top: 1em; */
    position: absolute;
    right: -100%;
    background-color: #fce6cc;
    overflow-y: auto;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    max-height: 99dvh;
    padding-top: 1.0em;
    padding-bottom: 7.0em;
    z-index: 101;
    transition: all 0.5s 0s ease;
    top: 3.6em;
  }
  .menuOpen header > .innerWrap > div > div:nth-child(2) {
    right: 0;
  }
  header > .innerWrap .navi {
    flex-direction: column;
    margin-bottom: 1em;
  }
  header > .innerWrap .navi a {
    color: #000;
    font-size: 100%;
  }
  header > .innerWrap .navi > li > a::before {
    color: var(--main-color);
  }
  header > .innerWrap .navi .withHierarchy + .detail {
    display: block;
    position: static;
    background-color: transparent;
    margin-left: 0;
  }
  header > .innerWrap .navi .withHierarchy + .detail a {
    font-size: 90%;
    color: #000;
  }
  header > .innerWrap .navi .withHierarchy + .detail a::before {
    content: "・";
  }

  header > .innerWrap .etc > ul {
    flex-direction: column;
    align-items: normal;
  }
  header > .innerWrap .etc > ul > li > a,
  header > .innerWrap .etc > ul > li > span
  {
    font-size: 100%;
  }
  header > .innerWrap .etc .contact a {
    min-height: auto;
  }
  header > .innerWrap .etc li > span {
    min-height: auto;
  }
  header > .innerWrap .members_only .detail {
    display: block;
    position: static;
    background-color: transparent;
    margin-left: .5em;
  }
  header > .innerWrap .navi .withHierarchy + .detail,
  header > .innerWrap .members_only .detail
  {
    visibility: visible;
    opacity: 1;
  }
  header > .innerWrap .members_only .detail a {
    color: var(--color-white);
  }

  #contents{
    margin-top: 0;
  }

  #contents .table_wrapper{
    width: auto;
    overflow: scroll;
  }
  #contents .table_wrapper > table {
      min-width: 750px;
      overflow: auto;
  }

  #contents .mainTitle h2{
    left: 5%;
  }
  #contents .mainTitle h2 span:nth-child(1){
    /* display: block; */
    /* color: #ffffff; */
    /* font-family: 'Poppins'; */
    font-size: 38px;
    font-weight: normal;
    /* line-height: 48px; */
  }
  #contents .mainTitle h2 span:nth-child(2){
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
  }
  #contents #menu > ul > li > a{
    padding: 20px 10px 20px 10px;
  }

  .contactSec .contact_title {
    padding: 30px 0 10px;
  }
  .contactSec .btn-contact_link {
    margin: 1.0em;
  }

  /* form */
  #contents .form > dl {
    justify-content: start;
    flex-direction: column;
  }
  #contents .form > dl > div > dt,
  #contents .form > dl > div > dd
  {
    width: 100%;
  }
  #contents .form > dl > div > dt {
    padding: 0;
  }
  
  #contents .form input,
  #contents .form select,
  #contents .form textarea
  {
    box-sizing: border-box;
    border: 3px solid #ddd;
    padding: 5px;
    font-size: 18px;
  }
  #contents .form input[type="radio"]{
    vertical-align: -1px;
  }
  
  #contents .form .btn [type="submit"]{
    width: 100%;
  }

  #contents .topics {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
  #contents .topics > div {
    margin-top: 0;
    margin-bottom: 1em;
  }
  #contents .topics .ttl > p {
    font-size: 7vw;
    margin-bottom: .5em;
  }
  #contents .topics_list > ul {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  #contents .top_tabs > li {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0;
  }
  #contents .top_tabs > li p.data {
    font-size: 90%;
  }
  #contents .top_tabs > li > div.mark > span {
    font-size: 80%;
  }
  #contents .top_tabs > li > div.detail {
    font-size: 90%;
    grid-column: 1 / 3;
  }

  #contents .inbox {
    padding-inline: 10px;
  }

  .zennichinews > div {
    flex-direction: column;
    gap: 0;
    /* border-bottom: 1px dashed #ccc;
    padding-bottom: .5em; */
  }
  .zennichinews > div > dt {
    font-size: 90%;
  }
  .zennichinews > div > dd a {
    font-size: 90%;
  }

  footer #footerInfo .innerWrap > div .facebook a img {
    width: 40px;
  }
  footer #footerInfo .innerWrap > div .facebook a span {
    font-size: 80%;
    line-height: 1.3;
  }

  footer #footerNavi {
    padding-top: 1em;
  }
  footer #footerInfo .innerWrap .fAddress {
    text-align: center;
  }
  footer #footerNavi .innerWrap > div {
    text-align: center;
    /* grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); */
    grid-template-columns: 1fr;
  }
  footer #footerNavi .innerWrap > div > dl dt {
    font-size: 4.5vw;
    margin-bottom: .2em;
  }
  footer #footerEtc .innerWrap > div ul {
    flex-wrap: wrap;
  }
  footer #footerInfo .innerWrap .address {
    margin-block: 1em;
  }

  #floatingBanner .banner-close {
    top: 1.5em;
  }

  footer #footerInfo .innerWrap > .etcLink {
    flex-direction: column-reverse;
    gap: 1em;
  }
}
