@charset "UTF-8";



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

.indx-are {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-bottom: 120px;
}
/*
.indx-are .taiare {
    text-align: center;
}
.indx-are .taiare .login-logo {
    display: inline-block;
    padding-top: 100px;
    margin-left: -20px;
}
*/
.indx-are .taiare {
    padding-top: 100px;
    text-align: center;
}
.indx-are .taiare h2 {
    font-size: 2.8rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*color: #fff;
    text-shadow: 0px 1px 4px #3a3a3a;*/
    color: #184fa0;
}
.indx-are .taiare p {
    font-family: serif;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    /*color: #fff;
    text-shadow: 0px 1px 2px #3a3a3a;*/
    padding-top: 10px;
}

.indx-are .divare {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 900px;
    margin: auto;
    margin-top: 100px;
}

.indx-are .divare .blk {
    flex: 1;
    max-width: 300px;
    margin: 0 40px;
}

.indx-are .divare .blk a {
    background-color: rgba(255, 255, 255, 0.7);
}
.indx-are .divare .blk a:hover {
    background-color: #577eb9;
    color: #fff;
}

.indx-are .divare .blk.lef {
    margin-left: 0;
}
.indx-are .divare .blk.rig {
    margin-right: 0;
}

.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;
    margin: 0 auto;
    align-self: center;
    padding-bottom: 3px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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/cover3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 60px);
}

.login-are {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-bottom: 120px;
}
.login-are .taiare h2 {
    text-align: center;
    padding-top: 90px;
    font-size: 2.8rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    color: #184fa0;
}
.login-are .taiare small {
    font-family: serif;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
}

