html {
    font-size: 62.5%
}

body {
    font-family: Arial, Helvetica, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.5;
    background-color: #fff
}

h1,
h2,
h3 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #003b83;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

a:hover {
    text-decoration: none;
    opacity: .85
}

table {
    width: 100%;
    line-height: 20px;
    vertical-align: middle
}

table th {
    background: #f0f3f8;
    border: 1px solid #b2c3da;
    padding: 15px 20px;
    font-weight: 400;
    vertical-align: middle
}

@media screen and (max-width:480px) {
    table th {
        padding: 8px
    }
}

@media screen and (max-width:360px) {
    table th {
        padding: 6px
    }
}

table td {
    border: 1px solid #b2c3da;
    padding: 15px 20px;
    vertical-align: middle
}

@media screen and (max-width:768px) {
    table td {
        padding: 10px 12px
    }
}

@media screen and (max-width:480px) {
    table td {
        padding: 8px 12px
    }
}

@media screen and (max-width:360px) {
    table td {
        padding: 6px 8px
    }
}

.notesTxt {
    line-height: 20px
}

@media screen and (max-width:480px) {
    .notesTxt {
        font-size: 1.4rem
    }
}

.notesTxt:before {
    content: '※';
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 2px
}

@media screen and (max-width:480px) {
    .displayBlock-pc {
        display: none
    }
}

.displayBlock-sp {
    display: none
}

.displayBlock {
    display: block;
}

@media screen and (max-width:480px) {
    .displayBlock-sp {
        display: block
    }
}

.txtAccent {
    color: #e10000
}

.infoMessage {
    font-size: 2.2rem;
    text-align: center
}

@media screen and (max-width:480px) {
    .infoMessage {
        font-size: 1.8rem
    }
}

@media screen and (max-width:360px) {
    .infoMessage {
        font-size: 1.6rem
    }
}

.infoMessage--form {
    margin: 100px 0 80px
}

@media screen and (max-width:480px) {
    .infoMessage--form {
        margin: 80px 0 60px
    }
}

.infoMessage:before {
    font-family: 'Material Icons';
    content: "\e86c";
    display: inline-block;
    font-size: 2.8rem;
    color: #4f78a9;
    vertical-align: middle;
    padding: 0 6px 3px 0
}

@media screen and (max-width:480px) {
    .infoMessage:before {
        font-size: 2.2rem
    }
}

@media screen and (max-width:360px) {
    .infoMessage:before {
        font-size: 2rem
    }
}

.infoMessage--lossonRoom {
    position: relative;
    line-height: 1.2
}

@media screen and (max-width:480px) {
    .infoMessage--lossonRoom {
        text-align: left;
        padding-left: 30px;
        line-height: 1.4
    }
}

.infoMessage--lossonRoom:before {
    content: "\e7f7"
}

