@charset "utf-8";
/*
last update:2019.05.29 by yone
*/

/* tag style */
body{
  padding: 0 0 15px;
  margin: 0;
  background: #fafafa
}
table{
  text-decoration:none;
  width: 100%;
}
p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #222;
}
.content {
  width: 930px;
  transition: all 0.3s;
  border-right: 3px solid #ddd;
  position: relative;
  top: -64px;
}
.content a{
color: darkblue;
}
.content-wrapper {
  padding: 0px 15px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 5px;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}
.content p{
  padding-left: 5px;
  line-height: 1.5;
}
table tbody td{padding: 10px 15px 5px 10px;border-bottom:1px dotted gray;}
table tbody td:nth-of-type(1) {width: 15%;}
table tbody th{text-align:left;padding:5px 5px;border-bottom: 1px dotted #ddd;}
.info_list table tbody th:nth-of-type(1) {width: 21%; text-align:center; padding-left:5px;}
.info_list table tbody th:nth-of-type(2) {width: 20%;}
.info_list table tbody th:nth-of-type(3) {width: 20%;}
table tbody th img{max-width: 140px; max-height: 70px;}
img{
  border: none;
  max-width: 100%;
}

sup{
  vertical-align: top;
}
p,form{
  padding: 0px;
  margin: 0px;
}
h1,h2,h3,h4{
  padding: 0px;
  margin: 0px;
  font-size: 110%;
}
ul,li,dl,dt,dd{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h2{
  font-size: 110%;
}
h3{
  font-size: 120%;
  margin-bottom: 0 !important;
  text-align: center;
}
.center{
  margin: 0 auto;
  text-align: center;
}
.center:hover {
  opacity: 0.8;
}
.side-top{
  margin: 0 auto;
  text-align: center;
}
.side-top:hover {
  opacity: 0.8;
}

/* text style */
.px16{
  font-size: 100%;
  line-height: 1.4;
  color: #000000;
}
.px14{
  font-size: 90%;
  line-height: 1.5;
  color: #000000;
}
.px12{
  font-size: 75%;
  line-height: 1.4;
  color: #000000;
}
.px10{
  font-size: 65%;
  line-height: 1.4;
  color: #000000;
}

/* link style */
a {
  text-decoration: none;
  color: rgb(25, 22, 31);
}
a:hover,
a:focus {
  color: #400b86;
    text-decoration: none;
    transition: all 0.3s
}

/* +++ template style +++ */
/* page layout style (width: 1024px;) */
#contena_box {
  width: 1140px;
  margin: 0 auto;
  border-left: 5px double #efefef;
  border-right: 5px double #efefef;
background-color: white;
}
#contena_box #contena_box_inner {
  padding: 0 2px;
}

#contents_comp_box {
  border-top: 3px #7b4daa solid;
  background: url(../img/header_img_01.jpg) no-repeat 0px 16px;
  background-size: contain;
  z-index:1;
}

/* header style(width: 1020px;) */
#header_area {
  padding: 8px 5px 0;
  height: 400px;
  width: 1140px;
  margin: 0 auto;
  background: url(../img/header_img_01.jpg) no-repeat center/1180px !important;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#header_area img {
  float: left;
}
#header_area h1 {
  float: left;
  padding: 14px 0 0 16px;
  font-size: 1rem;
}

#criced-logo{
  width:110px;
  height:auto;
  padding: 8px 0 0 12px;
}

/* main contents style */
#main_contents_area {
  padding: 18px 19px 10px;
}

/* navigation style */
#main_contents_area #navigation_area {
width: 203px;
float: left;
background: #f1f1f1;
border-left: 1px solid gray;
border-right: 1px solid gray;
margin: 0 0 0 4px;
padding: 3px;
}

