@charset "utf-8";

/* base
=================================*/
body {
  position: relative;
  font-size: 1em;
  font-family: MyYuGothicM,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #222;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background: #f3f3f3;
  background: url("../images/body-bg.gif");
}

h2,h3,h4,h5,dt {
    letter-spacing: 0.08em;
    line-height: 1.5em;
    font-family: kinto-sans,"TBゴシック SL","TBGothic SL","游ゴシック","Yu Gothic",YuGothic,Meiryo,sans-serif;
    margin-bottom: 1em;
}
h2 {
  font-size: 19px;
  margin-bottom: 1.5em;
}
h3 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-top: 1.5em;
  color: #222;
}
h4 {
  font-size: 25px;
  text-align: center;
  margin-top: 2em;
  line-height: 1.4em;
}
h5 {
  font-size: 18px;
  line-height: 1.5em;
}
h5 span {
  color: #975;
}

p {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 1.5em;
  overflow: hidden;
}

ul {
  margin-left: 1em;
}
li {
  position: relative;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.8em;
}

button {
    font-family: "TBゴシック SL", "TBGothic SL", 游ゴシック, "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

input {
  font-size: 15px;
  padding: 0.8em;
  margin: 4px;
  background: #eff;
  border: 1px solid #abc;
  box-shadow: 1px 1px 2px #dde;
  box-sizing: border-box;
}
select {
  font-size: 14px;
  margin: 4px;
  color: #222;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

label {
  font-size: 12px;
  text-align: center;
  width: 150px;
  height: 2.4em;
  line-height: 2.4em;
  margin: 4px;
  padding: 0.6em 0.2em;
  background: #fcfcfc;
  background: linear-gradient(to bottom,#eee,#fff);
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  cursor: pointer;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  background: #0ac;
  border: 1px solid #08a;
  color: #fff;
  font-weight: bold;
}


#policy-box label {
  width: 240px;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  label {
    width: 33%;
  }
}

::placeholder {
  color: #579;
}

.sub-txt {
  color: #47a;
  font-size: 12px;
  font-weight: 700;
  font-family: "TBゴシック SL","TBGothic SL","游ゴシック","Yu Gothic",YuGothic,Meiryo,sans-serif;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
  }
  p {
    font-size: 15px;
  }
}

em {
  color: #858;
  font-style: normal;
}

.cap {
  font-size: 12px !important;
  line-height: 1.7em;
  text-align: center;
}

.aten {
  font-size: 12px !important;
  line-height: 1.7em;
  margin: 1em 0em;
}

p.num,
p.num2 {
  font-size: 16px;
  font-weight: bold;
  color: #448;
  text-align: center;
  margin-bottom: 0px;
  opacity: 0;
  white-space: nowrap;
}

.num span,
.num2 span {
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  margin-bottom: 0px;
}

.num2 span.count2,
.num2 span.count3 {
  font-size: 55px;
}

@media screen and (max-width: 910px) {
  .num {
    text-align: center;
    margin-bottom: 20px;
    float: none;
  }
  .num + p {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .num {
    font-size: 80px;
  }
}

.ctr {
  margin: auto;
  text-align: center;
}

.rgt {
  float: right;
}

a.fp_a:before {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "訪販FP";
  font-size: 11px;
  color: #fff;
  background-color: #4a6;
  padding: 5px 10px;
  border-radius: 2px;
}
a.fp_b:before {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "店舗FP";
  font-size: 11px;
  color: #fff;
  background-color: #d3c;
  padding: 5px 10px;
  border-radius: 2px;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 92%;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .smp-only {
      display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
      display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .pc-only2 {
      display: none !important;
  }
}

/* header
=================================*/
header {
  position: fixed;
  width: 100%;
  height: 110px;
  z-index: 100;
  background: rgba(255,255,255,0.8);
}

header .inner {
  position: relative;
  width: 990px;
}

header h1#logo {
  width: 345px;
  padding-top: 8px;
  float: left;
}

header h1#logo a {
  width: 345px;
  height: 68px;
  background: url("../images/mdrlogo_bk2.svg") center left no-repeat;
  background-size: 345px auto;
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

header nav {
  position: absolute;
  top: 60px;
  right: 0px;
}

header nav #smp-nav {
  display: none;
}

header nav #pc-nav ul {
  display: flex;
  justify-content: flex-end;
}

