/* WEB common styles */
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Saira+Semi+Condensed:wght@100;200;300;400;500;700&display=swap');

/* Miligram overrides */
body {
  font-family: 'Saira Semi Condensed', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #383838;
}

.top-nav-links,
.side-nav,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Saira Semi Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #383838;
  letter-spacing: 0.2rem;
}

a {
  color:#0f4690;
  -webkit-transition:all 0.2s linear;
  transition:all 0.2s linear;
}

a:hover,
a:focus,
a:active  {
  color:#0a2f60;
  -webkit-transition:all 0.2s easeout;
  transition:all 0.2s ease-out;
}

.actions {
  text-align: right;
}

.top-nav-links a,
th a,
.actions a {
  color: #5c5c5c;
  font-weight: 400;
  font-size: 1.2rem;
}

.actions a:hover,
.actions a:focus {
  color:#cbcbcb;
}

/* Utility */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-br {
    display: block;
  }
}

/* Color */
.point-color {
  color: #d3464c;
}

.main-color {
  color: #a0d8ef;
}

.dark-color {
  color: #00437C;
}

/* TEXT */
.f-b {
  font-weight: 500;
}

.text_linethrough {
  text-decoration: line-through;
}

/* Main */
body {
  background: #f2f4f5;
}
.container {
  max-width: 100%;
  min-height: 100vh;
  transition: all 0.2s ease;
}
.content {
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.4rem;
  margin-bottom: 3rem;
  /* Thanks Stripe */
  /*box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1),
        0 3px 6px 0 rgba(0, 0, 0, 0.07);*/
}
.actions a {
  font-weight: 300;
  padding: 1rem;
  background: #0062a5;
  color: #fff;
  letter-spacing: .3rem;
  text-align: center;
}

.actions a.btn-aten-color {
  background-color: #d1b82b;
}

.actions a.nolink {
  background:#8b8b8b;
  pointer-events: none;
}

th {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 400;
}
.font-weight{
  font-weight: 500;
}

/* Nav bar */
.top-nav {
  /*display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 2rem;
  margin: 0 auto 2rem;
  display: block;*/
}
.top-nav-title a {
    font-size: 2.4rem;
    color: #d33c43;
  letter-spacing: 0.2rem;
  font-family: 'Kaisei Opti', serif;
}
.top-nav-title span {
    color: #404041;
}
.top-nav-links a {
    margin: 0 0.5rem;
}
.top-nav-title a{
    font-weight: 700;
}

.side-nav-item {
    display: block;
    padding: 0.5rem 0;
}

/* View action */
.view.content .text {
    margin-top: 1.2rem;
}
.related {
    /*margin-top: 2rem;*/
}

/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}
.message.warning {
    background: #fffabc;
    color: #8d7b00;
    border-color: #d3b800;
}
.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

/* Forms */
.input.radio,
.input.checkbox {
    margin-bottom: 2.0rem;
}
.input.radio input,
.input.checkbox input {
    margin: 0;
}
.input.radio label,
.input.checkbox label {
    margin: 0;
    display: flex;
    align-items: center;
}
.input.radio label > input,
.input.checkbox label > input {
    margin-right: 1.0rem;
}
.input.radio label:first-of-type {
    margin-bottom: 2.0rem;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #0062a5;
  border: 0.1rem solid #0062a5;
  border-radius: .2rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  height: 3.8rem;
  letter-spacing: .1rem;
  line-height: 3.8rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button-line {
  background-color: #fff;
  border: 0.1rem solid #0062a5;
  border-radius: .4rem;
  color: #0062a5;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  height: 3.8rem;
  letter-spacing: .1rem;
  line-height: 3.8rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0.5rem;
}

.button-big {
  font-size: 1.4rem;
  letter-spacing: .2rem;
  height: 5rem;
  line-height: 5rem;
  width: 300px;
}

.button-s {
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0 3.0rem;
}

.button-mc {
  background-color: #a0d8ef;
  border: 0.1rem solid #a0d8ef;
}

/* Paginator */
.paginator {
    text-align: right;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
  font-size: 1.4rem;
}
.pagination li {
    margin: 0 0.5rem;
}
.prev.disabled a,
.next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}
.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

