@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* --------------------------  Reset Styles  ---------------------------------------- */
html, body {
  width: 100%;
  color: #333333;
}

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, 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

sup {
  font-size: 70%;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #484848;
  font-size: 14px;
}

:focus {
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000000;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}
body {
  /* font-family: -apple-system, "Helvetica Neue", "Open Sans", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; */
  font-size:1.6rem;/* 16px*/
  line-height: 1.8;
  color: #00c8ff;
}
nav, li, p, a, div, span {
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {}
p {}

/* --------------------------  //Reset Styles  ---------------------------------------- */
.wrap {
  display : flex;
  flex-direction : column;
  justify-content : space-between;
  flex-wrap : wrap;
  min-height: 100vh;
  width: 100%;
  overflow:hidden;
}
.wrap h1 {margin:16px 0 0 13px;}
.wrap h1 img {width: 130px; height: auto;}

.wrap .contents {
  margin: 0 auto;
}
.wrap .contents h2 {
  font-size: 65px;
  line-height: 1;
  margin-bottom: 48px;
}
.wrap .contents .info {
  line-height: 2.18;
  margin-bottom: 45px;
}
.wrap .contents ul li {
  line-height: 1;
  padding: 10px 0;
}
.wrap .contents ul li.pdf {
  background: url(../img/icon_pdf.png) no-repeat center left;
  padding-left: 33px;
}
.wrap .contents ul li.ext {
  background: url(../img/icon_ext.png) no-repeat center left;
  padding-left: 33px;
}
.wrap .copy {
  font-size: 10px;
  text-align: right;
  padding: 0 15px 15px 0;
}

.wrap .privacy{
  position: absolute;
  bottom: 10px;
}
.wrap .contents .privacy li{
  padding: 8px 0;
}
.wrap .privacy ul li a{
  font-size: 0.7rem;
}

.sp,.sp2 {display: none;}
@media screen and (max-width:896px){
  .wrap h1 img {width: 140px;}
  .wrap .contents h2 {font-size: 65px; margin-bottom: 30px;}
  .wrap .contents .info {font-size: 13px; line-height: 2; margin-bottom: 30px;}
  .wrap .contents ul li a {font-size: 12px;}
  .wrap .copy {padding-right: 10px;}
  .wrap .contents .info,
  .wrap .contents ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:736px){
  .wrap .contents h2 {font-size: 40px; margin-bottom: 20px; word-break: keep-all;}
  .wrap .contents .info {margin-bottom: 10px;}
  .wrap .contents ul li {padding: 5px 0;}
}
@media screen and (max-width:480px){
  .sp {display: block;}
  .wrap .contents {width: 85%}
  .wrap .contents h2 {font-size: 65px; margin-bottom: 30px;}
  .wrap .contents .info {margin-bottom: 30px;}
  .wrap .contents ul li {padding: 10px 0;}
  .wrap .contents ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width:320px){
  .sp {display: none;}
  .sp2 {display: block;}
}
@media screen and (max-height:736px) {
  .wrap .contents{
    min-height: 550px;
    position: relative;
  }
  .wrap .contents .main{
    margin-top: 25px;
  }
  .wrap .contents .info{
    margin-bottom: 10px;
  }
  .wrap .privacy{
    bottom: -20px;
  }
  .wrap .contents .privacy li{
    font-size: 0.4rem;
    padding: 5px 0;
  }
}
/* @media screen and (max-height:600px) {
  .wrap .contents{
    min-height: 490px;
    position: relative;
  }
} */

/* 
  * プレスリリース
*/

#press .main {
  width: 700px;
  margin: 0 auto;
}

#press h2 img {
  width: 400px;
  margin: 40px auto 0 auto;
  display: block;
}

@media screen and (max-width:700px) {
  #press .main {
    width: 90%;
    margin: 0 auto;
  }
  #press h2 img {
    width: 80%;
  }
}

#press .info {
  color: #333333;
  margin: 0 auto;
}

#press .info h3 {
  margin: 40px 0 5px 0;
  font-size: 18px;
}

#press .info h4 {
  margin: 10px 0 5px 0;
  font-size: 16px;
}

#press .info h5 {
  margin: 10px 0 5px 0;
  font-size: 16px;
}

#press .info dl {
  margin: 10px 0 5px 0;
  font-size: 14px;
}

#press .info dl dt {
  margin: 20px 0 0 0;
  font-weight: bold;
}

#press .info p, #press .info li a, #press .info li {
  line-height: 1.8em;
  padding: 0;
  font-size: 16px;
}

#press .copy {
  font-size: 12px;
}

a.target-link {
  color: #000099 !important;
  text-decoration: underline;
}