header nav #pc-nav ul li {
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
  white-space: nowrap;
}

header nav #pc-nav ul li a {
  position: relative;
  width: 94px;
  padding: 6px 0px;
  display: block;
  text-align: center;
  color: #222;
  box-sizing: border-box;
  transition: color 0.3s;
}

header nav #pc-nav ul li a:after {
  position: absolute;
  font-size: 5px;
  bottom: -2em;
  left: calc(50% - 0.5em);
  content: "▼";
  transform: scale(1.5, 1);
}

header nav #pc-nav ul li a:hover,
header nav #pc-nav ul li a.ov {
  color: #975;
}

.smp-nav {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: hsla(100%, 100%, 100%, 0.8);
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    outline: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1000;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: all 0.35s cubic-bezier(0.215,.61,0.355,1)
}
@media only screen and (max-width:767px) {
  .smp-nav {
      display: flex
  }
}

.smp-nav span {
    display: block;
    width: 24px;
    height: 11px;
    position: relative;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000
}
.smp-nav span::after,
.smp-nav span::before {
    display: block;
    content: "";
    width: 24px;
    height: 3px;
    background-color: #000;
    transition: all 0.35s cubic-bezier(0.215,.61,0.355,1);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.smp-nav.is-open {
    background: #222;
}
.smp-nav.is-open span {
    border-color: transparent;
    background-color: transparent
}
.smp-nav.is-open span::after,
.smp-nav.is-open span::before {
    -webkit-transform-origin: center center;
    transform-origin: center center
}
.smp-nav.is-open span::before {
    background-color: #fdb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.smp-nav.is-open span::after {
    background-color: #fdb;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


@media screen and (max-width: 1000px) {
  header .inner {
    width: 98%;
  }
}

@media screen and (max-width: 900px) {
  header #logo {
    width: 304px;
  }
  header #logo a {
    width: 304px;
    height: 60px;
    background-size: 304px auto;
  }
}

@media screen and (max-width: 767px) {
  header {
    position: relative;
    height: 100px;
    background: #fff;
  }
  header #logo {
    width: 304px;
    margin: auto;
    padding-top: 20px;
    float: none;
  }
  header #hdrrsv,
  header nav #pc-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header nav #smp-nav {
    position: fixed;
    right: -80%;
    top: 0;
    width: 60%;
    height: 100vh;
    padding-top: 60px;
    background: #222;
    transition: all .3s;
    z-index: 200;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #smp-nav ul li {
    position: relative;
    border-bottom: 1px solid #444;
  }

  #smp-nav ul li::after {
    position: absolute;
    border-right: 2px solid #fdb;
    border-top: 2px solid #fdb;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
  }

  #smp-nav ul li a {
     border-bottom: 1px solid #111;
     color: #fdb;
     display: block;
     font-size: 14px;
     font-weight: 400;
     padding: 1em;
     text-align: left;
     width: 100% !important;
   }

   #smp-nav p {
      color: #fdb;
      margin-bottom: 0.5em;
    }

  .nav-open #smp-nav {
    right: 0;
  }
}

/* rsvbox
=================================*/
#hdrrsv {
  float: right;
  margin-top: 8px;
  opacity: 0;
}

#rsvbox {
  text-align: center;
  margin: 60px auto 80px;
  opacity: 0;
}

#rsvbox h4 span {
  color: #222;
}

#rsvbox p {
  font-size: 14px;
  line-height: 1.6em;
}

@media screen and (max-width: 600px) {
  #rsvbox {
    margin-bottom: 30px;
  }
}

/* rsvset
=================================*/
.rsvset {
  text-align: right;
  display: flex;
  justify-content: center;
}

