@charset "utf-8";

/* =reset
------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,header, section, article, footer, article, aside, time ,nav,a{
margin:0;
padding:0;
}

fieldset,img{
  border:0;
}
address,caption,cite,code,dfn,em,th,var{
font-style:normal;
font-weight:normal;
}
ol,ul{
list-style:none;
}
caption,th{
text-align:left;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
q:before,q:after{
content:'';
}
abbr,acronym{
border:0;
}
p{
text-justify:inter-ideograph;
margin: 0;
}

header, section, article, footer, article, aside, time ,nav { display: block; }

ul{
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
-webkit-padding-start: 0;
}
figure {
display: block;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}

button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
font-size: 100%;
font-family: inherit;
}


/* =base
------------------------------------------------------------------------------------------*/
* { box-sizing: border-box; }
body { counter-reset: number 0; font-family: 'Noto Sans JP', 'Noto Sans JP IE', sans-serif; font-feature-settings : "palt"; font-size: 16px; line-height: 1.6em;}
img { vertical-align: bottom; }
a { color: #DF801A; text-decoration: none; outline: none; }
a:hover { color: #DF801A; text-decoration: none; opacity: .6;}
a:hover img { opacity: 0.8; filter: alpha(opacity=80); }
.section-wrap p:not(:last-of-type) { margin-bottom: 1em; }

/* =header
------------------------------------------------------------------------------------------*/
header { background: #fff; display: table; position: relative; top: 0; width: 100%; z-index: 1; border-top: solid 3px #e95098;}
header .header-wrap { display: table; margin: 0 auto; padding: 15px 20px; width: 100%; }
header .left { display: table-cell; line-height: 1em; vertical-align: middle; width: 16%; }
header .right { display: table-cell; margin: .5em 0; vertical-align: middle; width: 84%; }
header h1 { color: #000; font-size: 10px; line-height: 1em; text-align: right; }
header .logo-eplus { width: 100px; height: 21px;}
header .logo-eplus img { width: 100%; }

/* =foot
-----------------------------------------------------------------------------------------*/
footer { background: #fff; color: #000; text-align: center; width: 100%;  margin: 0 auto; padding: 50px 0; }
footer p { font-size: 12px; line-height: 1em;}
footer .footer-logo-eplus a{ width: 41px; height: 37px; margin: 0 auto; display: block;}

  /* =ページトップ
------------------------------------------------------------------------------------------*/
.page_top { margin: 0; position: fixed; right: 100px; bottom: 50px; text-align: center; z-index: 10; }
.page_top a { background: rgba(255,255,255,.8); border: 1px solid #ccc; border-radius: 40px; color: #000; display: block; font-size: 11px; height: 80px; line-height: 80px; transition: all .2s; width: 80px; }
.page_top a:hover{text-decoration: none; opacity: 1;}
/* = sp nav
------------------------------------------------------------------------------------------*/
.sp-nav { display: none; }

/* = breadcrumb
------------------------------------------------------------------------------------------*/
.breadcrumb { margin: 30px auto ; max-width: 1000px; width: 92%; }
.breadcrumb li { color: #696969; display: inline; }
.breadcrumb li a { font-size: 14px; line-height: 1.2em; text-decoration: underline; }
.breadcrumb li:not(:last-child)::after { content: " > "; color: #696969; }

/* = parts
------------------------------------------------------------------------------------------*/
.pc-none { display: none; }
.sp-none { display: block; }

/* 横並びbox */
.clearfix::after,
.clearfix::before,
.float-box::after,
.float-box::before { content: ""; clear: both; display: block; }
.float-box { width: 102%; margin-bottom: -5%;}
.float-box .box01 { width: 98%; margin-bottom: 5%;}
.float-box .box02,
.float-box .box03,
.float-box .box04 { float: left; margin: 0 2% 5% 0; }
.float-box .box02 { width: 48%; }
.float-box .box03 { width: 31.3%; }
.float-box .box04 { width: 23%; }
.float-box .box01 img,
.float-box .box02 img,
.float-box .box03 img,
.float-box .box04 img { width: 100%; }
.table-box { display: table; width: 100%; }
.table-box .box02,
.table-box .box03,
.table-box .box04 { display: table-cell; vertical-align: middle; }
.table-box .box02 { width: 50%; }
.table-box .box03 { width: 33.3%; }
.table-box .box04 { width: 25%; }
.table-box .box02 img,
.table-box .box03 img,
.table-box .box04 img { width: 100%; }


/* font */
.moreless { font-size: .8em; line-height: 1.4em; }
.less { font-size: .9em; line-height: 1.4em; }
.mid { font-size: 1.1em; line-height: 1em; }
.big { font-size: 1.2em; line-height: 1em; }
.bigger { font-size: 1.3em; line-height: 1em; }
.biggest { font-size: 1.5em; line-height: 1em; }
.font-bold { font-weight: bold; }
.font-normal { font-weight: normal; }
.font-minchou { font-family: "ＭＳ 明朝",serif; font-weight: normal; }
.font-yu-minchou { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; font-weight: normal; }
.font-italic { font-style: italic; }
.copyright { font-size: 12px; line-height: 1.4em;}

/* textColor */
.text-red { color: #cc0000; }
.text-white { color: #fff; }
.text-black { color: #000; }
.sat { color: #0b5792; }
.sun { color: #a63646; }

/* textAlign */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* margin */
.mb-05vw { margin-bottom: .5vw !important; }
.mb-1vw { margin-bottom: 1vw !important; }
.mb-2vw { margin-bottom: 2vw !important; }
.mb-3vw { margin-bottom: 3vw !important; }
.mb-4vw { margin-bottom: 4vw !important; }
.mb-5vw { margin-bottom: 5vw !important; }
.mb-6vw { margin-bottom: 6vw !important; }
.mb-7vw { margin-bottom: 7vw !important; }
.mb-8vw { margin-bottom: 8vw !important; }
.mb-9vw { margin-bottom: 9vw !important; }
.mb-10vw { margin-bottom: 10vw !important; }
.mb-01em { margin-bottom: .1em !important; }
.mb-02em { margin-bottom: .2em !important; }
.mb-03em { margin-bottom: .3em !important; }
.mb-04em { margin-bottom: .4em !important; }
.mb-05em { margin-bottom: .5em !important; }
.mb-06em { margin-bottom: .6em !important; }
.mb-07em { margin-bottom: .7em !important; }
.mb-08em { margin-bottom: .8em !important; }
.mb-09em { margin-bottom: .9em !important; }
.mb-1em { margin-bottom: 1em !important; }
.mb-2em { margin-bottom: 2em !important; }

/* linkButtonBased */
.link-button a { box-sizing: border-box; text-decoration:none;  display: block; border-radius: 100px; font-size: 22px; font-weight: bold; line-height: 1em; margin: 0 auto; padding: 1.5em .2em; position: relative; text-align: center; transition: .1s; width: 100%; max-width: 550px;}
.link-button a:hover { text-decoration: none; opacity: .8;}
.link-button a:active { box-shadow: none; }

/* linkButtonColor */
.link-button a { background: #f16baa; color: #fff; }

/* 16:9 wrap(youteubeとか) */
.video-outer-wrap { margin: 0 auto 30px; width: 60%; }
.video-wrap { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0px; width: 100%; }
.video-wrap iframe { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }

/* periodBox */
.period-box { background: #f8f8f8; border: 1px solid #cc0000; box-sizing: border-box; color: #cc0000; font-size: 26px; font-weight: bold; line-height: 1.4em; margin: 0 auto 20px; padding: 25px 0; text-align: center; width: 80%; }

/* bottomLineBased */
.solid-line { border-bottom: 1px solid #000; }
.dotted-line { border-bottom: 1px dotted #000; }
.dashed-line { border-bottom: 1px dashed #000; }

/* bottomLinePadding */
.solid-line,
.dotted-line,
.dashed-line { padding-bottom: 16px; }

/* textList(div等で囲む) */
p.text-list,
.text-list ul li { padding: 0 0 3px 1.1em; position: relative; }
p:not(:last-of-child).text-list { margin-bottom: 1em; }
.text-list ul li:not(:last-of-child) { margin-bottom: 5px; }
p.text-list::before,
.text-list ul li::before { content: "※"; position: absolute; left: 0; }
p.text-list-dotted::before,
.text-list-dotted ul li::before { content: "・"; }
p.text-list-circle::before,
.text-list-circle ul li::before { content: "●"; }
p.text-list-square::before,
.text-list-square ul li::before { content: "■"; }
p.text-list-counter,
.text-list-counter ul li { padding-left: 5.1em; }
p.text-list-counter::before,
.text-list-counter ul li::before { counter-increment: number 1; content: "" counter(number) ""; }

/* linkOff */
.link-off a { background: #ccc!important; border: none!important; box-shadow: none!important; pointer-events: none!important; }
.link-off a::after { display: none!important; }

/* smartphone
------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
  /* =base
  ------------------------------------------------------------------------------------------*/
  body { font-size: 14px; line-height: 1.6em; }

  /* =header
  ------------------------------------------------------------------------------------------*/
  header { border-top: solid 2px #e95098; }
  header .header-wrap { padding: 8px 8px 10px; }
  header .left,
  header .right { display: block; width: 100%; }
  header .left { margin-bottom: 10px; }
  header .right { margin: 0; }
  header h1 { text-align: left; line-height: 1.2em;}
  header .logo-eplus { width: 60px; height: 12px;}

  /* =foot
  -----------------------------------------------------------------------------------------*/
  footer { padding: 30px 0; }

  /* =pagetop
  ------------------------------------------------------------------------------------------*/
  .page_top{ display: none; }

  /* = sp nav
  ------------------------------------------------------------------------------------------*/
  .sp-nav { display: block; }
  #toggle { background: #fcc700; position: fixed; top: 0; right: 0; height: 45px; width: 45px; transition: .2s; z-index: 11; }
  #toggle .button { background: #fff; height: 4px; position: absolute; top: calc(50% - 2px); left: 20%; transition: .3s; width: 60%; }
  #toggle .button::before,
  #toggle .button::after { background: #fff; content: ""; display: block; height: 4px; position: absolute; top: 50%; left: 0; transition: .3s; width: 100%; }
  #toggle .button::before { margin-top: -12px; }
  #toggle .button::after { margin-top: 8px; }
  #toggle .close { background: transparent; top: calc(50% - 4px); }
  #toggle .close::before,
  #toggle .close::after{ margin-top: 0; }
  #toggle .close::before{ transform: rotate(-45deg); }
  #toggle .close::after{ transform: rotate(-135deg); }
  #menu { opacity: 0; transition: .3s; display: none;}
  #menu.open { display: block !important; opacity: 1; transition: .1s; }
  .nav-menu { background: rgba(0,0,0,.8); height: 100%; height: 100vh; position: fixed; top: 0; transition: .3s; width: 100%; width: 100vw; z-index: 10; }
  .nav-menu li:first-child { border-bottom: 1px solid #666; height: 45px; }
  .nav-menu li a { border-bottom: 1px solid #666; color: #fff; display: inherit; font-size: 14px; line-height: 1em; padding: 14px 0; width: 100%; text-align: center; }

  /* = parts
  ------------------------------------------------------------------------------------------*/
  .pc-none { display: block; }
  .sp-none { display: none; }

  /* 横並びbox */
  .float-box,
  .float-box .box01,
  .float-box .box02,
  .float-box .box03 { width: 100%;}
  .float-box .box02,
  .float-box .box03 { float: none; margin: 0 0 5% 0; }
  .float-box .box04 { width: 48%; }
  .table-box .box02,
  .table-box .box03 { display: block; width: 100%; }
  .table-box .box04 { width: 50%; }


  /* textAlign */
  .sp-text-left { text-align: left; }
  .sp-text-right { text-align: right; }
  .sp-text-center { text-align: center; }

  /* margin */
  .sp-mb-05vw { margin-bottom: .5vw !important; }
  .sp-mb-1vw { margin-bottom: 1vw !important; }
  .sp-mb-2vw { margin-bottom: 2vw !important; }
  .sp-mb-3vw { margin-bottom: 3vw !important; }
  .sp-mb-4vw { margin-bottom: 4vw !important; }
  .sp-mb-5vw { margin-bottom: 5vw !important; }
  .sp-mb-6vw { margin-bottom: 6vw !important; }
  .sp-mb-7vw { margin-bottom: 7vw !important; }
  .sp-mb-8vw { margin-bottom: 8vw !important; }
  .sp-mb-9vw { margin-bottom: 9vw !important; }
  .sp-mb-10vw { margin-bottom: 10vw !important; }

  /* linkButton */
  .link-button a { font-size: 16px; width: 100%;}


  /* periodBox */
  .period-box { font-size: 18px; line-height: 1.2em; margin-bottom: 4vw; padding: .6em 0; width: 90%; }

  /* textList(div等で囲む) */
  .text-list p,
  .text-list ul li { padding-bottom: 2px; }
}

/* css add*/


/* = parts
------------------------------------------------------------------------------------------*/
.flex-box{ display: flex; flex-wrap: wrap; width: 100%; margin-bottom: -30px;}
.flex-box .box01 { width: 100%; margin-bottom: 30px;}
.flex-box .box02,
.flex-box .box03,
.flex-box .box04 { margin: 0 0% 30px 0; }
.flex-box .box02 { width: 48%; margin-right: 4%;}
.flex-box .box03 { width: 31.3%; margin-right: 3%;}
.flex-box .box04 { width: 22%; margin-right: 4%;}
.flex-box .box02:nth-of-type(2n),
.flex-box .box03:nth-of-type(3n),
.flex-box .box04:nth-of-type(4n){margin-right: 0;}
.text-link{text-decoration: underline;}
.text-link:hover{text-decoration: none;}
.big-text{font-size: 26px; line-height: 1.4em;}
.mid-text{font-size: 20px; line-height: 1.4em;}
.min-text{font-size: 14px; line-height: 1.4em;}
.marker-text{ background: linear-gradient(transparent 50%, #fffc00 0%);}
.indent-text{padding-left: 1.1em; text-indent: -1.1em;}
@media screen and (max-width: 768px) {
.flex-box{ width: 100%; margin-bottom: -30px;}
.flex-box .box01 { width: 100%; margin-bottom: 30px;}
.flex-box .box02,
.flex-box .box03,
.flex-box .box04 { margin: 0 0 30px 0; }
.flex-box .box02,
.flex-box .box03 { width: 100%; margin-right: 0;}
.flex-box .box04 { width: 48%; margin-right: 4%;}
.flex-box .box02:not(:last-of-type),
.flex-box .box03:not(:last-of-type){margin-right: 0;}
.flex-box .box04:not(:last-of-type){margin-right: 4%;}
.flex-box .box02:nth-of-type(2n),
.flex-box .box03:nth-of-type(3n),
.flex-box .box04:nth-of-type(4n){margin-right: 0%;}
.flex-box .box04:nth-of-type(2n){margin-right: 0;}
.big-text{font-size: 22px;}
.mid-text{font-size: 16px;}
.min-text{font-size: 12px;}
}

/* = wrap
------------------------------------------------------------------------------------------*/
.main-wrap {display: block; width: 100%; padding: 70px 0;}
.main-wrap img{width: 100%;}
.section-wrap{max-width: 1000px; width: 92%; margin:0 auto; box-sizing: border-box; border-radius: 7px; padding: 40px 35px;}
.section-wrap:not(:last-of-type){margin-bottom: 70px;}
.content-wrap:not(:last-of-type){margin-bottom: 35px;}
.note-content-wrap:not(:last-of-type){margin-bottom: 20px;}
.border-wrap{ padding: 20px 20px 10px; border: 1px solid; box-sizing: border-box;}
@media screen and (max-width: 768px) {
.main-wrap { padding: 45px 0;}
.section-wrap{padding: 25px 15px;}
.section-wrap:not(:last-of-type){margin-bottom: 45px;}
.content-wrap:not(:last-of-type){margin-bottom: 25px;}
.note-content-wrap:not(:last-of-type){margin-bottom: 15px;}
.border-wrap{ padding: 15px 15px;}
}

/* = heading
------------------------------------------------------------------------------------------*/
.sec-h{text-align: center; font-weight: bold; margin-bottom: 1.4em; line-height: 1.4em; font-size: 26px; border-bottom: 1px solid; margin-bottom: .6em; padding-bottom: .4em;}
.sub-txt{font-size: .7em;}
.con-h{ font-weight: bold; margin-bottom: .2em; line-height: 1em; font-size: 18px;}
.note-h{position: relative; font-weight: bold; margin-bottom: .2em; padding-left: 1.2em;}
.note-h::before{ content: "◆"; position: absolute; left: 0;}
.tab-h{ border-bottom: 1px dotted; line-height: 1.4em; margin: 0 auto 1em; padding: 0.8em 0 0.5em; position: relative; text-align: center; width: 60%;}
.notice-h{color: #f00; font-weight: bold; margin-bottom: 1em; text-align: center; font-size: 18px; line-height: 1.4em;}
@media screen and (max-width: 768px){
.sec-h{ font-size: 20px;}
.con-h{ font-size: 16px;}
.tab-h{ width: 100%;}
.notice-h{font-size: 16px;}
}

/* = links
------------------------------------------------------------------------------------------*/
.of-link{position: relative; padding-left: 1em;}
.of-link::before{border: 0.4em solid transparent; border-left: 0.6em solid; content: ""; position: absolute; top: calc(50% - 0.26em); left: 0;}
.anc-button a{width: 100%; max-width: 100%;border-radius: 0; border: 3px solid;padding: 1em 0.2em;}
.anc-button a:hover{ opacity: 1;}
.anc-button a::before{content: ""; border: 0.6em solid transparent; position: absolute; top: calc(50% - -0.3em); transform: translate3d(0,-50%,0); left: 1em;}
.area-list{display: flex; flex-wrap: wrap; width: 100%; margin-bottom: -1%;}
.area-list .area-button{ margin: 0 1% 1% 0;}
.area-list .area-button a{ border-radius: 7px; padding: 1.2em .2em;}
.area-list .area-button.dbl{ width: 39%;}
.area-list .area-button.sin{ width: 19%;}
.area-list .area-button:nth-of-type(4){margin-right: 0; width: 20%;}
.area-list .area-button:nth-of-type(7){margin-right: 0; width: 40%;}
.area-button.all-button a{ border-radius: 7px; width: 100%; max-width: inherit; padding: 1.2em .2em;}
.tab-button ul{ display: flex; flex-wrap: wrap; width: 100%; }
.tab-button ul li{width: 24%; margin-right: 1.3%;}
.tab-button ul li:nth-of-type(4){ margin-right: 0;}
.tab-button ul li button{font-weight: bold; padding:1em 0; display: block; width: 100%; border-radius: 7px 7px 0 0; font-size: 18px; line-height: 1.4em; }
.tab-button ul li button.active{ font-size: 20px; line-height: 1.4em; border: none; cursor: pointer; padding: 1em 0 .8em; text-align: center; transition: .3s; width: 100%; cursor: inherit;}
.tab-list{ margin: 0 auto; padding: 20px 30px; transition: .3s; width: 100%;display: none; opacity: 0;}
.tab-list.active{display: block; opacity: 1;animation-duration: 0.3s; animation-name: fade-in; -moz-animation-duration: 0.3s; -moz-animation-name: fade-in; -webkit-animation-duration: 0.3s; -webkit-animation-name: fade-in;}
@keyframes fade-in {0% {display: none; opacity: 0; } 1% {display: block; opacity: 0; } 100% {display: block; opacity: 1; } } @-moz-keyframes fade-in {0% {display: none; opacity: 0; } 1% {display: block; opacity: 0; } 100% {display: block; opacity: 1; } } @-webkit-keyframes fade-in {0% {display: none; opacity: 0; } 1% {display: block; opacity: 0; } 100% {display: block; opacity: 1; } }
.other-list li:not(:last-of-type){margin-bottom: 15px;}
.other-list .other-button a{border: 2px solid; border-radius: 10px; padding: 0.7em 0em; position: relative; transition: .2s; font-size: 16px; font-weight: normal;}
.other-list .other-button a::before{border: 0.4em solid transparent; border-left: 0.6em solid; content: ""; position: absolute; top: calc(50% - 0.4em); left: 0.7em;}
@media screen and (max-width: 768px){
.anc-button a{font-size: 14px;}
.area-list{ margin-bottom: -2%;}
.area-list .area-button.dbl{ width: 100%; margin: 0 auto 2%;}
.area-list .area-button.sin{ width: 49%; margin:0 2% 2% 0;}
.area-list .area-button:nth-of-type(3){margin-right: 0;}
.area-list .area-button:nth-of-type(4){margin-right: 2%; width: 49%;}
.area-list .area-button:nth-of-type(5){margin-right: 0;}
.area-list .area-button:nth-of-type(7){margin-right: 0; width: 100%;}
.other-list .other-button a{font-size: 14px;}
.tab-button ul{margin-bottom: -2%;}
.tab-button ul li{width: 49%; margin:0 2% 2% 0;}
.tab-button ul li:nth-of-type(2),
.tab-button ul li:nth-of-type(4){ margin-right: 0;}
.tab-button ul li button{ font-size: 14px; border-radius: 0;}
.tab-button ul li button.active{ font-size: 14px; padding: 1em 0; }
.tab-list{ padding: 20px 25px;}
}

/* = mainImage
------------------------------------------------------------------------------------------*/
#main-img { width: 100%; }
#main-img h2 { margin: 0 auto; width: 100%;}
#main-img .copyright{line-height: 1.6em; text-align: center;}
#main-img img { width: 100%; }

/* = outline
------------------------------------------------------------------------------------------*/
.outline-list{border-bottom: 1px dotted; margin: 0 auto 1em; padding-bottom: .4em;}
.outline-list dt{margin-bottom: 0.2em; font-weight: bold;}
.outline-list dd:not(:last-of-type){margin-bottom: .2em;}

/* = KvEdit
------------------------------------------------------------------------------------------*/
#main-img h2 { max-width: 975px;}
@media screen and (max-width: 768px) {
#main-img h2 { max-width: 1000px;}
}

/* = ColorEdit
------------------------------------------------------------------------------------------*/
body {background: #fff0ec; color: #000;}
.page_top a { background: #fff; border-color: #e28412; color: #e28412;}
.page_top a:hover { background: #e28412; color: #fef9e5; }
.sec-h{border-color: #f3b701; color: #f3b701;}
.tab-h{ color: #f33e01; border-color: #f33e01;}
#main-img{ background: #000;}
#main-img .copyright{color: #fff;}
.section-wrap{background: #fff;}
.outline-list{border-color: #f3b701;}
.of-link{color: #DF801A;}
.of-link::before{ border-left-color: #f29200;}
.anc-button a{ background: #fff; border-color: #3e01f3; color: #3e01f3;}
.anc-button a:hover{ background: #3e01f3; color: #fff;}
.anc-button a::before{  border-top: 0.8em solid #3e01f3;}
.border-wrap{ border-color: #f3b701;}
.area-button a{background: #f29200; color: #fff;}
.tab-button ul li button{background: #e6e6e6; color: #f29200;}
.tab-button ul li button.active{background: #fff2de; color: #f25500;}
.tab-list{background: #fff2de;}
.other-list .other-button a{ background:#fff; border-color: #00bf73; color: #00bf73;}
.other-list .other-button a::before{border-left-color: #00bf73;}
.other-list .other-button a:hover{ background:#00bf73; border-color: #00bf73; color: #fff; opacity: 1;}
@media screen and (max-width: 768px) {
#toggle { background:#f3b701;}
}
