@charset "utf-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/* reset start ----------------------------------------------------------------*/

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,
sup,
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%;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li,
ol,
dl {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  transition: opacity ease 0.3s;

  &:hover {
    opacity: 0.7;
  }
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:not([type=radio], [type=checkbox]),
select,
textarea {
  font-size: 1.6rem;
  box-sizing: border-box;
}


@media screen and (max-width: 767px) {

  input:not([type=radio], [type=checkbox]),
  textarea {
    -webkit-appearance: none;
  }
}

:focus {
  outline: 0;
}

/* number spin delete */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



/* reset end ----------------------------------------------------------------*/

.pcmode {
  display: ;
}

.spmode {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pcmode {
    display: none !important;
  }

  .spmode {
    display: inline !important;
  }
}

@media screen and (max-width: 768px) {
  .tel-link a {
    color: #000;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

html {
  color: #000;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  /*font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Geneva,Arial,Verdana,sans-serif;*/
  /*font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  /*font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  letter-spacing: 1pt;
  overflow: auto;
}


img {
  vertical-align: top;
}

@media screen and (max-width: 1080px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a {
  color: #000;
  transition: ease 0.125s color;
}

/* inner */

.inner {
  margin: 0 auto;
}

.w960 {
  width: 960px;
}

@media screen and (max-width: 960px) {
  .w960 {
    width: 92%;
  }

  .w960.type02 {
    width: 100%;
  }
}

/* margin common */

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb90 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

/* Template_type --------------------------------------------------------------- */

.tac {
  text-align: center;
}

/* edit-area.contact */

.edit-area.contact {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .edit-area.contact {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

.edit-area.contact .hdl01 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px solid #eee;
}

@media screen and (max-width: 767px) {
  .edit-area.contact .hdl01 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 2rem;
    border-bottom-width: 2px;
  }
}

.edit-area.contact .hdl01:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 48%;
  width: 40px;
  height: 4px;
  left: calc(50% - 20px);
  background: #8FC321;
}

@media screen and (max-width: 767px) {
  .edit-area.contact .hdl01:after {
    bottom: -2px;
    height: 2px;
  }
}

.edit-area.contact .t01 {
  line-height: 180%;
}

@media screen and (max-width: 767px) {
  .edit-area.contact .t01 {
    font-size: 1.4rem;
  }
}

.edit-area.contact .error {
  color: #C00;
  font-weight: bold;
}


.edit-area.contact .submit_box {
  margin: 40px 0 0;
  text-align: center;
}

.edit-area.contact .submit_box input[type=submit] {
  display: inline-block;
  margin: 0 10px 10px;
}

/* close-btn */
.edit-area.contact .close-btn {
  text-align: center;
}

.edit-area.contact .close-btn a {
  position: relative;
  display: inline-block;
  width: 92%;
  max-width: 300px;
  padding: 20px;
  color: #666;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #EFEFEF;
  border-radius: 6px;
  transition: ease 0.25s all;
}

.edit-area.contact .close-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  box-sizing: border-box;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .edit-area.contact .close-btn a:hover:after {
    border-top-color: #FFF;
    border-right-color: #FFF;
  }
}


.edit-area.contact .p_input_box {
  display: inline-block;
}


/* contact-table */
.edit-area.contact .contact-table {
  margin: 0 auto;
  line-height: 180%;
  width: 100%;
}


.edit-area.contact .contact-table th,
.edit-area.contact .contact-table td {
  box-sizing: border-box;
}

.edit-area.contact .contact-table th {
  position: relative;
  width: 260px;
  padding: 20px 60px 20px 20px;
  color: #FFF;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: 1px solid #C8C8C8;
  border-right: 0;
  border-left: 0;
  background: #8FC321;
}

.edit-area.contact .contact-table td {
  padding: 20px;
  background: #FFF;
  border: 1px solid #C8C8C8;
  border-right: 0;
  border-left: 0;
}

@media screen and (max-width: 767px) {

  .edit-area.contact .contact-table th,
  .edit-area.contact .contact-table td {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
  }
}

.edit-area.contact .contact-table th span {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  margin: 7px 0px 0 0;
  padding: 0 1em;
  font-size: 1.2rem;
  font-weight: normal;
  color: #EFEFEF;
  vertical-align: middle;
  line-height: 160%;
  background: #C00;
}

@media screen and (max-width: 767px) {
  .edit-area.contact .contact-table th span {
    top: 10px;
    right: 10px;
  }
}

.edit-area.contact .contact-table td label {
  cursor: pointer;
}

.edit-area.contact .contact-table td textarea {
  resize: vertical;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}

.edit-area.contact .contact-table td input[type=text],
.edit-area.contact .contact-table td input[type=number],
.edit-area.contact .contact-table td input[type=tel],
.edit-area.contact .contact-table td textarea,
.edit-area.contact .contact-table td select {
  padding: 10px;
  border: 1px solid #DDD;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
}

.edit-area.contact .contact-table td input[type=text]:focus,
.edit-area.contact .contact-table td input[type=number]:focus,
.edit-area.contact .contact-table td input[type=tel]:focus,
.edit-area.contact .contact-table td textarea:focus,
.edit-area.contact .contact-table td textarea.focus,
.edit-area.contact .contact-table td select:focus,
.edit-area.contact .contact-table td select.focus {
  border-bottom-color: #18223F;
}

.edit-area.contact .contact-table td select {
  margin: 10px 0;
}


.edit-area.contact .contact-table td input.small {
  width: 25%;
}

.edit-area.contact .contact-table td input.middle {
  width: 50%;
}

.edit-area.contact .contact-table td input.big {
  width: 75%;
}

.edit-area.contact .contact-table td input.max {
  width: 100%;
}

.edit-area.contact .contact-table td input.birthday {
  width: 50px;
}

.edit-area.contact .contact-table td input.birthday.type01 {
  width: 100px;
}


@media screen and (max-width: 767px) {
  .edit-area.contact .contact-table td input.small {
    width: 50%;
  }

  .edit-area.contact .contact-table td input.middle {
    width: 100%;
  }

  .edit-area.contact .contact-table td input.big {
    width: 100%;
  }

  .edit-area.contact .contact-table td input.max {
    width: 100%;
  }
}


.edit-area.contact .privacy-box {
  margin: 0 auto;
  padding: 22px 19px;
  height: 200px;
  font-size: 1.4rem;
  text-align: left;
  box-sizing: border-box;
  overflow-y: scroll;
  background: #FFF;
  border: 1px #CCC solid;
}

.edit-area.contact .privacy-box dl {
  margin: 0 0 20px;
  line-height: 160%;
}

.edit-area.contact .privacy-box dl dt {
  margin-left: 10px;
  font-weight: bold;
}

.edit-area.contact .privacy-box dl dd {
  margin: 0 0 10px;
  line-height: 160%;
}


/* submit btn */


.edit-area.contact .submit-box {
  text-align: center;
}


input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.edit-area.contact .btn {
  position: relative;
  display: inline-block;
}

.edit-area.contact .btn input {
  display: inline-block;
  width: 300px;
  padding: 20px;
  border-radius: 6px;
  transition: ease 0.25s all;
}


/* type01 */
.edit-area.contact .btn.type01:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  box-sizing: border-box;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.edit-area.contact .btn.type01 input {
  color: #FFF;
  background-color: #C00;
}

.edit-area.contact .btn.type01:hover input {
  background-color: #0068B7;
}

/* type02 */

.edit-area.contact .btn.type02 {
  margin-right: 10px;
}

.edit-area.contact .btn.type02:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  box-sizing: border-box;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.edit-area.contact .btn.type02 input {
  width: 180px;
  color: #000;
  background-color: #CCC;
}

.edit-area.contact .btn.type02:hover input {
  color: #FFF;
  background-color: #000;
}


#form1 .tac.mb40 p span {
  color: red;
}

.done {
  padding: 10rem 0;

  @media screen and (max-width: 767px) {
    padding: 50px 0;
  }

  .desc {
    padding-top: 4rem;
    font-size: 1.6rem;

    @media screen and (max-width: 767px) {
      padding-top: 20px;
      font-size: 14px;
    }
  }

  .button {
    margin: 6.4rem auto 0;
    width: 26.2rem;
    height: 5rem;
    border-radius: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;

    @media screen and (max-width: 767px) {
      margin: 24px auto 0;
      width: 220px;
      height: 42px;
      border-radius: 21px;
    }

    .btn-txt {
      font-family: 'Urbanist';
      font-weight: 900;
      font-size: 1.4rem;
      color: #fff;

      @media screen and (max-width: 767px) {
        font-size: 14px;
      }
    }
  }
}