#main_contents_area #navigation_area ul {
  padding: 0 5px 5px;
  margin: 0 0 10px;
}
#main_contents_area #navigation_area ul li {
  background: url(../img/icon_02.gif) no-repeat 2px 10px;
  border-top: 1px #e3e3e3 solid;
}
#main_contents_area #navigation_area ul li a {
  display: inline-block;
  padding: 5px 0 5px 27px;
  font-weight: bold;
}
#main_contents_area #navigation_area ul li ul {
  background: none;
  padding: 0;
  margin: 0 0 5px;
}
#main_contents_area #navigation_area ul li ul li {
  background: url(../img/icon_03.gif) no-repeat 23px 13px;
  border-top: none;
}
#main_contents_area #navigation_area ul li ul li a {
  display: inline-block;
  padding: 5px 0 5px 34px;
  font-weight: normal;
}
#main_contents_area #navigation_area ul li ul li ul {
  background: none;
  padding: 0;
  margin: 0;
}
#main_contents_area #navigation_area ul li ul li ul li {
  background: url(../img/icon_05.gif) no-repeat 35px 14px;
  border-top: none;
}
#main_contents_area #navigation_area ul li ul li ul li a {
  display: block;
  padding: 5px 0 5px 44px;
  font-weight: normal;
}


#main_contents_area #navigation_area ul li.home {
  background: url(../img/icon_01.gif) no-repeat 6px 10px;
  border-top: none;
}
#main_contents_area #navigation_area ul li .navi_active {
  display: block;
  padding: 5px 0 5px 27px;
  font-weight: normal;
}

#main_contents_area #navigation_area ul li .CollapsiblePanelTab {
  display: block;
  padding: 5px 0 5px 27px;
  font-weight: bold;
}
#main_contents_area #navigation_area ul li .CollapsiblePanelTab a {
  display: inline;
  padding: 0;
}
* html #main_contents_area #navigation_area ul li .CollapsiblePanelTab a {
  float: left;
  width: auto;
}


/* contents style
#main_contents_area #navigation_area p.english_link {
  background: url(../img/leftnavi_background_02.gif) no-repeat left bottom;
}
#main_contents_area #navigation_area p.english_link span {
  background: url(../img/leftnavi_background_01.gif) no-repeat left top;
  display: block;
}
#main_contents_area #navigation_area p.english_link span a {
  background: url(../img/icon_03.gif) no-repeat 11px 10px;
  display: block;
  padding: 5px 5px 5px 25px;
  font-weight: bold;
}
*/

/* contents style */
#main_contents_area #contents_area {
padding: 0px 0 0 15px;
float: left;
}

#contents_area-full {
  padding: 50px 0 0 15px;
  }

/* footer style */
#footer_area {
  padding: 0 0 51px;
}
#footer_area #footer_navi_area {
  border-bottom: 6px #7b4daa solid;
}
#footer_navi_area p {
  text-align: center;
  border-top: 1px #cfcfcf solid;
  border-bottom: 1px #cfcfcf solid;
}
#footer_navi_area p span {
  text-align: center;
  border-top: 1px #FFF solid;
  border-bottom: 1px #FFF solid;
  padding: 5px 0;
  background: #f6f6f6;
  display: block;
}
#footer_navi_area p span a {
  color: #000;
}

#footer_area #footer_name_area {
  padding: 7px 20px;
}
#footer_area #footer_name_area .footer_logo_01 {
  padding: 0 0 11px 0;
}

#footer_area #footer_copyright_area {
  text-align: center;
  padding: 5px 20px 0;
}
#footer_area img {
}
.popup_window {
  vertical-align: middle;
  padding-left: 5px;
}

/* +++ html parts +++ */

/* text color */
.text_green_01 {
  color: #2e7e28 !important;
}

.documents{
 margin: 10px 0 10px 50px;
}
.documents:hover{
  color: blue;
}

/* catch copy title */
.catch_copy_01{
  font-size: 1.4em;
  color: #2e7e28;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.2 !important;
}
.catch_copy_01 :hover{
  color: blue;
}

/* title */
.title_01 {
  background: url(../img/title1_background_02.gif) #785e93 no-repeat left bottom;
  width: 100%;
  margin-bottom: 5px;
  background-size: contain;
  margin-top: 5px;
}
.title_01 span {
  display: block;
  padding: 4px 12px;
  color: #FFF;
  font-size: large;
}
.title_02 {
    width: 100%;
    font-size: 120%;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 0 5px 10px;
    background-color: #efefef;
    border-top: 2px gray solid;
    border-bottom: 2px gray solid;
}
.title_03 {
  width: 100%;
  font-size: 110%;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 2px;
  padding: 2px 0 2px 10px;
  background-color: darkslateblue;
  /* border-top: 2px indigo solid; */
}
.title_03 p {
  margin-left: 5px;
}
.title_04 {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 0 5px 0;
  background-color: #fff;
  border-bottom: 2px #777 solid;
}
/* info list */
.info_list_01 {
  padding-bottom: 15px;
}
.info_list_01 dl {
  padding:0 0 15px 0px;
  width: 100%;
}
.info_list_01 dt {
  padding: 5px 0 2px 18px;
  width: 14%;
  float: left;
  clear: both;
  border-top: 1px solid #efefef;
}
.info_list_01 dd {
  width: 82%;
  float: left;
  padding: 5px 0 2px 2px;
  border-top: 1px solid #efefef;
}
.info_list_01 dd a {
  font-weight: 500;
  text-decoration: none;
}