.tel {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.tel a {
  font-size: 32px;
  font-weight: bold;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  white-space: nowrap;
  color: #222;
}

.tel span.t1 {
  font-size: 19px;
  margin-left: 0.1em;
}

.tel span.t2 {
  font-size: 11px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", arial, sans-serif;
  display: block;
}

.rsv {
  font-size: 25px;
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  line-height: 46px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.rsv a {
  position: relative;
  width: 250px;
  height: 46px;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  transition: all 0.3s ease;
  color: #fdb;
  background: linear-gradient(to bottom,#112,#334);
  border: solid 1px #000;
}

.rsv a span {
  font-size: 13px;
  font-family: MyYuGothicM,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
  margin-left: 0.5em;
}

.rsv a:hover {
  color: #fff;
  background: #753;
  border: solid 1px #665;
}

@media only screen and (max-width: 767px) {
  .rsvset {
    text-align: center;
    display: block;
    justify-content: center;
  }
  .rsv {
    line-height: 50px;
  }
  .rsvset .rsv a {
    width: 90%;
    height: 52px;
    margin: 10px auto;
  }
  .modal_content .rsvset .rsv a {
    color: #fff;
    background: linear-gradient(to bottom,#975,#a86);
    border: solid 1px #753;
  }
}

#smp-nav .rsvset .tel a,
#smprsv .rsvset .tel a {
  color: #fdb;
}

#smp-nav .rsvset .rsv a,
#smprsv .rsvset .rsv a {
  color: #fff;
  background: linear-gradient(to bottom,#975,#a86);
  border: solid 1px #753;
}


/* contents
=================================*/
article {
  position: relative;
  overflow: hidden;
}
article:before {
  position: absolute;
  top: -430px;
  left: calc(50% - 400px);
  background: #fff;
  width: 800px;
  height: 800px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: visible;
  z-index: -100;
}

.inner {
  width: 960px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 86%;
  }
}

section {
  margin: 50px auto;
}
section:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

section#top {
  position: relative;
  top: 10px;
  opacity: 0;
}

section#top #ttl {
  position: relative;
  max-width: 640px;
  font-size: 150px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.06em;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  color: #975;
  background: linear-gradient(90deg, #45d, #c0c 30%, #fc0);
  background: -webkit-linear-gradient(0deg, #45d, #c0c 30%, #fc0);
  background: linear-gradient(30deg, #d0a 20%, #54b 35%, #0ee);
  background: -webkit-linear-gradient(30deg, #d0a 20%, #54b 35%, #0ee);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 140px auto 0px;
}

section#top #ttl + p {
  position: relative;
  max-width: 700px;
  margin: auto;
  left: 0.4em;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  color: #975;
  background: linear-gradient(30deg, #d0a 25%, #54b 40%, #0ee);
  background: -webkit-linear-gradient(30deg, #d0a 25%, #54b 40%, #0ee);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section h2 {
  position: relative;
  font-size: 34px;
  color: #975;
  text-align: center;
  padding-top: 1em;
}

section h2:before {
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

section#intro h2:before {
  content: "RECRUITMENT";
}
section#itvw h2:before {
  content: "INTERVIEW";
}
section#faq h2:before {
  content: "Q&A";
}
section#entry h2:before {
  content: "ENTRY";
}
section#company h2:before {
  content: "COMPANY";
}

section h2 + p {
  text-align: center;
  margin-bottom: 2em;
}

section h2:after {
  position: absolute;
  align-items: center;
  justify-content: center;
  content:"▼";
  font-size: 14px;
  transform: scale(1, 0.6);
  bottom: -3.5em;
  left: calc(50% - 0.5em);
}

@media screen and (max-width: 767px) {
  article:before {
    top: -250px;
    left: calc(50% - 275px);
    background: #fff;
    width: 550px;
    height: 550px;
  }
  section {
    margin: 30px auto;
  }
  section#top #ttl {
    font-size: 130px;
    margin-top: 0px;
  }
  section#top #ttl + p {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  article {
    margin-bottom: 130px;
  }
  article:before {
    top: -260px;
    left: calc(50% - 220px);
    width: 440px;
    height: 440px;
  }
  section {
    margin: 0px auto;
  }
  section#top #ttl {
    font-size: 86px;
    letter-spacing: 0.03em;
  }

  section#top #ttl + p {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 0px;
  }

  section#top #ttl:after {
    top: 50px;
    right: calc(50% - 210px);
    width: 90px;
    height: 60px;
    content: "";
    background-size: 90px auto;
  }

  section h2 {
    font-size: 23px;
    line-height: 1.4em;
    margin-bottom: 2em;
    padding-top: 70px;
  }
  section h2:before {
    top: 35px;
  }
  section h2:after {
    bottom: -2.5em;
  }
}


