@charset "UTF-8";
.mfp_element_all {
    max-width: 100%;
}
div.mfp_ok {
    margin-left: 12px;
}
div.mfp_err {
    line-height: 1.2;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 16px;
}
#container-form {
    margin-top: 32px;
}
#container-form form {
    background-color: rgba(255,255,255,.85);
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px 80px;
}
.datepicker {
    width: 130px;
}
.counseling-type {
    margin-right: 8px;
    vertical-align: -0.05em;
}
.inputlist li:not(:last-child) {
    margin-bottom: 8px;
}
input[type="text"],input[type="tel"],select,textarea {
    background-color: #f6f6f6;
    border: 1px solid #eee;
    color: #555;
    font-family: inherit;
    padding: 16px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    background-color: rgba(0,160,232,.03);
    border-radius: unset;
    border-color: #ddd;
    outline: none;
}
button:focus {
    outline: none;
}
form#mailformpro label.mfp_not_checked{
    border: none;
}
form#mailformpro label.mfp_checked{
    border: none;
    background-color: unset;
    box-shadow: none;
}
.inputlist.flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}
::placeholder {
    color: rgba(200,200,200,1);
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4;
}
.ui-datepicker table th:first-child {
    color: #db2323;
}
.ui-datepicker table th:last-child {
    color: #3a8be1;
}
.ui-widget-content span.ui-state-default {
    color: #666;
}
.ui-widget-content a.ui-state-default {
    color: #222;
}
.ui-widget-content td:first-child a.ui-state-default {
    color: #db2323;
}
.ui-widget-content td:last-child a.ui-state-default {
    color: #3a8be1;
}
form#mailformpro label {
    margin: 0;
}
input[type="checkbox"]:focus {
    outline: none;
}
input[type="checkbox"] {
    border: 1px solid rgba(144,144,144,.6);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-box-sizing: border-box;
    margin: 0;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    position: relative;
    -webkit-appearance: none;  
}
input[type="checkbox"]:checked {
    border: none;
    background-color: rgba(240,240,240,0);
}
input[type="checkbox"]:checked::before {
    position: absolute;
    left: 0px;
    top: 12px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    content: "";
    width: 8px;
    height: 2px;
    background-color: rgba(24,156,124,.8);
    -webkit-transform: rotate(45deg) scale(0.95);
    -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked::after {
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    width: 14px;
    height: 2px;
    background: rgba(24,156,124,.8);
    -webkit-transform: rotate(-53deg) scale(0.95);
    -webkit-transform-origin: left center;
}
.note-form ul li a {
    color: #193c8f;
    font-weight: bold;
}
#container-form_in {
    margin-bottom: 40px;
}
#container-form_in > div.flex {
    align-items: center;
    justify-content: flex-start;
}
#container-form_in > div {
    border-bottom: dotted 1px rgba(200,200,200,.5);
    padding: 20px 0;
}
#container-form_in > .flex > div {
    padding: 0 32px;
    position: relative;
}
#container-form_in > .flex > div:first-of-type {
    width: 30%;
}
#container-form_in > .flex > div:last-of-type {
    width: 70%;
    padding-left: 40px;
}
#container-form .full-width {
    width: 100%;
    max-width: 100%;
}
#container-form .harf-width {
    width: 100%;
    max-width: 272px;
}
#container-form .required span {
    width: 100%;
    display: block;
}
#container-form .required {
    position: relative;
}
#container-form .required::after {
    content: "必須";
    color: white;
    background-color: rgba(0,160,232,1);
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 5px 4px 4px;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%) scale(.95);
}
.comment-txt {
    color: rgba(86,86,86,1);
    display: inline-block;
    font-size: 13px;
    padding-left: 0;
    padding-top: 8px;
}
.form-btn {
    background-color: #07b4d9;
    background-color: rgba(255,255,255,1);
    border: solid 1px #07b4d9;
    border-radius: 48px;
    color: rgba(255,255,255,1);
    color: #39bbca;
    width: 520px;
    margin: auto;
    height: 64px;
    display: block;
    text-align: center;
}
.form-btn:hover {
    background-color: #07b4d9;
    color: rgba(255,255,255,1);
}
.form-btn span {
    transform: translateY(-1px);
    line-height: 1;
    position: relative;
    left: -8px;
    font-size: 18px;
}
.form-btn i {
    display: block;
    font-family: 'Century Gothic';
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    transform: scale(.75);
}
.info-box {
    text-align: center;
} 
.note-form {
    margin-right: auto;
    margin-left: auto;
    margin-top: 64px;
    max-width: calc(100% - 32px);
    line-height: 1.6;
}
.note-form .kome {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
.note-form ul {
    margin-bottom: 16px;
}
.note-form ul li {
    padding-left: 2.5%;
    position: relative;
    line-height: 1.6;
}
.note-form ul li::before,
.note-form ul li::after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    transform: translateX(2px) translateY(6px);
}
.note-form ul li::before {
    background-color: rgba(24,156,124,.5);
    left: 0;
}
.note-form ul li::after {
    background-color: rgb(57 187 202);
    left: 3px;
    top: 3px;
}
.note-form ul li:not(:last-of-type) {
    margin-bottom: .5em;
}
#thanks h2 + p {
    text-align: center;
}
#thanks h2 {
    margin-bottom: 24px;
    padding-bottom: 20px;
    position: relative;
}
#thanks h2::after {
    content: '';
    border-bottom: solid 1px rgba(136,208,224,.5);
    width: 32px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
