@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul,
ol {
    list-style: none;
}

html {
    font-size: 16px;
    /* overflow-x: hidden; */
    /* min-width: 1000px; */
}

body {
    line-height: 1;
    color: #000;
    font-family:
    'メイリオ', 'Meiryo', sans-serif;
}

@media screen and (max-width: 1400px) {
    html {
        /* font-size: 16px; */
    }
}

@media screen and (max-width: 1080px) {
    html {
        /* font-size: 1.6666vw; */
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 10px;
        /* font-size: 1.6666vw; */
    }

    body {
        min-width: 0;
    }
}

@media screen and (max-width: 500px) {
    html {
        /* font-size: 2.5vw; */
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none;
    color: #000;
}
a.link {
    color: #ec668e;
    text-decoration: underline;
}
a:focus {
    outline: none
}

a:hover img {
    /* opacity: .85 */
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    -webkit-appearance: none;
    padding: 0;
    background-color: #F7F7F7;
    /* height: 1.25em; */
    font-size: 0.9em;
    padding: 0.6em .5em;
    outline: none;
}

select {
    /*    background: #F7F7F7 url(../images/select_arrow.png) no-repeat center right 5px;*/
    background-size: auto 35%;
    padding-right: 2em;
}

input:focus,
select:focus {

    box-shadow: 0 0 2px 0px #006934;
}

* {
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a:hover img {
    opacity: .75;
}

/* ---- 共通 ---- */

/* header */
#header {
    background: #FAE51D;
    height: 140px;
    display: flex;
    align-items: center;
    padding: 20px;
}
#logo {
    width: 217px
}

/* コンテンツエリア */
#contArea {
    padding: 6.25rem 1rem 8.125rem;
}
section .secInner {
    max-width: 1200px;
    margin: auto;
}

section .secInner .cont {
    max-width: 1000px;
    margin: auto;
}
/* footer */
footer {
    padding-top: 20px;
    font-size: 1.125rem;
    font-weight: bold;
    background: url(../images/common/bg_wave_yellow.png) repeat-x left top;
    animation: moveWave 2s linear infinite;
    position: relative;
    margin-top: -20px;
}
#footerInner {
    background: #FAE51D;
    padding: 40px 0 60px
}
#footLink {
	/*max-width: 1000px; */
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between
}
#footLink li {
    text-align: center;
    padding: 0 20px;
    /* width: 100%; */
    /* word-break: keep-all; */
    /* white-space: nowrap; */
}
#footLink li:not(:last-child) {
    border-right: 1px solid 
}
#footLink li a {
    padding: 0.3125rem 1.4375rem;
    display: block;
    /* word-break: keep-all; */
    /* white-space: nowrap; */
}
#footLink .img {
    margin-bottom: 0.75rem;
}
#footLink .img img {
    width: 25px;
}

/* ボタン */
.btn {
    display: flex;
    width: 100%;
    background-color: #ffe600;
    border-radius: 1000px;
    border: 3px solid #000;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 1.375rem;
    position: relative;
    font-weight: bold;
    padding: 1.375em 1rem;
    /* line-height: 4; */
    /* height: 5rem; */
    vertical-align: middle;
}

.btn.disabled {
    background: #aaa!important;
    pointer-events: none
}
a.btn {
}
.btn:hover {
    text-decoration: none;
    background: url(../images/common/btn_hover_pink.png);
    background-size: 59px 13px;
    animation: btnStripe 2s linear infinite;
}
.btn.type2:hover {
    text-decoration: none;
    background: url(../images/common/btn_hover_green.png);
    background-size: 84px 54px;
    animation: btnStripe2 2s linear infinite;
}
.btn span {line-height: 1;}
.btn span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url(../images/common/arrow.svg) no-repeat;
    background-size: contain;
    display: block;
    transform: translateY(-50%);
}
@keyframes btnStripe {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: 59px
    }
}
@keyframes btnStripe2 {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: 84px
    }
}
@keyframes moveWave {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: 59px
    }
}
@media screen and (max-width: 1080px) {
    /* footer */
    #footLink {
        flex-wrap: wrap;
    }
    footer #footLink li {
        width: 50%;
        margin-bottom: 10px
    }
    #footLink li:not(:last-child) {
        border: none
    }
    footer #footLink li:nth-child(odd) {
        border-right: 1px solid
    }
}
@media screen and (max-width: 768px) {
    /* header */
    #header {
        height: 65px;
        padding: 10px;
    }
    #logo {
        width: 108px
    }

    /* footer */
    #footLink {
        flex-wrap: wrap;
        width: 90%;
    }
    footer #footLink li {
        width: 100%;
        margin-bottom: 0
    }
    footer #footLink li:nth-child(odd) {
        border-right: none
    }
    footer #footLink li:not(:last-child) {
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    
    /* コンテンツエリア */
    #contArea {
    padding: 4.5rem 1rem 4.5rem;
    }

    /* ボタン */
    .btn {
    }
    .btn span {
        
    }
    .btn span:after {
    }
}