/* itvw-slider
=================================*/
#itvw-slider {
  transition: all .55s cubic-bezier(.215, .61, .355, 1);
}

@media only screen and (max-width:767px) {
  #itvw-slider {
    transition: all .35s cubic-bezier(.215, .61, .355, 1);
    padding: 15px 5px;
    box-sizing: border-box
  }
}

#itvw-slider .inner {
  width: auto;
  position: relative;
  display: flex;
}

#itvw-slider .inner .slick-track .slide-block {
  display: block
}

#itvw-slider .inner .slide-block {
  position: relative;
  padding-top: 10px;
  text-align: center;
  margin: 8px;
  padding: 0px;
  background: #fff;
  border: solid 1px #ddd;
  box-shadow: 3px 3px 5px #ddd;
  cursor: pointer;
  display: none
}

#itvw-slider .inner .slide-block:after {
  position: absolute;
  font-size: 6px;
  bottom: 15px;
  right: 15px;
  content: "▶";
  transform: scale(1, 1.5);
}


#itvw-slider .inner .slide-block:first-child,
#itvw-slider .inner .slide-block:nth-child(2),
#itvw-slider .inner .slide-block:nth-child(3) {
  display: block
}

#itvw-slider .inner .slide-block img {
  display: block;
  width: 100%;
  height: auto;
}

#itvw-slider .inner .slide-block dl {
  margin: 1em;
  padding-bottom: 1em;
}


#itvw-slider .inner .slide-block dl dt {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4em;
  color: #0ac;
  margin-bottom: 0.5em;
}

#itvw-slider .inner .slide-block p {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

#itvw-slider .inner .slide-block p:last-child {
  font-size: 12px;
  color: #975;
  margin-bottom: 0;
}

#itvw-slider .inner .slide-block dl.nw:before {
  position: absolute;
  right: 6px;
  top: 6px;
  content: "NEW";
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #0ac;
  padding: 3px 8px;
  border-radius: 20px;
}


#itvw-slider .inner .slick-arrow {
  position: absolute;
  top: calc(50% - 12px);
  background-color: transparent;
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: .8;
  cursor: pointer;
}

#itvw-slider .inner .slick-arrow.slick-prev {
  left: 34px;
  border-bottom: 4px solid #0ac;
  border-left: 4px solid #0ac;
  z-index: 100;
}
#itvw-slider .inner .slick-arrow.slick-next {
  right: 34px;
  border-top: 4px solid #0ac;
  border-right: 4px solid #0ac;
  z-index: 100;
}
@media only screen and (max-width:767px) {
  #itvw-slider .inner {
    width: 100%;
  }
  #itvw-slider .inner .slick-arrow {
    display: none !important;
  }
  #itvw-slider .inner .slide-block dl dt {
    font-size: 17px;
  }
}




.faqlist {
  width: 900px;
  margin: auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .faqlist {
    width: 80%;
  }
}

.faqlist dl:first-of-type {
  border-top: solid 1px #ddd;
}
.faqlist dl:last-of-type {
  padding-bottom: 2em;
  border-bottom: solid 1px #ddd;
}

.faqlist dl {
  padding-left: 2em;
  margin-bottom: 2em;
}