/* list with title */
/*
.list_with_title_01 {
padding-bottom: 25px
}
;*/
.list_with_title_01 dl {
  padding: 0 8px;
  width: 100%;
}
.list_with_title_01 dt {
  padding: 0 0 15px 18px;
  width: 15%;
  float: left;
  clear: both;
}
.list_with_title_01 dd.colon {
  width: 3%;
  float: left;
  padding: 0 0 15px;
}
.list_with_title_01 dd {
  float: left;
  padding: 0 0 15px;
}
.list_with_title_01 dd .list_with_title_link_01 {
  background: url(../img/icon_03.gif) no-repeat 0 7px;
  padding: 0 0 0 12px;
}
.list_with_title_01 dd .list_with_title_link_01 a {
  font-weight: bold;
}

/* paragraph */
.main_title_p_01 {
  padding-bottom: 5px;
}


/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1%;overflow:hidden; }
.clearfix {display:block;overflow:hidden;}
/* end MacIE5 */

/* neji */
.switch:hover {
  opacity: 0.8;
}

h5 {
    padding: 5px 0;
    font-size: 18px;
    text-align: center;
    color: #3f3f3f;
    background-color: #b0c4de;
    margin: 10px 0;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

h5 a:link {
  color: #3f3f3f;
  text-decoration:none
  }
h5 a:visited {
  color: #3f3f3f;
  text-decoration: none;
  }

  .square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background: #6521A0;
    transition: .3s;
    text-align: center;
    width: 250px;
    height: 50px;
    margin: 0;
    border: solid 1px black;
    font-size: 1em;
  }
  .topinfo {
    font-size: 90%;
  }
  .topinfo a {
    color: #FFF;
  }
  .topinfo table tr {
    border-bottom: 1px solid;
  }
  .topinfo table tbody td {
    padding: 5px;
    border-bottom: 1px dotted gray;
}
.topinfo table tbody td:nth-of-type(1) {
    width: 50px;
}
.topinfo table tbody td:nth-of-type(2) {
  width: 450px;
}
.topinfo table tbody td:nth-of-type(3) {
  width: 260px;
}
.topinfo table tbody td:nth-of-type(4) {
  width: 120px;
}

  .box a {
    color: #FFF;
  }
  .box a:hover {
    color: #eee;
  }

.square_btn:hover {
    opacity: 0.8;
}

  .square_btn2 {
position: relative;
display: inline-block;
font-weight: bold;
text-decoration: none;
color: #FFF;
background: #00B8CC;
transition: .3s;
text-align: center;
width: 250px;
height: 50px;
margin: 0;
border: solid 1px black;
font-size: 1em;
  }

.square_btn2:hover {
    opacity: 0.8;
}

.square_btn3 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background: #2202a4;
  transition: .3s;
  text-align: center;
  width: 250px;
  height: 50px;
  margin: 0;
  border: solid 1px black;
  font-size: 1em;
    }
  
  .square_btn3:hover {
      opacity: 0.8;
  }

ul img{
overflow: hidden;
object-fit: cover;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: 10px 0;
}

ul p{
  font-size:0.8rem;
  font-weight:bold;
}

.box{
display:flex;
margin-left: 1em;
}

.info_list ul {
  margin-left: 15px;
  }

.info_list li {
  margin-bottom: 15px;
  }

.news{
  padding-left:20px;
  margin: 0px;
}

.news li{
  list-style:circle;
  padding-bottom:7px;
}

ul .new::after {
   content: "new";
   margin-left: 5px;
   color: #fff;
   background: red;
   padding: 1px 3px;
   font-size:12px;
}