@media screen and (max-width:480px) {
    .infoMessage--lossonRoom:before {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

.btnBlue--arrow:after,
.btnRed--arrow:after {
    font-family: 'Material Icons';
    content: "\e037";
    display: block;
    font-size: 1.9rem;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4f78a9;
    background: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 23px
}

.btnBlue,
.btnRed {
    width: 100%;
    max-width: 300px;
    height: 58px;
    line-height: 58px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-appearance: none;
}

.btnBlue:hover,
.btnRed:hover {
    cursor: pointer;
    opacity: .85
}

.btnBlue {
    background: #4f78a9
}

.btnGroup--cancel .btnBlue {
    max-width: 190px
}

.btnBlue span {
    font-size: 1.6rem
}

.btnBlue--arrow {
    position: relative
}

.btnRed {
    background: #e10000
}

.btnRed--arrow {
    position: relative
}

.btnRed--arrow:after {
    color: #e10000
}

.btnBorder {
    width: 100%;
    max-width: -webkit-calc(100% - 320px);
    max-width: calc(100% - 320px);
    height: 58px;
    line-height: 58px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #4f78a9;
    color: #4f78a9;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
    font-family: 'Noto Sans JP', Meiryo;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

.btnBorder:hover {
    background: #f0f3f8
}

.btnGroup--cancel .btnBorder {
    max-width: -webkit-calc(100% - 210px);
    max-width: calc(100% - 210px)
}

.btnCenter .btnBorder {
    max-width: 230px
}

.btnDisabled {
    width: 100%;
    max-width: 300px;
    height: 58px;
    line-height: 58px;
    display: block;
    border-radius: 10px;
    background: #eee;
    color: #888;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-appearance: none;
}

.btnDisabled:hover {
    opacity: 1;
    cursor: not-allowed
}

@media screen and (max-width:480px) {
    .btnDisabled {
        max-width: 100%
    }
}

@media screen and (max-width:768px) {
    .btnDisabled {
        max-width: 100%
    }
}

.btnGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 560px;
    margin: 40px auto
}

.btnGroup .btnBorder {
    margin: 0
}

.btnGroup .btnBlue {
    margin: 0
}

.btnGroup .btnRed {
    margin: 0
}

.btnGroup input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media screen and (max-width:480px) {
    .btnGroup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 90%;
        margin: 30px auto
    }
    .btnGroup .btnBorder {
        max-width: 100%;
        margin-top: 20px
    }
    .btnGroup .btnBlue {
        max-width: 100%
    }
    .btnGroup .btnRed {
        max-width: 100%
    }
}

.btnGroup--cancel {
    max-width: 400px
}

.btnCenter {
    text-align: center;
    margin-top: 30px
}

@media screen and (max-width:480px) {
    .btnCenter {
        margin-top: 25px
    }
}

.btnCenter input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.rankIcon {
    display: inline-block;
    border-radius: 5px;
    padding: 0 12px 0 40px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    min-height: 34px;
    line-height: 32px
}

.rankIcon:before {
    content: '';
    width: 23px;
    height: 27px;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px
}

.rankIcon--bronze {
    color: #c87234;
    background: #f8f3f0;
    border: 1px solid #c87234
}

.rankIcon--bronze:before {
    background: url(../../images/common/icon_rank_bronze.svg) no-repeat;
    background-size: 23px auto
}

.rankIcon--silver {
    color: #8c8c8c;
    background: #f2f2f2;
    border: 1px solid #8c8c8c
}

.rankIcon--silver:before {
    background: url(../../images/common/icon_rank_silver.svg) no-repeat;
    background-size: 23px auto
}

.rankIcon--gold {
    color: #b98a00;
    background: #fdf8e8;
    border: 1px solid #b98a00
}

.rankIcon--gold:before {
    background: url(../../images/common/icon_rank_gold.svg) no-repeat;
    background-size: 23px auto
}

.rankIcon--platinum {
    color: #7c7275;
    background: #efeaec;
    border: 1px solid #7c7275
}

.rankIcon--platinum:before {
    background: url(../../images/common/icon_rank_platinum.svg) no-repeat;
    background-size: 23px auto
}

.link_openTab {
    text-decoration: none
}

.link_openTab:after {
    font-family: 'Material Icons';
    content: "\e89e";
    display: inline-block;
    font-size: 1.7rem;
    color: #003b83;
    vertical-align: middle;
    margin: 0 0 0 5px
}

.link_openTab span {
    text-decoration: underline
}

.link_arrowRight {
    text-decoration: none
}

.link_arrowRight:after {
    font-family: 'Material Icons';
    content: "\e315";
    display: inline-block;
    font-size: 2rem;
    color: #003b83;
    vertical-align: middle;
    margin: 0 -5px 0 2px
}

.link_arrowRight.alignRight {
    display: block;
    text-align: right;
    margin: 15px 0
}

.link_arrowRight span {
    text-decoration: underline
}

.ttlMain {
    background: #f0f3f8;
    color: #003b83;
    padding: 36px 0;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 1px
}

@media screen and (max-width:1024px) {
    .ttlMain {
        padding: 30px 15px
    }
}

@media screen and (max-width:768px) {
    .ttlMain {
        padding: 20px 15px;
        font-size: 2.1rem
    }
}

@media screen and (max-width:360px) {
    .ttlMain {
        font-size: 2rem
    }
}

.ttlMain span {
    max-width: 1024px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-left: 57px
}

.ttlMain .privacyHeader__link {
    font-size: 2rem;
    padding: 1rem 0;
    line-height: 2rem;
    text-align: center;
}

.ttlMain .privacyHeader__link a {
    color: #5b9bd5;
    margin-right: 1em;
}

@media screen and (max-width:768px) {
    .ttlMain .privacyHeader__link a {
        display: block;
        margin-top: 1rem;
    }
}

@media screen and (max-width:480px) {
    .ttlMain span {
        padding-left: 50px
    }
}

.ttlMain span:before {
    content: '';
    display: block;
    background: url(../../images/common/icon_ttlBorder.svg) no-repeat;
    background-size: 47px auto;
    width: 47px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px
}

@media screen and (max-width:480px) {
    .ttlMain span:before {
        width: 40px
    }
}

.ttlSub {
    font-size: 2.2rem;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .ttlSub {
        font-size: 2rem;
        margin-bottom: 20px
    }
}

@media screen and (max-width:360px) {
    .ttlSub {
        font-size: 1.8rem
    }
}

.ttlSub:before {
    content: '';
    border-left: 3px solid #4f78a9;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px
}

.ttlSub .notesTxt {
    font-size: 14px;
    margin-left: 15px
}

@media screen and (max-width:768px) {
    .ttlBlock {
        margin-bottom: 20px
    }
}

.ttlBlock__txt {
    margin-left: 15px;
    font-size: 1.5rem;
    display: inline-block
}

@media screen and (max-width:768px) {
    .ttlBlock__txt {
        display: block;
        margin: 5px 0 0
    }
}

.ttlBlock__txt small {
    font-size: 1.4rem
}

@media screen and (max-width:480px) {
    .ttlBlock__txt small {
        display: block;
        margin-top: 5px
    }
}

.ttlBlock .ttlSub {
    display: inline-block
}

@media screen and (max-width:768px) {
    .ttlBlock .ttlSub {
        display: block;
        margin-bottom: 10px
    }
}

.block {
    margin: 45px 0
}

@media screen and (max-width:480px) {
    .block {
        margin: 35px 0
    }
}

.block--bgBlue {
    background: #f0f3f8;
    padding: 40px 0
}

@media screen and (max-width:768px) {
    .block--bgBlue {
        padding: 25px 0
    }
}

@media screen and (max-width:480px) {
    .block--error {
        margin: 0
    }
}

.block__cont {
    max-width: 1024px;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .block__cont {
        margin: 0 15px
    }
}

.block__cont--mt40 {
    margin-top: 40px
}

.block__cont--tacenter {
    text-align: center;
}

.block__cont--error {
    text-align: center
}

@media screen and (max-width:480px) {
    .block__cont--error {
        margin: 0
    }
}

.block__cont.borderBlue {
    border: 1px solid #b2c3da;
    border-radius: 15px;
    padding: 30px
}

@media screen and (max-width:768px) {
    .block__cont.borderBlue {
        padding: 30px 15px
    }
}

.block__cont.borderBlue .ttlSub {
    text-align: center;
    padding: 0
}

.block__cont.borderBlue .ttlSub:before {
    display: none
}

.block__cont.borderBlue--searchBlock {
    padding: 20px 20px 20px 40px
}

.header {
    min-height: 80px;
    border-bottom: 1px solid #b2c3da
}

@media screen and (max-width:1024px) {
    .header--regist {
        min-height: inherit
    }
}

.header__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .header__cont {
        padding: 0 12px 12px
    }
}

