@charset "UTF-8";
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-bold.eot");
  src: url("/toraco/fonts/miso-bold.eot?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-bold.woff2") format("woff2"), url("/toraco/fonts/miso-bold.woff") format("woff"), url("/toraco/fonts/miso-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-regular.eot");
  src: url("/toraco/fonts/miso-regular?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-regular.woff2") format("woff2"), url("/toraco/fonts/miso-regular.woff") format("woff"), url("/toraco/fonts/miso-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-light.eot");
  src: url("/toraco/fonts/miso-light?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-light.woff2") format("woff2"), url("/toraco/fonts/miso-light.woff") format("woff"), url("/toraco/fonts/miso-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* ********************************************************
  共通初期化CSS
******************************************************** */
html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

ol, ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

:focus {
  outline: 0;
}

@media print {
  body {
    zoom: 60%;
  }
}
.mainTitle {
  text-align: center;
  width: 260px;
  margin: -110px auto 0 auto;
}
.mainTitle img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .mainTitle {
    margin-top: -60px;
    width: 160px;
  }
}
section.unit {
  width: 900px;
  margin: 150px auto 70px auto;
}
section.unit .wrap {
  position: relative;
}
section.unit .wrap:before {
  background: #000000;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 8px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
section.unit .wrap .contents {
  text-align: center;
  position: relative;
  z-index: 100;
  background-image: repeating-linear-gradient(90deg, #d4ffbc, #d4ffbc 10px, #e7ffda 5px, #e7ffda 15px);
  border-radius: 16px;
  border: 1px solid #000000;
  padding: 220px 50px 100px 50px;
}
section.unit .wrap h3.subTitle {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -100px;
  width: 500px;
}
section.unit .wrap h4.bubble {
  background: #FFFFFF;
  padding: 20px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin: 80px auto 60px auto;
  border-radius: 60px;
  border: 1px solid #00a040;
  width: 710px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
section.unit .wrap h4.bubble.no-margin-top {
  margin-top: 30px;
}
section.unit .wrap h4.bubble::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  bottom: -28px;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 28px solid #00a040;
  border-bottom: 0;
}
section.unit .wrap h4.bubble::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  bottom: -26px;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 26px solid #ffffff;
  border-bottom: 0;
}
section.unit .wrap ul.date {
  text-align: center;
}
section.unit .wrap ul.date li {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background: #FFF;
  text-align: center;
  font-family: "Miso", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 1px #000;
  color: #fff001;
  font-size: 48px;
  line-height: 0.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  display: inline-block;
  margin: 0 20px;
}
section.unit .wrap ul.date li small {
  font-size: 38px;
  display: block;
}
section.unit .wrap dl.info-list {
  display: table;
  width: 430px;
  margin: 20px auto 0 auto;
}
section.unit .wrap dl.info-list dt,
section.unit .wrap dl.info-list dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.5;
}
section.unit .wrap dl.info-list dd {
  text-align: left;
  padding: 0 0 0 15px;
}
section.unit .wrap dl.info-list dt {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  padding-right: 15px;
  border-right: 1px solid #000000;
  width: 60px;
}
section.unit .wrap .scroll_wrapper img {
  width: 100%;
  height: auto;
}
section.unit .wrap p.txt.colorRed {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
}
section.unit .wrap p.txt.colorRed.indent {
  text-align: left;
  text-indent: -1em;
  width: 680px;
  margin: 20px auto 0 auto;
}
section.unit .wrap .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
section.unit .wrap .flexbox .box {
  width: 380px;
}
section.unit .wrap .flexbox .box img {
  width: 100%;
  height: auto;
}
section.unit .wrap .flexbox .box dl {
  margin: 30px 0;
}
section.unit .wrap .flexbox .box dl dt {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
section.unit .wrap .flexbox .box dl dd {
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
  min-height: 6em;
}
section.unit .wrap .flexbox .box .btnBlock a {
  display: block;
  text-align: center;
  background: #00a040;
  color: #FFFFFF;
  font-size: 18px;
  position: relative;
  padding: 12px;
  border-radius: 40px;
  width: 290px;
  margin: 0 auto;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
section.unit .wrap .flexbox .box .btnBlock a:hover {
  background: #02bd4d;
}
section.unit .wrap .flexbox .box .btnBlock a::after {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffffff;
  border-right: 0;
}
section.unit#kyocera .wrap .contents {
  background-image: repeating-linear-gradient(90deg, #bcebff, #bcebff 10px, #d0f1ff 5px, #d0f1ff 15px);
}
section.unit#kyocera .wrap .contents h4.bubble {
  border-color: #016bc9;
}
section.unit#kyocera .wrap .contents h4.bubble::before {
  border-top: 28px solid #016bc9;
}
section.unit#kyocera .wrap .contents .flexbox .box .btnBlock a {
  background: #016bc9;
}
section.unit#kyocera .wrap .contents .flexbox .box .btnBlock a:hover {
  background: #037be6;
}
section.unit#sgl .wrap .contents {
  background-image: repeating-linear-gradient(90deg, #c7f2e7, #c7f2e7 10px, #e0f8f2 5px, #e0f8f2 15px);
}
section.unit#sgl .wrap .contents h4.bubble {
  border-color: #00aaaa;
}
section.unit#sgl .wrap .contents h4.bubble::before {
  border-top: 28px solid #00aaaa;
}

