@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
/* p {
  color: #000000;
  line-height: 1.7;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a:before,
a:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

a,
a:before,
a:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-all;
} */

/* h5 {
  font-size: 20px;
  color: #21b7b6;
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  h5 {
    font-size: 18px;
  }

  .mb30-tb {
    margin-bottom: 30px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
} */

/*------------ 全体 ------------*/
html {
}

body {
  background: #f4f4f4;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

.yu {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
}

/*------------ WRAPPER ------------*/
#wrapper {
  padding-top: 90px;
}

.content_inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.content_inner.content_main_column,
.content_inner.content_main_column.-news {
  background: #fff;
  padding: 50px 30px;
}

.content_inner.content_main_column.-news {
  max-width: 800px;
}

#report .content_inner .txt {
  margin-bottom: 40px;
}

#report .content_inner .img-wrap {
  margin-bottom: 40px;
}

.content_inner.content_main_column.-news iframe {
  height: 420px;
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .content_inner.content_main_column.-news iframe {
    height: 240px;
  }
}

.content_main_column.-news .box {
  margin-bottom: 30px;
}

/*------------ HEADER ------------*/
#header_wrap {
  /* position: fixed; */
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#header {
  background-color: rgba(33, 183, 182, 1);
  box-shadow: 0px 0px 10px 0px rgba(8, 1, 3, 0.2);
}

#header h1 {
  display: none;
}

#header .header_logo {
  float: left;
  padding-top: 14px;
}

/*------------ NAVI ------------*/
#gnav_sp {
  display: none;
}

#gnav {
  text-align: right;
  /* border-right: 1px solid #82EAEA; */
  float: right;
  font-size: 0;
}

#gnav > ul > li {
  display: inline-block;
  vertical-align: top;
  /* border-left: 1px solid #82EAEA; */
}

#gnav > ul > li > a,
#gnav > ul > li > span {
  width: 100%;
  padding: 0 15px;
  display: table-cell;
  color: #fff;
  text-decoration: none;
  text-align: center;
  /* width: 130px; */
  height: 90px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.2s;
}

#gnav > ul > li > a:hover,
#gnav > ul > li > a.active,
#gnav > ul > li > span:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(13, 163, 162, 1);
}

#gnav ul > li.search {
  position: relative;
  width: 90px;
  border-left: 0;
}

#gnav img {
  vertical-align: middle;
}

#gnav > ul > li#gnav01,
#gnav > ul > li#gnav02,
#gnav > ul > li#gnav03 {
  position: relative;
}
#gnav > ul > li#gnav01:after,
#gnav > ul > li#gnav02:after,
#gnav > ul > li#gnav03:after {
  position: absolute;
  content: "\f078";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: white;
  line-height: 1;
  text-align: center;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
#gnav > ul > li > a:hover,
#gnav > ul > li > a.active,
#gnav > ul > li > span:hover {
  background-color: rgba(13, 163, 162, 1);
}

#btn_menu {
  display: none;
}

.gnav_sub {
  clear: both;
  display: none;
  background-color: rgba(33, 183, 182, 0.9);
  padding: 20px 0 10px;
  transition: all 0.2s ease;
  /* animation: fadeIn .3s ease-in-out; ホバー後の出現でチカチカする原因　*/
  width: 100%;
  position: fixed;
  z-index: 12;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}

.gnav_sub > div {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.gnav_sub > div > ul {
  margin-bottom: 20px;
}

.gnav_sub > div > ul > li {
  float: left;
  margin-right: 40px;
}

.gnav_sub_list > li {
  float: left;
  margin: 0 40px 0 0;
}

.gnav_sub_list > li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
}

.gnav_sub_list > li.main {
  float: none;
  font-size: 18px;
  font-weight: bold;
}

.gnav_sub_list > li.main a {
  font-size: 18px;
}

.gnav_sub_list > li.main:before {
  content: none;
}

.gnav_sub_list > li a,
.gnav_sub_list > li {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.gnav_sub_list > li a:hover,
.gnav_sub_list > li a.active {
  text-decoration: underline;
}

#top_bnr {
  overflow: hidden;
  margin-top: 80px;
}

#top_bnr li {
  width: 362px;
  margin: 0 32px 15px 0;
  float: left;
}

#top_bnr li:nth-child(3n) {
  margin-right: 0;
}

#top_bnr li a:hover {
  opacity: 0.7;
}

.top_ttl h3.yu {
  font-size: 48px;
  line-height: 1.4;
  color: #21b7b6;
}

@media (max-width: 768px) {
  .top_ttl h3.yu {
    font-size: 24px;
  }
}

.top_text {
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
}

.box02 {
  padding: 0 45px;
}

.top_col {
  overflow: hidden;
  margin-bottom: 50px;
}

.top_col > li:nth-child(1) {
  width: 500px;
  float: left;
}

.top_col > li:nth-child(2) {
  width: 520px;
  float: right;
}

.bnr_list li {
  width: calc(50% - 20px);
  overflow: hidden;
  display: flex;
  align-content: center;
}

.bnr_list > li {
  border: 1px solid #dcdcdc;
  margin-bottom: 15px;
}

.bnr_list > li > dl {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.bnr_list > li > dl > dt {
  /* float: left; */
  width: 37%;
  display: flex;
  align-items: center;
}

.bnr_list > li > dl > dt img {
  width: 100%;
}

.bnr_list > li > dl > dd {
  /* float: left; */
  width: 63%;
  font-size: 13px;
  padding: 15px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  background-color: #fff;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 4);
  height: 60px;
  border-right: 2px solid #fff;
  background-color: #d2d2d2;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #21b7b6;
  color: #fff;
}

/*20160716add トップページ限定*/
/*
#gnav.top {
    float: left;
}
#gnav.top li a{
    padding:0 21px;
}
*/

/*------------ article ------------*/
.article {
}

.article .box {
  width: 1000px;
  margin: 0 auto 150px auto;
  margin-bottom: 150px;
}

.article .box:last-child {
  margin-bottom: 50px;
}

.article .box h3 {
  font-size: 42px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.article .box h4 {
  font-weight: normal;
  line-height: 2.2;
  margin-bottom: 60px;
}

.article .box h4 em {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
}

.article .box h4 em i.icon {
  padding: 11px 16px;
  margin-right: -40px;
  /*background-image:url(../../../../../images/common/bg_article_h4.png);*/
  background-position: top;
  background-repeat: no-repeat;
}

.article .box h4 span {
  font-size: 12px;
  font-weight: bold;
  margin-right: 4px;
}

.article .box h5 {
  font-weight: normal;
  line-height: 2.2;
  margin-bottom: 60px;
}

.article .box h5 em {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
}

.article .box p {
  line-height: 2.2;
  /*    font-size: 13px;*/
  font-size: 16px;
}

.article .box p.lead_text {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: bold;
}

.article .box p.info {
  color: #999;
  font-size: 11px;
  line-height: 1.8;
  text-align: right;
}

.article table {
  width: 100%;
  text-align: left;
}

.article table {
  width: 100%;
  text-align: left;
}

.article table thead {
  background: #35bdbc;
}

.article table th {
  color: #fff;
  padding: 15px 10px;
  border: 1px solid #ccc;
}

.article table td {
  padding: 10px 10px;
  border: 1px solid #ccc;
}

.article table tr td:nth-of-type(1) {
  width: 150px;
}

.article table tr td:nth-of-type(2) {
  width: 380px;
}

/*box_body*/
.article .box .box_body {
  text-align: left;
}

.article .box .box_body > p {
  margin-bottom: 55px;
}

/*img_left_block*/
.article .box .box_body .img_left_block {
}

.article .box .box_body .img_left_block .img {
  float: left;
  margin-right: 30px;
}

.article .box .box_body .img_left_block .img span {
  display: block;
  color: #999;
  font-size: 12px;
}

.article .box .box_body .img_left_block .text {
  padding: 10px;
}

/*img_right_block*/
.article .box .box_body .img_right_block {
}

.article .box .box_body .img_right_block .img {
  float: right;
  margin-left: 30px;
}

.article .box .box_body .img_right_block .img span {
  display: block;
  color: #999;
  font-size: 12px;
  text-align: right;
}

.article .box .box_body .img_right_block .text {
  padding: 10px;
}

/*img_center_block*/
.article .box .box_body .img_center_block {
}

.article .box .box_body .img_center_block .img {
  text-align: center;
}

.article .box .box_body .img_center_block .img span {
  display: block;
  color: #999;
  font-size: 12px;
  text-align: left;
  margin-bottom: 20px;
}

.article .box .box_body .img_center_block .text {
}

/*box_body List*/
.article .box .box_body ul {
}

.article .box .box_body li {
  width: 290px;
  float: left;
  margin-left: 25px;
}

.article .box .box_body li:nth-of-type(1) {
  margin-left: 0;
}

.article .box .box_body li img {
  margin-bottom: 10px;
}

.article .box .box_body li p:nth-of-type(1) {
  font-weight: bold;
}

.article .box .box_body li p:nth-of-type(2) {
}

/*------------ TOP ------------*/

/*20160716add*/
#header._hover.top {
  margin-right: 10px;
}

#main > .content_inner {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 0;
  bottom: 0;
  /* margin-left: -500px; */
  transform: translateX(-50%);
}

#main {
  position: relative;
}

#main .arrow {
  position: absolute;
  top: 50%;
  margin-top: -38px;
  margin-right: 10px;
  margin-left: 10px;
}

#main .arrow.arrow_next {
  right: 0;
}

/*
#slide_main img{
    opacity: 0.7;
}
*/
#slide_main li {
  position: relative;
}

#slide_main li .copy {
  position: absolute;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  /*    text-shadow: 0px 0px 8.5px rgba(0, 0, 0, 0.4);*/
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
  line-height: 1.5;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#slide_main li .copy.-slide02 {
  text-shadow: 1px 1px 7px rgb(0 0 0);
}

@media (max-width: 768px) {
  #slide_main li .copy {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  #slide_main li .copy {
    font-size: 18px;
  }
}

#slide_main li .copy img {
  display: inline-block;
}

#slide_main li .copy_cm {
  text-align: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#slide_main li .copy_tl {
  top: 5%;
  left: 5%;
}

#slide_main li .copy_bl {
  bottom: 5%;
  left: 5%;
}

#slide_main .bg {
  width: 100%;
}

#slide_main .content_inner {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 0;
  bottom: 0;
  /* margin-left: -500px; */
  transform: translateX(-50%);
}

.bx-pager {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  font-size: 0;
}

.bx-pager .box {
  background-color: #fff;
  width: 790px;
}

.bx-pager .box a {
  margin: 0 5px;
}

.bx-pager .box a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.bx-pager .box a.active {
  opacity: 0.7;
}

.bx-pager img {
  width: 150px;
}

.bx-pager .box a img {
  border: 5px solid #ffffff;
}

.bx-pager .box a.active img {
  border: 5px solid #21b7b6;
}

#top_link_area {
  padding: 50px 0;
  background-color: #f5f5f5;
}

#top_link_area li {
  float: left;
  width: 318px;
  border: 1px solid #dcdcdc;
  margin-right: 20px;
  position: relative;
}

#top_link_area li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#top_link_area li.last {
  margin-right: 0;
}

#top_link_area li .ttl {
  position: absolute;
  bottom: -1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  display: block;
  z-index: 10;
}

#top_link_area li .icon {
  /*background-image:url(../../../../../images/common/arrow_link_r.png);*/
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

#contents_top {
  padding: 50px 0;
}

#content_top_l {
  width: 800px;
  float: left;
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
}

#content_top_l .box {
  margin: 0 auto;
  width: 740px;
  overflow: hidden;
}