ul .up::after {
  content: "up";
  margin-left: 5px;
  color: #fff;
  background: red;
  padding: 1px 3px;
  font-size:12px;
}

.online-program table tbody td:nth-of-type(1){
  padding-left: 5px;
  width: auto;
  border-right: 2px double gray;
}

.online-program table{
  border-top: 3px double gray;
  border-bottom: 3px double gray;
  border-collapse: collapse;
  text-align: center;
}

.country table{
  border-top: 3px double gray;
  border-bottom: 3px double gray;
  border-collapse: collapse;
  text-align: center;
  font-size: 80%;
}

.country table tbody td{padding: 10px 5px 5px;border-right:1px dotted gray;}
.country table tbody td:nth-of-type(5){
  border-right: none;
}

/* 横メニュー */
.nav {
  width: 1096px;
  height: 50px;
  margin: 0 auto;
  padding-bottom: 10px;
  display: flex;
}
.nav li {
  position: relative;
  list-style: none;
}
.nav li a {
  display: block;
  width: 100px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 3;
  background: #785e93;
  transition: 0.5s;
  text-decoration: none;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.nav > li:hover > a {/*layer-1*/
  color: orange;
  background: #afc6e2;
}
.nav > li li:hover > a {/*layer-2*/
  color: olive;
  background: #afc6e2;
}
.nav li ul {
  top: 40px;
  left: -40px;
  position: absolute;
}
.nav li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.nav li ul li a {
  border-top: 1px solid #eee;
}
.nav li:hover > ul > li {
  overflow: visible;
  height: 40px;
}
  .nav li ul li ul {
    top: 0;
    left: 110px;
  }
  .nav li ul li ul:before {/*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .nav li ul li ul li:hover > a {/*layer-3*/
    color: pink;
    background: #afc6e2;
  }
  .nav li ul li ul.left {
    top: 0;
    left: -190px;
  }
  .nav li ul li ul.left:before,/*layer-2-left▷*/
  .nav li ul li ul li ul.left:before {/*layer-3-left▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
  .nav li ul li ul.left li:hover > a {/*layer-2-left*/
    color: pink;
    background: #afc6e2;
  }
  .nav li ul li ul li ul.left li:hover > a {/*layer-3-left*/
    color: purple;
    background: #afc6e2;
  }

/* ボタン */
  a.btn_ao_a {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 0.5rem 2rem;
    border: 2px solid #014897;
    background: #fff;
    text-decoration: none;
    transition: 0.3s;
}
a.btn_ao_a:hover {
    background-color: #e9f3fd;
}
a.btn_ao_a .a__text {
    display: block;
    flex-grow: 1;
    color: #004386;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-right: 40px;
    font-size: 23px;
}
a.btn_ao_a .a__text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #014897;
    border-right: 3px solid #014897;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transition: 0.3s;
}

a.btn_m_a {
  display: flex;
  align-items: center;
  max-width: 400px;
  padding: 0.1rem 1rem;
  border: 2px solid #014897;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
  float: right;
  margin: 0 20px 5px 0;
}
a.btn_m_a:hover {
  background-color: #e9f3fd;
}
a.btn_m_a .a__text {
  display: block;
  flex-grow: 1;
  color: #004386;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 20px 0 10px;
  font-size: 20px;
}
a.btn_m_a .a__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}

