@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none; } }
@media (max-width: 767px) {
  .hidden-sp {
    display: none; } }
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, 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,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1;
  -webkit-font-kerning: none;
  font-kerning: none;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  /*	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none*/ }

input::-ms-clear {
  visibility: hidden; }

input::-ms-reveal {
  visibility: hidden; }

textarea {
  resize: vertical; }

button {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.ColL {
  float: left; }

.ColR {
  float: right; }

.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

.v-middle {
  vertical-align: middle !important; }

.v-bottom {
  vertical-align: bottom !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.txt80 {
  font-size: 80% !important; }

.txt90 {
  font-size: 90% !important; }

.txt110 {
  font-size: 110% !important; }

.txt120 {
  font-size: 120% !important; }

.txt130 {
  font-size: 130% !important; }

.txt150 {
  font-size: 150% !important; }

.txt170 {
  font-size: 170% !important; }

.cf:before,
.cf:after {
  content: "" !important;
  display: block !important;
  overflow: hidden !important; }

.cf:after {
  clear: both !important; }

.cf {
  zoom: 1 !important; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

#breadcrumbs {
  background: #dfeeff;
  padding: 5px 0;
  /*             @include max-mq() {
                   ol{
                       li{
                           margin-right:3px;
                           &:before{
                               margin-right:2px;
                           }
                       }
                   }
               }*/ }
  #breadcrumbs ol li {
    display: inline-block;
    line-height: 1;
    margin-right: 5px; }
    #breadcrumbs ol li:before {
      content: "＞";
      display: inline-block;
      vertical-align: top;
      margin-right: 2px; }
    #breadcrumbs ol li:first-child:before {
      content: normal; }

.pagination:empty {
  display: none; }

.pagination {
  background: #dfeeff;
  padding: 10px; }
  .pagination .page-numbers {
    display: inline-block !important;
    border: solid 1px #4a6e92;
    border-radius: 5px;
    font-size: 93.75%;
    font-weight: bold;
    background: #fff;
    width: 2em;
    padding: 6px 0;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px; }
    .pagination .page-numbers.current {
      background: #b2d6ff; }

table {
  width: 100%;
  /*    @include max-mq() {
          display: block;
          tbody,tr,th,td{
              width:100%!important;
              display: block;
          }
          th{
              padding: 5px 2px 3px;
              &:before{
                  margin-right: 1px;
              }
          }
          td{
              padding-top: 5px;
          }
      }*/ }
  table th, table td {
    padding: 15px;
    text-align: left;
    box-sizing: border-box; }
  table th {
    background: #cd1061;
    color: #fff;
    font-weight: bold;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff; }
  table td {
    background: #fff;
    border-top: solid 4px #fff; }
  table tr:nth-child(odd) th {
    background: #cd1061; }
  table tr:nth-child(odd) td {
    background: #fff url(../images/bg_pink.png) repeat-x center bottom;
    border-right: solid 1px #cd1061; }
  table tr:nth-child(even) th {
    background: #dd5410; }
  table tr:nth-child(even) td {
    background: #fff url(../images/bg_orange.png) repeat-x center bottom;
    border-right: solid 1px #dd5410; }

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  /*    @include max-mq() {
          font-size: 13px;
      }*/ }

#wrap {
  width: 1280px;
  margin: auto;
  /*    @include max-mq() {
          width: 100%;
          min-width: auto;
          min-width: initial;
      }*/ }

.container {
  width: 1040px;
  margin: auto;
  /*    @include max-mq() {
          width: 100%;
          min-width: auto;
          min-width: initial;
          box-sizing: border-box;
          padding: 0 10px;
      }*/ }

#cont01 {
  position: relative; }
  #cont01 .btn_purchase {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -556px; }

#cont02 {
  position: relative; }
  #cont02 .btn_purchase {
    position: absolute;
    bottom: 84px;
    left: 50%;
    margin-left: -556px; }

#cont03 {
  position: relative; }
  #cont03 .btn_purchase {
    position: absolute;
    bottom: 84px;
    left: 50%;
    margin-left: -556px; }

#cont05 {
  position: relative; }
  #cont05 .btn_purchase {
    position: absolute;
    bottom: 84px;
    left: 50%;
    margin-left: -556px; }