#content_top_r {
  /*width:235px;*/
  width: 300px;
  padding: 20px;
  float: right;
  overflow: hidden;
  background: #fff;
}

#content_top_r .box {
  padding: 20px 15px;
  background: #f4f4f4;
  margin: 0 auto 20px auto;
}

#content_top_r .box .ttl {
  font-size: 14px;
  font-weight: 700;
  color: #4e4e4e;
  padding-bottom: 10px;
}

#content_top_r .box .body {
  padding-bottom: 15px;
}

#content_top_r .box .btn a {
  background-color: #21b7b6;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
}

#content_top_r .box .btn a .icon {
  /*background-image:url(../../../../../images/common/arrow_link_w.png);*/
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 14px auto;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.ttl_red {
  padding-bottom: 25px;
  vertical-align: middle;
}

.ttl_red.ttl_report .yu {
  letter-spacing: 0;
}

.ttl_red .yu {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 5px;
  display: inline-block;
  vertical-align: middle;
}

.ttl_red span {
  display: inline-block;
  border-left: 2px solid #e6e6e6;
  margin-left: 30px;
  padding: 5px 0 5px 30px;
  vertical-align: middle;
  color: #999;
}

#list_topics_top {
  position: relative;
  width: 765px;
}

#list_topics_top li {
  float: left;
  margin-bottom: 15px;
}

#list_topics_top li .pic {
  padding-bottom: 20px;
}

#list_topics_top li.box .pic {
  padding-bottom: 10px;
}

#list_topics_top li .pic img {
  border: 1px solid #dcdcdc;
}

#list_topics_top li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#list_topics_top li span {
  display: block;
}

#list_topics_top li.box {
  width: 171px;
  min-height: 260px;
  margin-right: 20px;
}

#list_topics_top li.box:last-child {
  margin-right: 0;
}

#list_topics_top li.box_l {
  width: 362px;
  min-height: 310px;
}

#list_topics_top li.box_l:nth-child(odd) {
  margin-right: 20px;
}

#list_topics_top li .ttl {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

#news_top.box {
  margin-top: 70px;
}

#list_news_top.sub {
  padding-top: 30px;
}

#list_news_top li {
  font-size: 16px;
  padding: 0 30px 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #e6e6e6;
}

@media (max-width: 768px) {
  #list_news_top li {
    padding: 0 0 15px;
    font-size: 14px;
  }
}

#list_news_top li a {
  color: inherit;
  text-decoration: none;
}

#list_news_top li a:hover {
  text-decoration: underline;
}

#list_news_top li.last {
  border: none;
}

#list_news_top li .ttl {
  font-size: 17px;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #list_news_top li .ttl {
    font-size: 14px;
  }
}

.date span {
  vertical-align: middle;
}

.date .date_num {
  display: inline-block;
}

.date .cat,
.name .cat {
  display: inline-block;
  font-size: 10px;
  line-height: 100%;
  padding: 4px;
  margin-left: 10px;
  border-radius: 3px;
  position: relative;
  top: 0;
}

.date .cat.cat1,
.name .cat.cat1 {
  background-color: #21b7b6;
  color: #fff;
}

.date .cat.cat2 {
  background-color: #dcdcdc;
}

#list_bnr,
#list_bnr2,
#bnr_area {
  margin-bottom: 50px;
}

#list_bnr li,
#bnr_area li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin-bottom: 20px;
  text-align: center;
}

#list_bnr li.col2,
#bnr_area li.col2 {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 20px;
  text-align: center;
}

#list_bnr2 li,
#bnr_area2 li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  /* //    margin-bottom: 20px; */
  text-align: center;
}

#list_bnr li img,
#bnr_area li img,
#list_bnr li.col2 img,
#bnr_area li.col2 img {
  /*    border:1px solid #dcdcdc;*/
}

#list_bnr li p,
#bnr_area li p {
  width: 312px;
  height: 122px;
  border: 1px solid #dcdcdc;
  padding: 50px 10px 0 10px;
  margin-left: 24px;
}

#list_bnr li.col2 p,
#bnr_area li.col2 p {
  width: 500px;
  height: 122px;
  border: 1px solid #dcdcdc;
  padding: 50px 10px 0 10px;
  margin-left: 24px;
}

#list_bnr2 li p,
#bnr_area2 li p {
  width: 240px;
  height: 40px;
  /* //    border:1px solid #dcdcdc; */
  padding: 10px 0px 0 0px;
  /* //    margin-left: 24px; */
  font-size: 15px;
}

#athelete p.text {
  margin-bottom: 30px;
}

#athelete a {
  font-weight: bold;
  color: #000;
}

#list_bnr li a:hover,
#bnr_area li a:hover {
  opacity: 0.7;
}

#topic_path {
  padding: 15px 0 20px;
  font-size: 12px;
}

#topic_path li {
  display: inline-block;
  vertical-align: middle;
}

#topic_path li a {
  color: #21b7b6;
}

#topic_path li a:hover {
  text-decoration: none;
}

#topic_path li.home {
  /*background-image:url(../../../../../images/common/icon_home.png);*/
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

/*-------- ABOUT --------*/
.about .space {
  height: 100px;
}

.about .ttl_red {
  text-align: center;
  padding-bottom: 40px;
  margin-top: 10px;
}

.about .ttl_red h3 {
  font-size: 38px;
}

.about #page_link {
  /*
    padding-left: 72px;
*/
  padding-left: 84px;
  width: 1150px;
  margin: 0 auto;
}

#concept {
  padding: 100px 0;
}

#concept .body {
  font-size: 16px;
  line-height: 2.2;
}

#concept_body {
  /*   padding-bottom:90px;*/
}

#concept_body .lead {
  text-align: center;
  color: #0096e3;
  font-size: 30px;
  font-weight: 100;
}

#concept_body .ttl_concept {
  text-align: center;
  color: #0096e3;
  font-size: 43px;
  font-weight: 700;
  padding-bottom: 40px;
}

#concept_body .ttl_rinen,
#organization .ttl_rinen {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

#concept_body .list_indent li {
  font-size: 16px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  padding-bottom: 10px;
}

.img_activity {
  text-align: center;
}

.block_pd {
  padding: 0 25px;
  margin-bottom: 50px;
}

.bg_gray {
  background-color: #f5f5f5;
}

.bg_beige {
  background-color: #ffffff;
}

#greeting {
  /*padding:100px 0;*/
}

#greeting .pic {
  float: right;
  width: 240px;
  text-align: center;
}

#greeting .pic p {
  padding-top: 5px;
  font-size: 13px;
  color: #666;
}

#greeting .pic p span:nth-of-type(1) {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  color: #222;
  font-weight: bold;
}

#greeting .pic p span:nth-of-type(2) {
  font-size: 14px;
  display: inline-block;
  color: #222;
  font-weight: bold;
}

#greeting .body {
  font-size: 16px;
  line-height: 2.2;
  width: 800px;
}

#company_chart {
  text-align: center;
}

#organization {
  padding: 0 0 100px 0;
}

/*
.img_organization{
    text-align:center;
}

#organization .body{
    font-size:20px;
}

#organization table tr{
    line-height: 2;
}

#organization table td{
    padding-right:20px;
    font-size: 18px;
}

#organization .post{
    width: 220px;
}

#organization .name{
    width: 130px;
}*/

#organization table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}

#organization th,
#organization td {
  padding: 20px;
  border: 3px solid #fff;
}

#organization th {
  background: #f9f9f9;
  width: 240px;
}

#organization th {
  text-align: left;
  font-weight: normal;
}

#organization td.name {
  text-align: left;
  width: 150px;
}

#organization td {
  text-align: left;
}

#organization .hidenka {
  /* //width: 144px; */
  height: 250px;
}

.pdf-list li {
  font-size: 16px;
}

.pdf-list .year {
  display: inline-block;
}

.pdf-link {
  font-size: 16px;
  color: #21b7b6;
}

.pdf-list .pdf a,
.pdf-link > a {
  text-decoration: underline;
  display: inline-block;
  color: #21b7b6;
}

.pdf-link > a:hover {
  text-decoration: none;
}

.pdf-list .pdf:before,
.pdf-link:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  z-index: 20;
  display: inline-block;
  color: #21b7b6;
}

.pdf-list li {
  border-bottom: 1px solid #ccc;
  padding: 20px 30px;
}

.pdf-list li:first-child {
  border-top: 1px solid #ccc;
}

.pdf-list .year {
  font-weight: bold;
  margin-right: 30px;
}

.history-list {
  padding-top: 20px;
}
.accordion-box li.open {
  background: #f8f8f8;
  padding: 10px 15px 5px 15px;
  position: relative;
  margin-bottom: 20px;
}
.accordion-box li.open::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "\f055";
  color: #26b7bc;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 24px;
}

.accordion-box li.open.active::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "\f056";
  color: #26b7bc;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 480px) {
  .accordion-box li.open {
    padding: 10px 35px 5px 15px;
  }

  .accordion-box li.open h5 {
    font-size: 16px;
  }

  .accordion-box li.open.active::after {
    right: 10px;
    font-size: 20px;
  }

  .accordion-box li.open::after {
    right: 10px;
    font-size: 20px;
  }
}

.history-list li {
  position: relative;
  padding: 20px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.history-list li:first-child {
  padding-top: 0;
}

.history-list li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #999 transparent transparent transparent;
  bottom: -5px;
  left: 40px;
}

.history-list li:last-child:before {
  display: none;
}

.history-list li .year {
  font-weight: bold;
  width: 120px;
}

.history-list li .txt {
  position: relative;
  display: inline-block;
  width: calc(100% - 120px);
  padding-left: 70px;
}

.history-list li .txt:before,
.history-list li .txt:after {
  position: absolute;
  content: "";
}

.history-list li .txt:after {
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background: #21b7b6;
  left: 30px;
  top: 11px;
}

.history-list li .txt:before {
  width: 30px;
  height: 1px;
  background: #21b7b6;
  left: 0;
  top: 13px;
}

.number-list li {
  padding-left: 20px;
  position: relative;
  padding-left: 20px;
  counter-increment: count;
  margin-bottom: 10px;
  font-size: 16px;
}

.number-list li:before {
  content: counter(count) ".";
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .pdf-link {
    font-size: 14px;
    color: #21b7b6;
  }

  .pdf-list li {
    padding: 10px 15px;
  }

  .history-list li {
    padding: 15px 0;
    font-size: 14px;
  }

  .history-list li:before {
    left: 35px;
  }

  .history-list li:last-child:before {
    display: none;
  }

  .history-list li .year {
    width: 90px;
  }

  .history-list li .txt {
    width: calc(100% - 90px);
    padding-left: 40px;
  }

  .history-list li .txt:after {
    left: 20px;
  }

  .history-list li .txt:before {
    width: 20px;
  }

  .number-list li {
    font-size: 14px;
  }

  .pdf-list li {
    font-size: 14px;
  }

  .f16px {
    font-size: 16px !important;
  }

  .f14px-tb {
    font-size: 14px !important;
  }

  .f12px-tb {
    font-size: 12px !important;
  }
}

.f16px {
  font-size: 16px !important;
}

.f14px {
  font-size: 14px !important;
}

.f20px {
  font-size: 20px !important;
}

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

.pager {
  text-align: center;
}

.pager span,
.pager a {
  /* line-height: 50px; */
  width: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #21b7b6;
  /* border-radius: 50%; */
  text-decoration: none;
  margin: 0 8px;
  display: inline-block;
}

.pager span {
  background: #21b7b6;
  color: white;
}

.pager a {
  color: #21b7b6;
  transition: all 0.2s ease;
}