.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;
    padding-bottom: 50px;
    margin-top: 40px;
    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: 40px;
    padding-bottom: 40px;
}
.srt-body .titare h3 {
    font-size: 2.6rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*////// prvy-are //////*/
.srt-body .prvy-are {
    margin-top: 20px;
    margin-bottom: 35px;
    background-color: #eee;
    overflow: scroll;
    height: 400px;
}
.privacy .prvy-are .dvare:first-of-type {
    padding-top: 0;
}

.prvy-are {
}
.prvy-are .area {
    padding: 30px;
    padding-top: 0;
}
.prvy-are .dvare {
    padding-top: 35px;
}
.prvy-are .dvare h4 {
    border-bottom: 1px solid #bbb;
    font-size: 1.6rem;
    padding-bottom: 8px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2761b5;
}
.prvy-are .dvare .txare {
    margin-top: 10px;
}

.prvy-are .dvare .txare dl {
}
.prvy-are .dvare .txare dt {
    font-weight: bold;
}
.prvy-are .dvare .txare dd {
    margin-top: 10px;
}
.prvy-are .dvare .txare dd.min {
    font-size: 1.3rem;
}

.prvy-are .dvare .txare.waku {
    border: 1px solid #aaa;
    padding: 20px;
    display: inline-block;
} 

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

/*////// mail-are //////*/
.srt-body .mail-are {
    text-align: center;
    margin-top: 35px;
}
.srt-body .mail-are h4 {
    font-size: 1.75rem;
    color: #2761b5;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.srt-body .mail-are input {
    margin: 0 auto;
    height: 60px;
    width: 700px;
    font-size: 1.6rem;
    margin-top: 10px;
    border: 1px solid #2196F3;
}
.srt-body .mail-are.code input {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
}
.srt-body .mail-are.mt20 {
    margin-top: 20px;
}


/*////// done-are //////*/
.done-are {
    border: 1px solid #aaa;
    padding: 30px 40px;
}

.done-are dl {
    text-align: center;
}
.done-are dd {
    padding-bottom: 8px;
}
.done-are dd:last-of-type {
    padding-bottom: 0;
}

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

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

.done-are.entryno {
    border: 0;
    padding: 0;
    margin-top: 100px;
}
.done-are.entryno h3 {
    text-align: center;
    font-size: 2.6rem;
    padding-bottom: 50px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.srt-body .mark-are li.on .txt {
    color: #2761b5;
}
.srt-body .mark-are li.on .mmk .maru {
    background-color: #608dd2;
}
.srt-body .mark-are 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;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.srt-body .form-are {
}

.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.forgot .done-are {
    margin-top: 10px;
    padding: 0;
    border: none;
}

.srt-body.forgot-ok .mail-are {
    margin-top: 20px;
}
.srt-body.forgot-ok .btn-are {
    padding-top: 40px;
}

.srt-body.password-ok .done-are {
    padding: 60px 40px;
}



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

.form-are .moku {
    width: 280px;
    flex-shrink: 0;
    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;
}

.form-are .moku p {
    font-feature-settings : "palt";
    line-height: 1.3;
}
.pop-are .form-are .moku p {
    line-height: 1.4;
}

.form-are .moku p small {
    color: #e02300;
}
.form-are .moku span {
    margin-left: auto;
}

.form-are .moku.ue {
    padding-top: 35px;
}
.form-are .moku.ue p {
    align-self: flex-start;
}
.form-are .moku.ue span {
    align-self: flex-start;
    display: -webkit-flex;
    display: flex;
}

.form-are .moku .tutxt {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}
.form-are .moku .tutxt.blu {
    color: #3674d8;
}

.form-are .reed {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    padding: 25px 20px;
    min-height: 60px;
}
.form-are .reed.flxno {
    display: block;
}

.form-are .reed ul {
    border: none;
}
.form-are .reed ul li {
    border: none;
}

.form-are .reed .epl {
    font-size: 1.4rem;
    line-height: 1;
    color: #909090;
    margin-bottom: 5px;
}

.form-are .reed .tutxt {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-left: 5px;
    margin-top: 5px;
}
.form-are .reed .tutxt.ue {
    margin-left: 5px;
    margin-bottom: 6px;
    margin-top: 0;
}
.form-are .reed .tutxt.red {
    color: #e02300;
}
.form-are .reed .tutxt.blu {
    color: #3674d8;
}

.form-are .reed .pssare {
    margin-top: 20px;
}


.form-are .reed.fm-check {
    padding: 15px 20px;
}
.form-are .reed.fm-check .blk {
    margin-right: 50px;
    padding: 10px 0;
}
.form-are .reed.fm-check .blk:last-of-type {
    margin-right: 0;
}


.form-are .reed.fm-radio {
    padding: 15px 20px;
}
.form-are .reed.fm-radio .blk {
    margin-right: 50px;
    padding: 10px 0;
}
.form-are .reed.fm-radio .blk:last-of-type {
    margin-right: 0;
}
.form-are .reed.hiwid {
    padding: 30px 20px;
}
.form-are .reed.hiwid .fm-radio label {
    padding-left: 25px;
}
.form-are .reed.hiwid .fm-radio label p {
    font-size: 1.6rem;
}


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

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

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

.form-are .reed.comp li span {
    width: 50px;
    flex: none;
}

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

.form-are .reed.adrs li span {
    display: block;
}

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

.form-are .reed.mailad {
    display: block;
}

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

.form-are .reed .pulsbox .area {
    width: 100%;
    border-left: 1px solid #ccc;
}
.form-are .reed .pulsbox .area ul {
    padding: 20px 0;
}
.form-are .reed .pulsbox .area li {
    padding: 0 20px;
    padding-top: 10px;
}
.form-are .reed .pulsbox .area li:first-of-type {
    padding-top: 0;
}
.form-are .reed .pulsbox .area li:last-of-type {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 15px;
}

.form-are .reed .pulsbox .area li .smoku {
    flex: none;
    width: 70px;
    align-self: center;
}
.form-are .reed .pulsbox .area li .smoku span {
}
.form-are .reed .pulsbox .area li .sreed {
    flex: 1;
    display: -webkit-flex;
    display: flex;
}
.form-are .reed .pulsbox .area li .sreed input {
    background-color: #ffffff;
}

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

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

.form-are .reed .pulsbtn {
    text-align: right;
    padding-top: 6px;
    margin: 0 10px;
}
.form-are .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;
}
.form-are .reed .pulsbtn li {
    border: none;
}

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

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

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

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

.form-are .reed .reed-lst .blk.error {
    background-color: #ffddde;
}

/*///// 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: 200px;
}
input.type6 {
    max-width: 150px;
}
input.type7 {
    max-width: 100px;
}
input.type8 {
    max-width: 85px;
}
input.typepas {
    width: 400px;
}

/*///// textarea type /////*/
textarea.type1 {
    min-height: 100px;
}
textarea.type1_5 {
    min-height: 150px;
}
textarea.type2 {
    min-height: 200px;
}
textarea.type2_5 {
    min-height: 250px;
}
textarea.type3 {
    min-height: 300px;
}

/*///// switch /////*/
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
    align-self: center;
}
.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;
}

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

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

.title-are .more {
    margin-left: auto;
    align-self: flex-end;
}
.title-are .more a {
    background-color: #3c6eb7;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    padding: 8px 20px;
}
.title-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;
}


/*///// kshn-are /////*/
.kshn-are {
    padding-bottom: 30px;
}
.kshn-are ul {
    padding: 6px 20px;
    border: 1px solid #577eb9;
    background-color: #fffde8;
}
.kshn-are li {
    padding: 5px 0;
    color: #184fa0;
    line-height: 1.4;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}


