@charset "UTF-8";

html {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    background-color: #FFF;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    color: #313131;
    line-height: 1.75;
    padding-top: 104px;
}

body img {
    max-width: 100%;
    height: auto;
}

.sp-break {
    display: none;
}

header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #003F98;
}

body .sp {
    display: none;
}

body .wrap {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    position: relative;
}

header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header h1 {
    line-height: 0;
    padding: 20px 0 25px;
}

header h1 img {
    width: 305px;
}

nav ul {
    align-items: center;
    display: flex;
}

nav ul li+li {
    margin-left: 27px;
}

nav ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 14px 0;
    display: block;
    transition: all 0.3s ease;
}

nav ul li a:hover {
    opacity: 0.7;
}

#container {
    background-color: #FFF;
    padding: 10px 0 70px;
}

#container .overview_block {
    background: #f2f9ff;
    margin-top: 70px;
}

#container .overview_block .wrap {
    position: relative;
    padding: 95px 0 40px;
}

#container .overview_block .wrap::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    height: 95px;
    background: url(../images/overview_img01@2x.png) no-repeat center center;
    background-size: 100%;
}

#container .overview_block .ttl {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.h2_small2 {
    font-size: 25px;
}

.h2_small {
    font-size: 36px;
}

#container #dateimage {
    max-width: 720px;
    margin: 30px auto 40px;
}

#container .entry_area {
    margin-top: 20px;
}

#container .entry_area .deadline {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    color: #e02713;
}

#container .news_block .wrap {
    position: relative;
    padding: 50px 0 50px;
}

#container .news_block .ttl {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

#container .news_block .infobox {
    border: none;
    overflow: auto;
    margin-bottom: 0;
    padding: 20px;
}

#container .news_block .infobox-title {
    font-weight: bold;
}

p.infobox-note {
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dashed #000;
}

#container .about_block {
    background: #f2f9ff;
    margin-top: 100px;
}

#container .about_block .wrap {
    padding: 95px 0 80px;
}

#container .about_block .wrap::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    height: 95px;
    background: url(../images/overview_img01@2x.png) no-repeat center center;
    background-size: 100%;
}

#container .q_cont_block {
    padding: 50px 0 45px;
}

#container .q_cont_block .ttl {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#container .about_detail {
    border-top: solid 1px #ececec;
}

#container .about_detail>li {
    display: flex;
    padding: 20px 0;
    border-bottom: solid 1px #ececec;
}

strong {
    font-weight: bold;
    font-size: 20px;
}

#container .about_detail>li .tag {
    width: 134px;
    line-height: 0;
    padding-top: 3px;
}

#container .about_detail>li .text {
    width: 10px;
    flex-grow: 1;
    font-size: 18px;
    font-weight: bold;
}

#container .about_detail>li .text p.appeal_inline {
    font-size: 20px;
    color: #FFF;
    background: #f72e2a;
    font-weight: bold;
    display: inline-block;
    margin-left: 1em;
    padding: 0 10px;
}

#container .q_cont_block .place_list .place-titel p {
    background: #15507a;
    color: #FFF;
    padding: 3px 15px;
    border-radius: 1em;
    font-style: normal;
    display: inline-block;
}

#container .q_cont_block .place_list .place_detail {
    margin-left: 1.5em;
}

body a {
    color: #1e88e5;
    transition: color 0.3s ease;
}

#container .about_detail>li .text small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}

.place_list {
    margin-bottom: 30px;
}

#container .about_detail>li .jikanwari_wrap,
#container .about_detail>li .jikanwari_wrap .jikanwari {
    width: 100%;
    border: none;
    margin: 0;
}

#container .about_detail>li .text .red {
    font-size: 18px;
    color: #e02713;
}

#place .text p.red {
    margin-top: 1em;
}

span.square {
    color: #bf68ac;
}

#container .about_detail>li .jikanwari {
    display: flex;
    flex-wrap: wrap;
}

#container .about_detail>li .jikanwari_wrap .jikanwari td {
    border: solid 1px #ececec;
    padding: 15px 15px;
    text-align: left;
}

#container .about_detail table th,
#container .about_detail table td {
    padding: 27px 15px;
    line-height: 1.2;
    border-bottom: solid 1px #ececec;
    font-size: 1rem;
    vertical-align: top;
}

