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

h3 {
  font-size: 2.4rem;
  line-height: 1.3;
}

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

.side-nav a:hover,
.side-nav a:focus {
  color:#a0d8ef;
}

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

.actions a.y-bg {
  background:#9B7843;
}

.actions a.r-bg {
  background:#d3464c;
}

.actions a.g-bg {
  background:#3f902c;
}

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

.copyright {
  text-align: center;
  padding: 3rem 0;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}

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

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

.main-color {
  color: #a0d8ef;
}

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

.y-color {
  color: #9B7843;
}

/* Main */
body {
  background: #f2f4f5;
}
.container-innser {
  background: #ffffff;
}
.main-container {
  margin-left: 300px;
}
.container {
  max-width: 100%;
  min-height: 100vh;
  transition: all 0.2s ease;
  padding-top: 10rem;
}
.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 {
  text-align: right;
}

.actions-nonfixed{
  width: auto;
}

.actions a {
  display: inline-block;
  font-weight: 300;
  padding: 1rem;
  margin: 0 0.1rem;
  background: #00437C;
  color: #fff;
  letter-spacing: .2rem;
  text-align: center;
}

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

table {
  border-spacing: 0;
  overflow-x: auto;
  text-align: left;
  width: 100%;
  table-layout: fixed;
}

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

th, td {
}

th {
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #f7fcff;
  padding: 1rem;
}

.t200 {
  width: 200px;
}

th a {
  font-weight: 500;
}

td {
  font-size: 1.2rem;
}

td:first-child,
th:first-child {
  padding-left: 1rem;
}

.font-weight{
  font-weight: 700;
}

.font-s-weight{
  font-size: 1.4rem;
  font-weight: 500;
}

.stext {
  font-size: 1.4rem;
}

.t200 {
  width: 200px;
}

.break-word {
  overflow-wrap: break-word;
}
  

/* Nav bar */
.top-nav {
  /*display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 2rem;
  margin: 0 auto 2rem;
  display: block;*/
  text-align: center;
}
.top-nav-title a {
    font-size: 2.4rem;
    color: #d33c43;
}
.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: #00437C;
  border: 0.1rem solid #00437C;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  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;
}

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

.paginator p {
  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) {
    .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: 2.5rem;
  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: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.2rem;
  color: #666666;
}

.main {
  padding: 0 0 0 0;
  background: #fff;
  width: 100%;
}

.normal {
  margin-top: 8rem;
  background: #f2f4f5;
  padding-left: 0;
}

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

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

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

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

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

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

.back-btn-area {
  margin: 2rem 0;
}


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


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

.cake-debug-output {
  margin-left: 300px;
}

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

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

/*****sidebar*****/
.sidebar {
  border-right: 1px solid #ccc;
  background-color: #00437C;
  overflow: hidden;
  transition: all 0.2s ease;
  width: 300px;
  z-index: 1000;
  bottom:0 ;
  position: fixed;
  top: 0;
}

.sidebar-logo {
  height: 8rem;
  padding-top: 2rem;
  padding-left: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}

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

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

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

.side-nav a {
  color: #f2f4f5;
  font-weight: 400;
  font-size: 1.4rem;
}

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

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

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

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

.list-table th, .list-table td {
  font-size: 1.2rem;
}

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

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

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

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

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

.input_list {
}

.input_list_title {
  font-size: 1.4rem;
  font-weight: 500;
}

.input_list_time {
  display: flex;
}

input.w-100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w30 {
  width: 30%;
}

.td-contents p {
  padding: 1rem 0;
}

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


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

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

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

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

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

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

.base-panel {
  padding: 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: 1rem;
  background: #0062a5;
  color: #fff;
  padding: 1rem;
}

.base-panel-text {
  padding: 3rem 0 3rem 2rem;
}

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

.panel-headername {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}

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

.panel-usename {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.panel-txt-em {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}

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

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

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

.base-panel-body {
}

.label-default {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  margin: 0.2rem;
}

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

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

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

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

.detail-box-tb {
  width: 250px;
  background: #f2f4f5;
  font-size: 1.1rem;
}

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

.confi-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #ccc;
}

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

.confi-box-c {
  padding: 2rem;
}

.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;
  letter-spacing: 0.1rem;
}

.dl-list dt {
  word-wrap: break-word;
  color: #666;
  font-weight: 500;
  min-width: 150px;
}

.dl-list dd {
  flex: auto;
  max-width: 350px;
  word-wrap: break-word;
  font-weight: 500;
}