.pagination-total {
  font-size: 1.2rem;
}

/* Error */
.error-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

@media screen and (max-width: 640px) {
  .content {
    padding: 2rem 0.3rem;
  }
    .top-nav {
        margin: 0 auto;
    }
    .side-nav {
        margin-bottom: 1rem;
    }
    .heading {
        margin-bottom: 1rem;
    }
    .side-nav-item {
        display: inline;
        margin: 0 1.5rem 0 0;
    }
    .asc:after {
        content: " \2192";
    }
    .desc:after {
        content: " \2190";
    }
}

/*------------CAKE.CSS------------*/

.page-header {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.page-title-en {
  font-family: 'Saira Semi Condensed', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.2rem;
  color: #00437C;
  padding: 1rem 0;
}

.page-title-sub {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.2rem;
  color: #666666;
}

.main {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 12rem 0 0 0;
}

@media screen and (max-width: 640px) {
  .main {
    padding: 15rem 0 0 0;
    width: 100%;
  }
  .page-header {
    padding: 0;
  }
}

.normal {
  /*background: #f2f4f5;*/
  background: #a0d8ef;
  padding-left: 0;
}

.logo-sitename {
  font-size: 2.8rem;
  padding: 3rem 0 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
  font-family: 'Kaisei Opti', serif;
  background: #a0d8ef;
}

.logo-sitename a img {
  width: 200px;
}

/*****Original-Forms******/

.free-info {
  color: #d3464c;
  padding-left: 2rem;
  font-weight: 500;
}

.inputarea {
  padding: 1rem;
}

.input_subarea {
  display: flex;
}

.sub_input {
  padding: 0 1rem 0 0;
}

.label_text {
  font-size: 1.4rem;
  padding: 1rem 0;
  letter-spacing: 0.2rem;
  font-weight: 500;
}

.explanation_text {
  font-size: 1.2rem;
  padding: 0 0 1rem 1rem;
  letter-spacing: 0.2rem;
}

.label_subtext {
  font-size: 1.2rem;
}

.help_text {
  font-size: 1rem;
}

.required {
}

.required-item {
  color: #cc1f1a;
}

.input.radio {
  display:flex;
  margin: 0;
  padding: 0;
}

.radio-small {
  padding: 0 1rem;
  margin: 0;
}

.radio-small label {
  font-size: 1.3rem;
  font-weight: 400;
}

.error-message {
  font-size: 1.2rem;
  color: #cc1f1a;
}

input[type='email'],input[type='number'],input[type='password'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],input[type='color'],input[type='date'],input[type='month'],input[type='week'],input[type='datetime'],input[type='datetime-local'],input:not([type]),textarea,select{
  margin-bottom: 0.5rem;
}

input[type='email'],input[type='number'],input[type='password'],input[type='search'],input[type='tel'],input[type='text'],input[type='date'],input[type='url'],textarea{
  font-size: 1.2rem;
}

textarea {
  height: auto;
}

select {
  font-size: 1.3rem;
}

.checkbox label {
  font-size: 1.3rem;
  font-weight: 400;
  padding-right: 2rem;
}

.form-btn-area {
  padding: 3rem;
  text-align: center;
  position: relative;
}

.form-back-btn {
  position: absolute;
  top:3rem;
  left: 0;
}

.form-comp-mes {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  padding: 3rem 0;
  color: #0f4690;
}

/* ラジオボタンの○を消す */
.photo-check input[type="radio"] {
    display: none;
}
/* 画像の周りに隙間をあける */
.photo-check label img {
    margin: 3px;
    padding: 5px;
}

/* 未選択の場合、色を薄くする */
.photo-check input[type="radio"] + label img {
    opacity:0.2;
  }
/* 選択済みの場合、色を濃くする */
.photo-check input[type="radio"]:checked + label img {
    opacity:1;
}

/*****Original-Btn******/

.btn-box {
  margin: 2rem 0;
}

/*.back-btn {
  padding: 1rem;
  background: #707070;
  font-size: 1.2rem;
  border-radius: 2px;
  color: #fff;
}
*/

.back-btn {
  margin-top: 3rem;
  border-top: 2px solid #00437C;
}

.back-btn a {
  display: inline-block;
  position: relative;
  margin: 0.5rem 0;
  padding: 1rem 1rem 1rem 30px;
  color: #00437C;
  font-size: 1.3rem;
  font-weight: 400;
  transition: 0.3s;
}

.back-btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(-135deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #00437C;
  border-right: 2px solid #00437C;
}

.back-btn a:hover {
  text-decoration: none;
  color: #a0d8ef;
}

.back-btn a:hover::before {
  opacity: 1;
}

.back-btn a:hover::after {
  border-top: 2px solid #a0d8ef;
  border-right: 2px solid #a0d8ef;
}

.btn-bule-line {
  padding: 2rem 0;
}

.btn-bule-line a {
  display: block;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1rem;
  width: 200px;
  color: #fff;
  font-weight: 500;
  background-color: #00437C;
  transition: 0.3s;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 640px) {
  .btn-bule-line a {
    width: 280px;
    font-size: 1.6rem;
  }
}

.btn-bule-line a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #011b31;
  transition: 0.3s;
}