@media screen and (max-width: 767px) {
  section.unit {
    width: auto;
    margin: 100px 4% 50px 4%;
  }
  section.unit .wrap:before {
    top: 7px;
    left: 6px;
  }
  section.unit .wrap .contents {
    padding: 140px 15px 30px 15px;
  }
  section.unit .wrap h3.subTitle {
    top: -60px;
    width: 90%;
    max-width: 300px;
  }
  section.unit .wrap h3.subTitle img {
    width: 100%;
    height: auto;
  }
  section.unit .wrap h4.bubble {
    padding: 15px;
    font-size: 16px;
    margin: 30px auto;
    border-radius: 60px;
    width: auto;
    line-height: 1.5;
  }
  section.unit .wrap h4.bubble.no-margin-top {
    margin-top: 0;
  }
  section.unit .wrap h4.bubble::before {
    bottom: -22px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 22px solid #00a040;
    border-bottom: 0;
  }
  section.unit .wrap h4.bubble::after {
    bottom: -20px;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 20px solid #ffffff;
    border-bottom: 0;
  }
  section.unit .wrap ul.date li {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    font-size: 36px;
    padding-top: 25px;
    margin: 0 5px;
  }
  section.unit .wrap ul.date li small {
    font-size: 24px;
  }
  section.unit .wrap .map {
    width: 100%;
    height: 300px;
    position: relative;
  }
  section.unit .wrap .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.unit .wrap dl.info-list {
    width: 100%;
  }
  section.unit .wrap dl.info-list dt,
  section.unit .wrap dl.info-list dd {
    font-size: 13px;
    line-height: 1.5;
  }
  section.unit .wrap dl.info-list dd {
    padding: 0 0 0 10px;
  }
  section.unit .wrap dl.info-list dt {
    padding-right: 10px;
    width: 60px;
  }
  section.unit .wrap .scroll_wrapper .mCSB_draggerContainer {
    width: 83vw;
    height: 6px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
  }
  section.unit .wrap .scroll_wrapper .mCSB_draggerContainer .mCSB_dragger_bar,
  section.unit .wrap .scroll_wrapper .mCSB_draggerContainer .mCSB_draggerRail {
    margin: 0;
  }
  section.unit .wrap .scroll_wrapper .mCSB_draggerContainer .mCSB_draggerRail {
    margin-top: -6px;
  }
  section.unit .wrap .scroll_wrapper img {
    width: 600px;
    height: auto;
  }
  section.unit .wrap p.txt.colorRed {
    margin-top: 20px;
    font-size: 14px;
  }
  section.unit .wrap p.txt.colorRed.indent {
    width: auto;
    margin-left: 1em;
  }
  section.unit .wrap .flexbox {
    display: block;
  }
  section.unit .wrap .flexbox .box {
    width: auto;
    margin-bottom: 40px;
  }
  section.unit .wrap .flexbox .box img {
    width: 100%;
    height: auto;
  }
  section.unit .wrap .flexbox .box dl {
    margin: 20px 0 10px 0;
  }
  section.unit .wrap .flexbox .box dl dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  section.unit .wrap .flexbox .box dl dd {
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
    min-height: auto;
  }
  section.unit .wrap .flexbox .box .btnBlock a {
    font-size: 16px;
    position: relative;
    padding: 10px;
    border-radius: 40px;
    width: 100%;
    max-width: 280px;
  }
  section.unit .wrap .flexbox .box .btnBlock a:hover {
    background: #00a040;
  }
  section.unit .wrap .flexbox .box .btnBlock a::after {
    right: 15px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ffffff;
    border-right: 0;
  }
  section.unit#kyocera .wrap .contents h4.bubble::before {
    border-top: 22px solid #016bc9;
  }
  section.unit#sgl .wrap .contents h4.bubble::before {
    border-top: 22px solid #00aaaa;
  }
}
/*# sourceMappingURL=magazine_access.css.map */