#inform {
  position: relative; }
  #inform .specific_btn {
    position: absolute;
    bottom: 55px;
    left: 110px; }
  #inform .privacy_btn {
    position: absolute;
    bottom: 55px;
    right: 110px; }

#form {
  padding-top: 100px;
  padding-bottom: 60px; }

#inline_specific, #inline_privacy {
  padding: 10px; }

#inline_specific h2, #inline_privacy h2 {
  font-size: 120%;
  margin-bottom: 10px; }

#inline_privacy > div {
  margin-bottom: 20px; }

#inline_privacy p, #inline_privacy ol li {
  font-size: 90%; }

footer {
  box-sizing: border-box;
  padding-top: 5px;
  background: linear-gradient(90deg, #de5712, #fdf268, #e2746f, #ce1562); }
  footer .footer_inner {
    box-sizing: border-box;
    background: #fff;
    color: #9b9b9b;
    text-align: center;
    line-height: 1;
    padding: 10px; }

#loading {
  display: none; }

.thanks {
  padding: 20px;
  font-size: 110%; }

.table_form {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin: 30px 0; }
  .table_form td {
    vertical-align: middle;
    padding: 10px;
    /*        @include max-mq() {
                padding:10px 5px;
            }*/ }
  .table_form th {
    width: 225px;
    text-align: left;
    vertical-align: top;
    position: relative;
    background-clip: padding-box !important;
    font-weight: bold;
    /*        @include max-mq() {
                padding:5px;
            }*/
    /*
            &.option{
                &:after{
                    content: "任意";
                    color: #fff;
                    background: #999999;
                }
            }*/ }
    .table_form th:after {
      /*            @include max-mq() {
                      top: 5px;
                      right:10px;
                  }*/ }
    .table_form th .required {
      color: #ff2626;
      background: #ffffff;
      position: absolute;
      right: 15px;
      top: 17px;
      font-size: 80%;
      padding: 4px 5px;
      line-height: 1;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-weight: normal; }

.table_form input[type=text], .table_form input[type=email], .table_form input[type=tel], .table_form input[type=nmber], .table_form input[type=date], .table_form textarea {
  width: 100%;
  padding: 4px;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 3px;
  border: solid 1px #e6e6e6;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #333; }
  .table_form input[type=text]:focus, .table_form input[type=email]:focus, .table_form input[type=tel]:focus, .table_form input[type=nmber]:focus, .table_form input[type=date]:focus, .table_form textarea:focus {
    outline: none;
    border: solid 1px #e6e6e6;
    background: #fff; }
.table_form input[type="checkbox"]:checked + span, .table_form input[type="radio"]:checked + span {
  font-weight: bold; }
.table_form textarea {
  width: 100%;
  height: 130px; }
.table_form select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px; }
  .table_form select option {
    padding: 0; }

.form_button {
  overflow: hidden;
  margin-top: 30px;
  text-align: center; }
  .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
    height: 60px;
    width: 220px;
    border: none;
    font-size: 26px;
    font-weight: bold;
    margin: 10px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    text-indent: -999px; }
    .form_button input[type=submit]:hover, .form_button input[type=button]:hover, .form_button button[type=submit]:hover {
      opacity: 0.8; }
    @media (max-width: 767px) {
      .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
        max-width: 80%; } }
    .form_button input[type=submit][name=submitConfirm], .form_button input[type=button][name=submitConfirm], .form_button button[type=submit][name=submitConfirm] {
      background: url(../img/common/btn_confirm.png) no-repeat 0 0; }
    .form_button input[type=submit][name=submit], .form_button input[type=button][name=submit], .form_button button[type=submit][name=submit] {
      background: url(../img/common/btn_send.png) no-repeat 0 0; }
    .form_button input[type=submit][name=submitBack], .form_button input[type=button][name=submitBack], .form_button button[type=submit][name=submitBack] {
      background: url(../img/common/btn_back.png) no-repeat 0 0; }

.table_form .txtRed {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 80%; }
  .table_form .txtRed:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    border: 10px solid #c90000;
    border-color: transparent;
    border-bottom-color: #c90000; }