@media (max-width: 1200px) {
    a.btn_ao_a .a__icon img {
        width: 32px;
    }
    a.btn_ao_a .a__text {
        font-size: 18px;
        padding-right: 20px;
    }
    a.btn_ao_a .a__text::after {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 736px) {
    a.btn_ao_a {
        max-width: 320px;
    }
    a.btn_ao_a .a__icon img {
        width: 28px;
    }
    a.btn_ao_a .a__text {
        font-size: 14px;
        padding-right: 20px;
    }
    a.btn_ao_a .a__text::after {
        width: 10px;
        height: 10px;
    }
}
/* アコーディオン */
.acd-check{
  display: none;
}
.acd-label{
  border-top: 1px gray solid;
  border-bottom: 1px gray solid;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
  font-weight: bold;
}
.acd-label2{
  border: 3px solid #175297;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: var(--block--box--pad);
  background-color: var(--background-color, #fff);
  border-radius: var(--border-radius, 0);
  color: #333;
  text-decoration: none;
}
.acd-label:before,
.acd-label:after {
  content: '';
  width: 20px;
  height: 3px;
  background: #175297;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.acd-label2:before,
.acd-label2:after {
  content: '';
  width: 20px;
  height: 3px;
  background: #175297;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.acd-label:after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}.acd-label2:after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.acd-check:checked + .acd-label:after{
  transform: translateY(-50%) rotate(0);
}
.acd-check:checked + .acd-label2:after{
  transform: translateY(-50%) rotate(0);
}

.acd-content{
  display: none;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  position:relative;
}
.acd-content2{
  display: none;
  opacity: 0;
  padding: 0 8px;
  transition: .5s;
  position:relative;
}

.acd-check:checked + .acd-label + .acd-content{
  max-height: 100%;
  opacity: 1;
  display: block;
}
.acd-check:checked + .acd-label2 + .acd-content2{
  max-height: 100%;
  opacity: 1;
  display: block;
}

.acd-label:hover {
  opacity:0.8;
}
.acd-label2:hover {
  opacity:0.8;
}
iframe[src$=".pdf"]{
  width:100%;
  height:80vh;
}

#outline{
  background-color: #f7f7f7;
}
/* online contents */
.online-contents table tbody td:nth-of-type(1) {
  width: 15%;
}
.online-contents table tbody td:nth-of-type(2) {
  padding: 0 10px;
  text-align: left;
}

.online-contents table tbody td{
  padding: 10px;
  border-right:4px solid indigo;
}
.online-contents table tbody tr{
  height: 70px;
}

.books table tbody td:nth-of-type(2) {
  padding: 6px 0;
  text-align: center;
  width: 10%;
  min-width: 50px;
  border-right: 1px solid indigo;
}
.books table tbody td:nth-of-type(3) {
  border-left: 1px solid indigo;
}
.books table img {
  width: 45px;
  height: auto;
  border: 1px solid gray;
}

/* care contents */
.care table{
  border-top: 3px double gray;
  border-bottom: 3px double gray;
  border-collapse: collapse;
  text-align: center;
}
.care table tbody td:nth-of-type(1){
  padding: 10px;
  width: auto;
  border-right: 2px double gray;
}
.care table tbody td:nth-of-type(2) {
  padding-left: 10px;
  border-right: 2px double gray;
  text-align: left;
}
.care table tbody td:nth-of-type(3) {
  padding-left: 10px;
  text-align: left;
}
.care table tbody td:nth-of-type(4) {
  padding-left: 10px;
  border-left: 2px double gray;
  text-align: left;
}

/* navbar */
.navbar {
  padding: 15px 10px;
  border: none;
  border-radius: 0;
  margin-bottom: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid gray;
  border-top: 2px solid #555;
}
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none
}
.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd
}
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

/* side */
#side {
  background: #efefef;
  width: 210px;
}
#sidebar {
  min-width: 210px;
  max-width: 230px;
  background: #efefef;
  transition: all 0.3s;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
  position: relative;
  top: -64px;
}
#sidebar.active {
  margin-left: -250px;
  display: none;
}
#sidebar .sidebar-header {
  padding: 15px 5px 0px;
  color: #123456;
  font-size: 0.8em;
  /* display:none; */
}
#sidebar ul.components {
padding: 0px;
}
#sidebar ul p {
  padding-left: 2px;
  color: #123456;
}
#sidebar ul li a {
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
}
#sidebar ul li a:hover {
  background: rgb(240, 240, 240);
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
  background: rgb(240, 240, 240);
}
#sidebar li {
  border-bottom: 1px dotted #ccc;
  font-size: 1.2em;
}
#sidebar p {
  margin-top:10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  font-weight: 600;
  font-size: 1em;
}
a[data-toggle="collapse"] {
  position: relative
}
ul ul a {
  padding-left: 30px !important;
  background: #efefef;
}
ul.CTAs a {
  text-align: center;
  font-size: 0.8em;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px
}
a.download,
a.download:hover {
background: #efefef;
  color: indigo;
}
.bg-light {
  background: #efefef;
}
.navbar li{
  border-right: 1px solid #ccc;
  padding: 0 10px;
}
.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding-left:0;margin-bottom:0;list-style:none}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color:rgba(0,0,0,.9);
}
.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}
.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{ color: #400b86;}
.navbar-light .navbar-nav .nav-link{ color:indigo; font-weight: 600;}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color: #400b86;}
.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}
.navbar-light .navbar-nav .active>.nav-linknavbar-light{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}

