@charset "UTF-8";

/* ------------------------------------------------------------------
    Common
-------------------------------------------------------------------*/

html{
    scroll-behavior: smooth;
}

body {
    zoom: 1;
    position: relative;
    color: #121212;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
    font-weight: 300;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.5rem;
    font-feature-settings: "palt";
    letter-spacing: 0em;
    line-height: 1.55;
}

section {
    position: relative;
}

a {
    color: #D13E41;
    text-decoration: none;
}

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

.pc {
    display: block !important; }

.sp {
    display: none !important;
}

.mincho {
    font-family:"Yu Mincho", "YuMincho";
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.required:before{
    display: inline-block;
    margin-left: 0.5em;
    content: "※";
    font-size: 1.2rem;
    line-height: 2rem;
    color: #9B0000;
}

.b{
    font-weight: 600;
}

.xs{
    font-size: 75%;
}

.s{
    font-size: 80%;
}

.l{
    font-size: 120%;
}

.xl{
    font-size: 150%;
}

.red{
    color: #9B0000;
}

.w50{
    width: 50px;
}

.w60{
    width: 60px;
}

.w75{
    width: 75px;
}

.w100{
    width: 100px;
}

.w125{
    width: 125px;
}

.w150{
    width: 150px;
}

.w200{
    width: 200px;
}

.w300{
    width: 300px;
}

.w100p{
    width: 100%;
}

.w90p{
    width: 90%;
}

.w80p{
    width: 80%;
}

.w75p{
    width: 75%;
}

.w70p{
    width: 70%;
}

.w60p{
    width: 60%;
}

.w50p{
    width: 50%;
}

.w40p{
    width: 40%;
}

.w33p{
    width: 33.33%;
}

.w30p{
    width: 30%;
}

.w25p{
    width: 25%;
}

.w20p{
    width: 20%;
}

.w15p{
    width: 15%;
}

.w10p{
    width: 10%;
}

.mt-4{
    margin-top: 4px;
}

.mt-8{
    margin-top: 8px;
}

.mt-10{
    margin-top: 10px;
}

.mt-16{
    margin-top: 16px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mr-10{
    margin-right: 10px;
}

.mr-20{
    margin-right: 20px;
}

.mr-30{
    margin-right: 30px;
}

.mb-4{
    margin-bottom: 4px;
}

.mb-8{
    margin-bottom: 8px;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-16{
    margin-bottom: 16px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-30{
    margin-bottom: 30px;
}

.ml-4{
    margin-left: 4px;
}

.ml-8{
    margin-left: 8px;
}

.ml-10{
    margin-left: 10px;
}

.ml-16{
    margin-left: 16px;
}

.ml-20{
    margin-left: 20px;
}

.ml-30{
    margin-left: 30px;
}

.pd-0{
    padding: 0 !important;
}

.pd-4{
    padding: 4px !important;
}

.pd-8{
    padding: 8px !important;
}

.pd-10{
    padding: 10px !important;
}

.pd-12{
    padding: 12px !important;
}

.pd-16{
    padding: 16px !important;
}

.pd-20{
    padding: 20px !important;
}

.pb-0{
    padding-bottom: 0 !important;
}

.pt-0{
    padding-top: 0 !important;
}

.pl-0{
    padding-left: 0 !important;
}

.pr-0{
    padding-right: 0 !important;
}

.d-flex{
    display: flex;
}

.fig-bordered{
    border: 1px solid #E0E0E0;
}

.txtl{
    text-align: left !important;
}

.txtc{
    text-align: center !important;
}

.txtr{
    text-align: right !important;
}


/* ------------------------------------------------------------------
    Text Style
-------------------------------------------------------------------*/

.read-text{
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #121212;
}

.caution-text{
    font-size: 1.2rem;
    line-height: 2rem;
    color: #9B0000;
}

.emphasis-text{
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 700;
    color: #ff0000;
}

.sso-login-text{
    color: #C91424;
    font-weight: bold;
}

.sso-login-text-header{
    font-size: 1.2em;
    font-weight: bold;
    color: #C91424;
}

.item-mid-text{
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 600;
    color: #121212;
}

.error-text{
    font-size: 1.3rem;
    line-height: 2rem;
    color: #FF0000;
}

.memo-text{
    font-size: 1.25rem;
    line-height: 2rem;
    color: #454545;
}

.memo-border-line{
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 20px;
    width: 100%;
}

.eAcademyText{
    font-weight: bold;
    border-top: 1px solid #C6C6C6;
    padding-top: 10px;
    margin: 5px 0 10px 0;
}

/* ------------------------------------------------------------------
    Form Style
-------------------------------------------------------------------*/

input[type="text"]{
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #999999;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #121212;
    border-radius: 0;
    transition: .3s;
}

input[type="text"]:focus{
    border: 1px solid #F8797C;
}

input[type="text"]::placeholder{
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #A9A9A9;
}

input[type="password"]{
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #999999;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #121212;
    border-radius: 0;
    transition: .3s;
}

input[type="password"]:focus{
    border: 1px solid #F8797C;
}

input[type="password"]::placeholder{
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #A9A9A9;
}

textarea{
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #999999;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #121212;
    border-radius: 0;
    transition: .3s;
}

textarea:focus{
    border: 1px solid #F8797C;
}

textarea::placeholder{
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #A9A9A9;
}

input[type="checkbox"]{
    margin-top: 20px;
    width: 18px;
    height: 18px;
    background: #FFF;
    border: 1px solid #6C6C6C;
    border-radius: 3px;
    flex-shrink: 0;
}

input[type="checkbox"]:checked{
    background: #FFF url(../../img/front/icon-check-on.png) center center no-repeat;
    background-size: 12px 12px;
    border: 1px solid #F8797C;
}

/* input[type="radio"]{
    margin-top: 20px;
    width: 18px;
    height: 18px;
    background: #FFF;
    border: 1px solid #6C6C6C;
    border-radius: 3px;
    flex-shrink: 0;
} */

input[type="radio"]{
    margin-top: 4px;
    width: 20px;
    height: 20px;
    background: #FFF url(../../img/front/radio-off.png) center center no-repeat;
    background-size: 20px 20px;
    flex-shrink: 0;
}

input[type="radio"]:checked{
    background: #FFF url(../../img/front/radio-on.png) center center no-repeat;
    background-size: 20px 20px;
}

input[type="radio"].error{
    border: 1px solid #A4883F;
    background-color: #FFFFDB;
}

label{
    display: flex;
    align-items: top;
}

label span{
    padding: 0 0 4px 8px;
}

select{
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #999999;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #121212;
    transition: .3s;
    background: url(../../img/front/arrow-dd-m.png) right 8px center no-repeat;
    background-size: 20px;
    border-radius: 0;
}

select:focus{
    border: 1px solid #F8797C;
}


input[type="text"].error{
    border: 1px solid #F8797C;
    background-color: #FFFFDB;
}

input[type="checkbox"].error{
    border: 1px solid #F8797C;
    background-color: #FFFFDB;
}

/* input[type="radio"].error{
    border: 1px solid #F8797C;
    background-color: #FFFFDB;
} */

input[type="file"].error{
    border: 1px solid #F8797C;
    color: #FF0000;
    background-color: #FFFFDB;
}

select.error{
    border: 1px solid #F8797C;
    background-color: #FFFFDB;
}

textarea.error{
    border: 1px solid #F8797C;
    background-color: #FFFFDB;
}

input.input-id{
    padding-left: 40px;
    background: url("../../img/front/icon-id.png") no-repeat 4px center;
    background-size: 32px 32px;
}

input.input-password{
    padding-left: 40px;
    background: url("../../img/front/icon-password.png") no-repeat 4px center;
    background-size: 32px 32px;
}

.pw-show{
    display: block;
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 100;
    background: #FFF;
    border: 1px solid #F8797C;
    border-radius: 5px;
    color: #D13E41;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 10px;
}

.pw-show:hover{
    cursor: pointer;
}

/* ------------------------------------------------------------------
    Button
-------------------------------------------------------------------*/

button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn{
    background: #F8797C;
    border: 1px solid #F8797C;
    color: #FFF;
    font-weight: 600;
    transition: .3s;
}

.academyBtn{
    background: #3EBCE4;
    border: 1px solid #2e9bbc;
    color: #FFF;
    font-weight: 600;
    transition: .3s;
}

.academyBtn:hover{
    background: #2e9bbc;
    cursor: pointer;
    color: white;
}

.btn:hover{
    background: #E24A4E;
    cursor: pointer;
}

.btn-ol{
    background: #FFF;
    border: 1px solid #F8797C;
    color: #E04E52;
    transition: .3s;
}

.btn-off{
    border: 1px solid;
    transition: .3s;
}

.btn-ol:hover{
    background: #FEF1F2;
    border: 1px solid #D13E41;
    color: #D13E41;
    cursor: pointer;
}

.btn-s{
    padding: 4px 20px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    border-radius: 5px;
}

.btn-m{
    padding: 8px 20px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    border-radius: 5px;
}

.btn-l{
    max-width: 345px;
    padding: 11px 32px;
    font-size: 1.75rem;
    line-height: 2.6rem;
    border-radius: 8px;
}

.btn-2{
    max-width: 155px;
    padding: 5px 14px;
    margin-top: 5px;
    font-size: 1.40rem;
    line-height: 2.6rem;
    border-radius: 8px;
}

.btn-icon .icon{
    width: 20px;
    margin-right: 8px;
}

.btn-m.btn-icon{
    padding-left: 12px;
    padding-right: 24px;
}

.btn-icon-r .icon{
    width: 20px;
    margin-left: 8px;
}

.btn-m.btn-icon-r{
    padding-right: 12px;
    padding-left: 24px;
}

.btn-shadow{
    box-shadow: 0 2px 2px hsla(0,0%,0%,0.2);
}

.btnc {
    margin-left: auto !important;
    margin-right: auto !important;
}




/* ------------------------------------------------------------------
    Header
-------------------------------------------------------------------*/

.header{
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #FFF
}

.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    position: relative;
    height: 60px;
    background: #FFF;
}

.header-logo{
    padding: 10px 12px 8px;
    flex-grow: 1;
}

.header-logo-img{
    height: 42px;
}

.header-title{
    align-self: flex-end;
    padding: 4px 12px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #F79798;
    font-weight: 700;
}

.header-menu{
    display: flex;
    height: 60px;
}

.header-menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60px;
    padding: 5px;
    background: #F79798;
    color: #99836C;
    font-size: 10px;
    text-decoration: none;
}

.header-menu-link span {
    position: relative;
    background: #FFF;
    height: 2px;
    width: 20px;
    transition: all .3s;
}

.header-menu-link.active span {
    width: 25px;
    background: #F79798;
}

.header-menu-link span:before {
    position: absolute;
    width: 25px;
    height: 2px;
    top: -7px;
    right: 0;
    content: "";
    background: #FFF;
    transition: all .4s;
}

.header-menu-link.active span:before {
    width: 100%;
    top: 1px;
    transform: translateY(0) rotate(-45deg);
}

.header-menu-link span:after {
    top: 7px;
    width: 15px;
    position: absolute;
    right: 0;
    content: "";
    height: 2px;
    background: #FFF;
    transition: all .4s;
}

.header-menu-link.active span:after {
    width: 100%;
    top: 1px;
    transform: translateY(0) rotate(45deg);
}

.header-menu-link .menu-text {
    margin-top: 15px;
    margin-bottom: -12px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.header-login,
.header-logout{
    display: none;
}


/* ------------------------------------------------------------------
    Main
-------------------------------------------------------------------*/

.main{
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 60px;
}

.container{
    display: block;
    position: relative;
    width: 100%;
    max-width: 660px;
}


/* ------------------------------------------------------------------
    Contents
-------------------------------------------------------------------*/

.contents{
    position: relative;
    max-width: 660px;
    min-height: 460px;
    padding: 8px 0;
}

.page-title,
.page-title-l{
    padding: 8px 16px 8px;
    text-align: center;
    font-size: 2.8rem;
    line-height: 4.8rem;
    color: #F8797C;
    font-weight: 300;
}

.page-message{
    padding: 4px 16px 16px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #F8797C;
    font-weight: 600;
}

.page-info{
    padding: 8px 16px;
}

.page-caution{
    padding: 8px 16px;
}

.page-main-button{
    text-align: center;
    padding: 20px 16px 24px;
}

.academy-page-main-button{
    text-align: center;
}

.page-main-button button{
    margin: 0 auto;
}

.page-buttons{
    text-align: center;
    padding: 8px 16px;
}

.page-buttons button{
    margin-left: auto;
    margin-right: auto;
}

.page-buttons-r{
    text-align: right;
    padding: 8px 8px 8px 16px;
}

.page-buttons-r button{
    margin-left: auto;
    margin-right: 0;
}

.page-section{
    display: block;
    padding: 8px 4%;
    background: #F79799;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #FFF;
    font-weight: 800;
}

.page-agree{
    padding: 20px 16px 8px;
}

.page-agree input[type="checkbox"]{
    margin: 4px 6px;
}

.page-agree .error-text{
    padding-left: 3.8rem;
}

.page-box{
    padding: 10px 10px 18px;
    background: #F6D8DA;
}

.page-flash{
    margin: 8px 12px 12px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #FFEAE5;
}

.page-flash,
.page-flash.flash-fault{
    background: #FFEAE5;
}

.page-flash.flash-correct{
    background: #FFFDD3;
}

.flash-message,
.page-flash.flash-fault .flash-message{
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #6F0101;
}

.page-flash.flash-correct .flash-message{
    color: #101010;
}

.box-item{
    padding: 12px 16px;
    background: #FFF;
    margin-bottom: 1px;
}

.box-item-mid{

}

.box-item-input{
    display: flex;
    position: relative;
    align-items: center;
    width: calc(100% + 12px);
    margin: 2px -6px;
}

.box-item-input.multiline{
    flex-wrap: wrap;
}

.box-item-input input[type="text"]{
    margin: 2px 6px;
}

.box-item-input input[type="password"]{
    margin: 2px 6px;
}

.box-item-input input[type="checkbox"]{
    margin: 4px 6px;
}

.box-item-input input[type="radio"]{
    margin: 4px 6px;
}

.box-item-input input[type="file"]{
    margin: 4px 6px;
    font-size: 1.5rem;
}

.box-item-input label{
    margin: 4px 6px;
}

.box-item-input select{
    margin: 2px 6px;
}

.box-item-input textarea{
    margin: 2px 6px;
}

.box-item-input button{
    margin: 2px 6px;
}

.box-item-message{
    margin: 4px 0;
}

.box-item-memo{
    margin: 4px 0;
}

.box-item-text{
    margin: 4px 0;
    padding-left: 16px;
}

.box-item-text p{
    padding: 2px 4px;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.box-item-fig{
    margin: 4px 0;
    text-align: center;
}

.box-item-fig img{
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
}

.block-item{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    background: #FFF;
    margin-bottom: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.block-item:last-child{
    margin-bottom: 0;
}

.block-item .a-block{
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 24px;
    background: url(../../img/front/arrow-r-s-gray.png) no-repeat right center;
    background-size: 20px 20px;
}

.block-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 12px 4px;
}

.block-buttons button{
    margin: 0 12px;
}

.block-buttons span{
    font-size: 1.2rem;
    color: #535353;
}

.a-block.btn-icon{
    display: flex;
    align-items: center;
    margin: 4px 8px;
    padding: 4px 8px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 600;
    color: #2B2B2B;
}

.a-block.btn-icon .icon-m{
    width: 32px;
    margin-right: 12px;
}

.list-item{
    padding: 12px;
}

.border-list .list-item:nth-child(even){
    background-color: #F7F7F7;
}

.mark-list .list-item{
    padding-left: 40px;
}

.mark-list .list-item.marked{
    background-image: url(../../img/front/icon-mark.png);
    background-repeat: no-repeat;
    background-position: 16px 20px;
    background-size:12px 12px;
}

.a-list{
    color: #121212;
}

.info-date{
    margin-right: 8px;
    font-size: 1.2rem;
    line-height: 2rem;
}

.category-label{
    display: inline-block;
    margin-right: 8px;
    padding: 0px 8px;
    min-width: 118px;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #FFF;
    font-weight: 600;
    text-align: center;
}

.category-label.c-1{
    background: #BEC1C4;
}

.category-label.c-2{
    background: #DE5859;
}

.category-label.c-3{
    background: #CCAF91;
}

.category-label-ol{
    display: inline-block;
    margin-right: 8px;
    padding: 3px 8px;
    min-width: 118px;
    background: #FFF;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #C15D5F;
    font-weight: 600;
    border: 1px solid #C15D5F;
    text-align: center;

}

.category-label-black{
    display: inline-block;
    margin-right: 8px;
    padding: 0px 8px;
    min-width: 118px;
    background: #c0c0c0;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #c0c0c0;
    text-align: center;
}

.category-label.sub{
    font-weight: normal;
    padding: 0px 5px;
    margin-right:5px;
    min-width:75px;
}

/* 講習会アイコンエリア用 */
.session-block {
    position: relative;
}
.session-block-icon {
    position: absolute;
    right:0px;
    top:5px;
}

.session-block-icon span{
    font-size:16px;
    margin-right:5px;
}

.session-block-icon i{
    margin-right:3px
}

.info-label{
    margin: 4px auto;
    font-size: 1.5rem;
    line-height: 2rem;
}

.page-profile{

}

.page-table{
    width: 100%;
}

.page-table .t-mid{
    padding: 16px 8px 8px 8px;
    font-weight: 600;
}

.page-profile{
    display: flex;
    padding: 16px;
    border-top: 1px solid #E0E0E0;
}

.page-profile .profile-fig{
    width: 25%;
    max-width: 120px;
}

.page-profile .profile-fig img{
    border-radius: 5px;
}

.page-profile .profile-labels{
    padding: 0 16px;
}

.paging-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0 10px 0;
}

.paging-prev{
    padding-left: 22px;
    background: url(../../img/front/arrow-l-s-pink.png) no-repeat left center;
    background-size: 20px 20px;
}

.paging-next{
    padding-right: 22px;
    background: url(../../img/front/arrow-r-s-pink.png) no-repeat right center;
    background-size: 20px 20px;
}

.paging-num span{
    font-size: 1.8rem;
    padding: 0 4px;
    color: #F8797C;
    font-weight: 600;
}

.ec-info{
    padding: 8px 0;
}

.ec-figs{
    width: 70%;
    text-align: center;
    margin: 0 15%;
}

.ec-fig{
    width: 100%;
    margin: 10px auto;
}

.ec-fig img{
    border: 1px solid #E0E0E0;
}

.ec-thums{
    display: flex;
    margin: 10px auto 20px;
}

.ec-thum{
    padding: 6px;
}

.ec-thum img{
    border: 1px solid #E0E0E0;
}

.ec-thum.slick-current img{
    border: 1px solid #F8797C;
}

.message{
    margin-top: 10px;
    padding: 2.2rem;
    width: 80%;
    border-radius: 8px;
}

.top-message{
    margin-top: 10px;
    padding: 2.2rem;
    width: 80%;
    border-radius: 8px;
}

.from-message{
    margin-right: 20%;
    background: #FFFBEF;
}

.to-message{
    margin-left: 20%;
    background: #FFF;
}

/* ------------------------------------------------------------------
    Table
-------------------------------------------------------------------*/
table.st-table{
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
}

table.st-table tr{
}

table.st-table th{
    padding: 8px 12px;
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    background: #F9F9F9;
    font-size: 1.25rem;
    line-height: 2rem;
    color: #535353;
    text-align: left;
    font-weight: 400;
}

table.st-table td{
    padding: 8px 12px;
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #121212;
    text-align: left;
}

.a-st-wrap{
    width: 100%;
    color: #2B2B2B;
    padding-right: 28px;
    background: url(../../img/front/arrow-r-s-gray.png) no-repeat right 4px  center;
    background-size: 20px 20px;
}

.a-st-wrap table.st-table{
    border-bottom: none;
}

.a-st-wrap + .block-buttons{
    border-top: 1px solid #DDDDDD;
}

table.st-table tfoot th,
table.st-table tfoot td{
    border-top: 3px double #E0E0E0;
}


/* ------------------------------------------------------------------
    Top
-------------------------------------------------------------------*/
.top-section{
    padding-top: 60px;

}

.top-section-title{
    padding: 8px;
}

.top-section-title .container{
    text-align: center;
}

.top-title-mid{
    display: none;
}

.welcome-message{
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #606060;
    font-weight: 600;
}

.top-section-info{
    min-height: 6.2rem;
    margin: 0 12px;
    padding: 12px;
    background: #FEF1F2;
    border-radius: 8px;
}

.top-section-info .container{
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.top-info-message a{
    padding-bottom: 26px;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #FF0000;
    font-weight: 600;
    background: url(../../img/front/arrow-d-s-pink.png) no-repeat center bottom;
    background-size: 20px 20px;
}

.top-info-message span{
    margin-right: 4px;
    padding: 4px 8px;
    background: #FF0000;
    font-size: 1.6rem;
    font-weight: 700;
    color: #FFF;
    border-radius: 32rem;
}

.top-section + .main{
    padding-top: 4px !important;
}

.welcome-section{
    display: none;
}

.message-info {
    min-height: 2.2rem;
    border-radius: 8px;
}

.message-success {
	background: #f3ffe4;
}

.message-success .container{
    color:#4caf50;
}

.message-error {
	background: #ffe4ef;
}

.message-error .container{
    color:#af4c4c;
}

/* ------------------------------------------------------------------
    Top Menu
-------------------------------------------------------------------*/
.top-menu{

}

.top-menu-item{
    padding: 8px 8px 10px;
}

.top-menu-item .a-block{
    display: flex;
    align-items: center;
}

.top-menu-fig{
    width: 64px;
    height: 64px;
    margin-right: 12px;
}

a.a-block .top-menu-labels {
    color: #2B2B2B;
}

.top-menu-name{
    font-size: 1.7rem;
    line-height: 2.4rem;
}

.top-menu-name span{
    font-weight: 700;
}

.top-menu-txt{
    font-size: 1.2rem;
    line-height: 2rem;
}




/* ------------------------------------------------------------------
    Menu
-------------------------------------------------------------------*/

.menu-nav{
    display: none;
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    background: #F79799;
    box-shadow: 0 2px 2px rgba(0,0,0,0.16);
    z-index: 1000;
}

.menu-nav-list{
}

.menu-nav-list{
    border-bottom: 1px solid #FFF;
}

.menu-nav-list a{
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: #F79799 url(../../img/front/arrow-r-s-white.png) right 16px center no-repeat;
    background-size: 20px 20px;
    color: #FFF;
    font-weight: 600;
    transition: .3s;
}

.menu-nav-list a:hover{
    background: #F8797C url(../../img/front/arrow-r-s-white.png) right 8px center no-repeat;
    background-size: 20px 20px;
}


/* ------------------------------------------------------------------
    Side Menu
-------------------------------------------------------------------*/

.side-nav{
    display: none;

}


/* ------------------------------------------------------------------
    Foorter
-------------------------------------------------------------------*/

.footer{
    position: relative;
    margin-top: 0;
    padding: 40px 16px 16px;
}

.footer-gotop{
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
}

.footer-gotop a{
    display: block;
    width: 32px;
    height: 32px;
    background: #F79799 url(../../img/front/arrow-u-s-white.png) center center no-repeat;
    background-size: 20px 20px;
    border-radius: 5px;
    transition: .3s;
}

.footer-gotop a:hover{
    margin-top: -12px;
}

.footer-copyright{
    padding-top: 16px;
    border-top: 1px solid #C6C6C6;
    text-align: center;
    color: #121212;
    font-size: 1.1rem;
    line-height: 2rem;
}

/* ------------------------------------------------------------------
    Modal
-------------------------------------------------------------------*/

.modal-wrapper{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    z-index: 10000;
}

.modal-wrapper .btn-close{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
}

.modal-wrapper .btn-close:hover{
    cursor: pointer;
    opacity: 0.6;
}

.member-card{
    position: relative;
    margin-top: 25vh;
    width: 95%;
    height: auto;
    max-width: 704px;
}

.member-card .member-card-image{
    position: relative;
}

.member-card .member-card-photo{
    position: absolute;
    top: 5.16%;
    left: 7.955%;
    width: 19.3%;
    height: 25.76%;
    border-radius: 2%;
    max-width:150px; 
}

.member-card .member-card-year{
    position: absolute;
    text-align: center;
    transform: rotate(-90deg);
    top: 30%;
    left: 68%;
    width: auto;
    font-size: 8.4vw;
    letter-spacing: 0.6em;
    color: #C90055;
    font-weight: 300;
    background: #F9E5E5;
    line-height: 1.1;
    text-indent: 0.4em;
}

.member-card .member-card-rank{
    position: absolute;
    text-align: center;
    top: 5.82%;
    left: 0;
    width: 100%;
    font-size: 4vw;
    letter-spacing: 0.2em;
    color: #1026AF;
    font-weight: 600;
}

.member-card .member-card-no{
    position: absolute;
    top: 19.6%;
    left: 34.1%;
    font-size: 3vw;
    color: #121212;
    font-weight: 600;
}

.member-card .member-card-name{
    position: absolute;
    top: 25.2%;
    left: 33.24%;
    font-size: 6.2vw;
    color: #121212;
    font-weight: 300;
}

.member-card .member-card-license{
    position: absolute;
    top: 48.24%;
    left: 7.955%;
    font-size: 3.2vw;
    color: #121212;
    font-weight: 600;
}

.member-card .member-card-exdate{
    position: absolute;
    top: 86.9%;
    left: 5.398%;
    font-size: 2.8vw;
    color: #121212;
    font-weight: 600;
}

.member-card .member-card-exdate span{
    margin-left: 1em;
}

.member-qualification-title{
    font-size: 2em;
    font-weight:bold;
    text-align: center;
    margin-top: 45px;
    margin-bottom:60px;
}

.member-qualification-kain{
    margin-bottom:60px;
    font-weight:bold;
}

.label_1{
    margin-right:10px;
}

.label_name{
    margin-right:20px;
}

.qualification-date{
    margin-top:20px;
    margin-bottom:40px;
    text-align:right;
    padding-right:80px;
}
.qualification-kaina{
    text-align:right;
    padding-right:80px;
}
.qualification-riji{
    text-align:right;
    padding-right:80px;
}
.qualiication-stamp{
    position: relative;
}

.qualiication-stamp img{
    position:absolute;
    right:0px;
    top:-80px;
    right:10px;
    z-index:-9999;
}
@media screen and (min-width:705px) {

.member-card .member-card-rank{
    font-size: 28.2px;
}

.member-card .member-card-year{
    top: 34%;
    left: 68%;
    font-size: 66px;
    letter-spacing: 0.6em;
}

.member-card .member-card-no{
    font-size: 21px;
}

.member-card .member-card-name{
    /*font-size: 44px;*/
    font-size: 38px;
    width:330px;
}

.member-card .member-card-license{
    font-size: 22px;
}

.member-card .member-card-exdate{
    font-size:20px;
}

.foreblue {
	color:#3EBCE4 !important;
	background: #D3FFFF !important;
}



}

@media screen and (max-width:480px) {
    .session-block-icon span{
        font-size:12px;
    }
    
    .foreblue {
	color:#3EBCE4 !important;
	background: #D3FFFF !important;
	}

}


#loading{
  position: fixed;
  top: -20px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 9000;
  text-align: center;
  display: none;
  opacity: 0.8;
}

@media print {
  .hideInPrint{
    display: none;
  }
}