@media screen and (max-width:480px) {
    .header__cont {
        display: block;
        padding: 0
    }
}

.header__cont__logo {
    margin-top: 0;
}

@media screen and (max-width:768px) {
    .header__cont__logo {
        margin-top: 0;
    }
}

@media screen and (max-width:480px) {
    .header__cont__logo {
        margin: 0 0 10px 10px;
    }
}

.header__cont__logo a {
    text-decoration: none;
    display: block
}

.header__cont__logo a img {
    height: 50px;
    margin-left: -15px;
}

@media screen and (max-width:768px) {
    .header__cont__logo a img {
        height: 50px;
        margin-left: -15px;
    }
}

@media screen and (max-width:480px) {
    .header__cont__logo a img {
        height: 45px;
        margin-left: -12px;
        width: 80%;
    }
}

.header__cont__logo a span {
    display: block;
    margin-top: -5px;
    font-size: 1.6rem;
    text-align: center
}

@media screen and (max-width:480px) {
    .header__cont__logo a span {
        font-size: 1.5rem
    }
}

@media screen and (max-width:360px) {
    .header__cont__logo a span {
        font-size: 1.3rem
    }
}

.header__cont__menu {
    margin-top: 20px
}

@media screen and (max-width:1024px) {
    .header__cont__menu {
        position: relative;
        margin-top: 10px;
        width: 56%
    }
}