/* 20th table */
.twentieth {
  margin: 10px;
}
.twentieth a{
  display: block;
  color:#000;
  padding: 5px 10px;
}

.twentieth .btn{
justify-content: center;
align-items: center;
position: relative;
text-decoration: none;
transition: 0.2s;
text-align: left;
}
.twentieth .btn:hover {
  background: rgba(156, 234, 253, 0.8);
  color: #333;
}
.twentieth .btn::after {
  top: 4px;
  left: 4px;
  width: 188px;
  height: 42px;
  border: 2px solid #333;
  opacity: 0;
}
.twentieth .btn:hover::after {
  opacity: 1;
}
.twentieth table{
  border:  2px solid black;
  border-collapse: collapse;
  text-align: left;
}
.twentieth table tr{
  border:  2px solid black;
  border-collapse: collapse;
}
.twentieth table td{
  border:  2px solid black;
  border-collapse: collapse;
  padding: 0;
}
.twentieth table tbody td:nth-of-type(1){
  width: auto;
  border: 2px solid black;
  background: rgba(101,33,160,0.8);
  color: white;
  padding: 10px;
}
.twentieth table tbody tr:nth-of-type(1){
  width: auto;
  border: 2px solid black;
  background: rgba(101,33,160,0.8);
  color: white;
  padding: 10px;
}

/* スライダー section*/

	 p{margin: 0;padding: 0;line-height: 1.8}

	 .slider-box {
		margin-bottom: 2em;
		padding: 1em 0;
		background-color: #f9f9f9;
		display: block;
    max-width: 100%;
	}

	.slider-box  img{
		width: 100%;
	}

	 .slider-box h2{
		background: inherit;
		color: #FF5B06;
		padding-top: 15%;
	}

	.slider-box h5 {
		background: inherit;
    color: #FF5B06;
    text-align: center;
		margin: 0;
		font-size: 1.8em;
	}

#left-box {
  padding: 20px 10px;
  background: #f9f9f9;
  overflow: hidden;/*float解除*/
}
#left-box .space {
  float: left;/*画像の位置を右下にしたい場合はright*/
  height: 1.3em/*画像上の余白の高さ*/
}
#left-box .img {
  float: left;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
	margin: 1.2em 1.2em 0 0;/*画像の周りの余白*/
	width:40vw;
}
#left-box .container{
  float: left;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
	width:55vw;
}

#right-box {
  padding: 20px 10px;
  background: #f9f9f9;
  overflow: hidden;/*float解除*/
}
#right-box .space {
  float: right;/*画像の位置を右下にしたい場合はright*/
  height: 1.3em/*画像上の余白の高さ*/
}
#right-box .img {
  float: right;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
	margin: 1.2em 1.2em 0 0;/*画像の周りの余白*/
	width:40vw;
}

#right-box .container{
  float: right;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
	width:55vw;
}

		.slider-box > :last-child,
		.slider-box > :last-child > :last-child,
		.slider-box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.slider-box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

			 /* slider */
			 .container {
				margin: 0 auto;
				padding: 0 40px;
				width: 80%;
				color: #333;

		}

		.slick-slide {
			text-align: center;
			color: #419be0;
			background: white;
		}

		.slick-slide img {
			height: 400px;
			width: auto;
			text-align: center;
			margin: 0 auto;
		}

		.slick-slider {
			border: 1px solid #efefef;
	}

	.slider-box h3 {
   margin: 0;
}

.slick-prev:before, .slick-next:before {
	font-size: 30px!important;
	color: grey!important;
}

.slick-prev {
	left: -35px!important;
}

  /* featured 1 short*/
.featured{
  width: 100%;
  margin: 0;
  background: #fafafa;
  border-top: 3px solid gray;
  font-size:2rem;
  line-height: 1.2;
}
.featured a {
  color: darkblue;
}
.featured a:hover {
  color: darkblue;
}
/*画像の位置を右下にしたい場合はright
.featured img{
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
}
   background: #6521A0;
*/
.featured a :hover {
  opacity: 0.8;
}
.featured_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 4px 0;
  text-decoration: none;
  background: white; 
  transition: .3s;
  width: 100%;
  margin: 2px 0px 0px;
  border-left: solid 1px gray;
  border-right: solid 1px gray;
    }
  /* featured2 long
a.featured_btn:after {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
}
*/