.dl-list-content {
  padding: 1rem 2rem;
}

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

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

.pf-icon {
  position: relative;
  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-corse {
  position: absolute;
  display: block;
  top: 0;
  right: -20px;
}

.pf-corse img {
  width: 50px;
  height: 50px;
}

.pf-contents {
  padding-left: 4rem;
}

.notapproval-btn {
  display: inline-block;
  background-color: #d3464c;
  border: 0.1rem solid #d3464c;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 700;
  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;
}

.notapproval {
  display: none;
}

.i-big {
  font-size: 2rem;
}

.actions i {
  font-size: 1.5rem;
}

.tab-container {
}

.tab-menu {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid #0062a5;
  list-style: none;
}

.tab-menu li {
  padding: 0;
  margin: 0;
}

.tab-menu li.tab {
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #0062a5;
  background: #a0d8ef;
  margin-right: 0.3rem;
  cursor: pointer;
  font-size: 1.3rem;
}

.tabbtn {
  width: 20%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #0062a5;
  background: #a0d8ef;
  margin-right: 0.2rem;
  cursor: pointer;
  font-size: 1.3rem;
}

.tabbtn.tactive {
  background: #0062a5;
  color: #fff;
  border: none;
}

.tab-menu li.tab:last-child {
  margin-right: 0;
}

.tab-menu li.tab a {
  display: block;
}

.tab-menu li.tab a.active {
  display: block;
  background: #0062a5;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.show {
  display: block;
  width: 100%;
}

.view-card {
  
}

.view-ul {
  list-style: none;
}

.view-title {
  display: inline-block;
  padding: 1rem 3rem;
  width: 200px;
}


.pdup {
  padding: 0 0 3rem;
}

.count-container {
  display: flex;
  margin-bottom: 2rem;
}

.count-box {
  position:relative;
  background: #00437C;
  text-align: center;
  color: #fff;
  width: 120px;
  height: 150px;
  margin: 1rem;
}

.count-box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-b {
  font-size: 2rem;
}

.count-txt{
  font-size: 1.2rem;
  background: #a0d8ef;
  color: #00437C;
}

.count-num{
  padding: 1rem;
  font-size: 3rem;
  font-weight: 500;
}

.count-sub {
  border-top: 1px solid #a0d8ef;
  font-size: 1.2rem;
}

.count-sub-num {
  font-size: 1.6rem;
  font-weight: 500;
}

.td-atext {
  font-weight: 500;
}

.selectbox {
  padding: 3rem 0 1rem;
  border-bottom: 2px solid #0062a5;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  
}

select.selecturl {
  width: 300px;
}

/*Article*/

.articles-header {
  padding: 2rem;
  border-bottom: 2px dotted #00437C;
  position: relative;
}

.right-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.articles-footer {
  padding: 2rem;
  border-top: 2px dotted #00437C;
}


.article-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
  width: 1150px;
  margin: 0 auto;
  justify-content:flex-start;
}

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

.article-box {
  width: 300px;
  background: #f2f4f5;
  margin: 1rem 3rem 3rem;
  position: relative;
  border-radius: 0 0 10% 10%;
  position:relative;
}

.article-box span {
  position: absolute;
  top: -10px;
  left: 20px;
  display: inline-block;
  width: 45px;
  height: 20px;
  text-align: center;
  background: #00437C;
}

.article-box span:before,
.article-box span:after {
  position: absolute;
  content: '';
}

.article-box span:before {
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00437C;
}

.article-box span:after {
  top: 50%;
  left: 0;
  display: block;
  height: 50%;
  border: 23px solid #00437C;
  border-bottom-width: 10px;
  border-bottom-color: transparent;
}

.article-box span i {
  position: relative;
  z-index: 1;
  color: #fff100;
}

.recommend {
  position: absolute;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #00437C;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  font-size: 1.4rem;
}

.recommend:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}

.recommend i {
  color: #ed9e31;
  font-size: 2rem;
  padding-right: 0.5rem;
}

.article-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-img {
  max-width: 300px;
  padding: 1rem;
  height: 250px;
  overflow: hidden;
}

.article-box img {
  height: 250px;
}

.article-badge {
  margin: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  background: #0062a5;
  width: 90px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.article-title {
  padding: 0 2rem 2rem;
  height: 100px;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
}

.article-date {
  padding: 2rem;
  position: absolute;
  bottom: 2px;
  font-size: 1rem;
}

.article-contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem;
}