.faqlist dl dt {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #753;
  color: #222;
  margin-top: 1em;
}

.faqlist dl dt:before {
  position: absolute;
  font-size: 25px;
  font-weight: bold;
  content: "Q";
  left: -1.2em;
  top: -0.1em;
}

.faqlist dl dd p {
  margin-bottom: 0px;
}

section#datalist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

section#datalist .box {
  position: relative;
  width: calc(30% - 90px);
  margin: 20px;
  padding: 25px;
  background: #fcfcfc;
  border: solid 1px #ddd;
  border-radius: 5px;
}

section#datalist .box h3 {
  margin-top: 0px;
}
section#datalist .box h3 div {
  font-size: 13px;
  color: #09c;
}

section#datalist .box h4 {
  font-size: 14px;
  color: #000;
  margin-bottom: 0.3em;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
  z-index: 1001;
}

.modal_bg {
  position: absolute;
  background: rgba(0,0,0,0.8);
  height: 100vh;
  width: 100%;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 4% 8%;
  padding-top: 20px;
  background: url("../images/mdmark.svg") no-repeat #f9f9f9;
  background-position: center -80px;
  background-size: 800px auto;
  transform: translate(-50%,-50%);
  width: 48%;
  height: 80%;
  overflow-y: scroll;
}

.modal_content h3 {
  position: relative;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.modal_content h3:before {
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #0ac;
  letter-spacing: 0em;
  position: absolute;
  top: -40px;
  content: "INTERVIEW";
  left: calc(50% - 3em);
}

.glow span {
  opacity: 0;
}
.glow.gl span {
  animation:glow_anime_on 1s ease-out forwards;
}

@keyframes glow_anime_on {
	0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
	50% { opacity:1;text-shadow: 0 0 10px #0ac,0 0 20px #0ac; }
	100% { opacity:1; color: #0ac;text-shadow: 0 0 0 #0ac,0 0 0 #0ac;}
}

.modal_content .thumb {
  width: 320px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}

.modal_content .thumb2 {
  width: 240px;
  margin: 60px auto;
}

.modal_content .thumb img,
.modal_content .thumb2 img {
  width: 100%;
  height: auto;
  border: solid 1px #ddd;
  border-radius: 5px;
}

.modal_content .thumb + p {
  font-size: 12px;
  color: #09b;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 3em;
}

.modal_content .thumb + p span {
  font-size: 24px;
  font-weight: bold;
  margin: 5px;
  display: block;
}

.modal_content #rsvbox {
  margin-bottom: 30px;
}

.youtube_wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.youtube_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.closebtn {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 24px;
  height: 24px;
  display: block;
}
.closebtn:before,
.closebtn:after {
  position: absolute;
  width: 3px;
  height: 24px;
  background: #999;
  display: block;
  content: "";
}
.closebtn:before {
  transform: translate(10px,0px) rotate(45deg);
}
.closebtn:after {
  transform: translate(10px,0px) rotate(-45deg);
}

@media screen and (max-width: 1100px) {
  section#datalist:after {
    width: 45%;
  }
  section#datalist .box {
    width: calc(45% - 100px);
  }
  .modal_content {
    width: 60%;
    background-position: center -60px;
    background-size: 650px auto;
  }
  .modal_content h3 {
    font-size: 32px;
  }
  .modal_content .thumb {
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  section#datalist {
    display: block;
    margin-bottom: 0px;
  }
  section#datalist .box {
    width: 75%;
    margin: auto;
    margin-bottom: 30px;
    padding: 5%;
  }
  .modal_content {
    width: 77%;
    padding: 5%;
    background-position: center -50px;
    background-size: 550px auto;
  }
  .modal_content h3 {
    font-size: 23px;
  }
  .modal_content .thumb {
    width: 70%;
  }
  .modal_content h4 {
    font-size: 19px;
  }
  .modal_content h5 {
    font-size: 16px;
  }
}