.jikanwari tbody tr span.font-size14 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    font-size: 1rem;
    vertical-align: top;
}

.jikanwari_wrap.text {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

#container .about_detail>li:last-child .tag {
    width: 255px;
}

#container .about_detail>li:last-child .icon-list li {
    font-size: 18px;
    font-size: 1.2857142857rem;
    position: relative;
    padding-left: 25px;
}

#container .about_detail>li .text .icon-list .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}

#container .about_detail>li:last-child .icon-list li+li {
    margin-top: 10px;
}

#container .about_detail>li:last-child .icon-list li:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(../images/bulletpoint.jpg) no-repeat left center;
    left: 0px;
    top: 8px;
}

#container .about_detail>li:last-child {
    align-items: center;
}

#container .q_cont_block .wrap p.blue_text {
    font-size: 1.2857142857rem;
    margin-top: 20px;
    color: #004098;
    margin-bottom: 55px;
}

#container .q_cont_block .q_cont_bottom {
    display: flex;
}

#container .q_cont_block .shinki.green {
    background: #8ac334;
}

#container .q_cont_block .shinki {
    background: #ffffff;
    border-radius: 3px;
    padding: 30px 25px;
    margin: 0 auto 0;
    box-sizing: border-box;
}

#container .q_cont_block .shinki .holding {
    font-size: 24px;
    color: #e62311;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#container .q_cont_block .shinki .holding span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    background: #e62311;
    padding: 6px 6px 4px;
    vertical-align: middle;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: -4px;
}

#container .q_cont_block .shinki .ttl {
    font-size: 33px;
    line-height: 1.2;
    color: #fff;
}

p.shinki-text {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

#container .q_cont_block .shinki .white {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.2;
    margin-top: 20px;
    background: rgb(255, 255, 255);
    padding: 10px 25px;
}

span.week-red {
    font-size: 20px;
    color: #FF0000;
}

span.font-size {
    font-size: 20px;
}

#container .q_cont_block .shinki .white ul li {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
}

p.white-p-title {
    padding-top: 5px;
    font-weight: bolder;
}

div.white p:first-of-type {
    padding-top: 1em;
}

div.white ul:last-of-type {
    padding-bottom: 1em;
}

#container .entry_block {
    background: #f2f9ff;
}

#container .entry_block .wrap {
    padding: 80px 0 75px;
}

section#faq {
    margin-top: 50px;
    margin-bottom: 3%;
    padding-top: 50px;
}

@keyframes faqSlideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.tab-content .tab.current .faq-list {
    animation: faqSlideIn 1.5s ease;
}

#container #faq h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
}

#container #faq .tabs {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
}

#container #faq .tabs ul {
    display: flex;
}

#container #faq .tab-content .tab {
    display: none;
}

#container #faq .tab-content .tab.current {
    display: block;
}

ul.faq-list {
    padding-top: 100px;
}

#container #faq .tabs ul li:first-child {
    border-radius: 4px 0 0 4px;
    border-left: solid 3px #222222;
}

#container #faq .tabs ul li {
    letter-spacing: normal;
    display: inline-block;
    border-top: solid 3px #222222;
    border-bottom: solid 3px #222222;
}

#container #faq .tabs ul li:last-child {
    border-radius: 0 4px 4px 0;
    border-right: solid 3px #222222;
}

#container #faq .tabs ul li a {
    display: block;
    padding: 17px 30px;
    border-right: solid 1px #ececec;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    line-height: 1.2;
    color: #7e7e7e;
    position: relative;
}

#container #faq .tabs ul li.current a {
    color: #FFF;
    background-color: #004098;
}

#container #faq .tabs ul li:last-child a {
    border-right: none;
}

#container #faq .tabs ul li.current a:after {
    opacity: 1;
}

#container #faq .tabs ul li a:after {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    background: url(../images/arrow-b.png) no-repeat top center;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#container #faq .tab-content {
    padding-top: 0px;
    font-size: 14px;
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#container #faq .tab-content .faq-list li {
    padding: 35px 0 32px;
    border-bottom: solid 1px #ececec;
}

#container #faq .tab-content .faq-list li .q {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    margin-bottom: 20px;
}

#container #faq .tab-content .faq-list li .q,
#container #faq .tab-content .faq-list li .a {
    position: relative;
    padding-left: 35px;
}