.article-title-main {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.3;
  color: #00437C;
  padding: 4rem 0;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 640px) {
  .article-contents {
    max-width: 100%;
  }
  .article-title-main {
    font-size: 2rem;
  }
}

.article-sub {
  display: flex;
  justify-content: space-between;
}

.article-date-m {
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
}

.article-txt {
  line-height: 3rem;
  padding: 2rem 0;
}

.article-sub-contents {
  padding: 0;
}

.article-sub-title {
  background: #a0d8ef;
  padding: 2rem;
  color: #0062a5;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 3rem 0;
}

.article-sub-img {
  padding: 2rem;
}

.article-sub-txt {
  padding: 2rem;
  line-height: 3rem;
}

@media screen and (max-width: 640px) {
  .article-sub-title {
    padding: 1rem;
  }
  .article-sub-img {
    padding: 1rem;
  }
  .article-sub-txt {
    padding: 1rem;
  }
}

.authorname {
  padding: 3rem 0 3rem;
}

.article-btnbox {
  position: relative;
  border-top: 2px solid #a0d8ef;
  padding-bottom: 2rem;
  font-weight: 400;
  font-size: 1.4rem;
}
.article-next {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-prev {
  position: absolute;
  left: 0;
  top: 10px;
}
.article-index {
  position: absolute;
  left: 45%;
  top: 10px;
}

@media screen and (max-width: 640px) {
  .article-index {
    left: 40%;
  }
}

/*****MODAL*****/

/*modal*/
.modal, .modal-page{
  display: none;
  position: fixed;
  height: 100vh;
  top: 0;
  left:0;
  width: 100%;
  z-index: 999;
}
.modal_bg{
  height: 100vh;
  position: absolute;
  width: 100%;
  background: rgba(0, 98, 165, 0.8);
}
.modal_content{
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%,-50%);
  border-radius: 10px;
}

.modal_content_w {
  width: 400px;
}

@media screen and (max-width: 640px) {
  .modal_content {
    width: 350px;
  }
}

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

.modal_seminar_title {
  font-weight: 500;
  padding: 2rem 0;
  color: #0062a5;
}

.modal_aname {
  padding: 1rem 0;
  font-weight: 500;
}

.modal_txt {
  padding: 1rem 0;
  font-weight: 500;
}

.modal_btn {
  padding: 2rem 0;
}

.model-img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.model-img2 {
  display: block;
  width: 50px;
  margin: 0 auto;
}



.detail-panel {
  margin-bottom: 1rem;
  padding: 1rem;
}

.detail-flex-box {
  display: flex;
  flex-wrap: wrap;
}

.detail-block {
  width: calc(50% - 2rem);
  padding: 1rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin: 1rem;
}

.detail-block-title {
  background: #f2f2f2;
  padding: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
}

.checkmark {
  padding-right: 1rem;
}

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

.control-box {
  display: inline-block;
  padding: 1rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin: 1rem;
}

.control-content {
  display: flex;
}

.control-btn {
  padding: 0.5rem 3rem;
  background: #ccc;
  border: 1px solid #00437C;
  color: #666;
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 1.3rem;
}

.control-btn-active {
  padding: 0.5rem 3rem;
  background: #00437C;
  border: 1px solid #00437C;
  color: #fff;
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 1.3rem;
  pointer-events:none;
}

.control-title {
  background: #f2f2f2;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 1.2rem;
}

.info-box {
  display: block;
  padding: 1rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin: 1rem;
  font-size: 1.4rem;
}

.info-box-title {
  background: #d3464c;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  color: #fff;
}

/*faq*/
.index-box {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid #666;
  font-size: 1.4rem;
  padding: 0 0 2rem;
  letter-spacing: 0.2rem;
}

.index-box-inner {
  background: #f2f4f5;
  border-radius: 20px;
  padding: 2rem;
}

.index-box-c {
  display: flex;
}

.index-box-c {
  border-bottom: 1px dotted #ccc;
}

.index-box-c p {
  min-width: 150px;
  font-size: 1.3rem;
}

.index-box-c p, .index-box-c-d p {
  padding: 1rem 0 1rem 2rem;
}

.index-box-shead {
  display: block;
  font-size: 1.1rem;
  color: #666;
}

.flat-btn {
  background: #00437C;
  color: #fff;
  padding: 0.5rem 1rem;
}

.flat-btn-r {
  position: absolute;
  top:0;
  right: 0;
}

.serchpd {
  display: flex;
  justify-content: flex-end;
}

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