@media screen and (max-width:768px) {
    .header__cont__menu {
        margin-top: 5px;
        width: 45%
    }
}

@media screen and (max-width:480px) {
    .header__cont__menu {
        background: #f5f5f5;
        border-top: 1px solid #b2c3da;
        width: 100%
    }
}

.menuList__item.userName {
    position: relative;
    padding-left: 24px
}

.menuList__item.userName:before {
    font-family: 'Material Icons';
    display: block;
    color: #003b83;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menuList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:480px) {
    .menuList {
        padding: 5px 15px 12px 6px
    }
}

@media screen and (max-width:360px) {
    .menuList {
        padding: 5px 8px 10px 2px
    }
}

.menuList__item {
    margin-top: 10px
}

@media screen and (max-width:480px) {
    .menuList__item {
        left: 30px;
        width: 40%
    }
}

@media screen and (max-width:480px) {
    .menuList__item:nth-child(even) {
        width: -webkit-calc(60% - 5px);
        width: calc(60% - 5px);
        text-align: right
    }
}

.menuList__item+.menuList__item {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #333
}

@media screen and (max-width:1024px) {
    .menuList__item+.menuList__item {
        margin-left: 30px;
        border-left: none;
        padding-left: 0
    }
}

@media screen and (max-width:768px) {
    .menuList__item+.menuList__item {
        margin-left: 20px
    }
}

@media screen and (max-width:480px) {
    .menuList__item+.menuList__item {
        margin-left: 0
    }
}

.menuList__item:last-child {
    padding: 0;
    border: none
}

.menuList__item a {
    display: inline-block
}

.menuList__item.myPage {
    position: relative
}

@media screen and (max-width:480px) {
    .menuList__item.myPage {
        left: 24px
    }
}

.menuList__item.userName {
    padding-left: 36px
}

@media screen and (max-width:1024px) {
    .menuList__item.userName {
        padding-left: 24px;
        left: 0
    }
}

.menuList__item.userName:before {
    font-family: 'Material Icons';
    left: 12px;
    content: "\e7ff";
    font-size: 2.2rem
}

@media screen and (max-width:1024px) {
    .menuList__item.userName:before {
        left: 0
    }
}

.footer {
    background: #f0f3f8;
    margin-top: 80px;
    position: relative
}

@media screen and (max-width:480px) {
    .footer {
        height: 215px;
        margin-top: 50px;
        position: relative
    }
}

.footer__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 0
}

@media screen and (max-width:1024px) {
    .footer__cont {
        padding: 20px
    }
}

@media screen and (max-width:480px) {
    .footer__cont {
        display: block;
        padding: 30px 5px 18px
    }
}

.footer__cont .left {
    width: 50%
}

.footer__cont .left img {
    height: 55px;
    margin: -15px 5px -15px -15px;
}