#container #faq .tab-content .faq-list li .q:after,
#container #faq .tab-content .faq-list li .a:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: no-repeat left center;
    left: 0px;
    top: 3px;
}

#container #faq .tab-content .faq-list li .q:after {
    top: 3px;
    background-image: url(../images/q_symbol.jpg);
}

#container #faq .tab-content .faq-list li .a:after {
    top: -2px;
    background-image: url(../images/a_symbol.jpg);
}

table {
    width: 100%;
    border-top: solid 1px #ececec;
    margin: 20px 0;
}

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


table.tbl3 tr th:first-child {
    width: 160px;
}

table.tbl3 tr th {
    background-color: #003F98;
    color: #FFF;
    text-align: center;
}

table.tbl3 tr th,
table.tbl3 tr td {
    border: solid 1px #ddd;
}

table th,
table td {
    padding: 27px 15px;
    line-height: 1.2;
    border-bottom: solid 1px #ececec;
    font-size: 14px;
    font-size: 1rem;
    vertical-align: top;
    text-align: center;
}

table.tbl3 tr th:nth-child(2) {
    width: 120px;
}

span.red-marker {
    color: #FFF;
    background: #e60012;
    padding: 3px 0;
    width: 8em;
    border-radius: 2px;
    margin-right: 10px;
}

table th {
    width: 190px;
    box-sizing: border-box;
    font-weight: bold;
}

table.tbl3 tr.stitle td {
    background-color: #e2e9f3;
}

table.tbl3 tr td.name {
    background-color: #e2e9f3;
}

.sendai-a {
    margin-bottom: 2em;
}

.seiryo-a {
    margin-bottom: 2em;
}

.contact_form_block .form_btn {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 70px;
}

.contact_form_block .form_btn a {
    display: inline-block;
    background: #003F98 url(../images/icon_email.png) no-repeat 20px center;
    padding: 1em 1.8em 1em 2.5em;
    letter-spacing: normal;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    border-radius: 5px;
}

/* フッター */
footer .f-top {
    background-color: #003F98;
}

footer .f-top .inner {
    padding: 20px 0 27px;
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

footer .f-top .inner .syusai {
    padding-top: 12px;
    width: 322px;
}

footer .f-top .inner .tel {
    width: 636px;
}

footer .logo-area {
    padding: 25px 0;
    background-color: #343434;
}

footer .logo-area .inner {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

footer .logo-area dl:first-child {
    padding-bottom: 16px;
}

footer .logo-area dl {
    letter-spacing: -0.4em;
}

footer .logo-area dl dt,
footer .logo-area dl dd {
    letter-spacing: normal;
    display: inline-block;
    line-height: 0;
}

footer .logo-area dl dd {
    margin-right: 3px;
}
.color-red {
    color: #FF0000;
}
.faq_bold {
    font-weight: bold;
}
#container .entry_area .button{
  max-width: 720px;
  margin: auto;
}
#container .entry_area .button a{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #e02713;
  border-radius: 5px;
  padding: 35px 0;
  color: #fff;
  transition: opacity 0.3s;
  position: relative;
}