.btn-bule-line a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #011b31;
  transition: 0.3s;
}

.btn-bule-line a:hover {
  text-decoration: none;
  background-color: #0062a5;
}

.btn-bule-line a:hover::before,
.btn-bule-line a:hover::after {
  right: -2.5em;
}


/*****header*****/
.header {
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-bottom: 0;
  padding: 0;
  position: fixed;
  transition: all 0.2s ease;
  z-index: 800;
  /*height: 6rem;
  padding-left: 300px;*/
  background-color: #f2f2f2;
}

.header-inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .header {
    padding-left: 0;
    display: flex;
    justify-content:space-around;
  }
  .header-inner {
    display: block;
  }
}

/********/

.page-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-logo a img {
  width: 250px;
}

.main-menu-list {
  display: flex;
  list-style: none;
}

.main-menu-list li {
  padding: 2rem;
  font-weight: 500;
}

.top-nav {
  text-align: right;
  padding-top: 2.5rem;
  padding-right: 1rem;
}

.top-nav-links i {
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .page-logo {
    padding-top: 2rem;
  }
  .main-menu-list {
    justify-content: space-around;
  }
  .main-menu-list li {
    padding: 1rem 0.5rem;
    text-align: center;
    font-weight: 500;
  }
  .main-menu-list li i {
    display: block;
  }
}

/*****sidebar*****/
.sidebar {
  border-right: 1px solid #ccc;
  background-color: #a0d8ef;
  bottom:0 ;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0.2s ease;
  width: 300px;
  z-index: 1000;
  box-shadow: 5px 0px 10px -6px rgba(0, 0, 0, 0.3);
}

.sidebar-inner{
  padding-left: 2rem;
}

.toggle {
  display: none;
}

.sidebar-logo {
  height: 10rem;
  padding-top: 2rem;
  text-align: center;
}

.sidebar-logo a {
  font-size: 1.6rem;
  color: #00437C;
  letter-spacing: 0.2rem;
  font-family: 'Kaisei Opti', serif;
}
.sidebar-logo span {
  color: #404041;
}
.sidebar-logo a{
  font-weight: 700;
}

.sidebar-logo a img {
  width: 150px;
}

.sidebar-logo-sp {
  display: none;
}

.sidebar-menu {
  padding-left: 2rem;
}

.sidebar-menu-list {
  list-style: none;
}

.sidebar-menu-list li {
  padding: 0;
  margin: 0;
}

.sidebar-menu-list li a {
  color: #0a2f60;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 2rem;
}

