@charset "utf-8";
/*--cf--*/
.cf {
  zoom: 100%;
  display: inline-block;
  display: block;
}
.cf:after {
  display: block;
  clear: both;
  content: ".";
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}
/*==rule==*/
.back_colormain {
  background-color: #FFFFFF;
}

.back_color01 {
  background-color: #0d1a83;
}

.back_color02 {}

.back_color03 {}

.flex {
  display: flex;
}

.box01 {
  width: 70%;
  margin: 1em auto;
}

.box02 {
  width: 70%;
  margin: 1em auto;
}

.box03 {
  width: 70%;
  margin: 0 auto;
}

.BL {
  border-left: solid #0b1a83 10px;
  padding-left: 10px;
}

.BL span{
  font-weight: normal;
  font-size: 16px;
}

.font_color01 {
  color: #403a3a;
}

.fb_new {
float: left;
color: #fff;
padding: 8% 2% 6% 4%;
}

.font_color02 {
color: #fff;
padding: 8% 2% 8% 4%;
}

.font_color03 {
  color: #ff3b00;
	text-shadow: 0px 0px 6px #fff;
}

.font_kind01 {
  font-family: 'Noto Sans JP', sans-serif;
}

.MT {
  margin-top: 1em;
}

/*==general==*/
* {
  box-sizing: border-box;
  font-size: calc(112.5%+0.25vw);
  /*文字はemで指定*/
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: bolder;
  line-height: 1.5;
}

img {
  width: 100%;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

h2,
h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}

.midashi {
  font-size: 1.5em;
  border-bottom: solid 1px black;
  padding-left: 20px;
}

.midashi02 {
  width: 100%;
  font-size: 1.4rem;
  border-bottom: solid 1px black;
  margin-right: 20%;
}

.head {
  width: 100%;
  height: 70px;
  z-index: 1000;
}

.head_inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.head_inner h1 {
  width: 100%;
}

.g-nav {
  height: 70px;
}

.g-nav-menu {
  display: flex;
  height: 70px;
  text-align: center;
}

.g-nav-menu li {
  margin-top: 10px;
}

.g-nav-menu li a {
  padding: 0 1em;
  border-left: solid 1px gray;
  font-size: 0.9em;
}

.g-nav-menu li a:hover {
  background-color: #2338db;
  color: white;
}

.fixed {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
}


/*index.html*/
section.slide-show {
  width: 100%;
  /* スライドショーの幅 */
  max-width: 100%;
  /* スマホで表示が欠けないように */
  margin: 0 auto;
  /* 中央揃え */
  position: relative;
}

.slide-show img {
  animation: show 12s infinite;
  /* 12秒のスライドショーを繰り返し */
  max-width: 100%;
  height: auto;
  opacity: 0;
  position: absolute;
  /* 画像を重ねて表示 */
  left: 0;
  top: 0;
}

