@charset "utf-8";
@-webkit-keyframes ContentsSwitch{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@media only screen and (max-width: 768px) {
/* -------------------------------- 

common

-------------------------------- */
.under #Content{
  margin: 19vw 0 0;
}
section[class^=area]{
  position: relative;
  width: 88vw;
  margin: 22vw auto 0;
}
#Pan{
  margin: 27vw auto 0;
}
.txt-wrap {
    width: 88vw;
    margin: 20vw auto 0;
}
.txt-wrap .txt {
  color: var(--txt-color);
  line-height: 1.5;
}
.txt-wrap .txt + .txt {
    margin-top: 1em;
}


}


@media only screen and (min-width: 769px) {
/* -------------------------------- 

common

-------------------------------- */
.under #Content{
  margin: 87px 0 0;
}
section[class^=area]{
	position: relative;
  width: 980px;
  margin: 120px auto 0;
}
#Pan{
  margin-top: 180px;
}
.txt-wrap {
    width: 814px;
    margin: 95px auto 0;
}
.txt-wrap .txt {
  color: var(--txt-color);
  line-height: 1.5;
}
.txt-wrap .txt + .txt {
    margin-top: 1em;
}
}

#menu {
    background-color: #efefef;
    padding: 24vw 0;
    margin: 17.94vw 0 0;
}
#menu .inner {
    width: 88vw;
    margin: auto;
}
#menu .ttl {
    font-size: 6.15vw;
    position: relative;
    padding-top: 9.23vw;
    margin-bottom: 20vw;
}
#menu .ttl:before {
    content: "MENU";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.07vw;
    color: #1A4C71;
}
#menu .menu-wrap {
    background-color: #fff;
    padding: 10.76vw 5.64vw;
}
#menu .menu-wrap + .menu-wrap {
    margin-top: 17.94vw;
}
#menu .menu-ttl {
    font-size: 3.58vw;
    margin-bottom: 12.3vw;
    padding-left: 4.1vw;
    position: relative;
}
#menu .menu-ttl:before {
    content: "";
    width: 2.05vw;
    height: 2.05vw;
    background-color: #1A4C71;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#menu table {
    width: 100%;
    border-collapse: collapse;
    font-size: 3.58vw;
    text-align: center;
}
#menu table tr:first-child {
    background: #DEDEDE;
    border: none;
}
#menu table .bg {
    background: #FAFAFA;
}
#menu table th {
    font-weight: 600;
    line-height: 12.3vw;
}
#menu table td {
    vertical-align: middle;
    border-top: 1px solid #DEDEDE;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .05em;
    padding: 6.4vw 1vw;
}
#menu table td.pad {
    padding: 6.4vw 3.4vw;
}
#menu table tr:not(:first-child) td:not(:last-child) {
    border-right: 1px solid #DEDEDE;
}
@media only screen and (max-width: 768px) {
    #menu table .nar {
        width: 40%;
    }
    #menu table td.wide {
        width: 29%;
    }
}
@media only screen and (min-width: 769px) {
    #menu {
        padding: 160px 0;
        margin: 96px 0 0;
    }
    #menu .inner {
        width: 980px;
    }
    #menu .ttl {
        width: 814px;
        font-size: 32px;
        padding-top: 38px;
        margin: 0 auto 100px;
    }
    #menu .ttl:before {
        font-size: 21px;
    }
    #menu .menu-wrap {
        padding: 100px 84px 80px;
    }
    #menu .menu-wrap + .menu-wrap {
        margin-top: 100px
    }
    #menu .menu-ttl {
        font-size: 19px;
        margin-bottom: 60px;
        padding-left: 27px;
    }
    #menu .menu-ttl:before {
        width: 15px;
        height: 15px;
    }
    #menu table {
        font-size: 16px;
    }
    #menu table th {
        line-height: 48px;
    }
    #menu table td,
    #menu table td.pad {
        padding: 25px 0;
    }
    .sp-only { display:none; }
}