.sidebar-menu-list li a:hover,
.sidebar-menu-list li a:focus {
  color:#f2f4f5;
  background: #0a2f60;
}

.sidebar-menu-list li i{
  padding-right: 1rem;
  font-size: 1.8rem;
}

.side-nav-item-no {
    display: block;
    padding: 0.5rem 0;
    border-top: 1px solid #0a2f60;
}

.side-nav-nolink {
  color: #e3e3e3;
}

.sidebar-menu-list li a.side-nav-nolink {
  color: #315f9b;
}

.side-nav a.current {
  color:#f2f4f5;
  background: #0a2f60;
}

.pc-menu {
  
}

.sp-menu {
  display: none;
}

@media screen and (max-width: 640px) {
  .sidebar {
    margin-top: 60px;
    width: 100%;
    background-color: rgba(160, 216, 239, 0.9);
    transition: 0.5s ease;
    -webkit-transform: translateX(-100%);/*画面より100%外へ押し出し非表示にさせる*/
  }
  .top-nav-links {
    display: none;
  }
  .sidebar.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*メニューを元の位置へ戻す*/
  }
  /*トグルボタンのスタイルを指定*/
  .toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    top: 15px;
    right:15px;
  }

  .toggle span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 3px #00437C;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/

  }
   /*各ボーダー少しずつずらす*/
  .toggle span:nth-child(1) { top:5px; }
  .toggle span:nth-child(2) { top: 15px; }
  .toggle span:nth-child(3) { top: 26px; }
  .toggle.active span:nth-child(1) {
    top: 18px;
    /* 1番目のspanをマイナス45度に */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .sidebar-logo {
    height: auto;
  }
  .sidebar-logo-sp {
    display: block;
    padding-left: 2rem;
  }
  
  .sidebar-logo-sp a img {
    width: 250px;
  }
  
  .sidebar-menu-list li {
    width: 100%;
  }

  .sidebar-menu-list li a {
    display: block;
    color: #0a2f60;
    font-weight: 400;
    font-size: 1.4rem;
    width: 100%;
  }

  .pc-menu {
    display: none;
  }

  .sp-menu {
    display: block;
  }
}

/*****Table*****/

table{
  margin-bottom:0
}

table{
  border-spacing:0;
  width:100%
}
td,th {
  border-bottom:0.1rem solid #e1e1e1;
  padding:1.2rem 1.5rem;
  text-align:left
}

td:first-child,th:first-child{
  padding-left:0
}

td:last-child,th:last-child{
  padding-right:0
}

table tr:nth-child(even) td {
  background: #fafafa;
}

table.view-table tr:nth-child(even) td {
  background:#fff;
}

.view-table th {
  width: 25%;
}

.list-table, .view-table {
  padding: 2rem 0;
}

.list-table th, .list-table td {
}

.list-table th{
  padding: 1rem 0.5rem;
}

.list-table td, .view-table td{
  padding: 2rem 0.5rem;
}

.view-table {
  font-size: 1.4rem;
}