section#thanks > div {
    background-color: rgba(255,255,255,.85);
    padding: 72px 0;
}
.year_in {
    margin-right: 8px;
    width: 124px;
}
.date_in {
    margin-right: 8px;
    margin-left: 8px;
    width: 64px;
}
.timezone {
    position: relative;
}

@media screen and (max-width: 768px) {
#container-form {
    margin-top: 24px;
}
#container-form form {
    background-color: transparent;
    margin-bottom: 40px;
    padding: 0;
}
#container-form_in {
    margin-bottom: 40px;
}
#container-form_in > div {
    border-bottom: none;
    padding: 16px 0;
}
#container-form_in > div:first-of-type {
    border-top: none;
}
#container-form_in > div.flex {
    background-color: white;
}
#container-form_in > div:not(:last-of-type) {
    margin-bottom: 12px;
}
#container-form_in > .flex > div:last-of-type {
    padding-left: 16px;
}
#container-form_in > div:last-of-type textarea {
    min-height: 176px;
}
.form-btn {
    height: 68px;
}
#form section {
    padding: 56px 0 64px;
}
#form section h2 {
    margin-bottom: 32px;
}
.info-box {
    width: 90%;
}
}
@media screen and (max-width: 767px) {
input[type="text"],input[type="tel"],textarea {
    padding: 12px;
}
::placeholder {
    line-height: 1;
}
#container-form form {
    margin-bottom: 32px;
}
#container-form_in {
    background-color: white;
    margin-bottom: 16px;
    padding: 16px;
}
#container-form_in > div.flex {
    padding: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
#container-form_in > div:not(:last-of-type) {
    margin-bottom: 20px;
}
#container-form_in > .flex > div:first-of-type,
#container-form_in > .flex > div:last-of-type {
    width: 100%;
    padding: 0;
}
#container-form_in > .flex > div:first-of-type {
    background-color: rgb(148 210 234);
    color: white;
    margin-bottom: 12px;
    padding: 8px 12px;
}
#container-form .harf-width {
    max-width: 100%;
}
#container-form .required::after {
    right: 12px;
}
#container-form_in > .flex > div:first-of-type .comment-txt {
    color: white;
}
.form-btn {
    height: 72px;
    width: 85%;
}
.info-box {
    text-align: left;
    width: 96%;
}
.note-form {
    max-width: 100%;
    margin-top: 32px;
    width: calc(100% - 32px);
}
.note-form ul li {
    padding-left: 16px;
}
.note-form ul li:not(:last-of-type) {
    margin-bottom: 0.3em;
}
#form section {
    padding: 48px 0;
}
.year_in{
    width:84px;
}
section#thanks > div {
    padding: 40px 32px;
}
#container-form form{
    margin-bottom: 0;
    padding-bottom: 40px;
}
}
@media screen and (max-width: 335px) {
.timezone {
    margin-top: 16px;
}
}