.pager a:hover {
  background: #21b7b6;
  color: white;
}

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

.img-content > li {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}

.img-content .img-box {
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .img-content > li {
    width: 100px;
    margin-bottom: 20px;
  }
}

.dona-form {
  margin: auto;
  text-align: center;
}

.dona-form label {
  font-size: 18px;
}

.dona-input {
  height: 35px;
  margin-right: 10px;
  background: white;
  padding: 10px;
}

.dona-input::placeholder {
  color: #ddd;
  text-align: right;
}

.dona-btn {
  border: none;
  background: #aaa;
  color: white;
  font-weight: bold;
  margin-left: 20px;
  width: 120px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dona-btn:hover {
  background: #21b7b6;
}

.money-wrap {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.money-wrap form button {
  background: #21b7b6;
  color: white;
  font-size: 18px;
  margin: 0 15px 15px;
  padding: 10px;
  width: 303px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
}

.money-wrap .maney-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #21b7b6;
  color: white;
  font-size: 18px;
  margin: 0 15px 15px;
  padding: 10px;
  width: 303px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #21b7b6;
}

.money-wrap .maney-button:hover {
  background: #fff;
  color: #21b7b6;
}

@media (max-width: 480px) {
  .dona-form label {
    font-size: 16px;
    display: block;
  }
}

@media (max-width: 768px) {
  .money-wrap {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }

  .money-wrap form button {
    width: calc(50% - 20px);
    margin: 0 10px 10px;
  }

  .money-wrap .maney-button {
    width: calc(50% - 22px);
    margin: 0 10px 10px;
  }
}

/*------------ CONTACT ------------*/
#contact {
  padding: 50px 0;
}

.lead_contact {
  font-size: 16px;
  padding-bottom: 20px;
}

.table_contact {
  width: 100%;
  font-size: 18px;
  border-top: 1px solid #dcdcdc;
}

.table_contact th,
.table_contact td {
  border-bottom: 1px solid #dcdcdc;
  vertical-align: top;
}

.table_contact th {
  padding: 28px 10px;
}

.table_contact td.body {
  padding: 20px 10px;
}

.table_contact td.icon {
  width: 7%;
  padding: 20px 0;
}

.table_contact th {
  width: 20%;
}

.table_contact td.icon span {
  display: inline-block;
  padding: 8px;
}

.table_contact td.icon span.required {
  background-color: #21b7b6;
  color: #fff;
}

.table_contact td.icon span.option {
  background-color: #d2d2d2;
}

.table_contact span.name {
  width: 2.5em;
  display: inline-block;
  vertical-align: middle;
}

.table_contact input[type="text"],
.table_contact textarea {
  padding: 12px;
  width: 98%;
}

.table_contact textarea {
  height: 300px;
}

.table_contact input.name {
  width: 25%;
  margin-right: 1.5em;
}

.table_contact input.short {
  width: 15%;
}

.table_contact input[type="radio"],
.table_contact input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
}

.list_radio {
  position: relative;
  top: 5px;
}

.list_radio li {
  display: inline-block;
  margin-right: 15px;
}

.list_checkbox {
  position: relative;
  top: 5px;
}

.list_checkbox li {
  display: inline-block;
  margin-right: 15px;
}

#contact .btn {
  text-align: center;
  padding: 40px 0 0;
}

#contact .btn input,
#contact .btn a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  margin: 0 10px;
  cursor: pointer;
}

#contact .btn .btn_red {
  background-color: #21b7b6;
  color: #fff;
  /*background-image:url(../../../../../images/common/arrow_link_w.png);*/
  background-position: 95% 50%;
  background-repeat: no-repeat;
  width: 300px;
  border: none;
  padding: 15px;
}

#contact .btn .btn_gray {
  background-color: #d2d2d2;
  /*background-image:url(../../../../../images/common/arrow_link_w.png);*/
  background-position: 95% 50%;
  background-repeat: no-repeat;
  width: 300px;
  border: none;
  padding: 15px;
}

/*------------ REPORT ------------*/
#report {
  padding: 50px 0;
}

#report .box {
  font-size: 16px;
  line-height: 2.2;
}

#pager {
  text-align: center;
  padding-top: 50px;
}

#pager li {
  display: inline-block;
  margin: 0 3px;
}

#pager li a,
#pager li span {
  line-height: 100%;
  padding: 8px 10px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
}

#pager li.side a,
#pager li.side span {
}

#pager li a {
  background-color: #bdb19c;
  color: #fff;
}

#pager li span,
#pager li a:hover {
  background-color: #21b7b6;
  color: #fff;
}

.post_block {
}

.post_block .pic,
.post_block .body {
  padding-bottom: 20px;
}

.post_block .pic.left,
.post_block .pic.right,
.post_block .body.left,
.post_block .body.right {
  width: 490px;
}

.post_block .pic.left2 {
  margin-right: 10px;
  float: left;
}

.post_block .pic img {
  width: 100%;
}

.post_block .pic .dummy {
  display: block;
  background-color: #ccc;
  width: 100%;
  height: 200px;
}

.contact_block {
  border-style: solid;
  border-width: 5px;
  border-color: rgb(240, 240, 240);
  background-color: rgb(255, 255, 255);
  padding: 25px;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact_block h4.ttl_contact {
  font-size: 18px;
  padding-bottom: 10px;
}

.contact_block .body {
  padding-bottom: 15px;
  font-size: 16px;
}

.contact_block .btn_area .pdf {
  width: 650px;
  float: left;
  padding-top: 20px;
}

.contact_block .btn_area .pdf a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.contact_block .btn_area .pdf a:hover {
  text-decoration: underline;
}

.contact_block .btn_area .pdf .icon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #21b7b6;
  line-height: 100%;
  padding: 2px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  font-size: 12px;
  padding: 5px;
}

.contact_block .btn_area .btn_contact {
  width: 205px;
  float: right;
}

.contact_block .btn_area .btn_contact a {
  display: block;
  background-color: rgba(33, 183, 182, 0.9);
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  text-decoration: none;
}

.contact_block .btn_area .btn_contact a .icon {
  /*background-image:url(../../../../../images/common/arrow_link_w.png);*/
  background-size: 14px auto;
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

/*------------ knowledge ------------*/
#knowledge {
  padding: 50px 0;
}

#knowledge .p0 p:nth-of-type(1) {
  margin-bottom: 30px;
}

#knowledge .p1 {
  width: 1050px;
  margin: 0 auto 150px;
}

#knowledge .p1 li {
  float: left;
}

#knowledge .p1 li:nth-of-type(1),
#knowledge .p1 li:nth-of-type(3) {
  width: 420px;
}

#knowledge .p1 li:nth-of-type(1) p,
#knowledge .p1 li:nth-of-type(3) p {
  font-weight: bold;
  margin-bottom: 10px;
}

#knowledge .p1 li:nth-of-type(1) p:nth-of-type(2),
#knowledge .p1 li:nth-of-type(3) p:nth-of-type(2) {
  margin-bottom: 20px;
}

#knowledge .p1 li:nth-of-type(2) {
  width: 210px;
}

#knowledge .p1 li:nth-of-type(2) p {
  margin-top: 175px;
}

#knowledge .p2 div:nth-of-type(1) {
  width: 700px;
  margin: 0 auto;
}

#knowledge .p2 div:nth-of-type(1) {
  margin-bottom: 60px;
}

#knowledge .p2 div:nth-of-type(1) p {
  width: 350px;
  float: left;
}

#knowledge .p2 div:nth-of-type(1) p:nth-of-type(1) {
  text-align: right;
}

#knowledge .p2 div:nth-of-type(1) p:nth-of-type(2) {
  text-align: left;
  padding-left: 30px;
  margin-top: 30px;
}

#knowledge .p2 div:nth-of-type(2) {
  border: 5px solid #21b7b6;
  width: 843px;
  margin: 0 auto;
  text-align: left;
}

#knowledge .p2 div:nth-of-type(2) dl {
  padding: 30px 55px;
  font-size: 14px;
  line-height: 2.2;
}

#knowledge .p2 div:nth-of-type(2) dt {
  float: left;
  width: 200px;
}

#knowledge .p3 {
  width: 950px;
  margin: 0 auto 150px;
}

#knowledge .p3 ul {
  margin-bottom: 30px;
}

#knowledge .p3 li:nth-of-type(1) {
  float: left;
}

#knowledge .p3 li:nth-of-type(2) {
  float: right;
}

#knowledge .p3 li p {
  font-weight: bold;
}

#knowledge .p3 li p:nth-of-type(1) {
  margin-bottom: 10px;
}

#knowledge .p3 li p:nth-of-type(3) span {
  font-weight: normal;
  font-size: 9px;
  margin-left: 6px;
  vertical-align: top;
}

#knowledge .p4 {
  width: 950px;
  margin: 0 auto 150px;
}

#knowledge .p4 p:nth-of-type(2) {
  margin-bottom: 30px;
}

#knowledge .p5 {
  width: 950px;
  margin: 0 auto 150px;
}

#knowledge .p5 ul:nth-of-type(1) {
  margin: 40px auto 30px;
}

#knowledge .p5 ul:nth-of-type(2) {
  margin: 40px auto 85px;
}

#knowledge .p5 li {
  width: 290px;
  text-align: left;
  float: left;
  margin-right: 40px;
}

#knowledge .p5 li:last-child {
  margin: 0;
}

#knowledge .p5 li p:nth-of-type(1) {
  font-weight: bold;
  margin-top: 10px;
}

#knowledge .p5 li p:nth-of-type(2) {
  line-height: 1.8;
}

#knowledge .p6 {
  width: 950px;
  margin: 0 auto;
}

#knowledge .p6 p:nth-of-type(2) {
  margin-bottom: 85px;
}

/*------------ knowledge2 ------------*/
#knowledge2 {
  padding: 50px 0;
}

#knowledge2.article .box:nth-of-type(1) {
  margin-bottom: 0;
}

#knowledge2.article #page_link {
  margin-left: 220px;
  padding-bottom: 180px;
}

#knowledge2.article .box h4 em {
  font-size: 23px;
}

#knowledge2.article .box .ttl_red.sm h3 {
  font-size: 30px;
  position: relative;
}

#knowledge2.article .box .ttl_red.sm h3:after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 100px;
  height: 35px;
  margin-left: -40px;
  border-bottom: 6px solid #35bdbc;
}

#knowledge2 .p1 .img img {
  width: 544px;
  height: 446px;
}

#knowledge2 .p2 .img img {
  /*
    width: 664px;
    height: 446px;
*/
  width: 580px;
  height: 416px;
}

#knowledge2 .p3 .img img {
  width: 544px;
  height: 495px;
}

#knowledge2 .p4 ul {
  margin-left: 40px;
}

#knowledge2 .p5 .img img {
  width: 544px;
  height: 386px;
}

#knowledge2 .p6 .box_body {
  width: 829px;
  margin: 0 auto;
}

#knowledge2 .p6 .box_body .img img {
  width: 829px;
  height: 325px;
}

/*------------ ATHLETE ------------*/
#athelete {
  padding: 50px 0;
}

#list_athlete {
  position: relative;
  width: 1020px;
}

#list_athlete li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 230px;
  float: left;
}

#list_athlete li .pic {
  display: block;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  overflow: hidden;
}

#list_athlete li .event {
  color: #21b7b6;
  font-weight: 700;
}

#list_athlete li .name {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
}

#list_athlete li .profile {
  padding-bottom: 10px;
}

.table_profile {
  width: 100%;
  margin-bottom: 10px;
}

.table_profile td.icon {
  width: 5%;
  text-align: center;
}