/* ---- TOPページ ---- */
#topMainvisual {
    height: 930px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}
#topMainvisual .img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
}
#topMainvisual .text {
    position: relative;
    max-width: 960px;
    margin: auto;
    z-index: 1;
    width: 100%;
    background: rgba(255,255,255,0.7);
    border-radius: 1.5rem;
    padding: 4rem;
}

#topCont #topLeadText {
    margin-bottom: 4.375rem;
}
#topCont .cont > p.img {
    margin-bottom: 7.5rem;
} 
#topCont .cont p.text {
    margin-bottom: 3.75rem;
} 
#topCont .cont p.text {
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    line-height: 2.5
}
#topCont .cont .searchBlock {
    text-align: center;
}
#topCont .cont .searchBlock .chara {
    margin-bottom: 20px;
}
#topCont .cont .searchBlock .chara img {
    width: 86px;
}
#topCont .cont .searchBlock .text {
    margin-bottom: 20px;
}
#topCont .cont .searchBlock .btnWrap {
    max-width: 510px;
    margin: auto
}

@media screen and (max-width: 768px) {
    #topMainvisual {
        padding: 0;
        display: block;
        position: relative;
        height: auto;
    }
    #topMainvisual .img {
        position: static;
        margin: 0;
        width: 100%;
    }
    #topMainvisual .text {
        position: absolute;
        width: 87%;
        left: 6.5%;
        top: 21.2%;
        padding: 2.6rem;
    }
    #topCont #topLeadText {
        text-align: center;
    }
    #topCont #topLeadText img {
        max-width: 500px;
    }
}



/* ---- 下層ページ ---- */
body.underPage {
    background: #FAE51D;/* 下層ページ背景用 */
}
#underCont h1 {
    font-size: 2.75rem;
    text-align: center;
}
#underCont h1 span {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 3px solid;
    line-height: 1.6;
}
#underCont h1 + .leadText {
    text-align: center;
    font-weight: bold;
    font-size: 1.375rem;
    margin-top: 3.375rem;
}
#underCont h2 {
    text-align: center;
    font-size: 1.875rem;
    margin-bottom: 2rem;
}
#underCont h3 {
    position: relative;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
}
#underCont h3:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000000;
    top: 50%
}
#underCont h3 span {
    min-width: 9em;
    display: inline-block;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 100px;
    padding: 0.8rem 1.75rem;
}
#underCont .bgBox h3:after {
    background: #CACACA;
}
#underCont .bgBox h3 span {
    border-color: #CACACA;
}
#underCont .ttlWrap {
    margin-bottom: 6.25rem;
}
#underCont .contWrap {
    padding: 0 1rem 5.25rem;
}
#underCont .bgBox {
    background: #fff;
    border: 1px solid #CACACA;
    border-radius: 1.875rem;
    overflow: hidden;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
    padding-top: 5.25rem;
}
#underCont .bgBox.schoolDetailType {
    padding-top: 0;
}
#underCont .schoolDetailType .contWrap {
    background: url(../images/common/bg_wave_white.png) repeat-x left top;
    margin-top: -20px;
    position: relative;
    z-index: 10;
    padding-top: 5.25rem;
    animation: moveWave 2s linear infinite;
}
.searchBox.mt {
    margin-top: 8rem
}
#schoolImg {
    position: relative;
    z-index: 0
}
#schoolImg img {
    max-width: 100%;
    width: 100%;
}

