.entry .main-bg {
    background: url(../img/fee/main_img.jpg) no-repeat center;
    background-size: cover;
}
.tit-box h3 {
    font-size: 3.0rem;
    margin-bottom: 4.0rem;
    line-height: 1.699;
}
.entry .page-sec .box-Shift02 .txt-box {
    padding: 12rem 10.5vw 10rem 7vw;
}
.entry .page-sec .box-Shift02 .inner.bg-blue:before {
    height: 100%;
}
.entry-sec {
    padding: 7rem 0 1rem;
    margin-bottom: 12rem;
}
.entry-sec .inner {
    padding: 0 7vw; 
}
.entry-sec .inner .block {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 5rem;
}
.entry-sec .inner a {
    font-weight: bold;
    color: #004E97;
}
.entry-sec .inner h4 {
    font-weight: bold;
    margin: 2rem 0 1.5rem;
}
.entry-sec .inner .bold {
    font-weight: bold;
}
.entry-sec .inner ul li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}
.ex-txt {
    color: #E0503E;
}
.form-block dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 9rem;
    padding: 1rem 0;
}
.form-block dl,
.form-block dt,
.form-block dd {
    font-family: YuMincho, 'Yu Mincho', serif;
}
.form-block dl:nth-child(odd) {
    background: #F2F2F2;
}
.form-block dl:nth-child(even) {
    background: #F7F7F7;
}
.form-block dt {
    padding-left: 4rem;
    width: 23.467%;
}
.form-block dd {
    padding-right: 4rem;
    width: 78.222%;
    padding-left: 2.5rem;
    display: flex;
    justify-content: space-between;
        flex-wrap: wrap;
}
.form-block input[type=text],
.form-block input[type=email],
.form-block textarea {
    border: none;
    background: #fff;
    padding: 2rem;
    font-family: YuMincho, 'Yu Mincho', serif;
  border: 2px solid #fff;
    width: 100%;
}
.name-dd input[type=text] {
    width: 93.75%;
}
.form-block select {
    border: none;
    background: #fff;
    padding: 2rem;
    font-family: YuMincho, 'Yu Mincho', serif;
    border: 2px solid #fff;
    width: 31%;
}
.form-block .input-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 48%;
}
.form-block .input-name .error {
    padding-left: 2.5rem;
}
.form-block .input-name span {
    margin-right: 1rem;
}
.form-block dl:first-child dd,
.form-block dl:nth-child(2) dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-block input[type=text]:focus,
.form-block textarea:focus,
.form-block select:focus {
  outline: 0;
  border: 2px solid #cccccc;
}
.form-block .name-dd {
    padding-left: 0;
}
.privacy-check {
    text-align: center;
}
.btn01 #link_icon01_white {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 7.4649rem;
    height: 8rem;
}
.btn01 #link_icon01_white .st0 {
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150;
    stroke-dashoffset: -300;
    stroke-width: 1px;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
    transform-origin: 50% 60%;
}
.btn01 #link_icon01_white_star {
    position: absolute;
    top: 2.225rem;
    left: 3.4rem;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    width: 1.8001rem;
    height: 1.85rem;
    transform-origin: 50% 50%;
}
.btn01 #link_icon01_black {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 7.4649rem;
    height: 8rem;
}
.btn01 input {
    background: none;
    border: none;
    position: absolute;
    top: -0.8rem;
    left: 3rem;
    padding: 3rem;
    cursor: pointer;
}
.btn01 #link_icon01_black .st0 {
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    fill: none;
    stroke: #111;
    stroke-dasharray: 150;
    stroke-dashoffset: -300;
    stroke-width: 1px;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
    transform-origin: 50% 60%;
}
.btn01 #link_icon01_black_star {
    position: absolute;
    top: 2.225rem;
    left: 3.4rem;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    width: 1.8001rem;
    height: 1.85rem;
    transform-origin: 50% 50%;
}
.btn-wrap {
    display: flex;
    justify-content: center;
}
.btn-wrap .btn01 {
    margin-left: -20rem;
}
.mw_wp_form_confirm .form-block .input-name {
    justify-content: flex-start;
}
.mw_wp_form_confirm .privacy-check {
    display: none;
}
.mwform-tel-field {
    width: 100%;
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mwform-tel-field input {
    width: 31% !important;
}


@media screen and (max-width: 767px) {
.btn01 #link_icon01_white .st0 {
    stroke-dasharray: -150;
    stroke-dashoffset: 300;
}
.btn01 #link_icon01_black .st0 {
    stroke-dasharray: -150;
    stroke-dashoffset: 300;
}
    
}
@media screen and (min-width: 768px) {
.btn01:hover #link_icon01_white .st0 {
    stroke-dasharray: 190;
    stroke-dashoffset: -190;
}
.btn01:hover #link_icon01_white_star {
    transform: scale(1.4);
}
.btn01:hover #link_icon01_black .st0 {
    stroke-dasharray: 190;
    stroke-dashoffset: -190;
}
.btn01:hover #link_icon01_black_star {
    transform: scale(1.4);
}
}


@media screen and (max-width: 767px) {
.entry .page-sec .box-Shift02 .txt-box {
    padding: 5rem 7vw 6rem 7vw;
}
.tit-box h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
}
.entry-sec {
    padding: 5rem 0 4rem;
    margin-bottom: 7rem;
}
.entry-sec .inner .block {
    margin-bottom: 3rem;
}
.form-block dl {
    display: block;
    min-height: 9rem;
    padding: 1.5rem 2rem 2.5rem;
}
.form-block dt {
    padding-left: 0;
    width: 100%;
    display: block;
    padding-bottom: 1rem;
}
.form-block dd {
    padding-right: 0;
    width: 100%;
    padding-left: 0;
    display: block;
}
.form-block dl:first-child dd, .form-block dl:nth-child(2) dd {
    display: block;
}
.form-block .input-name {
    width: 100%;
}
.form-block .input-name:first-child {
    margin-bottom: 1.5rem;
}
.form-block input[type=text], .form-block input[type=email], .form-block textarea {
    padding: 1rem;
}
.form-block select {
    padding: 1rem;
    width: 100%;
}
.form-block select.birth-year,
.form-block select.birth-month {
    margin-bottom: 1.5rem;
}
}