@charset "UTF-8";


/* ace
===================================*/
.movieBox {
    width: 100%;
	max-width: 600px;
}
.movieBox {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
.movieBox iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.indx-are.top .divare {
    margin-top: 0;
}
.indx-are.top .divare.ace-one {
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    -webkit-justify-content: center;
    justify-content: center;
}
.indx-are.top .divare.ace-one h2 {
    font-size: 2.6rem;
    letter-spacing: 0.02em;
    font-family: serif;
    color: #076bb9;
}

.indx-are.top .divare.ace-two {
    padding-top: 40px;
    -webkit-justify-content: center;
    justify-content: center;
}
.indx-are.top .divare.ace-two .blk {
    /*max-width: 260px;*/
}
.indx-are.top .divare.ace-two .blk .bkhed {
    height: 100px;
}

.indx-are.top .divare.ace-thr {
    padding-top: 70px;
    -webkit-justify-content: center;
    justify-content: center;
}
.indx-are.top .divare.ace-thr .movieBox {
    max-width: 660px;
}




/* index.html
===================================*/
.contebody.indx {
    background-image: url("../img/cover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}
.contebody.indx.ace {
    background-color: rgb(45, 95, 130);
    background-image: url("../ace/img/bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    min-height: 1000px;
}

.indx-are {
    max-width: 660px;
    margin: 0 auto;
    padding-bottom: 130px;
}

.indx-are .taiare {
    text-align: center;
    padding-top: 70px;
}

.indx-are .taiare .login-logo {
    width: 235px;
    margin: 0 auto;
}

.indx-are .divare {
    display: -webkit-flex;
    display: flex;
    padding-top: 150px;
}


.indx-are .divare .blk {
    flex: 1;
}
.indx-are .divare .blk a {
    background-color: rgba(255, 255, 255, 0.85);
}
.indx-are .divare .blk a:hover {
    background-color: #1d7cc7;
    color: #fff;
}

.indx-are .divare .blk.lef {
    padding-right: 40px;
}
.indx-are .divare .blk.rig {
    padding-left: 40px;
}

.indx-are .divare .blk .bkhed {
    height: 120px;
    border-bottom: 1px solid #93bae6;
    display: -webkit-flex;
    display: flex;
}
.indx-are .divare .blk .bkhed h3 {
    font-size: 1.9rem;
    font-family: serif;
    font-weight: bold;
    margin: 0 auto;
    align-self: center;
    padding-bottom: 3px;
}
.indx-are .divare .blk .bkhed p {
    font-family: serif;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    padding-top: 5px;
}
.indx-are .divare .blk .bkare {
    padding-top: 30px;
    padding-bottom: 30px;
}
.indx-are .divare .blk.rig .bkare {
    padding-top: 20px;
}

.indx-are .divare .blk .bkare ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.indx-are .divare .blk .bkare li {
    width: 35%;
    flex-shrink: 0;
    text-align: left;
    margin: 20px 15px;
}
.indx-are .divare .blk .bkare li a {
    line-height: 1.3;
}
.indx-are .divare .blk .bkare li a span {
    font-size: 1.6rem;
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
}
.indx-are .divare .blk .bkare li a span:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
}
.indx-are .divare .blk .bkare li a:hover {
    color: #008bc7;
}
.indx-are .divare .blk .bkare li a:hover span:before {
    background-color: #008bc7;
}


.indx-are .divare .blk .bkare dl {
    display: -webkit-flex;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.indx-are .divare .blk .bkare dt {
    display: -webkit-flex;
    display: flex;
    width: 135px;
    flex-shrink: 0;
}
.indx-are .divare .blk .bkare dt .mkare {
    margin: 0 10px;
}
.indx-are .divare .blk .bkare dt .mkare a {
}
.indx-are .divare .blk .bkare dt .mkare a .mkk {
    position: relative;
    height: 30px;
}
.indx-are .divare .blk .bkare dt .mkare a .mkk i {
    font-size: 3.2rem;
}
.indx-are .divare .blk .bkare dt .mkare a .mkk p {
    font-size: 1.0rem;
    position: absolute;
    color: #ffffff;
    top: 10px;
    left: 3px;
    transform: scale(0.7);
}

.indx-are .divare .blk .bkare dt .mkare a span {
    font-size: 1.0rem;
    display: block;
}
.indx-are .divare .blk .bkare dt .mkare a:hover {
    color: #008bc7;
}

.indx-are .divare .blk .bkare dd {
    padding-top: 5px;
}

.top .indx-are .divare .blk .bkhed h3 {
    padding-top: 38px;
}


/* login.html
===================================*/
.contebody.login {
    background-image: url("../img/cover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.login-are {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-bottom: 120px;
}
.login-are h2 {
    font-family: serif;
    text-align: center;
    padding-top: 90px;
    font-size: 2.6rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.login-are .dvare {
    background-color: rgba(70, 133, 179, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 20px 40px;
    padding-top: 10px;
    margin-top: 50px;
    display: inline-block;
    text-align: left;
}
.login-are .dvare ul {
}
.login-are .dvare li {
    margin-top: 20px;
}
.login-are .dvare li p {
    color: #fff;
    letter-spacing: 0.05em;
    padding-bottom: 3px;
}
.login-are .dvare li input {
    width: 350px;
    height: 45px;
}
.login-are .dvare .blk {
    margin-top: 20px;
    text-align: right;
}
.login-are .dvare .blk a {
    display: inline-block;
    font-size: 1.3rem;
    color: #ffffff;
}
.login-are .dvare .blk a:hover {
    color: #fff;
    text-decoration: underline;
}

.login-are .btn-are {
}

.login-are .eror-are {
    padding-bottom: 0;
    padding-top: 15px;
}
.login-are .eror-are ul {
    padding: 10px 10px;
}
.login-are .eror-are li {
    margin: 0;
}




/*  srt-body
===================================*/
.srt-body {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
}
.srt-body .titare {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 40px;
}
.srt-body .titare h3 {
    font-size: 2.6rem;
}

.srt-body .prvare {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 25px;
}
.srt-body .prvare .txare {
    font-size: 1.5rem;
}
.srt-body .prvare .link {
    text-align: center;
    padding-top: 20px;
}
.srt-body .prvare .link a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2761b5;
}
.srt-body .prvare .link a i {
    font-size: 2.6rem;
}
.srt-body .prvare .link a span {
    font-size: 1.6rem;
}
.srt-body .prvare .link a:hover span {
    text-decoration: underline;
}

/*
.srt-body .prvare .area {
    padding: 30px;
    padding-top: 0;
    padding-bottom: 40px;
}
.srt-body .prvare .dvare {
    padding-top: 30px;
}
.srt-body .prvare .dvare h4 {
    border-bottom: 1px solid #bbb;
    font-size: 1.7rem;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2761b5;
}
.srt-body .prvare .dvare .txare {
    padding-top: 10px;
}
.srt-body .prvare .dvare .txare dl {
}
.srt-body .prvare .dvare .txare dt {
    font-size: 1.5rem;
    font-weight: bold;
}
.srt-body .prvare .dvare .txare dd {
    margin-top: 6px;
}

.srt-body .prvare .dvare .txare.waku {
    border: 1px solid #aaa;
    padding: 20px;
    display: inline-block;
} 
*/

.srt-body .chkare {
}
.srt-body .chkare h4 {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
    font-size: 1.6rem;
}
.srt-body .chkare h4 label {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.srt-body .chkare dl {
    /*margin-top: 25px;*/
    text-align: center;
}
.srt-body .chkare dd {
    padding-top: 6px;
}

.srt-body .milare {
    text-align: center;
    margin-top: 40px;
}
.srt-body .milare h4 {
    font-size: 1.8rem;
    color: #2761b5;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 10px;
}
.srt-body .milare input {
    margin: 0 auto;
    height: 60px;
    width: 700px;
    font-size: 1.6rem;
    border: 1px solid #2196F3;
}
.srt-body .milare.code {
    margin-top: 20px;
}

.srt-body .takare {
    margin-top: 20px;
    border: 1px solid #aaa;
    padding: 30px 40px;
}
.srt-body .takare.mt20 {
    margin-top: 20px;
}

.srt-body .takare dl {
    text-align: center;
}
.srt-body .takare dd {
    padding-bottom: 8px;
}
.srt-body .takare dd:last-of-type {
    padding-bottom: 0;
}

.srt-body .takare .txare {
    border-top: 1px solid #aaa;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
}
.srt-body .takare .txare p {
}
.srt-body .takare .txare .txt {
}
.srt-body .takare .txare .txt h5 {
    margin-top: 10px;
    font-size: 2.0rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.srt-body .takare .txare .txt h5 span {
    font-size: 1.7rem;
}

.srt-body .takare .txare .txt h5 a {
    display: inline-block;
}
.srt-body .takare .txare .txt h5 a:hover {
    color: #0075a8;
    text-decoration: underline;
}

.srt-body .mrkare {
    max-width: 700px;
    margin: 0 auto;
}
.srt-body .mrkare ul {
    display: -webkit-flex;
    display: flex;
    margin-top: 25px;
}
.srt-body .mrkare li {
    flex: 1;
}
.srt-body .mrkare li .txt {
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 5px;
    color: #808080;
}
.srt-body .mrkare li .mmk {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.srt-body .mrkare li .mmk .maru {
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    border-radius: 50%;
    flex: none;
}
.srt-body .mrkare li .mmk .line {
    height: 3px;
    width: 100%;
    background-color: #cccccc;
}

.srt-body .mrkare li.on .txt {
    color: #2761b5;
}
.srt-body .mrkare li.on .mmk .maru {
    background-color: #608dd2;
}
.srt-body .mrkare li.on .mmk .line {
    background-color: #608dd2;
}

.srt-body .taiare {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 20px;
}
.srt-body .taiare i {
    color: #577eb9;
}
.srt-body .taiare h3 {
    font-size: 2.2rem;
    margin-left: 5px;
}

.srt-body .frmare {
}

.srt-body .eror-are {
    padding-top: 0;
    padding-bottom: 20px;
}
.srt-body.initial .eror-are {
    padding-top: 0;
    padding-bottom: 0;
}

.srt-body.forgot .eror-are {
    max-width: 700px;
    margin: 0 auto;
}

.srt-body.codare .eror-are {
    max-width: 500px;
    margin: 0 auto;
}
.srt-body.codare .btn-are {
    padding-top: 40px;
}
.srt-body.codare .takare {
    margin-top: 60px;
}
.srt-body .milare.code input {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
}


.srt-body.ptasociety {
    max-width: 700px;
}



/*  frmare
===================================*/
.frmare {
}
.frmare ul {
    border: 1px solid #bbb;
}
.frmare li {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #bbb;
}
.frmare li:last-of-type {
    border-bottom: none;
}

.frmare li .moku {
    width: 220px;
    flex: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-right: 1px solid #bbb;
    padding: 12px 20px;
    padding-right: 10px;
    background-color: #f5f5f5;
}
.frmare li .moku p {
    font-feature-settings : "palt";
    line-height: 1.3;
}
.frmare li .moku p small {
    color: #e02300;
}
.frmare li .moku p.redtxt {
    margin-top: 5px;
    font-size: 1.2rem;
    color: #e02300;
}

.frmare li .moku .blk {
    align-self: flex-start;
}

.frmare li .moku span {
    margin-left: auto;
}
.frmare li .moku.flxno {
    display: block;
}
.frmare li .moku .tutxt {
    font-size: 1.35rem;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}
.frmare li .moku .tutxt.blu {
    color: #3674d8;
}




.frmare li .reed {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex: 1;
    padding: 25px 20px;
    min-height: 60px;
}
.frmare li .reed ul {
    border: none;
}
.frmare li .reed ul li {
    border: none;
}

.frmare li .reed.flxno {
    display: block;
}

.frmare li .flare {
    display: -webkit-flex;
    display: flex;
}
.frmare li .flare .flx {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.frmare li .flare .flx span {
    flex: none;
    margin-right: 5px;
}

.frmare li .reed .tutxt {
    font-size: 1.3rem;
    margin-left: 6px;
    margin-top: 5px;
}
.frmare li .reed .tutxt.ue {
    margin-left: 6px;
    margin-top: -5px;
    margin-bottom: 6px;
}
.frmare li .reed .tutxt.nak {
    margin-left: 0;
    margin-top: 3px;
    margin-bottom: 0;
}

.frmare li .reed .tutxt.red {
    color: #e02300;
}
.frmare li .reed .tutxt.blu {
    color: #3674d8;
}

.frmare li .reed .tytxt {
    font-size: 1.4rem;
    margin-left: 6px;
    margin-bottom: 5px;
}
.frmare li .reed .tytxt.red {
    color: #e02300;
}
.frmare li .reed .tytxt dl {
    margin-top: -5px;
}
.frmare li .reed .tytxt dd {
    line-height: 1.2;
    padding-bottom: 10px;
}
.frmare li .reed .tytxt dd:last-of-type {
    padding-bottom: 5px;
}

.frmare li .reed .pssare {
    margin-top: 20px;
}

.frmare li .reed ul.radio {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border: none;
    margin-left: -15px;
    margin-right: -15px;
}
.frmare li .reed ul.radio li {
    border-bottom: none;
    padding: 8px 18px;
    -webkit-align-items: center;
    align-items: center;
}
.frmare li .reed ul.radio.ue li {
    padding: 0 18px;
    padding-bottom: 20px;
}

.frmare li .moku.ue {
    padding-top: 35px;
}
.frmare li .moku.ue p {
    align-self: flex-start;
}
.frmare li .moku.ue span {
    align-self: flex-start;
}

.frmare li .reed.tbl {
    display: block;
}
.frmare li .reed.tbl .tutxt {
    margin-top: 15px;
    line-height: 1.3;
}
.frmare li .reed.tbl table ul {
    border: none;
}
.frmare li .reed.tbl table li {
    border-bottom: none;
    padding-bottom: 10px;
}
.frmare li .reed.tbl table li:last-of-type {
    padding-bottom: 0;
}

.frmare li .reed.tbl table {
    table-layout: fixed;
    border: none;
    border-top: 1px solid #cccccc;
}

.frmare li .reed.comp {
    display: block;
}
.frmare li .reed.comp ul {
}
.frmare li .reed.comp li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 15px;
}
.frmare li .reed.comp li:last-of-type {
    padding-bottom: 0;
}

.frmare li .reed.comp li span {
    width: 50px;
    flex: none;
}

.frmare li .reed.adrs {
    display: block;
}
.frmare li .reed.adrs ul {
}
.frmare li .reed.adrs li {
    display: block;
    padding-bottom: 15px;
}
.frmare li .reed.adrs li:last-of-type {
    padding-bottom: 0;
}
.frmare li .reed.adrs li .flare {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.frmare li .reed.adrs li .flare p {
    margin: 0 5px;
}

.frmare li .reed.adrs li span {
    display: block;
}
.frmare li .reed.adrs li span.inbk {
    display: inline-block;
}
.frmare li .reed.adrs li span.minred {
    font-size: 1.3rem;
    color: #e02300;
    margin-left: 5px;
}

.frmare li .reed.nmbr {
    display: block;
}
.frmare li .reed.nmbr .flare {
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
}
.frmare li .reed.nmbr .flare span {
    margin-right: 10px;
}


.frmare li .reed .pulsbox {
    display: -webkit-flex;
    display: flex;
    background-color: #fbf7e9;
    border: 1px solid #ddd;
    margin: 0 10px;
    margin-top: 15px;
}
.frmare li .reed .pulsbox .bngo {
    flex: none;
    width: 50px;
    align-self: center;
    text-align: center;
}
.frmare li .reed .pulsbox .bngo span {
    font-size: 1.6rem;
}

.frmare li .reed .pulsbox .area {
    width: 100%;
    border-left: 1px solid #ccc;
}
.frmare li .reed .pulsbox .area ul {
    padding: 20px 0;
}
.frmare li .reed .pulsbox .area li {
    padding: 0 20px;
    padding-top: 10px;
}
.frmare li .reed .pulsbox .area li:first-of-type {
    padding-top: 0;
}
/*
.frmare li .reed .pulsbox .area li:last-of-type {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 15px;
}
.frmare li .reed.frfuku .pulsbox .area li:last-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 10px;
}
*/
.frmare li .reed .pulsbox .area li .phofile li.photo-row {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.2;
    padding: 10px 0;
    font-size: 1.3rem;
}
.frmare li .reed .pulsbox .area li .phofile li.photo-row i {
    margin-right: 3px;
}
.frmare li .reed .pulsbox .area li .phofile li.photo-row span i {
    margin-right: 0;
}

.frmare li .reed .pulsbox .area li .phofile li.photo-row:last-of-type {
    border-bottom: none;
}
.frmare li .reed .pulsbox .area li .phofile li.photo-row .photo-del {
    color: #3674d8;
}

.frmare li .reed .pulsbox .area li .phofile ul {
    padding: 0;
}

.frmare li .reed .pulsbox .area li .smoku {
    flex: none;
    width: 100px;
    align-self: center;
    line-height: 1.2;
}
.eng-style .frmare li .reed .pulsbox .area li .smoku {
    width: 160px;
}

.frmare li .reed .pulsbox .area li .smoku span {
}
.frmare li .reed .pulsbox .area li .sreed {
    flex: 1;
}
.frmare li .reed .pulsbox .area li .sreed input {
    background-color: #ffffff;
}

.frmare li .reed .pulsbox .area li .sreed.pholst {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.frmare li .reed .pulsbox .area li .sreed p.inp-txt {
    font-size: 1.35rem;
    margin-top: 2px;
    color: #1e65ce;
}


.frmare li .reed a.ltylnk {
    margin-right: 15px;
}
.frmare li .reed a.ltylnk:last-of-type {
    margin-right: 0;
}

.frmare li .reed a.ltylnk i {
    font-size: 1.9rem;
    margin-right: 3px;
}
.frmare li .reed a.ltylnk span {
}
.frmare li .reed a.ltylnk img {
    max-width: 80px;
}


.frmare li .reed .pulsbtn {
    text-align: right;
    padding-top: 6px;
    margin: 0 10px;
}
.frmare li .reed .pulsbtn ul {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e2e2e2;
    border: 1px solid #d0d0d0;
    padding: 5px 10px;
}
.frmare li .reed .pulsbtn li {
    border: none;
}

.frmare li .reed .reed-lst {
    border-bottom: 1px solid #ddd;
    margin: 0 -20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.frmare li .reed .reed-lst:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.frmare li .reed .reed-lst:first-of-type {
    padding-top: 0;
}

.frmare li .reed .reed-lst.flx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.frmare li .reed .reed-lst .lef {
    flex: 1;
    padding-right: 20px;
}
.frmare li .reed .reed-lst .rig {
    flex: none;
}

.frmare li .reed .reed-lst .blk {
    padding-top: 25px;
}
.frmare li .reed .reed-lst .blk:first-of-type {
    padding-top: 0;
}

.frmare li .reed .reed-lst strong {
    font-size: 1.6rem;
}
.frmare li .reed .reed-lst ul.radio {
    margin-left: 0;
}

.frmare li .reed textarea {
    min-height: 100px;
}

.frmare li .reed .reed-lst .blk.error {
    background-color: #ffddde;
}
.frmare li .reed .reed-lst p.mintxt {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 5px;
    color: #3674d8;
}

.frmare li .reed.rowupdown-area p strong {
    color: #e02300;
}

.frmare li .reed .reed-lst .blk.food-area-zuiko {
    padding-top: 5px;
}




/*///// input type /////*/
input.type1 {
    max-width: 600px;
}
input.type2 {
    max-width: 500px;
}
input.type3 {
    max-width: 400px;
}
input.type4 {
    max-width: 300px;
}
input.type5 {
    max-width: 240px;
}
input.type6 {
    max-width: 150px;
}
input.type7 {
    max-width: 100px;
}
input.type8 {
    max-width: 85px;
}
input.typepas {
    width: 400px;
}


/*///// switch /////*/
.switch {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 30px;
}
.switch input {
  display: none;
}
.switch input:checked + .slider {
  background-color: #2196F3;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(39px);
  -ms-transform: translateX(39px);
  transform: translateX(39px);
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
    z-index: 2;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:after {
    content: '非表示';
    font-size: 1.1rem;
    line-height: 1;
    position: absolute;
    right: 6px;
    top: 48%;
    transform: translate(0, -43%);
    z-index: 1;
}
.switch input:checked + .slider:after {
    content: '表 示';
    font-size: 1.1rem;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 48%;
    transform: translate(0, -43%);
    color: #ffffff;
}


/*///// titl-are /////*/
.titl-are {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}
.titl-are .tai {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.titl-are .tai .mmk {
    width: 8px;
    height: 40px;
    background-color: #3c6eb7;
    display: block;
}

.titl-are .tai h3 {
    margin-left: 8px;
    font-size: 2.1rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #184fa0;
}

.titl-are .more {
    margin-left: auto;
    align-self: flex-end;
}
.titl-are .more a {
    background-color: #3c6eb7;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    padding: 8px 20px;
}
.titl-are .more a:hover {
    background-color: #42acda;
}


/*///// hisu-are /////*/
.hisu-are {
    padding-bottom: 10px;
}
.hisu-are span {
}
.hisu-are .hisu:after {
    margin: 0;
}
.hisu-are p {
    display: inline-block;
}


/*///// posd-are /////*/
.posd-are {
    padding-bottom: 30px;
}
.posd-are ul {
    padding: 20px 20px;
    border: 1px solid #bbb;
    background-color: #fbfae5;
}
.posd-are li {
    padding: 5px 0;
    color: #e02300;
    line-height: 1.4;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.sbody.home .posd-are {
    margin-bottom: -10px;
    padding-top: 30px;
    padding-bottom: 0;
}



/*  userinfo.html
===================================*/
.home .titl-are .tai h3 {
    margin-left: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
}

.home.sbody {
    padding-bottom: 150px;
}



.home-gret {
}
.home-gret .dvare {
    display: -webkit-flex;
    display: flex;
    padding-top: 40px;
    padding-bottom: 0;
}
.home-gret .dvare.ue {
    padding-top: 10px;
    padding-bottom: 40px;
}
.home-gret .dvare.shi {
    padding-top: 40px;
    padding-bottom: 0;
}

.home-gret hr {
    margin: 0;
    border-top: 1px solid #d1d1d1;
}

.home-gret .dvare .lef {
    width: 280px;
    flex-shrink: 0;
}
.home-gret .dvare .lef .photo {
}
.home-gret .dvare .lef .signtxt {
    max-width: 180px;
    margin: 0 auto;
    padding-top: 20px;
}
.home-gret.ensta .dvare.ue .lef .signtxt {
    max-width: 280px;
}
.home-gret.ensta .dvare.shi .lef .signtxt {
    max-width: 200px;
}

.home-gret .dvare .rig {
    margin-left: 40px;
    margin-right: 30px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
.home-gret .dvare .rig p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}

.home-gret .dvare .rig dl {
    margin-top: 25px;
}
.home-gret .dvare .rig dd {
}
.home-gret .dvare .rig dt {
    max-width: 180px;
}
.home-gret .dvare.ue .rig dt {
    margin-top: 5px;
}
.home-gret .dvare.shi .rig dt {
    margin-top: 10px;
}

.home-gret.ensta .dvare .rig {
    line-height: inherit;
}
.home-gret.ensta .dvare .rig dt {
    margin-top: 0;
    padding-bottom: 10px;
}
.home-gret.ensta .dvare.ue .rig dt {
    max-width: 300px;
}
.home-gret.ensta .dvare.shi .rig dt {
    max-width: 220px;
}

.home-one {
    margin-top: 60px;
}
.home-one .dvare {
    border: 1px solid #bbb;
}
.home-one .dvare ul {
    padding: 5px 10px;
    min-height: 200px;
}
.home-one .dvare li {
}
.home-one .dvare li a {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px dotted #aaa;
    padding: 15px 10px;
}
.home-one .dvare li:last-of-type a {
    border-bottom: none;
}
.home-one .dvare li a .day {
    font-size: 1.25rem;
    color: #184fa0;
    flex-shrink: 0;
    width: 110px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.home-one .dvare li a .reed {
    line-height: 1.4;
}
.home-one .dvare li a .reed:hover {
    text-decoration: underline;
    color: #184fa0;
}
.home-one .dvare li .reednot {
    padding: 60px;
    padding-left: 10px;
    font-size: 1.5rem;
}

.home-two {
    margin-top: 40px;
}
.home-two .dvare {
}
.home-two .dvare ul {
    border: 1px solid #bbb;
}
.home-two .dvare li {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #bbb;
}
.home-two .dvare li:last-of-type {
    border-bottom: none;
}

.home-two .dvare li .moku {
    flex: none;
    width: 220px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-right: 1px solid #bbb;
    background-color: #f5f5f5;
    padding: 10px 20px;
    padding-right: 10px;
}
.home-two .dvare li .reed {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex: 1;
    padding: 20px 20px;
}

.home-two thead th:nth-child(1) {
}
.home-two thead th:nth-child(2) {
}
.home-two thead th:nth-child(3) {
    width: 150px;
}
.home-two thead th:nth-child(4) {
    width: 200px;
}




/*  register.html
===================================*/
.sbody-nav {
}
.sbody-nav ul {
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
}
.sbody-nav li {
    margin-right: 15px;
    width: 100%;
    max-width: 240px;
}
.sbody-nav li:last-of-type {
    margin-right: 0;
}

.sbody-nav li a {
    display: -webkit-flex;
    display: flex;
    /*width: 180px;*/
    height: 60px;
    border: 2px solid #0075a8;
    color: #184fa0;
    background-color: #eaf4fb;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sbody-nav li a span {
    margin: auto;
    align-self: center;
}
.sbody-nav li a:hover {
    background-color: #c3eafb;
}

.sbody-nav li.on a {
    position: relative;
    background-color: #3c6eb7;
    color: #fff;
}
.sbody-nav li.on a:hover {
    background-color: #3c6eb7;
}

.sbody-nav li.on a:before {
    content: '\e037';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -20px;
    transform: rotate(90deg);
    color: #3c6eb7;
}


.sbody-nav li:nth-child(5) a {
    border: 1px solid #f15a24;
    color: #f15a24;
}
.sbody-nav li:nth-child(5) a:hover {
    background-color: #ffecdc;
}
.sbody-nav li:nth-child(5).on a {
    background-color: #f15a24;
    color: #fff;
}
.sbody-nav li:nth-child(5).on a:before {
    color: #f15a24;
}
.sbody-nav li:nth-child(5).on a:hover {
    background-color: #f15a24;
}


.regt-are {
    padding-top: 10px;
}
.regt-are .area {
    border: 1px solid #bbb;
    padding: 35px;
}
.regt-are .dvare {
}
.regt-are .dvare p {
    margin-bottom: 10px;
    line-height: 1.4;
}
.regt-are dl {
    padding-top: 10px;
    color: #e02300;
    line-height: 1.4;
}
.regt-are dt {
    font-size: 1.5rem;
    padding-bottom: 5px;
}
.regt-are dd {
}

.register .home-one {
    margin-bottom: 30px;
}
.register-check .frmare {
    margin-bottom: 40px;
}

.register-check .btn-are {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 25px;
}

.prnt-are.pcnot {
    padding-bottom: 15px;
}
.prnt-are.pcnot .txt {
    color: #e02300;
}

button.butn.lockop {
    border: 2px solid #cccccc;
    color: #777777;
}
button.butn.lockop:hover {
    background-color: #dddddd;
}
button.butn.lock {
    border: 2px solid #f15a24;
    color: #f15a24;
}
button.butn.lock:hover {
    background-color: #f15a24;
    color: #fff;
}


/*///// tab /////*/
.ChangeElem_Panel{
  display: none;
}
.is-active {
    color: #fff !important;
    background-color: #3c6eb7;
    padding: 2px 10px;
}

.formtab {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 15px;
}
.formtab ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.formtab li {
    margin: 0 2px;
}
.formtab li:first-of-type {
    margin-left: 0;
}

.formtab li a {
    border: none;
    padding: 3px 15px;
    font-feature-settings: "palt";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.formtab li a span {
    margin-left: 5px;
    font-size: 1.3rem;
}

.formtab li button {
    border: none;
    padding: 2px 10px;
}

.formtab .btn-are {
    padding-top: 0;
    margin-left: auto;
}
.formtab button.butn.mmk {
    padding: 0;
    height: 40px;
    width: 180px;
}



/*/////  scroll-are /////*/
.scroll-are {
}
.acdion-box .scrollmk {
	display: none;
}

.regt thead th:nth-child(1) {
    width: 80px;
}
.regt thead th:nth-child(2) {
    width: 100px;
}
.regt thead th:nth-child(3) {
}
.regt thead th:nth-child(4) {
}
.regt thead th:nth-child(5) {
}
.regt thead th:nth-child(6) {
}
.regt thead th:nth-child(7) {
}
.regt thead th:nth-child(8) {
    width: 100px;
}



/*/////  radio are /////*/
.radio.one thead th {
    border-bottom: none;
}
.radio.one thead td {
    padding: 0 15px;
    padding-bottom: 10px;
}



/*  register-check
===================================*/
.sbody-are.register-check .frmare li .reed .reed-lst .blk {
    padding-top: 0;
}




/*  document.html
===================================*/
.doct-top {
    background-color: #fafafa;
    border: 1px solid #bbb;
    padding: 40px 30px;
}
.doct-top h3 {
    font-size: 2.0rem;
}
.doct-top h3 span {
    display: block;
}
.doct-top h4 {
    font-size: 2.0rem;
    border-bottom: 2px solid #aaa;
    display: inline-block;
    margin-top: 25px;
    padding-bottom: 5px;
}

.doct-top table {
    table-layout: auto;
}
.doct-top table th,
.doct-top table td {
    border: 1px solid #cccccc;
}

.doct-top .acdion-box {
    margin-top: 30px;
}

.btn-are.file {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-top: 30px;
}




/*  document-invoice.html
===================================*/
.doct-inv {
    position: relative;
    background-color: #fafafa;
    border: 1px solid #bbb;
    padding: 40px 30px;
    padding-bottom: 30px;
}
.doct-inv h2 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.doct-inv .dvone {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.doct-inv .dvone p {
}
.doct-inv .dvtwo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
}
.doct-inv .dvtwo .lef {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}
.doct-inv .dvtwo .lef h4 {
    font-size: 2.0rem;
    border-bottom: 2px solid #aaa;
    display: inline-block;
    padding-bottom: 5px;
}
.doct-inv .dvtwo .lef .txare {
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-top: auto;
    font-size: 2.2rem;
    border-bottom: 2px solid #aaa;
    padding-bottom: 5px;
}
.doct-inv .dvtwo .lef .txare .tai {
}
.doct-inv .dvtwo .lef .txare .txt {
    margin: 0 auto;
}
.doct-inv .dvtwo .rig {
}
.doct-inv .dvtwo .rig dl {
    text-align: right;
}
.doct-inv .dvtwo .rig dt {
}
.doct-inv .dvtwo .rig dd {
}
.doct-inv .dvtwo .rig dd:first-of-type {
    margin-top: 40px;
}

.doct-inv .acdion-box {
    margin-top: 20px;
}

.doct-inv .dvfou {
    margin-top: 40px;
}
.doct-inv .dvfou h3 {
    text-align: left;
    font-size: 2.0rem;
    font-weight: normal;
}
.doct-inv .dvfou h3 span {
    display: block;
}
.doct-inv .dvfou h4 {
    font-size: 2.0rem;
    border-bottom: 2px solid #aaa;
    display: inline-block;
    margin-top: 25px;
    padding-bottom: 5px;
}


.doct-inv thead th:nth-child(1) {
}
.doct-inv thead th:nth-child(2) {
}
.doct-inv thead th:nth-child(3) {
    width: 150px;
}
.doct-inv thead th:nth-child(4) {
    width: 200px;
}


.doct-inv .inkan {
    text-align: right;
    padding-top: 10px;
}
.doct-inv .inkan .pho {
    width: 115px;
    display: inline-block;
}




/*  document-receipt.html
===================================*/
.doct-rep {
    background-color: #fafafa;
    border: 1px solid #bbb;
    padding: 40px 30px;
    padding-bottom: 30px;
}
.doct-rep h2 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.doct-rep .dvone {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.doct-rep .dvone p {
}
.doct-rep .dvtwo {
    margin-top: 40px;
}
.doct-rep .dvtwo h4 {
    font-size: 2.0rem;
}
.doct-rep .dvthr {
    text-align: center;
    margin-top: 80px;
}
.doct-rep .dvthr .txt {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    border-bottom: 2px solid #aaa;
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.doct-rep .dvfou {
    text-align: center;
    margin-top: 40px;
}
.doct-rep .dvfou .txt {
    display: inline-block;
    text-align: left;
}
.doct-rep .dvfiv {
    text-align: right;
    margin-top: 50px;
}
.doct-rep .dvfiv dl {
}
.doct-rep .dvfiv dt {
}
.doct-rep .dvfiv dd {
}
.doct-rep .dvfiv dd:first-of-type {
}

.doctrep .btn-are {
    flex-direction: column;
    padding-top: 60px;
}
.doctrep .btn-are button {
    margin: auto;
}
.doctrep .btn-are .tyui {
    text-align: center;
    margin-top: 10px;
    color: #e02300;
}


.doct-rep .inkan {
    text-align: right;
    padding-top: 10px;
}
.doct-rep .inkan .pho {
    width: 115px;
    display: inline-block;
}




/*  contact.html
===================================*/
.cnta-are {
    display: -webkit-flex;
    display: flex;
}
.cnta-are .lef {
    margin-right: 30px;
    max-width: 400px;
    flex-shrink: 0;
}

.cnta-are .rig {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 1.6rem;
}
.cnta-are .rig ul {
}
.cnta-are .rig li {
    display: flex;
    padding: 5px 0;
}
.cnta-are .rig li:first-of-type {
    padding: 0;
    padding-bottom: 30px;
}

.cnta-are .rig li span {
    display: inline-block;
    /*width: 6em;*/
    flex-shrink: 0;
}
.cnta-are .rig li strong {
    font-size: 2.0rem;
}
.cnta-are .rig li a {
    font-size: 1.6rem;
    display: inline-block;
    color: #0075a8;
}
.cnta-are .rig li a:hover {
    text-decoration: underline;
}




/*  notic-are
===================================*/
.sbody-are.notice {
    padding-top: 20px;
}
.notic-are {
}
.notic-are ul {
}
.notic-are li {
    padding: 30px 30px;
    border-bottom: 1px dotted #999;
}
.notic-are li:last-of-type {
    border-bottom: none;
}

.notic-are li .day {
    color: #184fa0;
}
.notic-are li .tai {
    font-size: 1.9rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 5px;
}
.notic-are li .txt {
    padding-top: 10px;
    letter-spacing: 0.1em;
    line-height: 2;
}
.notic-are li .reednot {
    padding: 60px;
    padding-left: 10px;
    font-size: 1.5rem;
    text-align: center;
}

.notic-are li.ue {
    padding-top: 0;
}
.notic-are li.ue a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}
.notic-are li.ue a i {
    color: #184fa0;
    margin-right: 5px;
}
.notic-are li.ue a span {
}
.notic-are li.ue a:hover span {
    text-decoration: underline;
    color: #184fa0;
}



/*  schedule.html
===================================*/
.scdul-are {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}
/*
.scdul-are dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 20px;
}
.scdul-are dt {
    display: -webkit-flex;
    display: flex;
    width: 135px;
    flex-shrink: 0;
}
.scdul-are dt .mkare {
    margin: 0 10px;
}
.scdul-are dt .mkare a {
}
.scdul-are dt .mkare a .mkk {
    position: relative;
    height: 30px;
}
.scdul-are dt .mkare a .mkk i {
    font-size: 3.2rem;
}
.scdul-are dt .mkare a span {
    font-size: 1.0rem;
    display: block;
}
.scdul-are dt .mkare a:hover {
    color: #008bc7;
}
.scdul-are dd {
    padding-top: 3px;
}
*/
.scdul-are dl {
    display: -webkit-flex;
    display: flex;
    margin: 10px 30px;
    margin-bottom: 40px;
}
.scdul-are dt {
}
.scdul-are dt a {
    display: block;
    text-align: center;
    padding: 0 20px;
    border: 1px solid #bbb;
    background-color: #e7f5ff;
    border-radius: 5px;
    min-width: 260px;
    height: 85px;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.scdul-are dt a:hover {
    background-color: #a6d3f5;
}

.frmare.nowaku {
}
.frmare.nowaku ul {
}
.frmare.nowaku ul .notxt {
    padding: 80px 50px;
}
.frmare.nowaku ul .notxt span {
}

.schedule .mov-are {
    margin-top: 40px;
}
.schedule .mov-are .movieBox {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 44.8%;
}




/*////// popup //////*/

/* scrollbar */
.pop-sch-in.sclno::-webkit-scrollbar {
    width: auto;
}
.pop-sch-in.sclno::-webkit-scrollbar-track {
	background: none;
    border-radius: 0;
}
.pop-sch-in.sclno::-webkit-scrollbar-thumb {
	background: none;
}


.infom-one {
    padding-top: 10px;
    padding-bottom: 20px;
}
.infom-one .titl-are {
}
.infom-one .txt-are {
    padding-top: 20px;
    line-height: 2;
}
.infom-one .link-are {
}
.infom-one .link-are a {
    padding-top: 20px;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #184fa0;
}
.infom-one .link-are a i {
    align-self: center;
    margin-right: 5px;
}
.infom-one .link-are a span {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
}
.infom-one .link-are a:hover span {
    text-decoration: none;
}


.infom-one .txt-are ul {
    display: -webkit-flex;
    display: flex;
}
.infom-one .txt-are li {
    width: 15%;
}
.infom-one .txt-are li a {
    font-size: 1.7rem;
    text-decoration: underline;
    display: inline-block;
}
.infom-one .txt-are li a:hover {
    color: #184fa0;
    text-decoration: none;
}






/*  password
===================================*/
.srt-body.password-ok .takare {
    margin-top: 10px;
    padding: 70px 20px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}



/*  close-are
===================================*/
.close-are {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.close-are p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
}



/*  inva-are
===================================*/
.inva-are {
    text-align: center;
}
.inva-are h3 {
    font-size: 2.6rem;
    margin-top: 50px;
}
.inva-are p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 70px;
    margin-bottom: 30px;
}




/*=================================
              eng
===================================*/

.engsty .slider:after {
    content: 'hide';
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 48%;
    transform: translate(0, -50%);
    z-index: 1;
}
.engsty .switch input:checked + .slider:after {
    content: 'show';
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 48%;
    transform: translate(0, -50%);
    color: #ffffff;
}























/*=================================
              admin
===================================*/
.addm header {
    background-color: #d4e7f5;
}
.addm .twobody {
    min-height: calc(100vh - 63px);
}
.addm .sbody-hed {
    border-bottom: 3px solid #577eb9;
}

.addm .srt-body .titare {
    margin-top: 70px;
}
.addm .srt-body .mrkare ul {
    margin-top: 45px;
}




/*  rogu-are
===================================*/
.rogu-are {
    border: 1px solid #bbb;
    min-height: 300px;
    max-height: 500px;
    overflow-y: scroll;
}
.rogu-are ul {
    padding: 5px 10px;
}
.rogu-are li {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px dotted #aaa;
    padding: 15px 10px;
}
.rogu-are li:last-of-type {
    border-bottom: none;
}

.rogu-are li .day {
    font-size: 1.25rem;
    color: #184fa0;
    flex-shrink: 0;
    width: 110px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rogu-are li .reed {
    line-height: 1.4;
}

.rogu-are li .not {
    padding: 50px 0;
    font-size: 1.5rem;
    margin: 0 auto;
}



/*  operate
===================================*/
.adm-operate .frmare li .reed {
    padding: 25px 20px;
    display: block;
}
.adm-operate .frmare li .reed dl {
    margin-top: 20px;
}
.adm-operate .frmare li .reed dt {
}



/*  pop-are
===================================*/
.pop-are .frmare li .moku {
    width: 180px;
}
.pop-are .btn-are {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-top: 0;
    margin-top: 0;
}
.pop-are .frmare {
    margin-bottom: 30px;
}
.pop-are .titl-are {
    margin-bottom: 10px;
}

.data-are .frmare li .reed {
    padding: 20px 20px;
}




/*  table
===================================*/
.adm-users thead th:nth-child(1) {
    width: 145px;
}
.adm-users thead th:nth-child(2) {
    width: 90px;
}
.adm-users thead th:nth-child(3) {
    width: 120px;
}
.adm-users thead th:nth-child(7) {
    width: 120px;
}


.adm-notice thead th:nth-child(1) {
    width: 80px;
}
.adm-notice thead th:nth-child(2) {
    width: 80px;
}
.adm-notice thead th:nth-child(4) {
    width: 120px;
}
.adm-notice thead th:nth-child(5) {
    width: 120px;
}



