#container .entry_area .button a::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #fff;
  z-index: 1;
  margin-top: -5px;
}
#container .entry_area .button a:hover{
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {

    body {
        padding-top: 59px;
    }
    body .sp {
        display: block;
    }
    header {
        text-align: center;
    }

    header .menu-trigger {
        cursor: pointer;
    }

    header .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 15%;
        width: 70%;
        height: 2px;
        background-color: #003F98;
    }

    header .menu-trigger span:nth-of-type(1) {
        top: 25%;
    }

    header .menu-trigger span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    header .menu-trigger span:nth-of-type(3) {
        bottom: 25%;
    }

    header.navOpen .menu-trigger span:nth-of-type(1) {
        top: 50%;
        transform: translateY(-50%)rotate(-45deg);
    }

    header.navOpen .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    header.navOpen .menu-trigger span:nth-of-type(3) {
        bottom: 50%;
        transform: translateY(50%)rotate(45deg);
    }

    header .wrap {
        display: block;
        padding: 13px 3%;
    }

    header h1 {
        width: 175px;
        padding: 0;
    }

    header nav {
        opacity: 0;
        width: 100%;
        padding: 0;
        position: absolute;
        left: 0;
        top: 100%;
        overflow-y: auto;
        max-height: calc(90vh - 60px);
        transform: translateY(-100%);
        transition: transform .3s, opacity 1s;
        z-index: 999;
    }

    header nav {
        display: block;
        background: #eee;
        top: 59px;
        left: 0;
        width: 100%;
        height: auto;
        /* position: relative; */
        margin: 0;
        padding-bottom: 5%;
    }

    nav ul {
        display: block;
    }

    header nav li {
        display: block;
        height: auto;
        position: relative;
        border-bottom: 1px solid #ddd;
        margin: 0;
    }

    header nav li>a,
    header nav li>p {
        background: transparent;
        display: block;
        font-size: 14px;
        line-height: 1;
        padding: 5% 5%;
        position: relative;
        color: #313131;
        text-align: left;
    }

    header nav li>a:after {
        content: "";
        display: block;
        position: absolute;
        right: 5%;
        top: 50%;
        margin: -4px 0 0 0;
        width: 8px;
        height: 8px;
        border-top: 2px solid #003F98;
        border-right: 2px solid #003F98;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header .menu-trigger {
        display: block;
        position: absolute;
        top: 50%;
        right: 3%;
        width: 30%;
        height: 100%;
        margin-top: -20px;
        max-width: 40px;
        max-height: 40px;
        z-index: 999;
        background: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

    header.navOpen nav {
        opacity: 1;
        transform: translateY(0);
        transition: transform .3s, opacity 0s;
    }

    nav ul li+li {
        margin-left: 0px;
    }

    #container {
        padding: 0;
    }

    #container .overview_block {
        margin-top: 10%;
    }

    #container .overview_block .wrap {
        padding: 10% 4%;
    }

    #container .overview_block .wrap::before {
        top: -6vw;
        width: 95%;
        height: 0;
        padding-top: 10%;
    }

    #container .overview_block .ttl,
    #container .overview_block .ttl .h2_small {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #container .overview_block .ttl .h2_small2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .sp-break {
        display: block;
    }

    #container .entry_area {
        margin-top: 8%;
    }

    #container .entry_area .deadline {
        font-size: 20px;
        line-height: 1.4;
        margin-top: 5%;
    }

    #container .news_block .wrap {
        padding: 10% 4%;
    }

    #container .news_block .ttl {
        font-size: 20px;
    }

    #container .about_block {
        padding: 0;
        margin-top: 7%;
        margin-bottom: 0;
    }

    #container .about_block .wrap {
        padding: 11% 4% 9%;
    }

    #container .about_block .wrap::before {
        top: -6vw;
        width: 95%;
        height: 0;
        padding-top: 10%;
    }

    #container .q_cont_block {
        padding: 0;
    }

    #container .q_cont_block .wrap {
        padding: 10% 4%;
    }

    #container .q_cont_block .ttl {
        font-size: 20px;
    }

    #container .about_detail>li {
        padding: 20px 0;
        flex-wrap: wrap;
    }

    #container .about_detail>li .tag {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    #container .about_detail>li .tag img {
        height: 20px;
        width: auto;
        font-size: 15px;
        font-size: 1.0714285714rem;
    }

    #container .about_detail>li .text {
        width: 100%;
        font-size: 15px;
        font-size: 1.0714285714rem;
    }

    #container .about_detail>li .text p strong {
        font-size: 15px;
        font-size: 1.0714285714rem;

    }

    #container .q_cont_block .place_list .place-titel p {
        background: #15507a;
        color: #FFF;
        padding: 0px 15px;
        border-radius: 1em;
        font-style: normal;
        display: inline-block;
        font-size: 15px;
    }

    #container .about_detail>li .text .appeal_inline {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.5;
    }

    #container .about_detail>li .text small {
        display: block;
        font-size: 12px;
        font-size: 0.9rem;
        font-weight: normal;
    }

    #container .about_detail>li .text .red {
        font-size: 15px;
    }

    #container .about_detail>li .text .margin-top {
        margin-top: 1em;
    }

    p.jikanwari_title {
        font-weight: bold;
        font-size: large;
    }

    #container .about_detail>li .jikanwari_wrap .jikanwari td {
        text-align: left;
    }

    #container .about_detail>li:last-child .tag {
        width: 100%;
    }

    #container .about_detail>li:last-child .tag img {
        height: 50px;
        width: auto;
    }

    #container .about_detail>li:last-child .icon-list li {
        font-size: 16px;
        font-size: 1.1428571429rem;
        padding-left: 25px;
        padding-bottom: 20px;
    }

    #container .about_detail>li .text .icon-list .small {
        display: block;
        font-size: 12px;
        font-size: 0.9rem;
        font-weight: normal;
    }

    #container .about_detail>li:last-child .icon-list li:last-child {
        padding-bottom: 0;
    }

    #container .about_detail>li:last-child .icon-list li+li {
        margin-top: 0;
    }

    #container .q_cont_block .wrap p.blue_text {
        font-size: 0.9rem;
        margin-bottom: 0;
    }

    #container .q_cont_block .q_cont_bottom {
        display: block;
        margin-top: 8%;
    }

    #container .q_cont_block .shinki {
        padding: 5%;
    }

    #container .q_cont_block .shinki .holding {
        font-size: 18px;
    }

    #container .q_cont_block .shinki .holding span {
        font-size: 12px;
    }

    #container .q_cont_block .shinki .ttl {
        font-size: 24px;
        margin-top: 8px;
    }

    #container .q_cont_block .shinki .white {
        font-size: 20px;
        padding: 5%;
        margin-top: 2%;
    }

    #container .entry_block .wrap {
        padding: 4% 4% 10%;
    }

    #container .entry_block {
        margin-bottom: -0px;
    }

    section#faq {
        margin-top: 5%;
        padding-top: 0;
    }

    #container #faq .wrap {
        padding: 10% 4%;
    }

    #container #faq h2 {
        font-size: 24px;
        font-size: 1.7142857143rem;
        padding-bottom: 24px;
        line-height: 1.2;
    }

    #container #faq .tabs {
        margin-bottom: 10px;
    }

    .tab {
        scroll-margin-top: 70px;
    }

    #container #faq .tabs ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #container #faq .tabs ul li:nth-child(2n+1) {
        margin-right: 4%;
    }

    #container #faq .tabs ul li {
        width: 48%;
        box-sizing: border-box;
        border: solid 3px #231815;
        margin-bottom: 4%;
    }

    #container #faq .tabs ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-size: 1rem;
        padding: 10px;
        height: 100%;
        border-right: none;
        text-align: center;
    }

    #container #faq .tabs ul li a:after {
        bottom: -10px;
        transform: translateX(-50%);
    }

    ul.faq-list {
        padding-top: 0px;
    }

    #container #faq .tab-content .faq-list li {
        padding: 15px 0 15px;
    }

    #container #faq .tab-content .faq-list li .q,
    #container #faq .tab-content .faq-list li .a {
        position: relative;
        padding-left: 31px;
    }

    #container #faq .tab-content .faq-list li .q {
        font-size: 16px;
        font-size: 1.1428571429rem;
        margin-bottom: 15px;
    }

    table.tbl3 tr th,
    table.tbl3 tr td {
        padding: 10px 2px;
        font-size: 10px;
        font-size: 0.7142857143rem;
        width: 80px;
    }

    footer .f-top .inner {
        padding: 20px 20px 27px;
        display: block;
        box-sizing: border-box;
    }

    footer .f-top .inner .syusai {
        width: 100%;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 10px;
    }

    footer .f-top .inner .syusai img {
        width: 240px;
        height: auto;
    }

    footer .f-top .inner .tel {
        width: 100%;
        text-align: center;
    }

    footer .f-top .inner .tel img {
        height: 45px;
        width: auto;
    }

    footer .logo-area {
        padding: 25px 20px;
    }

    footer .logo-area dl:first-child {
        padding-bottom: 10px;
    }

    footer .logo-area dl dt {
        display: block;
    }

    footer .logo-area dl:first-child img {
        height: 20px;
        width: auto;
    }

    footer .logo-area dl dd {
        margin-right: 10px;
    }

    footer .logo-area dl:last-child img {
        height: 12px;
        width: auto;
    }

    #overlay {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 998;
    }

    #overlay.active {
        opacity: 1;
        pointer-events: auto;
    }
    #container .entry_area .button{
    width: 90%;
    }
    #container .entry_area .button a{
        padding: 40px 0 30px;
    }
    #container .entry_area .button a {
    font-size: 18px;
    line-height: 1.4;
    padding: 11px 0;
    box-sizing: border-box;
    }

}