.table_profile th,
.table_profile td {
  vertical-align: top;
  font-weight: normal;
}

.table_profile th {
  width: 25%;
}

.btn_more {
  z-index: 2;
  position: relative;
  line-height: 26px;
  vertical-align: top;
  font-size: 14px;
  color: #26b7bc;
  margin-top: 50px;
}

.btn_more a {
  margin: 0 auto;
  width: 30%;
  display: block;
  border: 1px solid #26b7bc;
  color: #26b7bc;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

.btn_more a .icon {
  /*background-image:url(../../../../../images/common/arrow_link_r.png);*/
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.btn_more a:hover {
  background-color: #26b7bc;
  color: #fff;
}

.btn_more a:hover .icon {
  /*background-image:url(../../../../../images/common/arrow_link_w.png);*/
}

.anchor {
  position: relative;
  z-index: -10;
  display: block;
  padding-top: 121px;
  margin-top: -121px;
}

/*------------ PROJECT ------------*/
.project_list > li {
  border: 1px solid #dcdcdc;
  margin-bottom: 40px;
}

.project_list > li > dl {
  overflow: hidden;
}

.project_list > li > dl > dt {
  float: left;
  width: 33%;
}

.project_list > li > dl > dt img {
  width: 100%;
}

.project_list > li > dl > dd {
  float: left;
  width: 67%;
  padding: 30px;
}

.project_list > li > dl > dd > dl > dt {
  font-size: 20px;
  font-weight: bold;
  color: #21b7b6;
}

.project_list > li > dl > dd > dl > dd {
  font-size: 14px;
}

/*------------ FOOTER ------------*/

#footer {
  background-color: #fff;
  color: #fff;
  padding: 50px 0 30px;
}

.footer_col {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto 40px;
}

.footer_col > li {
  float: left;
  margin-right: 100px;
}

.footer_list > li {
  margin-bottom: 20px;
  line-height: 1;
}

.footer_list > li,
.footer_list > li > a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.footer_list > li > a:hover {
  text-decoration: underline;
}

.footer_list > li:last-child {
  margin-bottom: 0;
}

.footer_btn {
  overflow: hidden;
  width: 1040px;
  margin: 0 auto;
}

.footer_btn li {
  width: 500px;
}

.footer_btn li.l_btn {
  float: left;
}

.footer_btn li.r_btn {
  float: right;
}

.footer_btn li p a {
  background-color: rgba(33, 183, 182, 1);
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 20px 0;
}

#footer .logo {
  padding-bottom: 45px;
}

#list_footer {
  padding-bottom: 40px;
}

#list_footer li {
  display: inline-block;
}

#list_footer li a {
  display: block;
  /*    padding:2px 45px;*/
  padding: 2px 24px;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  border-right: 2px solid #696969;
}

#list_footer li a:hover {
  text-decoration: underline;
}

#list_footer li.last a {
  border: none;
}

.sns_box {
  padding-bottom: 45px;
}

.ttl_sns {
  font-size: 14px;
  font-weight: 700;
  color: #21b7b6;
  padding-bottom: 15px;
  font-style: italic;
}

.list_sns li {
  display: inline;
  margin: 0 25px;
}

#main_sub {
  position: relative;
}

#main_sub .content_inner {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0;
  bottom: 0;
  text-align: center;
  transform: translateX(-50%);
}

#main_sub .content_inner .copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  margin-top: -50px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 8.5px rgba(0, 0, 0, 0.7);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
}

address {
  /*text-align:right;*/
  color: #999;
  font-size: 13px;
}

#footer02 {
  background-color: #444;
  padding: 40px 0;
}

#footer02 > dl {
  overflow: hidden;
  margin: 0 auto;
  width: 570px;
}

#footer02 > dl > dt {
  float: left;
  margin-right: 15px;
}

#footer02 > dl > dd {
  float: left;
  padding-top: 10px;
}

#footer_btn {
  background-color: #444;
  padding: 55px 0 40px;
}

#footer_btn > ul {
  overflow: hidden;
  max-width: 1040px;
  margin: 0 auto;
}

#footer_btn > ul > li {
  max-width: 500px;
}

#footer_btn > ul > li:nth-child(1) {
  float: left;
}

#footer_btn > ul > li:nth-child(2) {
  float: right;
}

.page-top > a {
  background-color: #21b7b6;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
}

#copyright {
  background-color: #222;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
}

/*-------- text_right --------*/
.t_right {
  text-align: right;
}

/*-------- text_left --------*/
.t_left {
  text-align: left;
}

/*-------- center --------*/
.t_center {
  text-align: center;
}

/*-------- left --------*/
.left {
  float: left;
}

/*-------- right --------*/
.right {
  float: right;
}

/*-------- ClearBoth --------*/
.cb {
  clear: both;
}

/* clearfix */
.cb:after {
  content: "";
  display: block;
  clear: both;
}

/*-------- COLOR --------*/

.red {
  color: #ff0000;
}

.orange {
  color: #ff6600;
}

.blue {
  color: #0096e3;
}

/*-------- FONT --------*/

.bold {
  font-weight: 700 !important;
}

.f10 {
  font-size: 10px !important;
}

.f14 {
  font-size: 14px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

@media only screen and (max-width: 768px) {
  .f16-sp {
    font-size: 16px !important;
  }

  .f14-sp {
    font-size: 14px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

/*-------- WIDTH --------*/

.w149 {
  width: 149px;
}

.w180 {
  width: 180px;
}

.w287 {
  width: 287px;
}

.w380 {
  width: 380px;
}

.w304 {
  width: 304px;
}

/*-------- HEIGHT --------*/

.h350 {
  height: 350px;
}

.h375 {
  height: 375px;
}

.h500 {
  height: 420px;
}

.h600 {
  height: 470px;
}

/*-------- MARGIN --------*/

.ml3 {
  margin: 0 0 0 3px;
}

.ml10 {
  margin: 0 0 0 10px;
}

.ml30 {
  margin: 0 0 0 30px;
}

.ml40 {
  margin: 0 0 0 40px;
}

.ml60 {
  margin: 0 0 0 60px;
}

.ml70 {
  margin: 0 0 0 70px;
}

.mb10 {
  margin: 0 0 10px 0;
}

.mb30 {
  margin: 0 0 30px 0;
}

.mb15 {
  margin: 0 0 15px 0;
}

.mt3 {
  margin: 3px 0 0 0;
}

.mt10 {
  margin: 10px 0 0 0;
}

.mt20 {
  margin: 20px 0 0 0;
}

.mt30 {
  margin: 30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb20 {
  padding-bottom: 20px;
}

/*-------- COMMON --------*/

.pic {
}

.hidden {
  overflow: hidden;
}

.abs {
  position: absolute;
}

.ondes {
  color: #999999;
}

@media only screen and (max-width: 768px) {
  .w100-sp {
    width: 100% !important;
  }
}

/*-------- PAGE LINK --------*/

#page_link {
  padding: 50px 0;
}

#page_link2 {
  padding: 50px 0 0 84px;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

#page_link3 {
  padding: 50px 0;
}

#page_link li,
#page_link2 li {
  width: 320px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

#page_link3 li {
  width: 265px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

#page_link li:nth-child(3n),
#page_link2 li:nth-child(3n) {
  margin-right: 0;
}

#page_link li:nth-child(4n) {
  margin-right: 0;
}

#page_link2 li span,
#page_link li a,
#page_link2 li a,
#page_link3 li a {
  display: block;
  background-color: #21b7b6;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  text-decoration: none;
}

#page_link li a.ss,
#page_link2 li a.ss {
  font-style: 10px !important;
}

#page_link li a .icon,
#page_link2 li a .icon {
  display: none !important;
  /*background-image:url(../../../../../images/common/arrow_link_down_w.png);*/
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

/*181226add*/
.gray_box {
  padding: 30px 25px;
  background: #f4f4f4;
}

.bold {
  font-weight: bold;
}

.c-blue {
  color: #21b7b6 !important;
}

.pager {
  text-align: center;
  margin: 50px 0px 0px 0px;
}

.pager a {
  display: inline-block;
  font-weight: bold;
  background: #ffffff;
  color: #21b7b6 !important;
  text-decoration: none !important;
  border: 1px solid #21b7b6;
  margin-right: 4px;
  padding: 7px 12px;
  text-decoration: none;
}

.pager a:hover {
  background: #21b7b6;
  color: #ffffff !important;
}

.pager .current {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #21b7b6;
  border: 1px solid #21b7b6;
  margin-right: 4px;
  padding: 7px 12px;
}

.pager a.next {
  width: 80px;
}

.tel-link {
  color: #999;
  text-decoration: none;
}

@media (min-width: 671px) {
  .tel-link {
    pointer-events: none;
  }
  .pager a {
    width: 40px;
    font-size: 14px;
    margin: 0;
  }
  .pager span {
    width: 40px;
    font-size: 14px;
    margin: 0;
  }
  .pager .current {
    margin: 0;
  }
}

#concept_body .list_indent2 li {
  float: left;
  width: 33%;
  font-size: 16px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  padding-bottom: 10px;
}

#concept_body .list_indent2 li .text p {
  text-align: center;
}

@media (max-width: 768px) {
  #concept_body .list_indent2 li {
    float: none;
    width: auto;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #concept_body .list_indent2 li:after {
    content: "";
    display: table;
    clear: both;
  }

  #concept_body .list_indent2 li .image {
    float: left;
    width: 120px;
  }

  #concept_body .list_indent2 li .text {
    float: left;
    width: calc(100% - 120px);
  }

  #concept_body .list_indent2 li .text p {
    text-align: left;
    padding-left: 20px;
  }
}

/*181226add_end*/