/*///// eror-are /////*/
.eror-are {
    padding-bottom: 20px;
}
.eror-are ul {
    padding: 15px 20px;
    border: 1px solid #e02300;
    background-color: #fdf4f5;
}
.eror-are li {
    padding: 5px 0;
    color: #e02300;
    line-height: 1.4;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.eror-are li i {
    font-size: 1.8rem;
}



/*  userinfo.html
===================================*/
.home .title-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-one {
}
.home-one .dvare {
    border: 1px solid #bbb;
}
.home-one .dvare ul {
    padding: 5px 10px;
}
.home-one .dvare li {
}
.home-one .dvare li a {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px dotted #aaa;
    padding: 25px 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-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: 260px;
}
.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 .form-are {
    margin-bottom: 40px;
}

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


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;
}


/*/////  auxy-are /////*/
.auxy-are {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 12px;
}
.auxy-are .chng {
    align-self: flex-end;
}
.auxy-are .chng ul {
    display: -webkit-flex;
    display: flex;
}
.auxy-are .chng li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.auxy-are .chng li:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #c0c0c0;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.auxy-are .chng li:last-of-type:after {
    display: none;
}

.auxy-are .chng li a {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    color: #888888;
}
.auxy-are .chng li a span {
}
.auxy-are .chng li a:hover {
    background-color: #dcf2fd;
}
.auxy-are .chng li.on a {
    font-weight: bold;
    color: inherit;
}

.auxy-are .chng li button {
    display: -webkit-flex;
    display: flex;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: normal;
    border: 1px solid #bbb;
    font-size: 1.35rem;
}
.auxy-are .chng li button span {
    align-self: center;
}
.auxy-are .chng li button:hover {
    background-color: #b3316b;
    color: #ffffff;
}

.auxy-are .dspy {
    margin-left: auto;
}
.auxy-are .dspy .fm-select {
    min-width: 120px
}
.auxy-are .dspy.lef {
    margin-left: inherit;
}

.auxy-are .file-btn button.file {
    margin: 0;
}


/*/////  file-btn /////*/
.file-btn {
    display: -webkit-flex;
    display: flex;
    flex: auto;
}
.file-btn.rigaut {
    margin-left: auto;
    flex: none;
}
.file-btn .lef {
}
.file-btn .rig {
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
}

.file-btn .lef a.butn.file,
.file-btn .rig a.butn.file {
    font-size: 1.3rem;
}

.file-btn .lnk {
    padding-left: 20px;
}
.file-btn .lnk a {
    font-size: 1.35rem;
    line-height: 1;
    color: #138aca;
    border: 1px solid #2899d7;
    /*background-color: #eeeeee;*/
    border-radius: 30px;
    display: -webkit-inline-flex;
    display: inline-flex;
    min-width: 74px;
    min-height: 34px;
    padding: 3px 6px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.file-btn .lnk a span {
    align-self: center;
    margin: auto;
}
.file-btn .lnk a:hover {
    background-color: #3c6eb7;
    color: #fff;
}





/*/////  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;
}




/*  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 {
    font-size: 1.35rem;
    color: #0075a8;
}
.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;
}



/*  schedule.html
===================================*/
.scdul-are {
}
.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;
}



/*  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;
}




/*=================================
              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 .mark-are 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 .form-are .reed dl {
    margin-top: 20px;
}
.adm-operate .form-are .reed dt {
}



/*  pop-are
===================================*/
.pop-are .form-are .moku {
    width: 180px;
}
.pop-are .btn-are {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 25px;
    padding-top: 0;
    margin-top: -15px;
}
.pop-are .form-are {
}



/*  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) {
}
.adm-users thead th:nth-child(9) {
    width: 90px;
}


.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;
}



/* sbody-nav
===================================*/
.sbody-nav {
    padding-bottom: 40px;
}
.sbody-nav ul {
    display: -webkit-flex;
    display: flex;
}
.sbody-nav li {
    margin-right: 15px;
    width: 100%;
    max-width: 220px;
}
.sbody-nav li:last-of-type {
    margin-right: 0;
}

.sbody-nav li a {
    display: -webkit-flex;
    display: flex;
    height: 54px;
    border: 1px solid #a2a2a2;
    background-color: #efefef;
    font-size: 1.55rem;
    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: #3c6eb7;
    color: #fff;
}

.sbody-nav li.on a {
    position: relative;
    background-color: #3c6eb7;
    border: 1px solid #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;
}


/* 追加
===================================*/
.form-are .reed.sending {
    display: block;
    padding: 0 10px;
}
.form-are .reed.sending .blk {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 20px 15px;
}
.form-are .reed.sending .blk:last-of-type {
    border-bottom: 0;
}
.form-are .reed.sending span {
    white-space: nowrap;
}
.form-are .reed.sending .flx input {
    width: 100px;
    margin: 0 10px;
}
.form-are .reed.sending textarea {
    min-height: 80px;
}


.adm-users .tabl-are table {
    table-layout: auto;
}
.adm-users .tabl-are table thead th {
    white-space: nowrap;
}
.adm-users .tabl-are td a {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}


















