@keyframes show {
  0% {
    opacity: 0
  }

  17% {
    opacity: 1
  }

  33% {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

.slide-show img:nth-of-type(1) {
  position: relative;
}

.slide-show img:nth-of-type(2) {
  animation-delay: 0s;
}

.slide-show img:nth-of-type(3) {
  animation-delay: 4s;
}

.slide-show img:nth-of-type(4) {
  animation-delay: 8s;
}

.aisatu_p {
  width: 70% !important;
  padding-top: 6em !important;
}


.tableBox01 tr {
  text-align: left;
}
.tableBox th {
  padding: 0.6rem 0rem;
}
.tableBox td {
  padding: 0.6rem 0rem;
}
.tableBox .tB_member1{
  width: 15%;
}
.tableBox .tB_member2{
  width: 5%;
}
.tableBox .tB_member3{
  width: 80%;
}
.table03 {
  width: 40%;
  margin: 1em 0;
  border-collapse: collapse;
}

.table03 tr {
  margin: 1.2em 0;
}

.table03 th {
  width: 8%;
}

.table03 td {
  width: 10%;
}

.course_box {
  width: 90%;
  margin: 1em auto;
  background-color: #eee;
  padding: 2em 5em 0.5em 3em;
  margin-bottom: 1em;
}

/*タイムラインデザイン*/
.cp_timeline04 {
  position: relative;
  margin: 1em auto;
  padding-bottom: 1em;
}

.cp_timeline04:before {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 3px;
  height: 100%;
  content: '';
  background: #8b7c7c;
}

.cp_timeline04 .timeline_item {
  margin: 0px 0px 0px 80px;
}

.cp_timeline04 .timeline_item .time_date .time {
  font-family: serif;
  font-size: 4em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  color: rgba(81, 125, 244, 0.1);
}

.cp_timeline04 .timeline_item .time_date .time:before {
  position: absolute;
  top: 45%;
  left: -41px;
  width: 15px;
  height: 15px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 3px solid #8b7c7c;
  background: #fff;
}

.cp_timeline04 .timeline_item .time_date .flag {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  margin-top: -60px;
  color: #0d1a83;
}

.cp_timeline04 .timeline_item .desc {
  font-size: 0.8em;
  line-height: 20px;
  margin-top: 10px;
  padding-left: 20px;
  border-left: 1px solid #880e4f;
}

/*member.html*/
.member_box{
  width: 100%;
  margin: 0 auto 5%;
  padding: 0 0 4em;
}


.member_box h2 {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0 1em;
}

.member_childbox {
  width: 90%;
  margin: 0 auto;
  padding: 3em;
}

.member {
  padding: 1em 0;
  justify-content: space-between;
}

.member a {
  width: calc(70%/3);
  color: #403a3a;
}

.member_in_childbox_left {
  float: left;
  width: 35%;
  margin-right: 5%
}

.member_in_childbox_right {
  float: right;
  width: 60%;
}

.member_in_childbox_right_p01 {
  width: 10%;
  text-align: center;
}

.member_in_childbox_right_p02 {
  width: 4%;
}

.schedule_box {
  width: 100%;
}

.schedule_box h4,
.schedule_box h6 {
  font-size: 1.2em;
  text-align: center;
  border: 5px solid #0d1a83;
  padding: 0.5em 0;
  margin: 2em;
  color: #0d1a83;
}

.schedule_box h5 {
  font-size: 1.2em;
  text-align: center;
  margin: 1em;
  color: #0d1a83;
}

.schedule_left {
  width: 37.5%;
}

.schedule_left > .schedule_list:nth-child(5) {
  margin: 0 0 24em 0;
}

.schedule_center {
  margin: 3.5em 0 0 0;
  width: 25%;
  text-align: center;
}

.schedule_center p {
  margin-top: 2em;
}

.schedule_right {
  width: 37.5%;
}

.schedule_right div:nth-child(2) {
  margin-top: 12em;
}

.schedule_right > .schedule_list:nth-child(3) {
  margin: 0 0 8em 0;
}

.schedule_right > .schedule_list:nth-child(4) {
  margin: 0 0 2em 0;
}

.schedule_left p {
  text-align: right;
}

.schedule_list {
  margin: 0 0 2em 0;
}

.schedule_comment,
.schedule_comment_right {
  position: relative;
  padding: 0.8em;
  background: #e0edff;
}

.schedule_comment:after {
  position: absolute;
  content: '';
  top: 20%;
  right: -28px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
  width: 0;
  height: 0;
}

.schedule_comment_right:after {
  position: absolute;
  content: '';
  top: 20%;
  left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
  width: 0;
  height: 0;
}

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

figcaption {
  text-align: center;
}

.contact_childbox {
  width: 90%;
  margin: 0 auto;
  padding: 3em;
}

.contact_childbox > div {
  width: 50%;
}

.OB_LINE {
  width: 80%;
  text-align: center;
  padding: 0.5em;
  color: #fff;
  background-color: #a4ef5c;
  font-size: 1.2em;
}

.gallery_box h2 {
  width: 90%;
  margin: 0 auto;
  padding: 1em 0 0.5em;
}

.gallery_box p {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 2em;
}

.gallery_title {
  width: 80%;
  margin: 5% auto;
  background: #0d1a83;
  text-align: center;
  padding: 1em;
}

.gallery_title p {
  color: #fff;
  margin: 0;
  border: solid 3px #fff;
  padding: 1em;
  font-size: 1.2em;
}

.match_box {
  width: 100%;
  margin: 2em auto;
}

.gallery_left,
.gallery_right {
  width: 50%;
}

footer {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  padding: 2rem 0;
}

footer ul {
  width: 90%;
  padding: 0 0 0 10em;
  margin: 0 auto;
}

footer ul li {
  width: calc(100%/5);
  text-align: left;
  margin-bottom: 1em;
}

footer ul li a {
  color: #fff;
}

footer ul li ul {
  width: 100%;
  padding: 0;
}

footer ul li ul li {
  width: 100%;
}

footer p {
  font-weight: 300;
  margin: 0;
  color: #cecdcc;
}


/*----メディアクエリはここから----*/

/*--PC向け--*/
@media screen and (min-width:981px) {
  #nav_toggle {
    display: none;
  }

  .font_sp_4 {
    letter-spacing: 2em;
  }

  .font_sp_3 {}

  .font_sp_2 {}

  .head_inner {
    width: 95%;
    height: 70px;
  }

  /*テーブルデザイン*/

  .table00 {
    width: 50%;
    margin: 3em auto;
    border-spacing: 0;
    text-align: center;
  }

  .table00 th {
    width: 30%;
    border-bottom: solid 2px #fb5144;
    padding: 10px 0 10;
  }

  .table00 td {
    width: 35%;
    border-bottom: solid 2px #ddd;
    padding: 10px 0;
  }

  .table01 p {
    margin: 0;
  }

  .table01 {
    width: 80%;
    margin: 1em auto;
    border-spacing: 0;
    text-align: right;
  }

  .table01 th {
    width: 20%;
    border-bottom: solid 2px #fb5144;
    padding: 10px 0 10;
  }

  .table01 td {
    width: 40%;
    border-bottom: solid 2px #ddd;
    padding: 10px 0;
  }

  .th_b_none {
    border: none !important;
  }

  /*テーブルデザイン02*/


  .table02 {
    width: 80%;
    margin: 2em auto;
    border-collapse: collapse;
  }

  .table02 p {
    margin: 0;
  }

  .table02 tr {
    border-bottom: solid 2px white;
  }

  .table02 tr:last-child {
    border-bottom: none;
  }

  .table02 th {
    position: relative;
    text-align: center;
    width: 40%;
    background-color: #0b1a83;
    color: white;
    padding: 0.5em 0;
  }

  .table02 th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #0b1a83;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .table02 tr td {
    text-align: left;
    width: 50%;
    background-color: #eee;
    padding: 10px 2em;
  }

  .table04 {
    width: 100%;
    margin: 1em 0;
    border-collapse: separate;
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .table04 tr {
    width: 100%;
    margin: 5px 0;
  }

  .table04 th {
    width: 12%;
    margin-top: 15px;
    vertical-align: sub;
    text-align: left;
  }

  .table04 td {
    width: 88%;
  }

  .table04 td ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    border-left: 1px solid gray;
  }

  .table04 td ul p {
    margin: 5px;
    padding: 5px;
    width: 2em;
    height: 95px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: url(../img/kamabokoita.jpg) center/cover no-repeat;
  }


  .head_inner > a {
    width: 40%;
  }

  .g-nav {
    width: 80%;
    margin-left: 10px;
  }

  .g-nav-menu li {
    align-items: center;
    width: calc(100%/7);
    color: gray;
  }

  .g-nav-menu li a {
    text-decoration: none;
    color: gray;
    margin: 1em 0;
    display: block;
    transition: 0.5s;
    padding: 0;
  }

  .info_box {
    z-index: 1;
  }

  .info_box01 {
    margin-bottom: 40px;
    text-align: left;
  }

  .info_box01 h2 {
    margin-bottom: 1em;
  }

  .info_box>div {
    margin: 0 auto;
  }

  .fb-container {
	  width: 500px;
	  float: right;
  }
  .sidebunner {
    width: 100%;
    display: flex;
  }
  .sidebunner div {
    width: 20%;
    padding: 0.5em;
    margin: 2em 0;
  }

}