@media (min-width: 671px) {
  .sp {
    display: none !important;
  }

  .break_pc {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  #wrapper {
    padding-top: 61px;
  }

  .content_inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .content_inner.content_main_column {
    padding: 30px 15px;
  }

  /*------------ HEADER ------------*/
  #header_wrap {
    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
  }

  #header {
    border-top: 2px solid #21b7b6;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(8, 1, 3, 0.2);
  }

  #header .content_inner {
    padding: 0;
  }

  #header .header_logo {
    float: none;
    padding: 10px 0;
    text-align: left;
    margin-left: 10px;
  }

  #header .header_logo img {
    width: 100px;
  }

  /*------------ NAVI ------------*/
  #btn_menu {
    position: absolute;
    right: 0;
    top: 7px;
    width: 42px;
    height: 42px;
    display: block;
  }

  #btn_menu span {
    display: block;
    background: #ade6e6;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  #btn_menu span:first-child {
    top: 12px;
  }

  #btn_menu span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }

  #btn_menu span:last-child {
    bottom: 12px;
  }

  #btn_menu.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  #btn_menu.active span:nth-child(2) {
    opacity: 0;
  }

  #btn_menu.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }

  #gnav {
    display: none;
  }

  #gnav_sp {
    width: auto;
    text-align: left;
    border-right: none;
    float: none;
    display: none;
  }

  #gnav_sp .gnav_sp_list > li {
    display: block;
    border-top: 1px solid #e6e6e6;
  }

  #gnav_sp .gnav_sp_list > li > a,
  #gnav_sp .gnav_sp_list > li > span {
    display: block;
    width: auto;
    color: #fff;
    text-decoration: none;
    text-align: left;
    height: auto;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    /*background-image:url(../../../../../images/common/arrow_link_w.png);*/
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 10px auto;
  }

  #gnav_sp .gnav_sp_list > li.ac_menu > span {
    position: relative;
  }

  #gnav_sp .gnav_sp_list > li.ac_menu > span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    position: absolute;
    right: 10px;
  }

  #gnav_sp .gnav_sp_list > li.ac_menu > span.open:after {
    content: "\f056";
  }

  #gnav_sp .gnav_sp_list > li.ac_menu > ul {
    display: none;
  }

  #gnav_sp .gnav_sp_list > li.ac_menu > ul li {
    background-color: #fff;
    border-top: 1px solid #333;
  }

  #gnav_sp .gnav_sp_list > li.ac_menu > ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    padding: 10px;
  }

  #gnav_sp.top .gnav_sp_list > li > a {
    padding: 10px;
  }

  #gnav_sp .gnav_sp_btn {
    overflow: hidden;
    background-color: #fff;
    padding: 10px 0;
  }

  #gnav_sp .gnav_sp_btn li {
    width: 50%;
  }

  #gnav_sp .gnav_sp_btn li.l_btn {
    float: left;
  }

  #gnav_sp .gnav_sp_btn li.r_btn {
    float: right;
  }

  #gnav_sp .gnav_sp_btn li.l_btn p {
    padding-right: 5px;
  }

  #gnav_sp .gnav_sp_btn li.r_btn p {
    padding-left: 5px;
  }

  #gnav_sp .gnav_sp_btn li p a {
    background-color: rgba(33, 183, 182, 1);
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    padding: 10px 0;
  }

  #top_bnr {
    margin-top: 20px;
  }

  #top_bnr li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  #top_bnr li:nth-child(3n) {
    margin-right: 2%;
  }

  #top_bnr li:nth-child(2n) {
    margin-right: 0;
  }

  .top_text {
    font-size: 14px;
    line-height: 2.2;
  }

  .box02 {
    padding: 0 15px;
  }

  .top_col > li:nth-child(1) {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .top_col > li:nth-child(2) {
    width: 100%;
    float: none;
  }

  .bnr_list > li > dl > dt {
    float: none;
    width: 100%;
  }

  .bnr_list > li > dl > dd {
    float: none;
    width: 100%;
  }

  /*タブのスタイル*/
  .tab_item {
    height: 40px;
    border-right: 1px solid #fff;
    line-height: 1.2;
    font-size: 14px;
    padding-top: 12px;
  }

  .tab_item_sp {
    padding-top: 4px !important;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    padding: 20px 10px 0;
  }

  /*------------ article ------------*/
  .article {
  }

  .article .box {
    /*margin-bottom: 50px;*/
    margin: 0 auto 70px auto;
    width: 100%;
  }

  .article .box:last-child {
    margin-bottom: 20px;
  }

  .article .box h3 {
    font-size: 26px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .article .box h4 {
    font-weight: normal;
    line-height: 2;
    margin-bottom: 30px;
    font-size: 10px;
  }

  .article .box h4 em {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22px;
    font-weight: bold;
  }

  .article .box h4 em i.icon {
    display: none;
    padding: 0;
    margin-right: 0;
  }

  .article .box h4 span {
    font-size: 10px;
    font-weight: bold;
    margin-right: 0;
  }

  .article .box h5 {
    font-weight: normal;
    line-height: 2;
    margin-bottom: 30px;
    color: #666;
  }

  .article .box h5 em {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    font-weight: bold;
  }

  .article .box p {
    line-height: 2;
    font-size: 12px;
  }

  .article .box p.lead_text {
    margin-bottom: 30px;
  }

  .article .box p.info {
    color: #999;
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
  }

  .article table thead {
    background: #35bdbc;
  }

  .article table th {
    color: #fff;
    padding: 18px 7px;
    border: 1px solid #ccc;
  }

  .article table td {
    padding: 7px 7px;
    border: 1px solid #ccc;
  }

  .article table tr td:nth-of-type(1) {
    width: 30%;
  }

  .article table tr td:nth-of-type(2) {
    width: 35%;
  }

  /*box_body*/
  .article .box .box_body {
  }

  .article .box .box_body > p {
    margin-bottom: 25px;
  }

  /*img_left_block*/
  .article .box .box_body .img_left_block {
  }

  .article .box .box_body .img_left_block .img {
    float: none;
    margin: 0;
  }

  .article .box .box_body .img_left_block .img span {
  }

  .article .box .box_body .img_left_block .text {
    padding: 10px 0 0 0;
  }

  /*img_right_block*/
  .article .box .box_body .img_right_block {
  }

  .article .box .box_body .img_right_block .img {
    float: none;
    margin: 0;
  }

  .article .box .box_body .img_right_block .img span {
    text-align: left;
  }

  .article .box .box_body .img_right_block .text {
    padding: 10px 0 0 0;
  }

  /*img_center_block*/
  .article .box .box_body .img_center_block {
  }

  .article .box .box_body .img_center_block .img {
    text-align: center;
  }

  .article .box .box_body .img_center_block .img span {
    display: block;
    color: #999;
    font-size: 12px;
    text-align: left;
    margin-bottom: 20px;
  }

  .article .box .box_body .img_center_block .text {
    padding: 10px 0 0 0;
  }

  /*box_body List*/
  .article .box .box_body ul {
  }

  .article .box .box_body li {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
  }

  .article .box .box_body li:nth-of-type(1) {
    margin-left: auto;
  }

  .article .box .box_body li img {
    margin-bottom: 10px;
  }

  .article .box .box_body li p {
  }

  .article .box .box_body li p:nth-of-type(1) {
  }

  .article .box .box_body li p:nth-of-type(2) {
  }

  /*------------ TOP ------------*/
  #content_top_l .box {
    width: 100%;
    padding: 0 15px;
  }

  #main > .content_inner {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    margin-left: 0;
    box-sizing: border-box;
  }

  #main {
    position: relative;
  }

  #main .arrow {
    margin-top: -19px;
    width: 15px;
  }

  #main .arrow.arrow_prev {
    left: 10px;
  }

  #main .arrow.arrow_next {
    right: 10px;
  }

  #slide_main li {
    position: relative;
  }

  #slide_main li .copy {
    position: absolute;
  }

  #slide_main li .copy img {
    display: inline-block;
    max-width: 80%;
  }

  #slide_main li .copy_cm {
    text-align: center;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #slide_main li .copy_tl {
    top: 5%;
    left: 9%;
    right: 9%;
  }

  #slide_main li .copy_bl {
    bottom: 5%;
    left: 9%;
    right: 9%;
  }

  #slide_main .bg {
    width: 100%;
  }

  #slide_main .content_inner {
    position: absolute;
    z-index: 50;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    margin-left: 0;
    box-sizing: border-box;
  }

  #top_link_area {
    padding: 10px 0 1px;
  }

  #top_link_area li {
    float: none;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #dcdcdc;
    margin-right: 0;
    position: relative;
    margin-bottom: 10px;
  }

  #top_link_area li .pic {
    width: 100%;
  }

  #top_link_area li a {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  #top_link_area li.last {
    margin-right: 0;
  }

  #top_link_area li .ttl {
    position: absolute;
    bottom: -1px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
  }

  #top_link_area li .icon {
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px;
  }

  #contents_top {
    padding: 10px 0;
  }

  #content_top_l {
    width: auto;
    float: none;
    overflow: hidden;
  }

  #content_top_r {
    width: auto;
    float: none;
    overflow: hidden;
  }

  #content_top_r .box {
    padding: 10px;
    margin-bottom: 10px;
  }

  #content_top_r .box .ttl {
    font-size: 14px;
    font-weight: 700;
    color: #4e4e4e;
    padding-bottom: 10px;
  }

  #content_top_r .box .body {
    padding-bottom: 15px;
  }

  #content_top_r .box .btn a {
    background-color: #21b7b6;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
  }

  #content_top_r .box .btn a .icon {
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    position: relative;
    top: -1px;
  }

  .ttl_red {
    padding-bottom: 15px;
    text-align: center;
  }

  .ttl_red.ttl_report {
    text-align: left;
  }

  .ttl_red.ttl_report .yu {
    letter-spacing: 0;
  }

  .ttl_red .yu {
    font-size: 22px;
    letter-spacing: 5px;
    display: block;
  }

  .ttl_red span {
    display: block;
    border-left: none;
    margin-left: 0;
    padding: 0;
  }

  #topics_top {
    padding-top: 5px;
  }

  #list_topics_top {
    position: relative;
    width: 100%;
  }

  #list_topics_top li {
    float: left;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
  }

  #list_topics_top li .pic {
    padding-bottom: 15px;
  }

  #list_topics_top li.box .pic {
    padding-bottom: 10px;
  }

  #list_topics_top li .pic img {
    width: 100%;
  }

  #list_topics_top li a {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  #list_topics_top li span {
    display: block;
  }

  #list_topics_top li.box {
    width: 48.5%;
    min-height: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 20px;
  }

  #list_topics_top li.box:nth-child(odd) {
    clear: both;
  }

  #list_topics_top li.box:nth-child(even) {
    margin-left: 3%;
  }

  #list_topics_top li.box_l {
    width: 100%;
    min-height: 0;
    clear: both;
  }

  #list_topics_top li .ttl {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
  }

  .date .cat {
    top: 0;
  }

  #list_bnr,
  #bnr_area {
    padding: 10px 0 1px;
  }

  #list_bnr li,
  #bnr_area li,
  #list_bnr li.col2,
  #bnr_area li.col2 {
    display: block;
    margin: 0 0 10px;
    width: 100%;
    margin-bottom: 20px;
  }

  #list_bnr li img,
  #bnr_area li img {
    /* //    border:1px solid #dcdcdc; */
    width: 100%;
  }

  #list_bnr li p,
  #bnr_area li p,
  /* //#list_bnr2 li p, */
  #bnr_area2 li p {
    width: 100%;
    height: 120px;
    /* //    border:1px solid #dcdcdc; */
    padding-top: 50px;
    margin-left: 0;
  }

  #list_bnr2 li,
  #list_bnr2 li p,
  #bnr_area2 li p {
    width: 100%;
    margin-left: 0;
  }

  #topic_path {
    display: none;
  }

  #news_top {
    margin-top: 50px;
  }

  /*------------ ABOUT ------------*/
  .about .space {
    height: 50px;
  }

  .about .ttl_red {
    padding-bottom: 20px;
    margin-top: 5px;
  }

  .about .ttl_red h3 {
    font-size: 22px;
  }

  .about #page_link,
  #page_link2 {
    padding: 29px 0 0 0;
    width: 100%;
    margin: 0 auto;
  }

  #page_link li,
  #page_link2 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }

  #page_link3 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  #page_link3 li:nth-child(2n) {
    margin-right: 0;
  }

  #page_link3 li:nth-child(7) {
    line-height: 3.6;
  }

  #page_link li.last,
  #page_link2 li.last,
  #page_link3 li.last {
    margin-right: 0;
  }

  #page_link li a,
  #page_link2 li a,
  #page_link3 li a {
    display: block;
    background-color: #21b7b6;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
  }

  #page_link li a .icon,
  #page_link2 li a .icon #page_link3 li a .icon {
    /*background-image:url(../../../../../images/common/arrow_link_down_w.png);*/
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-size: 10px auto;
    margin-right: 5px;
    position: relative;
    top: -1px;
  }

  #concept {
    padding: 20px 0;
  }

  #concept_body {
    padding-bottom: 20px;
  }

  #concept_body .lead {
    font-size: 14px;
  }

  #concept_body .ttl_concept {
    font-size: 18px;
    padding-bottom: 20px;
  }

  #concept_body .ttl_rinen {
    font-size: 14px;
    padding-bottom: 5px;
  }

  #concept_body .list_indent li {
    font-size: 14px;
    padding-left: 1.3em;
    text-indent: -1.3em;
    padding-bottom: 5px;
  }

  .img_activity {
    text-align: center;
  }

  .block_pd {
    padding: 0 0;
  }

  .bg_gray {
    background-color: #f5f5f5;
  }

  #greeting {
    padding: 20px 0;
  }

  #greeting .pic {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }

  #greeting .pic p {
    padding-top: 5px;
  }

  #greeting .pic p span {
    display: inline-block;
    margin-right: 15px;
  }

  #greeting .body {
    font-size: 14px;
    width: 100%;
  }

  #organization {
    padding: 20px 0;
  }

  #organization table {
  }

  #organization table tr {
    display: block;
    margin-bottom: 20px;
  }

  #organization table th {
    display: block;
    width: 100%;
    padding: 10px;
    color: #666;
  }

  #organization table td {
    display: block;
    width: 100%;
    border: none;
    padding: 0 10px;
  }

  #organization td.name {
    padding-top: 5px;
    font-size: 16px;
  }

  #organization .post.none {
    width: 0;
    height: 0;
    padding: 0 !important;
  }

  #organization .hidenka {
    max-width: 100%;
    height: auto;
  }

  /*------------ CONTACT ------------*/
  #contact {
    padding: 20px 0;
  }

  .lead_contact {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .table_contact {
    width: 100%;
    font-size: 14px;
    border-top: 1px solid #dcdcdc;
  }

  .table_contact th,
  .table_contact td {
    border-bottom: none;
    vertical-align: top;
  }

  .table_contact th {
    padding: 15px 10px;
    display: inline-block;
    white-space: nowrap;
  }

  .table_contact td.body {
    padding: 0 0 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
  }

  .table_contact td.icon {
    width: 3.5em;
    padding: 10px 0;
    display: inline-block;
  }

  .table_contact th {
    width: 20%;
  }

  .table_contact td.icon span {
    display: inline-block;
    padding: 5px 8px;
    white-space: normal;
  }

  .table_contact td.icon span.required {
    background-color: #21b7b6;
    color: #fff;
  }

  .table_contact td.icon span.option {
    background-color: #d2d2d2;
  }

  .table_contact span.name {
    width: 2.5em;
    display: inline-block;
    vertical-align: middle;
  }

  .table_contact input[type="text"],
  .table_contact textarea {
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .table_contact textarea {
    height: 150px;
  }

  .table_contact input.name {
    width: 25%;
    margin-right: 1.5em;
  }

  .table_contact input.short {
    width: 15%;
  }

  .table_contact input[type="radio"],
  .table_contact input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
  }

  .list_radio {
    position: relative;
    top: 0;
  }

  .list_radio li {
    display: inline-block;
    margin-right: 15px;
  }

  .list_checkbox {
    position: relative;
    top: 0;
  }

  .list_checkbox li {
    display: inline-block;
    margin-right: 15px;
  }

  #contact .btn {
    text-align: center;
    padding: 20px 0 0;
  }

  #contact .btn input,
  #contact .btn a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    margin: 0 0 10px;
    cursor: pointer;
    box-sizing: border-box;
    background-size: 10px auto;
  }

  #contact .btn .btn_red {
    background-color: #21b7b6;
    color: #fff;
    /*background-image:url(../../../../../images/common/arrow_link_w.png);*/
    background-position: 95% 50%;
    background-repeat: no-repeat;
    width: 100%;
    border: none;
    padding: 10px;
  }

  #contact .btn .btn_gray {
    background-color: #d2d2d2;
    /*background-image:url(../../../../../images/common/arrow_link_w.png);*/
    background-position: 95% 50%;
    background-repeat: no-repeat;
    width: 100%;
    border: none;
    padding: 10px;
  }

  /*------------ REPORT ------------*/
  #report {
    padding: 20px 0;
  }

  #report .box {
  }

  #pager {
    text-align: center;
    padding-top: 10px;
  }

  #pager li {
    display: inline-block;
    margin: 0 3px;
  }

  #pager li a,
  #pager li span {
    line-height: 100%;
    padding: 8px 10px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
  }

  .post_block .pic,
  .post_block .body {
    padding-bottom: 10px;
  }

  .post_block .pic.left,
  .post_block .pic.right,
  .post_block .body.left,
  .post_block .body.right {
    width: 100%;
    float: none !important;
  }

  .post_block .pic img {
    width: 100%;
  }

  .post_block .pic .dummy {
    display: block;
    background-color: #ccc;
    width: 100%;
    height: 200px;
  }

  .contact_block {
    border-style: solid;
    border-width: 3px;
    border-color: rgb(240, 240, 240);
    background-color: rgb(255, 255, 255);
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .contact_block h4.ttl_contact {
    font-size: 14px;
    padding-bottom: 5px;
  }

  .contact_block .body {
    padding-bottom: 5px;
  }

  .contact_block .btn_area .pdf {
    width: auto;
    float: none;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .contact_block .btn_area .pdf a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
  }

  .contact_block .btn_area .pdf a:hover {
    text-decoration: underline;
  }

  .contact_block .btn_area .pdf .icon {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #21b7b6;
    line-height: 100%;
    padding: 2px;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
    top: 2px;
    float: left;
  }

  .contact_block .btn_area .pdf .ttl {
    display: block;
    margin-left: 3.5em;
  }

  .contact_block .btn_area .btn_contact {
    width: auto;
    float: none;
  }

  .contact_block .btn_area .btn_contact a {
    display: block;
    background-color: rgba(33, 183, 182, 0.9);
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    text-decoration: none;
  }

  .contact_block .btn_area .btn_contact a .icon {
    /*background-image:url(../../../../../images/common/arrow_link_w.png);*/
    background-size: 10px auto;
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    position: relative;
    top: -1px;
  }

  /*------------ knowledge ------------*/
  #knowledge {
    padding: 20px 0;
  }

  #knowledge .p0 p:nth-of-type(1) {
    margin-bottom: 15px;
  }

  #knowledge .p1 {
    width: 100%;
    margin: 0 auto 50px;
  }

  #knowledge .p1 li {
    float: left;
  }

  #knowledge .p1 li:nth-of-type(1),
  #knowledge .p1 li:nth-of-type(3) {
    width: 100%;
  }

  #knowledge .p1 li:nth-of-type(1) p,
  #knowledge .p1 li:nth-of-type(3) p {
    margin-bottom: 5px;
  }

  #knowledge .p1 li:nth-of-type(1) p:nth-of-type(2),
  #knowledge .p1 li:nth-of-type(3) p:nth-of-type(2) {
    margin-bottom: 10px;
  }

  #knowledge .p1 li:nth-of-type(2) {
    width: 100%;
  }

  #knowledge .p1 li:nth-of-type(2) p {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #knowledge .p1 li:nth-of-type(2) p img {
    width: 50%;
  }

  #knowledge .p2 div:nth-of-type(1) {
    width: 100%;
    margin: 0 auto;
  }

  #knowledge .p2 div:nth-of-type(1) {
    margin-bottom: 20px;
  }

  #knowledge .p2 img {
    width: 100%;
  }

  #knowledge .p2 div:nth-of-type(1) p {
    width: 100%;
    float: none;
  }

  #knowledge .p2 div:nth-of-type(1) p:nth-of-type(1) {
    text-align: right;
  }

  #knowledge .p2 div:nth-of-type(1) p:nth-of-type(2) {
    text-align: left;
    padding-left: 0;
    margin-top: 15px;
  }

  #knowledge .p2 div:nth-of-type(2) {
    border: 5px solid #21b7b6;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  #knowledge .p2 div:nth-of-type(2) dl {
    padding: 10px;
    font-size: 14px;
    line-height: 1.7;
  }

  #knowledge .p2 div:nth-of-type(2) dt {
    float: none;
    width: auto;
    font-weight: bold;
  }

  #knowledge .p2 div:nth-of-type(2) dd {
    margin-bottom: 10px;
  }

  #knowledge .p2 div:nth-of-type(2) dd:last-child {
    margin-bottom: 0;
  }

  #knowledge .p3 {
    width: 100%;
    margin: 0 auto 50px;
  }

  #knowledge .p3 ul {
    margin-bottom: 15px;
  }

  #knowledge .p3 li:nth-of-type(1) {
    float: left;
    width: 49%;
  }

  #knowledge .p3 li:nth-of-type(2) {
    float: right;
    width: 49%;
  }

  #knowledge .p3 li p {
    font-weight: bold;
  }

  #knowledge .p3 li p:nth-of-type(1) {
    margin-bottom: 10px;
  }

  #knowledge .p3 li p:nth-of-type(3) span {
    font-weight: normal;
    font-size: 9px;
    margin-left: 6px;
    vertical-align: top;
  }

  #knowledge .p4 {
    width: 100%;
    margin: 0 auto 50px;
  }

  #knowledge .p4 p:nth-of-type(2) {
    margin-bottom: 15px;
  }

  #knowledge .p5 {
    width: 100%;
    margin: 0 auto 50px;
  }

  #knowledge .p5 ul:nth-of-type(1) {
    margin: 20px auto 20px;
  }

  #knowledge .p5 ul:nth-of-type(2) {
    margin: 20px auto 40px;
  }

  #knowledge .p5 li {
    width: 100%;
    text-align: left;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #knowledge .p5 li:last-child {
    margin: 0;
  }

  #knowledge .p5 li p:nth-of-type(1) {
    font-weight: bold;
    margin-top: 5px;
  }

  #knowledge .p5 li p:nth-of-type(2) {
    line-height: 1.2;
  }

  #knowledge .p5 li img {
    width: 100%;
  }

  #knowledge .p6 {
    width: 100%;
    margin: 0 auto 50px;
  }

  #knowledge .p6 p:nth-of-type(2) {
    margin-bottom: 85px;
  }

  /*------------ knowledge2 ------------*/
  #knowledge2 {
    padding: 50px 0;
  }

  #knowledge2.article .box:nth-of-type(1) {
    margin-bottom: 0;
  }

  #knowledge2.article #page_link {
    margin-left: 0;
    padding-bottom: 90px;
  }

  #knowledge2.article .box h4 em {
    font-size: 18px;
  }

  #knowledge2.article .box .ttl_red.sm h3 {
    font-size: 20px;
    position: relative;
  }

  #knowledge2.article .box .ttl_red.sm h3:after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    width: 100px;
    height: 17px;
    margin-left: -50px;
    border-bottom: 6px solid #35bdbc;
  }

  #knowledge2 .p1 .img img {
    width: 100%;
    height: auto;
  }

  #knowledge2 .p2 .img img {
    width: 100%;
    height: auto;
  }

  #knowledge2 .p3 .img img {
    width: 100%;
    height: auto;
  }

  #knowledge2 .p4 ul {
    margin-left: 0;
  }

  #knowledge2 .p5 .img img {
    width: 100%;
    height: auto;
  }

  #knowledge2 .p6 .box_body {
    width: 100%;
    margin: 0 auto;
  }

  #knowledge2 .p6 .box_body .img img {
    width: 100%;
    height: auto;
  }

  /*------------ ATHLETE ------------*/
  #athelete {
    padding: 20px 0;
  }

  #list_athlete {
    position: relative;
    width: 100%;
  }

  #list_athlete li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    float: none;
  }

  #list_athlete li .pic {
  }

  #list_athlete li .pic img {
    width: 100%;
  }

  #list_athlete li .event {
    color: #21b7b6;
    font-weight: 700;
    font-size: 14px;
  }

  #list_athlete li .name {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
  }

  #list_athlete li .profile {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .table_profile {
    width: 100%;
    margin-bottom: 10px;
  }

  .table_profile td.icon {
    width: 5%;
    text-align: center;
  }

  .table_profile th,
  .table_profile td {
    vertical-align: top;
    font-weight: normal;
    font-size: 14px;
  }

  .table_profile th {
    width: 20%;
  }

  .btn_more {
    padding-top: 20px;
    margin-top: 0;
  }

  #news_top .btn_more {
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .btn_more a {
    display: block;
    border: 1px solid #26b7bc;
    color: #26b7bc;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    text-decoration: none;
    width: 75%;
  }

  .btn_more a:hover {
    background-color: #26b7bc;
    color: #fff;
  }

  .btn_more a .icon {
    width: 10px;
    height: 10px;
    background-size: 10px auto;
    margin-left: 5px;
  }

  #main_sub {
    position: relative;
  }

  #main_sub .content_inner {
    position: absolute;
    z-index: 10;
    margin-left: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
  }

  #main_sub .content_inner .copy {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    left: 0;
    font-size: 20px;
  }

  #main_sub .content_inner .copy img {
    height: 30px;
  }

  .anchor {
    padding-top: 70px;
    margin-top: -70px;
  }

  /*------------ PROJECT ------------*/
  .project_list > li > dl > dt {
    float: none;
    width: 100%;
  }

  .project_list > li > dl > dd {
    float: none;
    width: 100%;
    padding: 15px;
  }

  .project_list > li > dl > dd > dl > dt {
    font-size: 16px;
  }

  .project_list > li > dl > dd > dl > dd {
    font-size: 13px;
  }

  /*------------ FOOTER ------------*/

  #footer {
    padding: 20px 0 20px;
    margin-top: 30px;
  }

  #footer {
    display: none;
  }

  #footer .content_inner {
    padding: 0;
  }

  #footer .logo {
    margin-top: 27px;
    padding-bottom: 40px;
  }

  #footer .logo img {
    width: 150px;
  }

  #list_footer {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
  }

  #list_footer li {
    display: block;
  }

  #list_footer li a {
    display: block;
    padding: 10px;
    color: inherit;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    text-decoration: none;
    border: none;
    border-top: 1px solid #999;
    /*background-image:url(../../../../../images/common/arrow_link_w.png);*/
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 10px auto;
  }

  #list_footer li a:hover {
    text-decoration: underline;
  }

  #list_footer li.last a {
    border-top: 1px solid #999;
  }

  .sns_box {
    padding-bottom: 20px;
  }

  .ttl_sns {
    font-size: 12px;
    font-weight: 700;
    color: #21b7b6;
    padding-bottom: 15px;
    font-style: italic;
  }

  .list_sns li {
    display: inline;
    margin: 0 5px;
  }

  address {
    text-align: center;
    font-size: 12px;
  }

  #footer02 {
    padding: 20px 15px;
  }

  #footer02 > dl {
    width: auto;
  }

  #footer02 > dl > dt {
    float: none;
    margin-right: 0;
    text-align: center;
  }

  #footer02 > dl > dd {
    float: none;
    padding-top: 0;
  }

  .break_sp {
    display: block;
  }

  #footer_btn {
    padding: 20px;
  }

  #footer_btn > ul {
    overflow: hidden;
    max-width: 1040px;
    margin: 0 auto;
  }

  #footer_btn > ul > li:nth-child(1) {
    float: none;
    margin-bottom: 15px;
  }

  #footer_btn > ul > li:nth-child(2) {
    float: none;
  }

  /*
.page-top {
	display: none;
}
*/
  .page-top > a {
    line-height: 40px;
  }
}

