@charset "utf-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/*====================
     リセット
====================*/
* {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}
body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, 'Meiryo', 'メイリオ', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main {
  display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
hr {
  clear: both;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  color: inherit;
  border: 0;
  border-top: 1px solid;
}
pre {
  font-size: inherit;
  font-family: monospace, monospace;
}
address {
  font-style: inherit;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-size: inherit;
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  vertical-align: bottom;
  border-style: none;
}
embed, object, iframe {
  vertical-align: bottom;
  border: 0;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type='checkbox'] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'] {
  -webkit-appearance: radio;
  appearance: radio;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type='button'][disabled], [type='reset'][disabled], [type='submit'][disabled] {
  cursor: default;
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
option {
  padding: 0;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'], [type='radio'] {
  padding: 0;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
video {
  display: block;
  width: 100%;
  height: auto;
}

/*====================
     　 フッター
====================*/
.footer-wrap {
  margin: 30px auto 30px auto;
  width: 90%;
  color: #555;
  text-align: center;
  max-width: 450px;
}
.footer-menu {
  margin-bottom: 30px;
}
.footer-menu li {
  font-size: 12px;
  display: inline-block;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 768px) {
.footer-menu li {
  font-size: 13px;
  letter-spacing: 0em;
}
}
.footer-menu li + li {
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
.footer-menu li + li {
  margin-left: 8%;
}
}
.footer-menu a {
  text-decoration: underline;
}
.footer-company {
  -webkit-flex-direction: column;
  margin-bottom: 30px;
}
.footer-company-txt {
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 768px) {
.footer-company-txt {
  margin-left: 30px;
}
}
.footer-company-logo {
  max-width: 191px;
  margin: 0 auto 30px auto;
  width: 40%;
}
.copyright {
  font-size: 0.7em;
}
.copyright span {
  display: block;
  line-height: 1.5;
}

/* === お支払いについて他（開閉） === */
.common_info {
  max-width: 750px;
  padding: 10px 15px;
  color: #333333;
  margin-top: 30px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
.common_info strong {
  font-weight: bold;
}
.common_info > dt {
  padding: 12px 10px;
  font-size: 15px;
  font-weight: bold;
  background: #ececec url("img/info_toggle_off.png") no-repeat right 17px center / 8px auto;
  background-size: 5% auto;
  border-radius: 5px;
  cursor: pointer;
}
.common_info > dt:not(:first-child) {
  margin-top: 10px;
}
.common_info > dt.on {
  background-image: url("img/info_toggle_on.png");
  background-size: 5% auto;
}
.common_info > dd {
  font-feature-settings: 'palt';
  padding: 0 10px;
}
.info_txt_s {
  margin: 1em 0;
  font-size: 80%;
}
.info_txt_m {
  margin: 1em 0;
  font-size: 13px;
  line-height: 20px;
}
.info_txt_l {
  margin: 1em 0 0.25em;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.info_alert {
  padding: 11px 15px;
  font-size: 13px;
  line-height: 20px;
  background-color: #fcfad2;
}
.info_txt_l + .info_txt_m, .info_alert .info_txt_m:first-child {
  margin-top: 0;
}
.info_txt_m .red {
  color: #f00;
}
/*▼「お支払い方法」部分　リンク色の設定▼*/
.common_info a:link {
	color: #004b91;
    text-decoration: underline;
}
.common_info a:visited {
	color: #004b91;
    text-decoration: underline;
}
.common_info a:hover {
	color: #004b91;
    text-decoration: underline;
}
.common_info a:active {
	color: #004b91;
    text-decoration: underline;
}
/*▲「お支払い方法」部分　リンク色の設定▲*/

@media screen and (min-width: 768px) {
  .common_info {
    padding: 20px 30px;
    margin-top: 60px;
  }
  .common_info > dt {
    padding: 25px 20px;
    font-size: 28px;
    line-height: 30px;
    background: #ececec url("img/info_toggle_off.png") no-repeat right 35px center;
    border-radius: 10px;
  }
  .common_info > dt:not(:first-child) {
    margin-top: 20px;
  }
  .common_info > dt.on {
    background-image: url("img/info_toggle_on.png");
  }
  .common_info > dd {
    padding: 0 20px;
  }
  .info_txt_m {
    font-size: 18px;
    line-height: 1.6;
  }
  .info_txt_l {
    font-size: 22px;
    line-height: 1.6;
  }
  .info_alert {
    padding: 22px 30px;
    font-size: 18px;
    line-height: 1.6;
  }
  .info_2 {
    width: 325px;
  }
  .info_2 > a > img {
    width: 100%;
    height: auto;
  }
}