/*--TAB向け--*/
@media screen and (max-width:980px) and (min-width:769px) {
  #nav_toggle {
    display: none;
  }
  .table02 {
    width: 80%;
    margin: 2em auto;
    border-collapse: collapse;
  }

  .table02 p {
    margin: 0;
  }

  .table02 tr {
    border-bottom: solid 2px white;
  }

  .table02 tr:last-child {
    border-bottom: none;
  }

  .table02 th {
    position: relative;
    text-align: center;
    width: 40%;
    background-color: #0b1a83;
    color: white;
    padding: 0.5em 0;
  }

  .table02 th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #0b1a83;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .table02 tr td {
    text-align: left;
    width: 50%;
    background-color: #eee;
    padding: 10px 2em;
  }

  .head_inner {
    width: 100%;
    height: 70px;
  }

  .head_inner > a {
    width: 30%;
    padding: 0 5px 0 0;
  }

  .g-nav {
    width: 70%;
    padding-left: 1em;
    font-size: 0.8em;
  }

  .g-nav-menu li {
    align-items: center;
    width: calc(100%/6);
    color: gray;
    background: #fff;
  }

  .g-nav-menu li a {
    text-decoration: none;
    color: gray;
    height: 40px;
    padding: 12px 0 10px 0;
    display: block;
    transition: 0.5s;
  }

  .member_in_childbox_right_p01 {
    width: 20%;
    text-align: center;
  }

  .member a {
    width: calc(90%/3);
    color: #403a3a;
  }

  .table01 p {
    margin: 0;
  }

  .table01 {
    width: 100%;
    margin: 0.5em auto;
    border-spacing: 0;
    text-align: right;
  }

  .table01 th {
    width: 24%;
    border-bottom: solid 2px #fb5144;
    padding: 10px 0 10;
  }

  .table01 td {
    width: 38%;
    border-bottom: solid 2px #ddd;
    padding: 10px 0;
  }

  .table00 {
    width: 100%;
    text-align: center;
  }

  .table05 {
    width: 80%;
    margin: 1em auto;
    border-spacing: 0;
    font-size: 0.8em;
    text-align: right;
  }

  .table05 tr {
    width: 100%;
    display: block;
  }

  .table05 th {
    width: 100%;
    display: block;
    border-bottom: solid 2px #fb5144;
    padding: 10px 0 10px;
    text-align: left;
  }

  .table05 td {
    width: 100%;
    display: block;
    padding: 2px 0;
  }

  .table05 td p {
    margin: 0;
  }

  .table04 {
    width: 100%;
    margin: 1em 0;
    font-size: 1em;
    border-collapse: separate;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .table04 tr {
    width: 100%;
  }

  .table04 th {
    width: 15%;
    text-align: left;
    vertical-align: sub;
    margin-top: 5px;
  }

  .table04 td {
    width: 85%;
    margin: 0;
  }

  .table04 td ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    border-left: 1px solid gray;
  }

  .table04 td ul p {
    margin: 10px;
    padding: 5px;
    width: 2em;
    height: 95px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: url(../img/kamabokoita.jpg) center/cover no-repeat;
  }


  .info_box01 {
    margin-bottom: 40px;
    display: flex;
  }

  .info_box01 h2 {
    margin-bottom: 1em;
  }


  .info_box div {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
  }
  .sidebunner {
    width: 100%;
    display: flex;
  }
  .sidebunner div {
    width: 20%;
    padding: 0.5em;
    margin: 2em 0;
  }
	.font_color02 {
	float: none;
	color: #fff;
	padding: 0% 0% 0% 0%;
	text-align: center;
	}
	.fb-container {
	 width: 100%;
	max-width: 500px;
	float: none;
	margin: 0 auto;
  	}
	.back_color01 {	padding-bottom: 2%;}
}