/*------------ DOWNLOAD------------*/

.download-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

.download-list .col6 {
  width: calc(50% - 10px);
}

.download-list li .contact_block {
  height: 100%;
}

.download-list .col4 {
  width: 32%;
}

.download-list li .down-wrap.-half {
  float: left;
  width: 49%;
  display: inherit;
}

.down-wrap a {
  color: black;
}

.down-wrap a:hover .ttl {
  text-decoration: underline;
}

.down-wrap .img-wrap {
  margin-bottom: 10px;
  display: inline-block;
}

.contact_block.-out .down-wrap {
  float: left;
  width: 170px;
  margin-right: 35px;
  margin-bottom: 30px;
}

.contact_block.-out02 .down-wrap {
  float: left;
  width: 270px;
  margin-right: 35px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .download-list .col6 {
    width: 100%;
  }

  .download-list .col4 {
    width: 100%;
  }

  .contact_block.-out .down-wrap,
  .contact_block.-out02 .down-wrap {
    margin-right: 15px;
    margin-bottom: 25px;
  }

  .contact_block.-out02 .down-wrap {
    width: 220px;
  }

  .download-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*------------ faq ------------*/

/* .faq-list {
  width: 830px;
  margin: 0 auto;
  margin-bottom: 50px;
} */

.faq-list dt {
  font-size: 18px;
  font-weight: 700;
  color: #21b7b6;
  position: relative;
  /* padding: 20px 30px; */
  padding: 0 30px;
  /* border-bottom: 1px solid #ddd; */
  /* cursor: pointer; */
  display: block;
}

.faq-list .inactive {
  text-decoration: underline;
  margin-top: 20px;
  padding-top: 0;
}

.faq-list dt:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/question.png") no-repeat center/contain;
  margin-right: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* .faq-list dt:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../img/plus.png") no-repeat center/contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */

/* .faq-list .inactive:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../img/minus.png") no-repeat center/contain;
  display: block;
  position: absolute;
  top: 30%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */

.faq-list .inactive:before {
  top: 30%;
}

.faq-list dd {
  font-size: 16px;
  /* padding: 20px 30px 0 30px; */
  padding: 5px 30px;
  position: relative;
  -webkit-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
  /* display: none; */
  display: block;
  margin-bottom: 20px;
}

.faq-list dd:before {
  content: "A";
  /* font-size: 18px; */
  font-size: 20px;
  font-weight: bold;
  color: #f87b7b;
  position: absolute;
  /* top: 18px; */
  top: 0;
  left: 3px;
}

.faq-list dd .aed-method {
  border: 1px solid #21b7b6;
  padding: 40px 30px;
  border-radius: 5px;
  margin-top: 30px;
}

.faq-list dd .aed-method .aed-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #21b7b6;
  margin-bottom: 25px;
}

