@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.screen-reader-text {
  display: none;
}

/* CSS初期化のスタイルを記載 */
html, body {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo", "メイリオ", sans-serif;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html, body, div, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main, section, aside, figure, header, footer {
  display: block;
}

ul, ol, p, dt, dd,
caption, th, td,
select, input, textarea, button, figcaption {
  font-size: 1.6rem;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 640px) {
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover {
    opacity: 0.8;
  }
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  /* remember to highlight inserts somehow! */
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  /* markup tables with 'cellspacing="0"' */
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto !important;
}

a {
  color: #444444;
  text-decoration: none;
}
a img {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 640px) {
  a:hover img {
    opacity: 0.6;
  }
}
@media screen and (min-width: 641px) {
  a.hoverStyle:hover {
    text-decoration: underline;
  }
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}

.wrapInput {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
  text-align: center;
  text-indent: -9999px;
  margin-right: 10px;
}
.wrapInput.wrapInput--radio {
  width: 20px;
  height: 20px;
  border: 1px solid #a7a7a7;
  border-radius: 1000px;
}
.wrapInput.wrapInput--radio.wrapInput--checked:before {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  display: inline-block;
  background: #1c4ea0;
  width: 9px;
  height: 9px;
  border-radius: 1000px;
}
.wrapInput.wrapInput--checkbox {
  background: #FFF;
  width: 20px;
  height: 20px;
  border: 1px solid #a7a7a7;
}
.wrapInput.wrapInput--checkbox.wrapInput--checked {
  border-color: #1c4ea0;
}
.wrapInput.wrapInput--checkbox.wrapInput--checked:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  background: url(../img/icon/icon-checked.svg);
  background-size: 100% auto;
  width: 20px;
  height: 20px;
}

select {
  width: 50%;
  height: 60px;
}
@media screen and (max-width: 640px) {
  select {
    width: 100%;
    height: 40px;
  }
}

.pageContent input[type="text"],
.pageContent input[type="email"],
.pageContent input[type="password"],
.pageContent textarea {
  padding: 15px;
  border: 1px solid #999999;
  width: 80%;
}
.pageContent input[type="text"]::-webkit-input-placeholder,
.pageContent input[type="email"]::-webkit-input-placeholder,
.pageContent input[type="password"]::-webkit-input-placeholder,
.pageContent textarea::-webkit-input-placeholder {
  color: #999999;
}
.pageContent input[type="text"]:-moz-placeholder,
.pageContent input[type="email"]:-moz-placeholder,
.pageContent input[type="password"]:-moz-placeholder,
.pageContent textarea:-moz-placeholder {
  color: #999999;
}
.pageContent input[type="text"]::-moz-placeholder,
.pageContent input[type="email"]::-moz-placeholder,
.pageContent input[type="password"]::-moz-placeholder,
.pageContent textarea::-moz-placeholder {
  color: #999999;
}
.pageContent input[type="text"]:-ms-input-placeholder,
.pageContent input[type="email"]:-ms-input-placeholder,
.pageContent input[type="password"]:-ms-input-placeholder,
.pageContent textarea:-ms-input-placeholder {
  color: #999999;
}
.pageContent input[type="text"]:placeholder-shown,
.pageContent input[type="email"]:placeholder-shown,
.pageContent input[type="password"]:placeholder-shown,
.pageContent textarea:placeholder-shown {
  color: #999999;
}
@media screen and (max-width: 640px) {
  .pageContent input[type="text"],
  .pageContent input[type="email"],
  .pageContent input[type="password"],
  .pageContent textarea {
    width: 100%;
  }
}
.pageContent input[type="submit"] {
  position: relative;
  background-color: #01a5dd;
  padding: 20px;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.1;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 640px) {
  .pageContent input[type="submit"]:hover {
    background-color: #1fbef5;
  }
}

@media screen and (min-width: 640px) {
  .wrapper a:hover {
    text-decoration: underline;
  }
  .wrapper a.resetHover:hover {
    text-decoration: none;
  }
  .wrapper a.resetHover:hover img {
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
}

/* Clearfix */
.clr {
  zoom: 1;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* display:none */
.disnon {
  display: none;
}

@media screen and (max-width: 640px) {
  #wrapper ul, #wrapper ol, #wrapper p, #wrapper dt, #wrapper dd,
  #wrapper caption, #wrapper th, #wrapper td,
  #wrapper select, #wrapper input, #wrapper textarea, #wrapper button, #wrapper figcaption {
    font-size: 4vw;
  }
}