/*--SP向け--*/

@media screen and (max-width:768px) {

  /*テーブルデザイン*/
  .box01 {
    width: 90%;
    margin: 10px auto;
  }

  .box02 {
    width: 90%;
    margin: 0 auto;
  }

  .box03 {
    width: 90%;
    margin: 0 auto;
  }

  .course_box {
    width: 100%;
  }

  .table00 {
    width: 100%;
    text-align: center;
  }

  .table01 p {
    margin: 0;
  }

  .table01 {
    font-size: 0.8em;
    width: 100%;
    margin: 0.5em auto;
    border-spacing: 0;
    text-align: right;
  }

  .table01 th {
    width: 24%;
    border-bottom: solid 2px #fb5144;
    padding: 10px 0 10;
    font-size: 0.8em;
  }

  .table01 td {
    width: 38%;
    border-bottom: solid 2px #ddd;
    padding: 10px 0;
  }

  .table05 {
    width: 100%;
    margin: 1em auto;
    border-spacing: 0;
    font-size: 0.8em;
    text-align: right;

  }

  .table05 tr {
    width: 100%;
    display: block;
  }

  .table05 th {
    width: 100%;
    display: block;
    border-bottom: solid 2px #fb5144;
    padding: 10px 0 10px;
    text-align: left;
  }

  .table05 td {
    width: 100%;
    display: block;
    padding: 2px 0;
  }

  .table05 td p {
    margin: 0;
  }

  .table02 {
    width: 100%;
    margin: 1em auto;
    border-collapse: collapse;
    font-size: 0.8em
  }

  .table02 p {
    margin: 0;
  }

  .table02 tr {
    border-bottom: solid 2px white;
  }

  .table02 tr:last-child {
    border-bottom: none;
  }

  .table02 th {
    position: relative;
    text-align: center;
    width: 30%;
    background-color: #0b1a83;
    color: white;
    padding: 0.5em 0;
  }

  .table02 th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #0b1a83;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .table02 td {
    text-align: left;
    width: 50%;
    background-color: #eee;
    padding: 10px 2em;
  }


  .table03 {
    width: 90%;
    margin: 1em 0;
    border-collapse: collapse;
  }

  .table03 tr {
    margin: 1em 0;
  }

  .table03 th {
    width: 5%;
  }

  .table03 td {
    width: 8%;
  }

  .table04 {
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse;
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .table04 tr {
    width: 100%;
    margin: 1em 0;
  }

  .table04 th {
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
    margin-bottom: 5px;
  }

  .table04 td {
    width: 100%;
    display: block;
  }

  .table04 td ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .table04 td ul p {
    margin: 10px;
    padding: 5px;
    width: 2em;
    height: 95px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: url(../img/kamabokoita.jpg) center/cover no-repeat;
  }


  h2,
  h3 {
    font-size: 1em;
    margin-bottom: 0;
  }

  figcaption {
    font-size: 0.8em;
  }

  figcaption p {
    margin: 0;
  }

  .midashi {
    font-size: 1.2em;
  }

  .g-nav {
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    z-index: 10000;
  }

  .head_inner > a {
    width: 80%;
  }

  .g-nav-menu {
    display: block;
    margin: 0 auto;
  }

  .g-nav-menu li {
    width: 100%;
    padding: 1em;
    margin: 0 auto;
    background: #fff;
    text-align: center;
  }

  .g-nav-menu li a {
    display: block;
    color: gray;
  }

  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 5%;
    height: 2em;
    position: relative;
    margin-left: 14%;
    z-index: 100;
  }

  #nav_toggle div {
    position: relative;
  }

  #nav_toggle span {
    display: block;
    height: 4px;
    background: gray;
    position: absolute;
    width: 100%;
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  #nav_toggle span:nth-child(1) {
    top: 0px;
  }

  #nav_toggle span:nth-child(2) {
    top: 12px;
  }

  #nav_toggle span:nth-child(3) {
    top: 24px;
  }

  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .info_box01 {
    display: block;
    width: 100%;
    font-size: 1em;
    text-align: center;
  }

  .info_box01 h2{
    padding: 0.5em;
    font-size: 1.2em
  }


  .sidebunner {
    width: 100%;
    margin: 0 auto;
  }
  .sidebunner div {
    width: 70%;
    padding: 0.5em;
    margin: 0 auto;
  }

  .sidebunner > div > a > img {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
  }

  .schedule_box {
    width: 100%;
  }

  .schedule_box h4,
  .schedule_box h6 {
    font-size: 1em;
    text-align: center;
    border: 3px solid #0d1a83;
    padding: 0.6em 0;
    margin: 0 0 3em;
    color: #0d1a83;
  }

  .schedule_box h5 {
    font-size: 0.8em;
    text-align: center;
    margin: 0;
    color: #0d1a83;
  }

  .schedule_left {
    width: 37.5%;
    font-size: 0.8em;
  }

  .schedule_left .schedule_list:nth-child(5) {
    margin: 0 0 24em 0;
  }

  .schedule_center {
    margin: 3.5em 0 0 0;
    width: 25%;
    text-align: center;
  }

  .schedule_center p {
    margin-top: 1em;
  }

  .schedule_right {
    width: 37.5%;
    font-size: 0.8em;

  }

  .schedule_right div:nth-child(2) {
    margin-top: 12em;
  }

  .schedule_right > .schedule_list:nth-child(3) {
    margin: 0 0 10em 0;
  }

  .schedule_right > .schedule_list:nth-child(4) {
    margin: 0 0 2em 0;
  }

  .schedule_left p {
    text-align: right;
  }

  .schedule_list {
    width: 100%;
    margin: 0;

  }

  .schedule_comment,
  .schedule_comment_right {
    position: relative;
    padding: 0.2em;
    background: #e0edff;
  }

  .schedule_comment:after {
    position: absolute;
    content: '';
    top: 8%;
    right: -14px;
    border: 8px solid transparent;
    border-left: 8px solid #e0edff;
    width: 0;
    height: 0;
  }

  .schedule_comment_right:after {
    position: absolute;
    content: '';
    top: 30%;
    left: -14px;
    border: 8px solid transparent;
    border-right: 8px solid #e0edff;
    width: 0;
    height: 0;
  }

  .box01 {
    width: 90%;
    margin: 0.5em auto;
  }

  .box02 {
    width: 90%;
    margin: 1em auto;
  }

  .box03 {
    width: 90%;
    margin: 0 auto;
  }

  .gallery_title {
    width: 100%;
    margin: 0 auto;
    background: #0d1a83;
    text-align: center;
    padding: 1em;
  }

  .gallery_title p {
    color: #fff;
    margin: 0;
    border: solid 3px #fff;
    padding: 1em;
    font-size: 1.2em;
  }

  .midashi02 {
    width: 100%;
    font-size: 1.4rem;
    border-bottom: solid 1px black;
    padding-bottom: 0.5em;
    margin-right: 20%;
  }
  .tableBox th {padding: 0.6rem 0rem;}
  .tableBox td {padding: 0.6rem 0rem;}
  .tableBox .tB_member1{ width: 15%;}
  .tableBox .tB_member2{ width: 5%;}
  .tableBox .tB_member3{ width: 80%;}

  .member_in_childbox_left {
    float: none;
    width: 60%;
    margin: 0 auto 1em;
  }

  .member_childbox {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    display: inherit;
    font-size: 0.8em;
  }

  .member_in_childbox_right {
    width: 100%;
    margin: 0 auto;
  }

  .member_in_childbox_right {
    width: 100%;
    margin: 1em auto;
  }

  .member_in_childbox_right_p01 {
    width: 20%;
    text-align: center;
  }

  .member_in_childbox_right_p02 {
    width: 4%;
  }

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

  .member_box{
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .member_box h2 {
    width: 100%;
    margin: 0 auto;
    padding: 0.5rem 0 0.6rem;
  }

  .member a {
    width: calc(90%/3);
    color: #403a3a;
  }

  .contact_childbox {
    width: 95%;
    margin: 0 auto;
    padding: 1em;
    font-size: 0.8em;
  }

  .contact_childbox > div {
    width: 50%;
  }

  .OB_LINE {
    width: 90%;
    text-align: left;
    padding: 0.5em;
    color: #fff;
    background-color: #a4ef5c;
    font-size: 1em;
  }


  footer {
    text-align: center;
    color: #fff;
    font-size: 0.7em;
    padding: 1em 1em;
  }

  footer ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  footer ul li {
    width: calc(100%/5);
    text-align: left;
    margin-bottom: 0.5em;
  }
	.font_color02 {
	float: none;
	color: #fff;
	padding: 0% 0% 0% 0%;
	text-align: center;
	}
	.fb-container {
	 width: 100%;
	max-width: 500px;
	float: none;
	margin: 0 auto;
  	}
}