.featured2 a {
  color: #fff;
    }
.featured2 a:hover {
      color: #fff;
    }
.featured_btn:hover {
      opacity: 0.8;
  }
  /* featured2 long*/
  .featured2{
    width: 100%;
    margin: 0;
    border-top: 4px solid gray;
    line-height: 1.4;
    background: whitesmoke;
    color: darkblue;;
    padding: 5px 0;
  }
  .featured2 a :hover {
    opacity: 0.8;
  }
  .featured2_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 4px 0 1rem 0;
    text-decoration: none;
    color: #FFF;
    background: darkblue; 
    transition: .3s;
    width: 100%;
    margin: 2px 0px 0px;
    border: solid 1px black;
      }
  a.featured2_btn:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
  }
    
  .featured2_btn:hover {
        opacity: 0.8;
    }

    .featured3{
      width: 100%;
      margin: 0;
      line-height: 1.2;
      background: white;
      color: darkblue;;
      padding: 0 2px 0;
    }
    .featured3_btn {
      position: relative;
      display: inline-block;
      font-weight: bold;
      padding: 10px 0 18px 0;
      text-decoration: none;
      color: #FFF;
      background: rgb(60 60 172 / 96%);
      transition: .3s;
      width: 100%;
      margin: 2px 0px 0px;
      border: solid 1px black;
        }
    a.featured3_btn:before {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
      height: 8px;
      content: '';
      -webkit-transition: all .3s;
      transition: all .3s;
      background: #fff;
    }
    .featured3 table{
      border: 1px solid #dededf;
      height: 100%;
      width: 99%;
      border-collapse: collapse;
      border-spacing: 1px;
      text-align: left;
      margin: 0 auto;
      background-color:#fff7e9;
      border-right: 2px solid darkorange;
  }
  .featured3 table a{
  color:black;
}
  .featured3 th {
    border: 1px solid #dededf;
    background-color: #eceff1;
    color: #000000;
    padding: 10px;
    border-left:5px solid darkorange; 
    background-color: #fbcc7f;
}
.featured3 td:nth-of-type(1){
  text-align: center;
  width: 5%;
  max-width: 20px;
  border-left:1px solid gray;  
  }


.news h1 {
  color: rebeccapurple;
  font-size: 1.5em;
  text-align: left;
  margin: 30px; 
  padding:10px 0 20px;
}

.date{
  text-align: right;
  padding: 0 10px;
}
.gallery{
text-align: center;
margin-bottom: 40px;
  }
.gallery p{
      margin: 0;
      padding-top: 15px;
      line-height: 1.6;
      font-size: 90%;
  }
.gallery figure{
    display: inline-block;
    flex-wrap: wrap;
    gap: 5px;
    }
figure {
    margin: 0;
}
.contents img {
    width: 200px;
}
.news{
  padding:0 15px ;
}
.news h1{
  margin: 10px 0;
}
.news p{
  margin: 2px 0; 
  display: block;
}

/* Grid */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .one_fifth{display:inline-block;  margin:0 0 0 1%; list-style:none;}

.first{margin-left:0; clear:left;}

.full{width:75%;}
.full_large{width:95%;}
.full_small{width:50%; margin: 0 auto;}
.one_fifth {width: 17.5%; margin: 0 0 0 2%;}
.one_quarter{width:23%; margin: 0 0 0 2%;}
.one_third{width:31%;}
.one_half, .two_quarter{width:48%;}
.one_half_small{width:38%;}
.one_half_large{width:58%;}
.two_third{width:65.6441717791411%;}
.three_quarter{width:74.23312883435584%;}

.jv2021 td:nth-of-type(1){
  text-align: center; padding: 10px 2px 5px 2px; max-width:100px; width: 8%;
  border-left:5px solid black;
  color: black;
  border-right: 1px dotted gray;
}
.jv2022 td:nth-of-type(1){
  text-align: center; padding: 10px 2px 5px 2px; max-width:100px; width: 8%;
  border-left:5px solid indigo;
  color: indigo;
  border-right: 1px dotted gray;
}
.jv2023 td:nth-of-type(1){
  text-align: center; padding: 10px 2px 5px 2px; max-width:100px; width: 8%;
  border-left:5px solid teal;
  color: teal;
  border-right: 1px dotted gray;
}
.jv2024 td:nth-of-type(1){
  text-align: center; padding: 10px 2px 5px 2px; max-width:100px; width: 8%;
  border-left:5px solid darkorange;
  color: darkorange;
  border-right: 1px dotted gray;
}