.faq-list dd .aed-method .aed-inner-box {
  width: calc(100% + 30px);
  margin-right: -30px;
}

.faq-list dd .aed-method .aed-inner-box:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.faq-list dd .aed-method .aed-item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  float: left;
  width: calc(33.33% - 30px);
  margin-right: 30px;
  border-radius: 5px;
  text-align: center;
  padding: 30px 0;
}

.faq-list dd .aed-method .aed-item p {
  margin-bottom: 20px;
}

.faq-list dd .aed-method .aed-item img {
  width: 150px;
}

.faq-list dd .aed-method02 {
  border: 1px solid #21b7b6;
  padding: 30px;
  border-radius: 5px;
  margin-top: 30px;
}

.faq-list dd .aed-method02 .aed-inner-box {
  width: calc(100% + 30px);
  margin-right: -30px;
}

.faq-list dd .aed-method02 .aed-item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  float: left;
  width: calc(50% - 30px);
  margin-right: 30px;
  border-radius: 5px;
  text-align: center;
  padding: 30px 0;
}

.faq-list dd .aed-method02 .aed-item .inner {
  width: 218px;
  margin: 0 auto;
}

.faq-list dd .aed-method02:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.faq-list dd .aed-method02 .aed-item .inner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.faq-list dd .aed-method02 .aed-item img {
  width: 90px;
  float: right;
}

.faq-list dd .aed-method02 .aed-item p {
  float: left;
  width: 96px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .faq-list {
    width: 100%;
  }

  .faq-list dt {
    font-size: 16px;
    padding: 15px 30px;
  }

  .faq-list dt:before {
    width: 18px;
    height: 18px;
  }

  .faq-list dt:after {
    width: 22px;
    height: 22px;
  }

  .faq-list dd {
    font-size: 14px;
  }

  .faq-list dd:before {
    top: 12px;
  }

  .faq-list dd .aed-method .aed-item {
    width: calc(100% - 30px);
    padding: 20px 0;
  }

  .faq-list dd .aed-method .aed-item p {
    margin-bottom: 15px;
  }

  .faq-list dd .aed-method .aed-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .faq-list dd {
    padding: 15px 30px;
  }

  .faq-list dd .aed-method02 .aed-item {
    width: calc(100% - 30px);
    padding: 20px 0;
  }

  .faq-list dd .aed-method02 .aed-item:first-child {
    margin-bottom: 20px;
  }
}

/*------------ workshop ------------*/

.workshop-inner {
  width: 830px;
  margin: 0 auto;
}

.margin-cancel {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.workshop-ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}

.workshop-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.center-text {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.7;
}

.dot-list {
  margin-bottom: 30px;
}

.dot-list li {
  text-indent: -16px;
  padding-left: 16px;
  letter-spacing: 0;
  line-height: 2;
  font-size: 16px;
}

.schedule-box {
  background: #f4f4f4;
  padding: 40px;
  margin-bottom: 30px;
}

.schedule-box .ttl {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
}

.schedule-box .dashed-list li {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  letter-spacing: 0;
  line-height: 2;
  font-size: 16px;
  padding: 6px 0;
}

.btn-wrap {
  width: calc(100% + 40px);
  margin-right: -40px;
  margin-bottom: 60px;
}