/* market
=================================*/
section#mkt {
  width: calc(90% - 90px);
  margin: 0px auto 20px;
  padding: 25px;
  background: #fcfcfc;
  border: solid 1px #ddd;
  border-radius: 5px;
}
section#mkt h3 {
  margin-top: 0px;
  text-align: left;
}

.chart-area {
  position: relative;
  top: -15px;
  width: 250px;
  height: 250px;
  margin: 0 10% 20px;
  float: right;
}

#chart-num1 {
  position: absolute;
  top: 35%;
  left: calc(50% + 15px);
}
#chart-num2 {
  position: absolute;
  top: 58%;
  left: calc(50% - 125px);
}
#chart-num3 {
  position: absolute;
  top: 17%;
  left: calc(50% - 135px);
}

@media screen and (max-width: 1100px) {
  section#mkt {
    width: calc(90% - 100px);
  }
  section#mkt h3 {
    text-align: center;
  }
  .chart-area {
    top: -5px;
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  section#mkt {
    width: 75%;
    padding: 5%;
  }
}

/* premier
=================================*/
section#pre {
  width: calc(90% - 90px);
  margin: 0px auto 20px;
  padding: 25px;
  background: #fcfcfc;
  border: solid 1px #ddd;
  border-radius: 5px;
}
section#pre h3 {
  margin-top: 0px;
  text-align: center;
}
section#pre p {
  text-align: center;
}

#prelist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 30px;
}

#prelist li {
  position: relative;
  list-style: none;
  box-sizing: border-box;
  width: calc(25% - 30px);
  margin: 5px
}
#prelist li img {
  display: block;
  width: 100%;
}
#prelist li p {
  position: absolute;
  bottom: 0em;
  left: 0.5em;
  font-size: 11px;
  color: #fff;
  text-shadow: 0px 0px 2px #666;
  margin-bottom: 0px;
//  background: rgba(0,0,0,0.2);
}

@media screen and (max-width: 1350px) {
  #prelist li {
    width: calc(33.3% - 30px);
  }
  #prelist li:nth-child(7),
  #prelist li:nth-child(8) {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  section#pre {
    width: calc(90% - 100px);
  }
  section#pre p:last-of-type {
    text-align: left;
  }
  #prelist li p {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  #prelist li {
    width: calc(50% - 20px);
  }
  #prelist li:nth-child(5),
  #prelist li:nth-child(6) {
    display: none;
  }
  #prelist li p {
    font-size: 9px;
  }
}

@media screen and (max-width: 600px) {
  section#pre {
    width: 75%;
    padding: 5%;
  }
  #prelist li {
    width: calc(100% - 10px);
  }
  #prelist li:nth-child(5),
  #prelist li:nth-child(6) {
    display: block;
  }
}


/* inslist
=================================*/
section#ins {
  width: calc(90% - 90px);
  margin: 0px auto 40px;
  padding: 25px;
  background: #fcfcfc;
  border: solid 1px #ddd;
  border-radius: 5px;
}
section#ins h3 {
  margin-top: 0px;
  text-align: center;
}

section#ins p:last-of-type {
  text-align: center;
}

#inslist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

#inslist li {
  list-style: none;
  box-sizing: border-box;
  margin: 10px
}

#inslist li img {
  height: auto;
  width: 148px
}


@media screen and (max-width: 1100px) {
  section#ins {
    width: calc(90% - 100px);
  }
  section#ins p:last-of-type {
    text-align: left;
  }
  #inslist li {
    width: calc(20% - 30px)
  }
  #inslist li img {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #inslist li {
    width: calc(25% - 30px)
  }
}

@media screen and (max-width: 600px) {
  section#ins {
    width: 75%;
    padding: 5%;
  }
  #inslist li {
    width: calc(33.3% - 30px)
  }
}

@media screen and (max-width:500px) {
  #inslist li {
    width: calc(50% - 30px)
  }
}


/* tab
=================================*/
#tabs {
  display: flex;
  flex-wrap: wrap;
}

.tab_label {
  position: relative;
  padding: 1em;
  margin: 2px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #777;
  border: solid 1px #eee;
  border-radius: 4px;
  cursor: pointer;
  flex: 1;
  z-index: 1;
}

