@charset "UTF-8";.bg-gradient1 span,.bg-gradient1:before {
    background: #52A0FD;
    background: -webkit-gradient(linear,left top,right top,from(#52A0FD),color-stop(80%,#00e2fa),to(#00e2fa));
    background: linear-gradient(to right,#52A0FD 0%,#00e2fa 80%,#00e2fa 100%)
}

body,html {
    font-family: "Noto Sans JP",sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

p {
    color: #485566;
}

img {
    max-width: 100%;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 640px) {
    .pc-mode {
        display:none;
    }
}

@media screen and (min-width: 769px) {
    .doc-contact__inner {
        margin:0 auto;
        width: 1200px;
        max-width: 94%;
    }
}

.doc-contact__flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
}

.doc-contact__item {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 94%;
}

@media screen and (min-width: 641px) {
    .doc-contact__item {
        padding:50px 0 80px 0;
    }
}

@media screen and (min-width: 769px) {
    .doc-contact__item {
        margin:0;
        padding-right: 5.8333333333%;
        width: 52.5%;
        max-width: none;
    }
}

.doc-contact__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.doc-contact__cat li {
    background: #e8f9fe;
    color: #FFA800;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 10px;
    font-size: 0.7142857143rem;
}

@media screen and (min-width: 641px) {
    .doc-contact__cat li {
        font-size:12px;
        font-size: 0.8571428571rem;
    }
}

.doc-contact__cat li:not(:first-child) {
    margin-left: 5px;
}

.doc-contact__logo {
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
    .doc-contact__logo {
        text-align:left;
        margin-bottom: 0;
        top: 40px;
        left: 0;
    }
}

.doc-contact__ttl {
    font-size: 20px;
    font-size: 1.4285714286rem;
    color: #2C343E;
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (min-width: 641px) {
    .doc-contact__ttl {
        font-size:30px;
        font-size: 2.1428571429rem;
        margin-bottom: 20px;
        text-align: left;
    }
}

.doc-contact__sttl {
    font-size: 16px;
    font-size: 1.1428571429rem;
    color: #2C343E;
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F0F5;
}

@media screen and (min-width: 641px) {
    .doc-contact__sttl {
        font-size:18px;
        font-size: 1.2857142857rem;
    }
}

.doc-contact__txt {
    margin-bottom: 10px
}

@media screen and (min-width: 641px) {
    .doc-contact__txt {
        font-size:16px;
        font-size: 1.1428571429rem;
        margin-bottom: 20px;
    }
}

.doc-contact__txt a {
    color: #0f92b8;
    text-decoration: none;
}

.doc-contact__stxt {
    font-size: 12px;
    font-size: 0.8571428571rem;
}

.doc-contact__stxt a {
    color: #0f92b8;
}

.doc-contact__imgarea {
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 20px;
}

.doc-contact__bold {
    font-size: 16px;
    font-size: 1.1428571429rem;
    color: #2C343E;
    font-weight: bold;
    margin-bottom: 5px;
}

@media screen and (min-width: 641px) {
    .doc-contact__bold {
        font-size:18px;
        font-size: 1.2857142857rem;
        margin-bottom: 10px;
    }
}

.doc-contact__detail {
    color: #485566;
}

@media screen and (min-width: 641px) {
    .doc-contact__detail {
        font-size:16px;
        font-size: 1.1428571429rem;
    }
}

.doc-contact__detail:not(:last-child) {
    margin-bottom: 5px;
}

.doc-contact__cont {
    padding: 20px;
    border: 2px solid #F0F0F5;
    margin-bottom: 30px;
}

.doc-contact__listitem {
    color: #485566;
}

@media screen and (min-width: 641px) {
    .doc-contact__listitem {
        font-size:16px;
        font-size: 1.1428571429rem;
    }
}

.doc-contact__listitem:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    color: #FFA800;
    margin-right: 0.5em;
    font-weight: normal;
}

.doc-contact__listitem:not(:last-child) {
    margin-bottom: 5px;
}

.doc-form {
    background: #FCF8E6;
    padding: 40px 0 80px;
    width: 100%;
}

@media screen and (min-width: 641px) {
    .doc-form {
        padding:80px 0;
    }
}

@media screen and (min-width: 769px) {
    .doc-form {
        padding:50px 5% 110px 4.1666666667%;
        width: 47.5%;
    }
}

@media screen and (max-width: 768px) {
    .doc-form__inner {
        margin:0 auto;
        max-width: 85%;
    }
}

.doc-form__ttl {
    font-size: 16px;
    font-size: 1.1428571429rem;
    color: #2C343E;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0f92b8;
}

@media screen and (min-width: 641px) {
    .doc-form__ttl {
        margin-bottom:40px;
        font-size: 20px;
        font-size: 1.4285714286rem;
    }
}

.doc-form__require {
    font-size: 12px;
    font-size: 0.8571428571rem;
    background: #FFE14B;
    /*color: #FFF;*/
    margin-right: 10px;
    padding: 4px 6px;
}

@media screen and (min-width: 641px) {
    .doc-form__require {
        font-size:14px;
        font-size: 1rem;
    }
}

.doc-form__notrequire {
    font-size: 12px;
    font-size: 0.8571428571rem;
    background: #F0F0F5;
    color: #2C343E;
    margin-right: 10px;
    padding: 4px 6px;
}

@media screen and (min-width: 641px) {
    .doc-form__notrequire {
        font-size:14px;
        font-size: 1rem;
    }
}

.doc-form__dl {
    margin-bottom: 15px;
    font-size:14px;
    font-size: 1rem;
}

@media screen and (min-width: 641px) {
  .doc-form__dl {
        font-size:100%;
  }
}

.doc-form__dl.zip>dd>input:not(:first-child) {
    margin-top: 10px;
}

.doc-form__dt {
    color: #2C343E;
    margin-bottom: 15px;
    font-weight: bold;
}

@media screen and (min-width: 641px) {
    .doc-form__dt {
        font-size:16px;
        font-size: 1.1428571429rem;
    }
}

.doc-form__dd--name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.doc-form__dd input[type=radio] {
    display: none;
}

.doc-form__dd input[type=radio]+label {
    background: #fff;
    padding: 0.5em 0.5em 0.5em 2em;
    margin-right: 0.5em;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
}

@media screen and (max-width: 640px) {
    .doc-form__dd input[type=radio]+label {
        width:45%;
        margin-right: 2%;
    }
}

.doc-form__dd input[type=radio]+label:before {
    content: "";
    width: 1em;
    height: 1em;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #485566;
    position: absolute;
    left: 0.5em;
    top: 0;
    bottom: 0;
    margin: auto;
}

.doc-form__dd input[type=radio]:checked+label {
    background: #FFA800;
    color: #fff;
    padding: 0.5em 0.5em 0.5em 2em;
    margin-right: 0.5em;
}

.doc-form__dd input[type=radio]:checked+label:after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: #FFA800;
    position: absolute;
    left: 0.75em;
    top: 0;
    bottom: 0;
    margin: auto;
}

.doc-form__dd select {
    -webkit-appearance: none;
    background: #fff;
    cursor: pointer;
    border: none;
    padding: 0.5em;
    -webkit-box-shadow: 3px 3px 5px #F0F0F5;
    box-shadow: 3px 3px 5px #F0F0F5;
    position: relative;
    width: 100%;
    color: #D1D1E5;
}

.doc-form__dd select option:not([value=""]) {
    color: #2C343E;
}

.doc-form__input {
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-family: "Noto Sans JP",sans-serif;
    padding: 10px 20px;
    border: none;
    width: 100%;
    -webkit-box-shadow: 3px 3px 5px #F0F0F5;
    box-shadow: 3px 3px 5px #F0F0F5;
    color: #2C343E;
    background-color: #fff;
}

@media screen and (max-width: 641px) {
    .doc-form__input {
        font-size:16px;
        font-size: 1.1428571429rem;
    }
}

.doc-form__input::-webkit-input-placeholder {
    color: #D1D1E5;
}

.doc-form__input::-moz-placeholder {
    color: #D1D1E5;
}

.doc-form__input:-ms-input-placeholder {
    color: #D1D1E5;
}

.doc-form__input::-ms-input-placeholder {
    color: #D1D1E5;
}

.doc-form__input::placeholder {
    color: #D1D1E5;
}

.doc-form__input--half {
    width: calc(50% - 10px);
}

.doc-form__input--textarea {
    padding: 20px;
    color: #2C343E;
}

@media screen and (min-width: 641px) {
    .doc-form__input--textarea {
        padding:30px;
    }
}

/* 既存スタイルから調整 */
.privacy{
  background-color: #fff;
  height: 150px;
  padding: 10px;
  margin: 20px 0;
  font-size: small;
}
.pri_title,
.pri_title2{
  margin-bottom: 10px;
  font-size: 14px;
}
form input[type="submit"] {
  margin-top: 20px;
}
/* 確認画面 */
table.under tr{
  display: flex;
  flex-direction: column;
}
table.formTable th,
table.formTable td {
  padding: 5px;
}
table.formTable th {
  font-size:16px;
  font-size: 1.1428571429rem;
  width: 100%;
}
table.formTable td {
  font-size: 14px;
  font-family: "Noto Sans JP",sans-serif;
  padding: 10px 20px;
  border: none;
  width: 100%;
  color: #2C343E;
}
@media screen and (max-width: 641px) {
  table.formTable th,
  table.formTable td {
    font-size:16px;
    font-size: 1.1428571429rem;
  }
}
form input[type='button'], input[type='button'] {
    margin-top: 10px;
}

/* ERR画面 */
h4.c_err,
h3.thanks,
.c_confirm{
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.error_messe,
.thanks_messe{
  font-size: 16px;
  margin-bottom: 15px;
}
.thanks_messe{
  line-height: 2.0;
}