.view-table th {
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 640px){
  .table-list .table-head {
    display: none;
  }
  .table-list {
    width: 100%;
    border: 0.1rem solid #e1e1e1;
    border-radius: 10px;
    margin: 1rem auto;
  }
  table.table-list td {
    display: block;
    width: 100%;
    border-bottom:0.1rem solid #e1e1e1;
  }
  table.table-list td.td-no{
    display: none;
  }
  table.table-list td:nth-child(2){
    background: #a0d8ef;
  }
  table.table-list td:before{
    content: attr(data-label);
    font-size: .7rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .table-list td:last-child{
    border-bottom:none;
  }
}

@media screen and (max-width: 640px){
  .list-table {
    width: 100%;
  }
  .sp-tdline {
    border-top: 2px #ccc solid;
    padding: 1rem;
  }
  .list-table thead {
    display: none;
  }
  .list-table td.td-first{
    background: #a0d8ef;
    color:#fff;
    font-weight:bold;
    padding: 1rem 0.5rem;
  }
  .list-table td {
    font-size: 1.7rem;
  }
  .list-table td:before{
    content: attr(data-label);
    font-size: .9rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .list-table td.td-end {
    border-bottom: 2px solid #00437C;
  }
  .list-table td {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
  }
}

/*****Page-Login*****/


.login-panel {
  width: 500px;
  margin: 0 auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.4rem;
}

.login-sitename {
  color: #a0d8ef;
  font-weight: 500;
  padding: 0 0 1rem;
  border-radius: 0.4rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  border-bottom: 1px solid #a0d8ef;
}

.login-sitename img {
  width: 300px;
}

.login-sitename-en{
  color: #a0d8ef;
  padding: 0;
  font-size: 1rem;
}

@media screen and (max-width: 640px){
  .login-panel {
    width: 100%;
  }
  .login-sitename {
    font-size: 1.8rem;
  }
}

.k-font {
  font-family: 'Kaisei Opti', serif;
  font-size: 2.8rem;
}

.box-center {
  text-align: center;
}

.box-pad {
  padding: 2rem 0;
}

.pass-forget {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1.2rem;
}

.new-regi {
  margin-top: 3rem;
  padding: 2rem 0;
  border-top: 1px solid #a0d8ef;
  text-align: center;
}

.normal-panel {
  width: 500px;
  margin: 0 auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.4rem;
}

@media screen and (max-width: 640px) {
  .normal-panel {
    width: 100%;
  }
}

.item-box {
  margin-top: 2rem;
  padding: 2rem;
  border-top: #00437C 1px dotted;
  border-bottom: #00437C 1px dotted;
}

/*****Panel*****/

.rform-panel {
  width: 800px;
  margin: 0 auto 2rem;
}

@media screen and (max-width: 640px) {
  .rform-panel {
    width: 100%;
    padding: 2rem;
  }
}

.base-panel {
  padding: 3rem 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  margin-bottom: 3rem;
}


.base-panel-header {
  border-bottom: #ccc 1px dotted;
  margin-bottom: 2rem;
  font-weight: 400;
}

.small-title {
  font-size: 1rem;
  color: #ccc;
}

.panel-headername {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  padding: 1rem 2rem;
  border-left: 6px solid #00437C;
  background: #f5f5f5;
}

.panel-headername-sub {
  padding-bottom: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
}

.panel-text {
  font-size: 1.4rem;
  letter-spacing: .2rem;
}

.panel-textbox {
  font-size: 1.4rem;
  letter-spacing: .2rem;
  padding-bottom: 3rem;
}

.panel-text-b {
  font-size: 2.4rem;
  font-weight: 700;
}

.panel-text-m {
  font-size: 1.8rem;
  font-weight: 700;
}

.panel-text-box {
  margin-top: 2rem;
  padding: 2rem 0;
  border-top: 1px dotted #ccc;
}

.label-default {
  display: inline-block;
  padding: 0.2rem 1rem;
  font-size: 0.8rem;
  text-align: center;
}

.label-box {
  padding: 1rem 1rem 1rem 0;
}

.label-b {
  font-size: 1.2rem;
}

.label-db{
  background: #00437c;
  color: #fff;
}


@media screen and (max-width: 640px) {
  .panel-text-b {
    font-size: 2rem;
  }
}

.flex-box {
  display: flex;
}

.table-box {
  display: table;
}

.table-box-c {
  display: table-cell;
}

.detail-box {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.detail-box-c {
  display: flex;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #ccc;
}

.detail-box-c:first-child {
  border-top: 1px solid #ccc;
}

.detail-box-c span {
  display: inline-block;
  padding: 1.2rem 1rem;
}

.detail-box-t {
  width: 200px;
  background: #f2f4f5;
  font-size: 1.2rem;
  font-weight: 400;
}

.detail-box-t-w {
  width: 300px;
}

@media screen and (max-width: 640px) {
  .detail-box-t {
    width: 35%;
  }
  .detail-box-tm {
    width: 65%;
  }
}

.confi-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.confi-box-t {
  font-weight: 500;
  padding: 2rem 0;
  border-bottom: 1px dotted #e3e3e3;
}

.confi-box-c {
  padding: 1rem 0;
}

.tab-page {
  display: flex;
}

.tab-page-detail {
  margin-right: 2rem;
  padding-right: 4rem;
  border-right: 1px dotted #e3e3e3;
}


dl.dl-list > div {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.dl-list dt {
  width: 100px;
}

.dl-list dd {
  flex: auto;
}

.table-calendar, .table-calendar th, .table-calendar td {
  border: 0.1rem solid #e1e1e1;
}

.table-calendar th, .table-calendar td {
  width: 10%;
}

.table-calendar th:nth-of-type(1), .table-calendar td:nth-of-type(1) {/*--日曜日は赤--*/
  color: #cc1f1a;
}
.table-calendar th:nth-of-type(7), .table-calendar td:nth-of-type(7) {/*--土曜日は青--*/
  color: blue;
}

.cal_table td {
  margin: 0;
  padding: 0;
}


.cal_table tr.today td {
  background: #a0d8ef;　/*--日付が今日の場合は背景オレンジ--*/
}

.cal_table tr.yesterday td {
  background: #ededed;　/*--日付が今日の場合は背景オレンジ--*/
}


.cal_div {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cal_table tr td {
  padding-left: 1rem;
}

.cal_day {
  font-size: 1.4rem;
}

.cal_monthname {
  padding: 0 1rem;
}

.cal_btn {
  padding: 0 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.cheakall {
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  word-break: keep-all;
}

@media screen and (max-width: 640px) {
  .cal_div {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cheakall {
    word-break: keep-all;
  }
  .cal_table {
    width: 100%;
  }
  .cal_table tr td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.timetable {
  display: flex;
  align-items: baseline;
  padding: 2rem 0 0 0;
}

/* Base for label styling */
.timetable input[type="checkbox"]:not(:checked),
.timetable input[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
}

.timetable input[type="checkbox"]:not(:checked) + label,
.timetable input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.4rem;
  padding-right: 1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  cursor: pointer;
}
/* checkbox aspect */
.timetable input[type="checkbox"]:not(:checked) + label:before,
.timetable input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #FFF;
  border-radius: .2em;
  box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
  -webkit-transition: all .275s;
      transition: all .275s;
}

/* checked mark aspect */
.timetable input[type="checkbox"]:not(:checked) + label:after,
.timetable input[type="checkbox"]:checked + label:after {
  content: '✕';
  position: absolute;
  top: .525em;
  left: .18em;
  font-size: 1.375em;
  color: #d3464c;
  line-height: 0;
  -webkit-transition: all .2s;
      transition: all .2s;
}

/* checked mark aspect changes */
.timetable input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
      transform: scale(0) rotate(45deg);
}

.timetable input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
}

/* Disabled checkbox */
.timetable input[type="checkbox"]:disabled:not(:checked) + label:before,
.timetable input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

.timetable input[type="checkbox"]:disabled:checked + label:after {
  content: '●';
  top: .494em;
  left: .03em;
  color: #777;
}

.timetable input[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* Accessibility */
.timetable input[type="checkbox"]:checked:focus + label:before,
.timetable input[type="checkbox"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
}

.pf-panel {
  display: flex;
  padding: 3rem 1.2rem;
  margin: 2rem 0 3rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.pf-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pf-icon img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background: #a0d8ef;
}

.pf-detail {
  padding: 0 0 1rem 0rem;
  width: 100%;
}

.pf-h {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.3rem;
}

.pf-name {
  font-weight: 500;
  font-size: 2rem;
  color: #00437C;
}

.pf-code {
  font-weight: 500;
  font-size: 2rem;
  color: #00437C;
  margin-top: 1rem;
  padding: 1rem 0;
  border-top: 1px #ccc solid;
}

.pf-code span {
  font-weight: 400;
  color: #666;
  font-size: 1.4rem;
}

.pf-trial {
  padding-bottom: 0.6rem;
}

.pf-info {
  font-size: 1.4rem;
  padding: 0 1rem;
  border: 1px solid #ccc;
}

.pf-info-c {
  background: #a0d8ef;
  color: #00437C;
  border: none;
}

.pf-info-n {
  padding-bottom: 1.5rem;
}

.pf-info-n a{
  padding-left: 1rem;
}

.pf-status{
  padding: 2rem 0;
  display: flex;
}

.pf-status-c {
  min-width: 10%;
  border-right: #ccc 1px solid;
  padding-left: 1rem;
  padding-right: 1rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
}

.pf-title {
  font-size: 1.2rem;
  display: block;
  padding-bottom: 0.3rem;
  color:#888;
  font-weight: 400;
}

.checkmark {
  padding-right: 1rem;
}

.checkmark img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

.pf-mtitle {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  padding-bottom: 2rem;
  font-weight: 400;
  color: #666;
}

.pf-end {
  padding: 3rem 1rem;
  border-top: 1px #ccc solid;
}

.pf-ch {
  padding: 3rem 1rem 0;
  border-top: 1px #ccc solid;
}

.stepbox {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
}

.stepbox li {
  position: relative;
  list-style: none;
  font-weight: 500;
  border: 1px solid #ccc;
  margin: 0 1rem;
  padding: 1rem;
}

.stepbox li p {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 1rem;
}

.stepbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}

.stepbar li {
  position: relative;
  list-style: none;
  text-align: center;
  color: #000;
}

.stepbar li p {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 1rem;
}

.stepbar li:before {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0.5em auto;
  content: "";
  text-align: center;
  border-radius: 50%;
  background-color: #00437C;
  border: 1px solid #000;
}

.stepbar li:after {
  position: absolute;
  z-index: 1;
  top: 1em;
  left: -50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ccc;
}

.stepbar li:first-child:after {
  content: none;
}

@media screen and (max-width: 960px) {
  .stepbar li p {
    margin: 10px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pf-panel {
    flex-flow: column;
    align-items: center;
    padding: 1rem 0;
  }
  .pf-detail {
    padding: 2rem;
    width: 100%;
  }
  .pf-status{
    flex-flow: column;
  }
  .pf-status-c {
    min-width: 100%;
    border-right: none;
    border-bottom: #ccc 1px dotted;
    padding: 1rem;
  }
}

.listbtn {
  padding: 1rem 2rem 0 0;
  text-align: right;
}

.db-info p{
  line-height: 4rem;
  border-bottom: 1px dotted #ccc;
}

.btn-panel {
  display: flex;
}

.s-link {
  font-size: 1.3rem;
}

.s-link i {
  font-size: 1.8rem;
}

.no-list {
  padding: 1rem 0;
  font-size: 1.4rem;
  color:#666;
}

/*ぱんくず*/
.breadcrumbs {
  list-style: none;
  font-size: 1.2rem;
}

.breadcrumbs li {
  display: inline-block;
  padding-right: 1rem;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
}
.modal__bg{
    background: rgba(0, 98, 165, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #f2f4f5;
    left: 60%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
  border-radius: 10px;
}

.p-mes {
  padding: 2rem 0;
}

/*terms*/

.terms {
  padding: 2rem 0;
}

.terms_article {
  font-weight: 500;
  padding: 2rem 0;
}

.terms_text {
  font-size: 1.4rem;
}

.terms ul {
  padding: 0 0 0 2rem;
  margin: 0;
}

ul.type-decimal {
  list-style:decimal;
}

ul.type-brackets-sub {
  list-style: none;
  margin-left: 1.5rem;
}

ul.type-brackets-sub li{
  counter-increment: cnt;
  text-indent:-1rem;
  padding: 0;
  font-size: 1.4rem;
}

ul.type-brackets-sub li::before {
  display: marker;
  content: "( "counter(cnt) " ) ";
  margin-left: -2.5rem;
  width: 1.2rem;
}

.terms_footer {
  padding: 3rem 0;
}

/*TAB*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.tab-wrap::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #00437C;
  display: block;
  order: -1;
}

.tab-label {
  color: White;
  background: LightGray;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  text-align: center;
  padding: 1.5rem .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  margin: 0;
}

.tab-lebel-red {
  color: #d3464c;
}
  
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked+.tab-label {
  background: #00437C;
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

input.tab-switch {
  display: none;
}

/*title*/

.content-title {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  padding: 2rem 0;
  color: #00437C;
  border-bottom: 4px solid #ccc;
  margin-bottom: 1rem;
}

.content-title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #a0d8ef;
}

/*Diagnose*/

.diagnone-result {
  padding: 1rem 3rem 3rem;
}

.diagnose-r {
  border-bottom: 1px dotted #ccc;
  width: 50%;
  padding: 1rem 0.5rem;
  font-size: 1.4rem;
}

.diagnose-r-one {
  border-bottom: 1px dotted #ccc;
  width: 100%;
  padding: 1rem 0.5rem;
  font-size: 1.4rem;
}

.diagnose-rt {
  display: inline-block;
  width: 70%;
}

.diagnose-ra {
  font-size: 2rem;
  font-weight: 500;
}

.diagnone-detail {
  background: #f2f4f5;
  padding: 3rem;
}
.diagnose-warp {
  display: flex;
  flex-wrap: wrap;
}
.diagnose-content {
  width: 50%;
  padding: 1rem 2rem;
  align-items: stretch;
}
.diagnose-no {
  font-size: 1.2rem;
  color: #666666;
}
.diagnose-q{
  border-bottom: 1px dotted #ccc;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
}

.diagnose-a {
  padding: 1rem 0;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

hr.diag {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .diagnone-result {
    padding: 1rem 0.5rem 3rem;
  }
  .diagnose-r {
    width: 100%;
    font-size: 1.2rem;
  }
  .diagnone-detail {
    padding: 3rem 0.5rem;
  }
  .diagnose-content {
    width: 100%;
  }
}

.nodata {
  padding: 5rem 0;
}

.info-tag {
  padding: 1rem;
  background: #ed9e31;
  font-weight: 500;
  display:inline-block;
  text-align: center;
  color: #fff;
}

.info-text {
  display:inline-block;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 1rem 0;
}

.attention-text {
  display:inline-block;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #d3464c;
  margin: 1rem 0;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.attention-icon {
  color: #d3464c;
  font-weight: bold;
}

.attention-text-s {
  display:inline-block;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #d3464c;
  margin: 1rem 0;
}

.attention-text-m {
  display:block;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #d3464c;
  margin: 1rem 0;
}

.consult-inputbtn {
  cursor: pointer;
}

.consult-inputbtn::before {
  content: '▼';
  display: inline-block;
  transform: rotate(-90deg);
  transition: .4s;
}
.consult-inputbtn.active::before {
  transform: rotate(0deg);
}

.kyc-document {
  padding: 2rem;
  background: #f2f4f5;
  border-radius: 20px;
  margin-bottom: 5rem;
}

.kyc-block {
  padding: 1rem 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.kyc-name {
  padding: 1rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}



a.nolink {
  background:#8b8b8b;
  pointer-events: none;
}

/*footer*/

footer {
  background: #00437C;
  padding: 5rem 0;
}

.copyright {
  text-align: right;
  color: #fff;
  padding: 2rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  footer {
    padding: 2rem 0;
  }
}

/*****************************/
/*sample-page*/
.sample-text {
  font-size: 1.2rem;
  color:#ccc;
}

.cmemo {
  padding: 1rem;
  margin: 1rem;
  background: #cc1f1a;
  color: #fff;
}

.ccheck {
  padding: 1rem;
  margin: 1rem;
  background: #00437C;
  color: #fff;
}