@media screen and (max-width:768px) {
    .footer__cont .left {
        width: 40%
    }
    .footer__cont .left img {
        margin: -15px 5px -15px -15px;
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .footer__cont .left {
        width: 100%;
    }
    .footer__cont .left img {
        height: 45px;
        margin: -10px 0 -15px 20px;
        width: 100%;
    }
}

.footer__cont .left ul {
    margin-top: 35px
}

@media screen and (max-width:480px) {
    .footer__cont .left ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin: 0 0 0 -50%
    }
    .footer__cont .left ul li {
        width: 50%;
        text-align: center
    }
}

.footer__cont .left ul a {
    position: relative;
    margin: 15px 0;
    text-decoration: none;
    display: block;
    padding-left: 20px
}

@media screen and (max-width:480px) {
    .footer__cont .left ul a {
        padding-left: 0;
        text-decoration: underline;
        font-size: 1.4rem
    }
}

.footer__cont .left ul a:before {
    content: '';
    border-left: 1px solid #003b83;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px
}

@media screen and (max-width:480px) {
    .footer__cont .left ul a:before {
        border-left: none
    }
}

.footer__cont .right {
    text-align: right
}

@media screen and (max-width:1024px) {
    .footer__cont .right {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .footer__cont .right {
        margin-top: 18px
    }
    .footer__cont .right ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer__cont .right ul li {
        margin: 0 4%;
        width: 100%
    }
}

.ft_btnBorder {
    display: inline-block
}

.ft_btnBorder a {
    border-radius: 15px;
    background: #fff;
    border: 1px solid #4f78a9;
    color: #003b83;
    width: 170px;
    height: 120px;
    text-align: center;
    text-decoration: none;
    display: block
}

@media screen and (max-width:1024px) {
    .ft_btnBorder a {
        width: 150px;
        height: 110px
    }
}

@media screen and (max-width:480px) {
    .ft_btnBorder a {
        width: inherit;
        height: 95px;
        font-size: 1.4rem
    }
    .ft_btnBorder a.single {
        width: 50%;
        margin: 0 auto
    }
}

.ft_btnBorder a.faq:before {
    content: '';
    background: url(../../images/common/icon_ft_faq.svg) no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    display: block;
    margin: 22px auto 15px
}

@media screen and (max-width:480px) {
    .ft_btnBorder a.faq:before {
        margin: 13px auto
    }
}

.ft_btnBorder a.inquiry {
    margin-left: 40px
}

@media screen and (max-width:480px) {
    .ft_btnBorder a.inquiry {
        margin-left: 0
    }
}

.ft_btnBorder a.inquiry:before {
    content: '';
    background: url(../../images/common/icon_ft_mail.svg) no-repeat;
    background-size: 45px auto;
    width: 45px;
    height: 30px;
    display: block;
    margin: 28px auto 20px
}

@media screen and (max-width:480px) {
    .ft_btnBorder a.inquiry:before {
        margin: 18px auto
    }
}

.copyright {
    text-align: center;
    padding: 10px 0
}

@media screen and (max-width:480px) {
    .copyright {
        font-size: 1.3rem
    }
}

.btnMoveTop {
    background: #4f78a9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -25px;
    right: 4%
}

@media screen and (max-width:768px) {
    .btnMoveTop {
        width: 36px;
        height: 36px;
        position: absolute;
        top: -50px;
        right: 4%
    }
}

@media screen and (max-width:480px) {
    .btnMoveTop {
        position: absolute;
        top: -18px;
        right: 50%;
        margin-right: -18px
    }
}

.btnMoveTop:before {
    font-family: 'Material Icons';
    content: "\e5d8";
    font-size: 2.4rem;
    color: #fff
}

@media screen and (max-width:768px) {
    .btnMoveTop:before {
        font-size: 1.8rem
    }
}

.notice {
    min-height: 100px;
    border: 2px solid #4f78a9;
    background-color: #edf5ff;
    margin: 1rem .2rem;
    padding: 1rem
}

.notice p {
    font-size: 1.7rem;
    margin: 1rem 0
}

.speakLevel {
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    min-height: 34px;
    line-height: 32px;
    color: #7c7275;
    background: #efeaec;
    border: 1px solid #7c7275;
}