.btn-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.btn-wrap a {
  float: left;
  width: calc(50% - 40px);
  margin-right: 40px;
  background: #21b7b6;
  color: #fff;
  letter-spacing: 0;
  padding: 16px 0;
  transition: 0.3s ease;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btn-wrap a:hover {
  opacity: 0.6;
}

.location-box {
  margin-bottom: 40px;
}

.location-box:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.location-box .info-box {
  float: left;
  width: 280px;
}

.location-box .iframe-wrap {
  float: right;
  width: 510px;
}

.info-table tr th {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
  padding: 10px 0;
  border-top: none;
  border-right: none;
  border-left: none;
  letter-spacing: 0.08em;
}

.info-table tr td {
  border-right: none;
  border-left: none;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  padding: 10px 0;
}

.info-table tr a {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  color: #333;
  pointer-events: none;
  text-decoration: none;
}

.bnr-wrap {
  width: calc(100% + 20px);
  margin-right: -20px;
  margin-bottom: 75px;
}

.bnr-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.bnr-wrap a {
  float: left;
  width: calc(25% - 20px);
  margin-right: 20px;
  transition: 0.3s ease;
}

.bnr-wrap a:hover {
  opacity: 0.6;
}

.w100 {
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 30px !important;
  }

  .mb30 {
    margin-bottom: 15px !important;
  }

  .workshop-inner {
    width: 100%;
  }

  .content_inner {
    width: 100%;
  }

  .workshop-ttl {
    font-size: 16px;
    text-indent: -16px;
    padding-left: 16px;
  }

  .workshop-sub {
    font-size: 14px;
  }

  .center-text {
    margin-bottom: 30px;
  }

  .mb15-tb {
    margin-bottom: 15px !important;
  }

  .dot-list li {
    font-size: 12px;
  }

  .schedule-box {
    padding: 20px;
  }

  .schedule-box .ttl {
    font-size: 12px;
  }

  .schedule-box .dashed-list li {
    font-size: 12px;
  }

  .btn-wrap {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }

  .btn-wrap a {
    font-size: 12px;
    padding: 10px 0;
    width: 100%;
    margin-right: 0;
  }

  .btn-wrap a:first-child {
    margin-bottom: 10px;
  }

  .location-box .info-box {
    width: 100%;
  }

  .location-box .info-table {
    width: 100%;
    margin-bottom: 30px;
  }

  .info-table tbody tr th {
    font-size: 14px;
  }

  .info-table tbody tr td {
    font-size: 12px;
  }

  .info-table tbody tr td a {
    font-size: 12px;
    pointer-events: auto;
    text-decoration: underline;
  }

  .info-table tbody tr td a:hover {
    text-decoration: none;
  }

  .location-box .iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: calc(347 / 745 * 100%);
    height: 300px;
  }

  .location-box .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .bnr-wrap {
    width: calc(100% + 10px);
    margin-right: -10px;
    margin-bottom: 20px;
  }

  .bnr-wrap a {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.sp {
  display: none;
}

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

.button01 {
  display: inline-block;
  background-color: #21b7b6;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  position: relative;
}

.button01:hover {
  opacity: 0.7;
}

.button01:before {
  content: "<";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

a.button02 {
  position: relative;
  display: block;
  font-size: 16px;
  color: #21b7b6;
  font-weight: 600;
  text-decoration: none;
  margin-left: 24px;
}

a.button02:before {
  content: "\f35a";
  position: absolute;
  left: -24px;
  font-size: 16px;
  color: #21b7b6;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  z-index: 1;
}

a.button02:after {
  z-index: 0 !important;
}

a.button02:hover {
  color: #0da3a2;
}

a.button02:hover:before {
  color: #0da3a2;
}

.button03 {
  position: relative;
  height: 54px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  outline: none;
  transition: all 0.2s ease;
  width: calc(100% - 4px) !important;
  max-width: 324px;
}

.button03:hover {
  opacity: 0.8;
}

.button03 span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 8px;
  background: #fff;
  border-radius: 11px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.button03 span:before {
  margin-right: 10px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Font Awesome 5 Brands";
}

.button03.-fb span {
  border: 1px solid #1877f2;
  color: #1877f2;
}

.button03.-fb span:before {
  content: "\f082";
  color: #1877f2;
}

.button03.-tw span {
  border: 1px solid #1da1f2;
  color: #1da1f2;
}

.button03.-tw span:before {
  content: "\f099";
  color: #1da1f2;
}

.button03.-in span {
  border: 1px solid #cf2e92;
  color: #cf2e92;
}

.button03.-in span:before {
  content: "\f16d";
  color: #cf2e92;
}

.pushright::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  max-height: 47px;
  border-radius: 11px;
  background-color: #000;
}

a.pushright::after {
  display: none;
}

.pushright.-fb::before {
  background-color: #1877f2;
}

.pushright.-tw::before {
  background-color: #1da1f2;
}

.pushright.-in::before {
  background-color: #cf2e92;
}

h3.qa {
  position: relative;
  padding-left: 30px;
}

h3.qa:before {
  content: "Q.";
  position: absolute;
  left: 0;
  color: #21b7b6;
  top: 0;
}

.search-button {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

.search-toggle {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  text-decoration: none !important;
}

.search-toggle:before {
  content: "\f002";
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: white;
  line-height: 1;
  height: 30px;
  width: 30px;
  text-align: center;
}

.search-toggle.active:before {
  content: "\f00d";
  font-size: 34px;
}

.search-input:focus {
  outline: none;
}

#header .search-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  transform: translateY(100%);
  font-size: 16px;
  background-color: white;
  transition: all 0.3s;
  max-width: 820px;
}

#header .search-input {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  opacity: 0;
  color: #666;
  border: 1px solid rgba(33, 183, 182, 1);
}

#header .search-input:placeholder {
  color: #666;
}

#header .search-input:-webkit-input-placeholder {
  color: #666;
}

#header.show .search-box {
  max-height: 40px;
}

#header.show .search-input {
  opacity: 1;
}

.gnav_sub {
  background-color: rgba(13, 163, 162, 0.9);
}

.pdf:before {
  content: "\f1c1";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
  color: #999;
}

.pdf a {
  text-decoration: none;
}

.pdf a:hover {
  text-decoration: underline;
}

.fade:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}

/*------------ FAQ HAVE TAG ------------*/
.tab-box {
  width: 830px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .tab-box {
    width: 100%;
  }
  .tab-box .tab-list {
    justify-content: space-between;
  }
  .tab-box .tab-list li:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .tab-box .tab-list li {
    width: 100%;
  }
  .tab-box .tab-list li a {
    display: block !important;
    align-items: center;
    justify-content: center;
  }
}
.tab-box .tab-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 60px;
}
.tab-box .tab-list li:not(:last-child) {
  margin-right: 10px;
}
.tab-box .tab-list li a {
  padding: 2px 15px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #777777;
  background: #f0f0f0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
.tab-box .tab-list li a.current {
  color: #fff;
  background: #f0f0f0;
}
.tab-box .tab-list li a.current.-all {
  background: #21b7b6;
}
.tab-box .tab-list li a.current.-aed {
  background: #f07d7d;
}
.tab-box .tab-list li a.current.-child {
  background: #ed9f44;
}
.tab-box .tab-list li a.current.-spel {
  background: #4794bc;
}
.tab-box .tab-list li a.current.-other {
  background: #777777;
}
.tag {
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 15px;
  text-align: center;
  letter-spacing: 0;
}
.tag.aed {
  background: #f07d7d;
}
.tag.child {
  background: #ed9f44;
}
.tag.spel {
  background: #4794bc;
}
.tag.other {
  background: #777777;
}
@media only screen and (max-width: 768px) {
  .tab-box .tab-list li a {
    font-size: 14px;
  }
}
.link-faq {
  display: block;
  background-color: #21b7b6;
  border: 1px solid #21b7b6;
  color: #fff;
  text-align: center;
  font-weight: bold;
  max-width: 130px;
  width: 100%;
  padding: 12px 15px;
  text-decoration: none;
  transition: all 0.3s;
}
.link-faq:hover {
  background: #fff;
  color: #21b7b6;
}
.faq-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
#gnav > ul > li.donate {
  position: relative;
  width: 122px;
  border-left: 1px solid #82eaea;
  border-right: none;
  background: #fff;
  height: 90px;
  display: inline-block;
}
#gnav > ul > li.donate > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#gnav > ul > li.donate:hover {
  background: #f7da00;
}
#gnav > ul > li.donate > a:hover {
  background: transparent;
}
#gnav > ul > li.donate:hover .sub-box {
  display: block;
}
.donate-img {
  width: 34px;
  margin: 12px auto 10px auto;
}
.donate-txt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.donate .sub-box {
  width: 226px;
  margin: auto;
  padding: 40px 40px 20px;
  position: absolute;
  -webkit-animation: rotateMenu 500ms ease-in-out forwards;
  animation: rotateMenu 500ms ease-in-out forwards;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 90px;
  background: #fff;
  right: 0;
  display: none;
  z-index: 1;
}
.sub-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #20b7b5;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.donate .child-menu {
  width: 100%;
  padding: 20px 0;
}
.donate .child-menu li {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  border-right: none;
  padding: 10px 5px 10px 30px;
  position: relative;
}
.donate .child-menu li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.donate .child-menu > li > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin-left: 23px;
}
.donate .child-menu > li > a:hover {
  text-decoration: underline;
}
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

/* 230418に追加 */
.mt50 {
  margin-top: 50px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}

.ttl_rinen {
  font-size: 20px !important;
  font-weight: 700;
  padding-bottom: 10px;
}

.ttl_red.-center {
  text-align: center;
  padding-bottom: 45px;
}
.accordion-box.-white li.open {
  background: #ffffff;
  padding: 30px 40px 30px 40px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion-box.-white li.inner-wrap {
  display: list-item;
  overflow: hidden;
  background: #fff;
  padding: 0px 40px;
}

.accordion-box.-white li.open::after {
  content: "\f067";
}

.accordion-box.-white li.open.active::after {
  content: "\f068";
}

.accordion-box.-white li.open .ttl {
  line-height: 1.5;
  font-size: 20px;
  color: #21b7b6;
  font-weight: 700;
}

.pdf-btn {
  padding: 24px;
  position: relative;
  /* display: inline-block; */
  width: 100%;
  max-width: 320px;
  color: #e50112;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e50112;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pdf-btn:hover {
  color: #fff;
  background: #e50112;
}

.pdf-btn:hover:before {
  color: #fff;
}

.pdf-btn:before {
  position: static;
  content: "\f1c1";
  margin-right: 11px;
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #e50112;
  transition: all 0.3s;
  z-index: 1;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pdf-btn-wrap {
  display: flex;
  flex-wrap: wrap;
}

.pdf-btn-wrap .pdf-btn {
  width: calc(100% / 3 - 17px);
  margin-right: 25px;
}

.pdf-btn-wrap .pdf-btn:nth-child(3n) {
  margin-right: 0;
}

.message-list {
  display: flex;
  flex-wrap: wrap;
}

.message-list li {
  position: relative;
  width: calc(100% / 3 - 17px);
  margin-bottom: 46px;
  margin-right: 25px;
  padding: 35px 30px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.message-list li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 16px 21px 0 21px;
  border-color: #f8f8f8 transparent transparent transparent;
}

.message-list li .name {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.message-list li .txt {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
}

.message-list li .pdf-btn {
  padding: 16px 14px 10px;
  font-size: 14px;
}

.message-list li .pdf-btn:before {
  font-size: 12px;
}

.message-list li .button01 {
  font-size: 14px;
  padding: 16px 14px 10px;
  max-width: 100%;
}

.message-list li .button01:before {
  display: none;
}

.message-list li .button01:after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.message-list li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .mt30-tb {
    margin-top: 30px !important;
  }
  .mb80-tb {
    margin-bottom: 80px !important;
  }
  .article .box {
    padding: 20px;
  }
  .ttl_red.-center {
    padding-bottom: 30px;
  }

  .pdf-btn:before {
    font-size: 13px;
  }

  .pdf-btn {
    padding: 15px;
    font-size: 14px;
  }

  .pdf-btn-wrap .pdf-btn {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .pdf-btn-wrap .pdf-btn:nth-child(3n) {
    margin-right: 0;
  }

  .pdf-btn-wrap .pdf-btn:last-child {
    margin-bottom: 0;
  }

  .accordion-box.-white li.inner-wrap {
    padding: 0px 15px;
  }

  .accordion-box.-white li.open .ttl {
    font-size: 16px;
  }

  .accordion-box.-white li.open {
    padding: 20px 15px 20px 15px;
  }

  .message-list li {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .message-list li .name {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .message-list li .txt {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.9;
  }

  .message-list li .pdf-btn {
    max-width: 100%;
  }

  .message-list li .button01 {
    font-size: 14px;
    padding: 16px 14px 14px;
    width: 100%;
    max-width: 100%;
  }
}

.pdf_link {
  padding: 24px;
  position: relative;
  width: 100%;
  max-width: 320px;
  color: #e50112;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e50112;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pdf_link:before {
  position: static;
  content: "\f1c1";
  margin-right: 11px;
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #e50112;
  transition: all 0.3s;
  z-index: 1;
}

.pdf_link:hover {
  color: #fff;
  background: #e50112;
}

.pdf_link:hover:before {
  color: #fff;
}

.link-box-gray {
  display: block;
  background: #f8f8f8;
  padding: 10px 15px 5px 15px;
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
  color: #21b7b6;
  text-align: left;
  margin-bottom: 10px;
  transition: 0.2s;
}
.link-box-gray:hover {
  background: #edebeb;
}
.link-box-gray::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "\f35a";
  color: #26b7bc;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 24px;
  z-index: 1;
}

@media (max-width: 480px) {
  .link-box-gray {
    font-size: 16px;
    padding: 10px 35px 5px 15px;
  }
  .link-box-gray::after {
    right: 10px;
    font-size: 20px;
  }
}
