@charset "UTF-8";
/* ********************************************************
	共通初期化CSS
******************************************************** */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, header, footer, article, section, aside, 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, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
}

ol, ul, li {
  list-style: none;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

:focus {
  outline: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

.clear, div .clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  clear: both;
}

/*---clearFix---*/
.clearFix {
  zoom: 1;
}

.clearFix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

@media print {
  body {
    zoom: 60%;
  }
}

/*-------------------------------
  flex
-------------------------------*/
/*-------------------------------
  font size
-------------------------------*/
/*-------------------------------
  width
-------------------------------*/
/*-------------------------------
  position
-------------------------------*/
/*-------------------------------
  arrow
-------------------------------*/
/*--------------------------------------
 contact
---------------------------------------*/
.form_dl {
  padding: 3em 0 0 0;
}

@media only screen and (max-width: 640px) {
  .form_dl {
    padding: 1em 0 0 0;
  }
}

.contactus_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (max-width: 640px) {
  .contactus_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

dt {
  text-align: left;
  font-weight: bold;
  margin-bottom: .8em;
  position: relative;
}

@media only screen and (max-width: 640px) {
  dt {
    margin-bottom: .5em;
    line-height: 1.5em;
  }
}

li {
  text-align: left;
}

.inputs {
  width: 100%;
  height: 60px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
  .inputs {
    margin-bottom: 1em;
  }
}

.inputs_s {
  width: 30%;
  height: 57px;
  margin-bottom: 1em;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .inputs_s {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .inputs_s {
    width: 100%;
  }
}

/* radio */
input[type="radio"] {
  display: none;
}

.radio_label {
  position: relative;
  display: inline-block;
  padding: 13px 0 8px 32px;
  line-height: 1.5em;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .radio_label {
    padding: 7px 0 3px 27px;
  }
}

.radio_label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #666666;
  border-radius: 50%;
}

@media only screen and (max-width: 640px) {
  .radio_label::before {
    width: 20px;
    height: 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  .radio_label::before {
    margin-top: -14px;
  }
}

input[type="radio"]:checked + .radio_label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 7px;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  background: #4fbcb2;
  border-radius: 100%;
}

@media only screen and (max-width: 640px) {
  input[type="radio"]:checked + .radio_label::after {
    left: 5px;
    margin-top: -5px;
  }
}

@media all and (-ms-high-contrast: none) {
  input[type="radio"]:checked + .radio_label::after {
    margin-top: -7px;
  }
}

.radio_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .radio_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.radio_area li {
  position: relative;
}

.radio_area .brk {
  font-size: 1.5rem;
  position: absolute;
  left: -10px;
  top: 18px;
}

@media only screen and (max-width: 640px) {
  .radio_area .brk {
    font-size: 1.3rem;
    top: 11px;
  }
}

.radio_area .brk02 {
  font-size: 1.5rem;
  position: absolute;
  right: -25px;
  top: 18px;
}

@media only screen and (max-width: 640px) {
  .radio_area .brk02 {
    font-size: 1.3rem;
    top: 11px;
  }
}

@media only screen and (max-width: 640px) {
  .radio_area_s {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.radio_area_b {
  margin-bottom: 0;
}

.radio_area_b .radio_label {
  padding: 13px 20px 8px 32px;
}

@media only screen and (max-width: 640px) {
  .radio_area_b .radio_label {
    padding: 7px 0 3px 27px;
  }
}

.radio_label_s {
  padding: 13px 0 8px 30px;
  margin-left: 1.3em;
}

@media only screen and (max-width: 640px) {
  .radio_label_s {
    padding: 7px 0 3px 27px;
    margin-left: 1em;
  }
}

/* placeholder
		/* placeholder Chrome */
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1rem;
}

/* placeholder Firefox */
::-moz-placeholder {
  color: #ccc;
  font-size: 1rem;
}

/* placeholder IE */
:-ms-input-placeholder {
  color: #ccc;
  font-size: 1rem;
}

.inquiry_col {
  border-bottom: 2px dashed #cccccc;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
  .inquiry_col {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
}

.select_list {
  padding: 1em 0;
}

.select_list select {
  background-color: #fff;
  border: thin solid #000;
  display: inline-block;
  font: inherit;
  padding: 0.5em 3.5em 0.5em 1em;
  cursor: pointer;
  /* reset */
  margin-right: .8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media only screen and (max-width: 640px) {
  .select_list select {
    display: block;
  }
}

.select_list_item {
  margin-bottom: 1em;
  line-height: 1.5em;
}

.select_list_item:nth-last-of-type(1) {
  margin-bottom: 0;
}

.select_area {
  min-width: 120px;
  background-image: url("../images/select_icon.svg"), -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: url("../images/select_icon.svg"), linear-gradient(to right, #000, #000);
  background-position: calc(100% - 12px), calc(100% - 2.5em) -0.5em;
  background-size: 15px 15px, 1px 3em;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .select_area {
    min-width: 100%;
    margin-bottom: .5em;
  }
}

.select_area option:first-child {
  display: none;
}

select::-ms-expand {
  display: none;
}

.textarea {
  width: 100%;
  height: 55px;
  max-width: 1000px;
  min-width: 1000px;
  min-height: 55px;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .textarea {
    max-width: 85%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .textarea {
    max-width: 80%;
    min-width: 100%;
    height: 80px;
    min-height: 80px;
  }
}

/* reset */
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

input[type="text"],
input[type="email"],
textarea {
  background: #fff;
  padding: 0.8em;
  outline: none;
  border: 1px solid #666666;
  border-radius: .5em;
  background-clip: padding-box;
  line-height: 1.8em;
  font-family: inherit;
  font-size: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 7px #4fbcb2;
          box-shadow: 0 0 7px #4fbcb2;
  border: 1px solid #4fbcb2;
}

.must {
  text-align: center;
  color: #fff;
  background: #4fbcb2;
  border-radius: .5em;
  font-size: 0.8rem;
  padding: .5em;
  letter-spacing: 0.2em;
  margin: 0 1em;
}

@media only screen and (max-width: 640px) {
  .must {
    display: block;
    width: 25%;
    margin: 0.3em 0 0 0;
    padding: .3em;
    font-size: 0.7rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .must {
    padding: 0.5em .5em .3em .5em;
  }
}

.any {
  margin-left: 1em;
}

/* checkbox */
.checkbox_area {
  margin-bottom: 2em;
  position: relative;
}

.checkbox_area input[type="checkbox"] {
  display: none;
}

.checkbox_area label {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5em;
  padding: 3px 0 3px 35px;
  margin-bottom: .5em;
  cursor: pointer;
}

.checkbox_area label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #666666;
}

@media only screen and (max-width: 1060px) {
  .checkbox_area label::before {
    top: 5px;
    margin-top: 0;
  }
}

.checkbox_area input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 8px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #4fbcb2;
  border-bottom: 2px solid #4fbcb2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 640px) {
  .checkbox_area input[type="checkbox"]:checked + label::after {
    top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .checkbox_area .must {
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  .checkbox_area .err {
    padding: .5em 0;
  }
}

.checkbox_b {
  margin-bottom: 5em;
}

@media only screen and (max-width: 640px) {
  .checkbox_b {
    margin-bottom: 2em;
  }
}

.consent_note {
  overflow: auto;
  margin: 0 auto 2em auto;
  height: 200px;
  padding: 1.5em;
  background: #fff;
  border: 1px solid #666666;
  border-radius: .5em;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .consent_note {
    padding: 1em;
  }
}

.consent_note p {
  font-size: 1rem;
  color: #000;
  line-height: 1.5em;
  margin-bottom: 1em;
}

/* reset */
button,
input[type="submit"] {
  border: none;
}

.form_submit {
  border: none;
  text-align: center;
  position: relative;
}

.form_submit input,
.form_submit a {
  display: block;
  width: 40%;
  margin: 0 auto;
  line-height: 70px;
  background: #4fbcb2;
  border: 2px solid #4fbcb2;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: inherit;
  border-radius: 5em;
}

.form_submit input:hover,
.form_submit a:hover {
  cursor: pointer;
  background: #fff;
  color: #4fbcb2;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .form_submit input,
  .form_submit a {
    width: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .form_submit input,
  .form_submit a {
    width: 80%;
    line-height: 55px;
    font-size: 1rem;
  }
}

/*-------------------------------
お問い合わせ　確認画面　confirm
-------------------------------*/
.confirm_txt {
  text-align: center;
  font-weight: bold;
  padding: 2em 0 0 0;
}

@media only screen and (max-width: 640px) {
  .confirm_txt {
    padding: 1em 0 0 0;
  }
}

.confirm_item {
  width: 100%;
}

.confirm_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3em;
}

@media only screen and (max-width: 640px) {
  .confirm_item dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .confirm_item dl {
    margin-bottom: 1em;
  }
}

.confirm_item dt {
  width: 35%;
  padding: 1em 2em 1em 0;
  line-height: 1.8em;
  border-top: 1px solid #ccc;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .confirm_item dt {
    width: 45%;
  }
}

@media only screen and (max-width: 640px) {
  .confirm_item dt {
    width: 100%;
    padding: 0.5em 0 0 0;
    margin-bottom: 0;
    font-size: .9rem;
  }
}

.confirm_item dd {
  width: 65%;
  padding: 1em 0;
  text-align: left;
  line-height: 1.8em;
  border-top: 1px solid #ccc;
  margin: 0;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .confirm_item dd {
    width: 55%;
  }
}

@media only screen and (max-width: 640px) {
  .confirm_item dd {
    width: 100%;
    padding: 0 0 0.5em 0;
    border-top: none;
  }
}

.confirm_item .confirm_submit_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0 0 0;
}

@media only screen and (max-width: 640px) {
  .confirm_item .confirm_submit_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .confirm_item .confirm_submit_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.confirm_item .confirm_submit_area .form_submit {
  width: 40%;
  margin: 0 auto;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .confirm_item .confirm_submit_area .form_submit:after {
    right: 4em;
  }
}

@media only screen and (max-width: 640px) {
  .confirm_item .confirm_submit_area .form_submit {
    width: 80%;
    margin-bottom: 2em;
  }
}

.confirm_item .confirm_submit_area .form_submit input,
.confirm_item .confirm_submit_area .form_submit a {
  width: 100%;
}

/*-------------------------------
お問い合わせ　エラー画面　contactus error
-------------------------------*/
.err {
  display: block;
  color: #fc211f;
  font-weight: bold;
  padding: 0 0 0.5em 0;
}

/*-------------------------------
お問い合わせ 送信完了　contactus thanks
-------------------------------*/
.thx_txt_area {
  padding: 3em 0 6em 0;
}

@media only screen and (max-width: 640px) {
  .thx_txt_area {
    padding: 0 0 4em 0;
  }
}

.thx_txt_area .ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 640px) {
  .thx_txt_area .ttl {
    font-size: 1.1rem;
    line-height: 1.5em;
    text-align: justify;
  }
}

.thx_txt_area .txt {
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .thx_txt_area .txt {
    text-align: justify;
  }
}

.form_submit a {
  color: #fff;
}
/*# sourceMappingURL=contact.css.map */