.roadmap {
    overflow: auto;
    width: 100%;
}

.roadmap table {
    border: 1px solid #dededf;
    height: 100%;
    width: 90%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
    margin: 0 auto;
}

.roadmap caption {
    caption-side: top;
    text-align: left;
    font-weight: 600;
    font-size: 1.2em;
    color: midnightblue;
}

.roadmap th {
    border: 1px solid #dededf;
    background-color: #eceff1;
    color: #000000;
    padding: 5px;
}
.roadmap th:nth-of-type(1){
  width: 5%;
  max-width: 20px;
}
.roadmap th:nth-of-type(2){
  width: 75%;
  min-width: 400px;
}

.roadmap td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
}

.roadmap td:nth-of-type(1){
text-align: center;
width: 5%;
max-width: 20px;
}
.roadmap td:nth-of-type(2){
  width: 75%;
  min-width: 400px;
  }

/* button */
.online-contents-bar {
  display: flex;
}
.online-contents-bar:hover {
  opacity: 0.8;
}

.online-contents-bar a {
  margin: 2em 0 2.5em;

}
.online-contents-bar a {
    border: 3px solid #175297;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: var(--block--box--pad);
    background-color: var(--background-color, #fff);
    border-radius: var(--border-radius, 0);
    color: #333;
    text-decoration: none;
}

.online-contents-bar a:before {
    position: absolute;
    content: "リンク";
    display: inline-block;
    text-align: center;
    background: #175297;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 0;
    padding: .8em .5em;
}

.online-contents-bar__thumbs {
  position: relative;
  z-index: 0;
  width: 180px;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: var(--border-radius, 0);
  padding: 0 30px;
  border-right: 2px solid gray;
}
.online-contents-bar__thumbs::before {
  display: block;
  height: 0;
  padding-top: var(--posts--thumb--ratio--list);
  content: "";
}
.online-contents-bar__thumbs img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius, 0);
  max-width: 100%;
  padding: 2px;
} 
.online-contents-bar__details {
  margin: auto;
  flex: 1 1;
  font-size: 1.5em;
  min-height: 1em;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-color, #666);
}

/* popup */
.tmb label{
  margin-bottom: 0px;
}
.tmb_img {
  width: 100%;
  height: auto;
}
.tmb_img:hover {
  cursor: pointer;
}
.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}
.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}
.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
}
.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 11;
  position: absolute;
  top: 15%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.popup__img img {
  width: 100%;
  height: 100%;
  max-width:400px;
  object-fit: contain;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}
.link p {
margin-bottom:10px 
}
.center{
  text-align: center;
  margin: 0 auto;
}

/* footer logo */
.footer {
  padding: 14px 0;
}
.footer table{
  width: 100%;
}
.footer table tbody tr{
}
.footer table tbody td{
  color: grey;
  font-size:0.9em;
  padding: 0px 2px;
  text-align: left;
  border-bottom: none;
}
.footer table tbody td:nth-of-type(1) {text-align:center;}
.footer table tbody td:nth-of-type(2) {padding-left: 10px; border-left: 1px dotted gray;}
.footer table tbody td:nth-of-type(3) {padding-left: 10px; border-left: 1px dotted gray;}

.footer dl{
  padding:4px 0 0;
  width: 100%;
}
.footer dt{
  padding: 6px 4px 0;
  width: 18%;
  float: left;
  clear: both;
}
.footer dd{
  width: 80%;
  float: left;
  padding: 6px 8px 0;
  color: grey;
  margin-bottom: 0;
  font-size:0.9em;
}
.footer span{
  padding: 4px 20px;
  color: grey;
}


@media(maz-width:768px) {
  #sidebar {
      margin-left: -250px
  }

  #sidebar.active {
      margin-left: 0px
  }

  #sidebarCollapse span {
      display: none
  }
}
@media(maz-width:368px) {
  body {
  padding: 0 10px;
  }
}