#codeSearch {
    display: flex;
    max-width: 640px;
    margin: auto;
    justify-content: space-between
}
#codeSearch .input {
    width: calc(100% - 8.75rem);
}
#codeSearch .input input {
    height: 3.75rem;
    font-size: 1.25rem;
    width: 100%;
    border: 1px solid #000000;
}
#codeSearch .searchBtn button {
    border: none;
    background: #000;
    color: #fff;
    display: flex;
    width: 7.5rem;
    height: 3.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    cursor: pointer;
}
#codeSearch .searchBtn button img {
    width: 4.0625rem;
}

.prefecturesList > li:not(:last-child) {
    margin-bottom: 5.5rem;
}
.prefecturesTtl {
    margin-bottom: 2rem
}
.prefecturesBlock .schoolList {
    display: flex;
    flex-wrap: wrap;
}
.prefecturesBlock .schoolList > li {
    background: #fff;
    border: 1px solid #CACACA;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}
.pagerWrap {
    padding-top: 1.5rem;
}
.pager {
    display: flex;
    justify-content: center;
    font-size: 1.5625rem;
}
.pager li {
    display: flex;
    justify-content: center;
}
.pager li > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    margin: 0 .25em
}
.pager li > span {
    width: 1em;
    align-items: flex-end;
}
.pager a {
    border: 3px solid #000;
    border-radius: 100%;
    background: #fff;
    font-weight: bold;
}
.pager a:hover,
.pager a.active {
    background: #ff72a2;
}
.pager a.prev,
.pager a.next {
    background: #fae51d;
}
.pager a.prev span ,
.pager a.next span {
    display: block;
    width: 30%;
    height: 30%;
    border: 3px solid #000;
    border-width: 3px 0 0 3px;
    /* position: absolute; */
}
.pager a.prev span {
    transform: rotate(-45deg);
    margin-left: 15%;
}
.pager a.next span {
    transform: rotate(135deg);
    margin-right: 10%;
}

@media screen and (min-width: 961px) {
    .prefecturesBlock .schoolList > li {
        width: calc((100% - 4.375rem) / 3);
        margin-bottom: 2.1875rem;
    }
    .prefecturesBlock .schoolList > li:not(:nth-child(3n + 1)) {
        margin-left: 2.1875rem
    }
}
@media screen and (max-width: 960px) {
    .prefecturesBlock .schoolList {
/*         max-width: 655px; */
        margin: auto
    }
    .prefecturesBlock .schoolList > li {
        width: calc((100% - 2.1875rem) / 2);
        margin-bottom: 2.1875rem;
    }
    .prefecturesBlock .schoolList > li:not(:nth-child(2n+1)) {
        margin-left: 2.1875rem
    }
}
@media screen and (max-width: 550px) {
    .prefecturesBlock .schoolList {
/*         max-width: 310px; */
        margin: auto
    }
    .prefecturesBlock .schoolList > li {
        width: 100%;
        margin-bottom: 2.1875rem;
    }
    .prefecturesBlock .schoolList > li:not(:nth-child(2n+1)) {
        margin-left: 0
    }
}

.schoolDetailArea {
    padding: 1rem 1rem 1.5rem;
    background: url(../images/common/bg_wave_white.png) repeat-x;
    position: relative;
    margin-top: -10px;
    animation: moveWave 2s linear infinite;
}
.schoolDetailArea .schoolName {
    font-size: 1.375rem;
    text-align: center;
    padding: 1em 0;
    border-bottom: 1px solid #CACACA;
    margin-bottom: 1.75rem
}
.schoolDetailArea .detail {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.4
}
.schoolDetailArea .detail dt {
    float: left;
    width: 5em;
    clear: left;
}
.schoolDetailArea .detail dd {
    margin-left: 5em;
    margin-bottom: .75em
}
.schoolDetailArea .btnArea {
    padding-top: 1em
}
.schoolDetailArea .btn {
    font-size: 0.875rem;
    padding: 1.2em 1rem;
}
.schoolDetailArea .btn span:after {
    right: 0.5rem;
}