.tab_content {
  position: relative;
  animation: fadeIn 1s ease;
  flex: 100%;
  display: none;
  overflow: hidden;
  margin-top: 2em;
}

input[name="switchtab"] {
  display: none;
}

#tabs input#tab1:checked + .tab_label {
  background: #4a6;
  border: solid 1px #395;
}
#tabs input#tab2:checked + .tab_label {
  background: #d3c;
  border: solid 1px #c2b;
}

#tabs input:checked + .tab_label:after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 6px);
  background: #222;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#tabs input#tab1:checked + .tab_label:after {
  background: #4a6;
}
#tabs input#tab2:checked + .tab_label:after {
  background: #d3c;
}

#tab1:checked ~ #tab1_content {
  background: rgba(200,240,200,0.2);
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  display: block;
}
#tab2:checked ~ #tab2_content {
  background: rgba(240,200,200,0.2);
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;

  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 20px
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}


/* div-table
=================================*/
.div-table {
  width: 900px;
  margin: auto;
}

.div-table .div-tr {
  width: 100%;
  display: flex;
}

.div-table .div-tr:first-child {
  border-top: solid 1px #ddd;
}

.div-table .div-tr:last-child {
  padding-bottom: 0.8em;
  border-bottom: solid 1px #ddd;
}

.div-table .div-td:first-child {
  flex-basis: 15%;
  min-width: 15%;
  padding: 1.5em;
  white-space: nowrap;
  font-weight: bold;
}
.div-table #tab1_content .div-td:first-child {
  color: #474;
}
.div-table #tab2_content .div-td:first-child {
  color: #846;
}


.div-table .div-td:last-child {
  flex-grow: 1;
  padding: 1.5em;
//  border-bottom: solid 1px #ddd;
}

.div-table .div-td p {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 0em;
}

.div-table .div-td p span {
  font-size: 22px;
  font-weight: bold;
}

.div-table .div-td ul li:before {
  position: absolute;
  top: 0.15em;
  left: -2em;
  font-size: 6px;
  content: "▶";
}

@media only screen and (max-width: 1000px) {
  .div-table {
    width: 90%;
  }
  .div-table .div-tr {
    display: block;
  }
  .div-table .div-td:first-child {
    font-weight: bold;
    flex-grow: 1;
    padding: 1.5em 1em 0em;
  }
  .div-table .div-td:last-child {
    flex-grow: 1;
    padding-top: 1em;
    border-top: none;
  }
}


/* footer
=================================*/
footer {
  color:#fff;
  background: #222;
  padding: 50px 0;
}

footer .logo {
  width: 220px;
  height: auto;
  margin: auto;
}

#copyright {
  text-align: center;
  background: #222;
}

#copyright p {
  font-size: 12px;
  line-height: 1.5em;
  color: #eca;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  #rectop footer {
    display: none;
  }
}

/* smpnav
=================================*/
#smprsv {
  position: relative;
  display: none;
}

@media screen and (max-width: 767px) {
  #smprsv {
    position: fixed;
    width: 100%;
    bottom: -300px;
    left: 0px;
    color: #fdb;
    background: #222;
    z-index: 100;
    opacity: 0;
    display: block;
    padding-top: 15px;
  }
  #smprsv #pagetop {
    position: absolute;
    top: 10px;
    right: 5%;;
    background: rgba(255,255,255,0.1);
    border: solid 1px #000;
  }
  #smprsv #pagetop a:after {
  	border-top: 4px solid #fdb;
  	border-left: 4px solid #fdb;
  }
}



/* pagetop
=================================*/
#pagetop {
  position: fixed;
  bottom: -200px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  border: solid 1px #ccc;
  border-radius: 5px;
  z-index: 110;
}

#pagetop a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
}

#pagetop a:after {
  position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	margin-left: -7px;
	margin-top: -4px;
	border-top: 4px solid #222;
	border-left: 4px solid #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