.schoolContactArea {
    /* padding-bottom: 5rem; */
}
.schoolContactArea .contactBtns {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2rem;
}
.schoolContactArea .contactBtns li {
    width: calc(50% - 1.875rem);
    margin-bottom: 1.25rem;
}

.schoolContactArea .contactBtns li:nth-child(even) {
    margin-left: 3.75rem;
}
.contactBtns .btn {
    padding: 1em 3.5rem;
}
#tel_modal {
    background: #fff;
    border-radius: 1.875rem;
    max-width: 550px;
    margin: auto;
    padding: 3.5rem 2.5rem;
    position: relative;
    width: 90%;
}
#tel_modal h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.25rem;
}
#tel_modal h2 span {
    display: inline-block;
    padding: 0 2rem .5rem;
    border-bottom: .65rem solid #fae51d;
}
#tel_modal .tel {
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
}
#tel_modal .mfp-close {
    position: absolute;
    display: block;
    background: #fae51d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25em;
    height: 1.25em;
    font-size: 4.375rem;
    z-index: 10;
    border: 3px solid #000;
    border-radius: 100%;
    font-weight: normal;
    opacity: 1;
    font-size: 2.5rem;
    right: 1rem;
    top: 1rem;
}
#tel_modal .mfp-close:hover {
    opacity: .75
}
.schoolContactArea .snsLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    flex-wrap: wrap;
}
.schoolContactArea .snsLinks li {
    margin: 1rem 1.4rem 1rem;
}
.schoolDetailBox {
    padding-top: 4rem
}
.schoolDetailBox h3 {
    margin-bottom: 2rem
}
.schoolDetailBox .slide {
    padding: 0 2.1875rem;
}
.schoolDetailBox .slide p.img {
    text-align: center;
}
.schoolDetailBox .slide p.img img {
    border-radius: 1.25rem;
    overflow: hidden;
    /*     margin-bottom: 1.25rem; */
    margin: auto;
}
.schoolDetailBox .slide p.ttl {
    font-size: 1.875rem;
    font-weight: bold;
    min-height: 3em;
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: .25em 0;
}
.schoolDetailBox .slide .text {
    font-size: 1.37500rem;
/*     font-weight: bold; */
    line-height: 1.6;
}
.schoolDetailBox .slide .text strong {
    font-weight: bold;
}
.schoolDetailBox .slide .text a {
    color: #ec668e;
    text-decoration: underline;
}
.schoolDetailBox .lessonTop {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 3.5rem;
}
.schoolDetailBox .lessonTop .labelEx {
    display: flex;
}
.schoolDetailBox .lessonTop .labelEx .col {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0
}
.schoolDetailBox .lessonTop .labelEx .col:first-of-type {
    border-right: 1px solid #cacaca
}
.schoolDetailBox .lessonTop .labelEx .col .week {
    font-weight: bold;
    font-size: 1.375rem;
    width: 4em;
    /* width: 20%; */
    /* text-align: center; */
    padding-left: 0.5em;
}

.schoolDetailBox .label {
    display: flex;
    border: 3px solid transparent;
    font-weight: bold;
    font-size: 1.375rem;
    border-radius: 0.625rem;
    justify-content: center;
    align-items: center;
}
.schoolDetailBox .label.type1 {
    background: #ec668e;
    border-color: #ec668e;
}
.schoolDetailBox .label.type2 {
    background: #68b135;
    border-color: #68b135;
}
.schoolDetailBox .label.type3 {
    border-color: #ec668e;
    background: #fff;
}
.schoolDetailBox .label.type4 {
    border-color: #68b135;
    background: #fff;
}
.schoolDetailBox .lessonTop .labelEx .col .labelList {
}
.schoolDetailBox .lessonTop .labelEx .col .labelList .label {
    padding: 0.4rem 1.25rem;
}
.schoolDetailBox .lessonTop .labelEx .col .labelList .label:not(:last-child) {
    margin-bottom: .5rem
}
.schoolDetailBox .lessonWeek .weekList {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
    .schoolContactArea .contactBtns li {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 1.5rem!important;
    }
    .contactBtns .btn {
        font-size: 1.5rem;
    }
    .schoolContactArea .snsLinks li {
        width: 44px
    }
}




@media screen and (min-width: 1081px) {
    .schoolDetailBox .lessonWeek .weekList > li {
        width: calc((100% - 4.375rem) / 3);
        margin-bottom: 2.1875rem;
    }
    .schoolDetailBox .lessonWeek .weekList > li:not(:nth-child(3n + 1)) {
        margin-left: 2.1875rem
    }
}

@media screen and (min-width: 501px) and (max-width: 1080px) {
    .schoolDetailBox .lessonWeek .weekList > li {
        width: calc((100% - 2.1875rem) / 2);
        margin-bottom: 2.1875rem;
    }
    .schoolDetailBox .lessonWeek .weekList > li:nth-child(even) {
        margin-left: 2.1875rem
    }
}
@media screen and (max-width: 500px) {
    .schoolDetailBox .lessonWeek .weekList > li {
        width: 100%;
        margin-bottom: 4rem;
    }
}
.schoolDetailBox .lessonWeek .weekList > li p.ttl {
    text-align: center;
    font-weight: bold;
    font-size: 1.375rem;
    margin-bottom: 1.75rem;
}
.schoolDetailBox .lessonWeek .weekList > li p.ttl span {
    display: inline-block;
    width: 60%;
    padding-bottom: .5rem;
    border-bottom: 0.625rem solid #fae51d;
    max-width: 160px;
}
.schoolDetailBox .dataNone {
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    padding-top: 1.5rem
}
.schoolDetailBox .dayTime li {
    display: flex;
    background: #fff;
    padding: 1rem;
    align-items: center;
}
.schoolDetailBox .dayTime li:nth-child(odd) {
    background: #f2f2f2;
}
.schoolDetailBox .dayTime li > * {
    width: 50%;
}
.schoolDetailBox .dayTime li .time {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.6;
    padding: 1rem 1rem;
    text-align: center;
}
.schoolDetailBox .dayTime li .label {
    padding: 3.5rem 0;
}
.schoolDetailBox .dayTime li .time span {
    text-align: left;
    display: inline-block;
}

.schoolDetailBox .accessTableWrap .schoolName {
    font-size: 1.875rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
}
.schoolDetailBox .accessTableWrap table {
    font-size: 1.375rem;
    font-weight: bold;
    width: 100%;
    margin-bottom: 3.75rem;
}
.schoolDetailBox .accessTableWrap table tr:first-child {
    border-top: 1px solid #cacaca;
}
.schoolDetailBox .accessTableWrap table tr {
    border-bottom: 1px solid #cacaca;
}
.schoolDetailBox .accessTableWrap table th ,
.schoolDetailBox .accessTableWrap table td {
    padding: 0.625rem 0;
    line-height: 1.4;
    position: relative;
    vertical-align: middle;
}
.schoolDetailBox .accessTableWrap table th div {
    padding: 2rem 1rem    
}
.schoolDetailBox .accessTableWrap table td div {
    padding: 2rem;
} 
.schoolDetailBox .accessTableWrap table td div:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 1.7rem);
    background: #cacaca;
    left: 0;
    top: 0.75rem;
/*     border-left: 1px solid #cacaca */
}

.schoolDetailBox .map iframe {
    width: 100%
}
#schoolPageBtm {
    background: #fff;
    padding: 6rem 1.5rem calc(6rem + 20px);
}
#schoolPageBtm .btn {
    max-width: 470px;
}

@media screen and (max-width: 768px) {
    .schoolDetailArea .schoolName {
        font-size: 1.75rem
    }
    .schoolDetailArea .detail,
    .schoolDetailArea .btn {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 1080px) {
    .o1080 {
        display: none !important;
    }
}

@media screen and (min-width: 1081px) {
    .u1080 {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .o640 {
        display: none !important;
    }
}

@media screen and (min-width: 641px) {
    .u640 {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .o480 {
        display: none !important;
    }
}

@media screen and (min-width: 481px) {
    .u480 {
        display: none !important;
    }
}

.dilb {
    display: inline-block;
}

.fll {
    float: left;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.small {
    /* font-size: 90% */
}