@charset "UTF-8";
/* CSS Document */
/*------------------------------
  共通
------------------------------*/
@media all and (max-width: 1140px) {
  .sp_none {
    display: inherit;
  }
}

@media all and (max-width: 1140px) {
  .pc_none {
    display: none;
  }
}

.red {
  color: #f03232;
}

.wrapper {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.text_cenetr {
  text-align: center;
}

.period {
  margin-top: 10px;
  display: block;
}
.text_topics .period {
  margin-top: 0;
  width: 30%;
}
@media all and (max-width: 768px) {
  .text_topics .period {
    width: 100%;
  }
}
.period + .period {
  display: none;
}

.under_area {
  max-width: 1030px;
  width: 56%;
  margin: 55px auto 120px auto;
}
@media all and (max-width: 1040px) {
  .under_area {
    margin: 80px auto 120px auto !important;
    width: 95% !important;
  }
}
@media all and (max-width: 375px) {
  .under_area {
    width: 95% !important;
  }
}
.under_area p {
  font-size: 1em;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.65;
  margin-left: 5%;
  width: 90%;
}
@media all and (max-width: 1040px) {
  .under_area p {
    margin: 15px 0 0 0;
    width: 100%;
  }
}
.about-history_ru .under_area p {
  text-align: left;
  word-break: inherit;
}
.about-message .under_area p, .about-message_ru .under_area p {
  width: 100%;
  margin: 30px auto;
}
@media all and (max-width: 398px) {
  .about-message .under_area p, .about-message_ru .under_area p {
    width: 100%;
  }
}
.privacypolicy .under_area p {
  margin-left: 0;
  font-size: 1em;
}
.ru_font .under_area p {
  text-align: left;
  word-break: inherit;
}
@media all and (max-width: 768px) {
  .about-history .under_area .fl, .about-history .under_area .fr, .about-history_ru .under_area .fl, .about-history_ru .under_area .fr {
    float: none;
    width: 100%;
  }
}
.about-history .under_area .fl, .about-history_ru .under_area .fl {
  width: 50%;
}
.about-history .under_area .fr, .about-history_ru .under_area .fr {
  width: 45%;
}
@media all and (max-width: 768px) {
  .about-history .under_area .fr, .about-history_ru .under_area .fr {
    margin-top: 30px;
  }
}
.about-access .under_area + .under_area + .under_area, .about-access_ru .under_area + .under_area + .under_area {
  margin-bottom: 120px;
}
.about-access .under_area dl, .about-access_ru .under_area dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 30px;
  margin-top: 30px;
}
@media all and (max-width: 375px) {
  .about-access .under_area dl, .about-access_ru .under_area dl {
    display: block;
  }
}
.about-access .under_area dt, .about-access_ru .under_area dt {
  font-size: 1.125em;
  padding-left: 5%;
  width: 35%;
}
@media all and (max-width: 375px) {
  .about-access .under_area dt, .about-access_ru .under_area dt {
    padding-left: 0;
    padding-bottom: 15px;
  }
}
.about-access .under_area dd, .about-access_ru .under_area dd {
  width: 65%;
  text-align: left;
  padding-right: 5%;
}
@media all and (max-width: 375px) {
  .about-access .under_area dd, .about-access_ru .under_area dd {
    width: 100%;
    padding: 0;
  }
}
.about-access .under_area > dl + dl + dl + img, .about-access_ru .under_area > dl + dl + dl + img {
  width: 60%;
  padding-left: 5%;
  display: block;
}
@media all and (max-width: 375px) {
  .about-access .under_area > dl + dl + dl + img, .about-access_ru .under_area > dl + dl + dl + img {
    width: 100%;
    padding-left: 0;
  }
}
.about-access .under_area > dl + dl + dl + img + p, .about-access_ru .under_area > dl + dl + dl + img + p {
  padding-left: 5%;
}
@media all and (max-width: 1040px) {
  .about-access .under_area > dl + dl + dl + img + p, .about-access_ru .under_area > dl + dl + dl + img + p {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 375px) {
  .about-access .under_area > dl + dl + dl + img + p, .about-access_ru .under_area > dl + dl + dl + img + p {
    width: 100%;
    padding-left: 0;
  }
}
.about-access .under_area > dl + dl + dl + img + p + a, .about-access_ru .under_area > dl + dl + dl + img + p + a {
  color: #2b469d;
  border: 1px solid #2b469d;
  padding: 10px 15px;
  margin-left: 5%;
}
@media all and (max-width: 375px) {
  .about-access .under_area > dl + dl + dl + img + p + a, .about-access_ru .under_area > dl + dl + dl + img + p + a {
    margin-left: 0;
  }
}
.about-access .under_area > dl + dl + dl + img + p + a:hover, .about-access_ru .under_area > dl + dl + dl + img + p + a:hover {
  color: #fff;
  background-color: #2b469d;
  transition: all .2s ease-in;
}
.about-access .under_area > dl + dl + dl + dl {
  border-bottom: none;
}
@media all and (max-width: 768px) {
  .about-access .under_area dl {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .about-access .under_area dl dt {
    font-size: 16px;
  }
}
@media all and (max-width: 375px) {
  .about-access .under_area dl dt {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .about-access_ru .under_area dl {
    font-size: 14px;
    word-break: break-all;
    display: block;
  }
}
@media all and (max-width: 768px) {
  .about-access_ru .under_area dl dt {
    font-size: 16px;
    padding-left: 0;
    width: 100%;
  }
}
.about .under_area, .about_ru .under_area {
  margin: 80px auto 60px auto;
}
@media all and (max-width: 375px) {
  .about .under_area, .about_ru .under_area {
    margin: 50px auto 60px auto;
  }
}
.about-message .under_area, .about-message_ru .under_area {
  max-width: 1030px;
  width: 56%;
  margin: 55px auto 120px auto;
}
.about-message .under_area figcaption, .about-message_ru .under_area figcaption {
  text-align: right;
}
.participant_voice .under_area {
  margin-bottom: 120px;
}
@media all and (max-width: 375px) {
  .participant_voice .under_area {
    margin-bottom: 60px;
  }
}

.under_area02 {
  width: 85%;
}

.dataTables_wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0 !important;
  margin: 0 auto;
}
.fellowships .dataTables_wrapper {
  max-width: 1200px;
  margin-bottom: 0.5em !important;
}
@media all and (min-width: 769px) {
  .fellowships .dataTables_wrapper {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .fellowships .dataTables_wrapper {
    margin-bottom: 3em !important;
  }
}
@media all and (max-width: 768px) {
  .dataTables_wrapper td {
    width: auto !important;
    padding-left: 8px !important;
  }
}
@media all and (max-width: 375px) {
  .dataTables_wrapper td {
    margin-bottom: 5em !important;
  }
}
.dataTables_wrapper .dataTables_filter input {
  -webkit-appearance: none;
  box-shadow: none;
  border: 1px solid #a0a0a0;
  border-radius: inherit;
  padding: 4px;
}
@media all and (max-width: 768px) {
  .dataTables_wrapper .tablepress {
    margin-bottom: 20px !important;
    display: flex;
  }
}
@media all and (max-width: 768px) {
  .page_fellowship .dataTables_wrapper .tablepress {
    margin-bottom: 20px !important;
    display: flex;
  }
}
.dataTables_wrapper .tablepress tbody {
  font-size: 0.875em;
}

.dataTables_filter {
  margin-bottom: 10px;
}

@media all and (min-width: 769px) {
  .tablepress {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    table-layout: fixed;
  }
}
.tablepress td, .tablepress th {
  word-break: break-word;
  padding: 8px 5px !important;
}
.tablepress tfoot th, .tablepress thead th {
  background-color: #f4f4f4 !important;
  font-weight: bold;
  word-break: inherit;
}
@media all and (max-width: 768px) {
  .tablepress tfoot th, .tablepress thead th {
    text-align: left;
  }
}
.tablepress thead th {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
@media all and (min-width: 769px) {
  .tablepress thead th {
    border: 1px solid #999;
  }
}
@media all and (max-width: 375px) {
  .tablepress thead th {
    font-size: 11px;
  }
}
.tablepress tbody td {
  font-size: 12px;
}
@media all and (min-width: 769px) {
  .tablepress tbody td {
    border: 1px solid #999;
    vertical-align: middle !important;
  }
}
.tablepress p {
  margin-bottom: 0 !important;
}
@media all and (max-width: 768px) {
  .tablepress p {
    text-align: left !important;
  }
}
.tablepress .odd td {
  background-color: #fff !important;
}
.tablepress .row-hover tr:hover td {
  background-color: #fff !important;
}
.ru_font .tablepress thead th {
  text-align: left;
}
@media all and (max-width: 768px) {
  .ru_font .tablepress thead th {
    text-align: left !important;
  }
}
.ru_font .tablepress tbody td {
  text-align: left;
}
@media all and (min-width: 769px) {
  .ru_font .tablepress tbody td {
    border: 1px solid #999;
    text-align: left;
    vertical-align: middle;
  }
}
@media all and (max-width: 768px) {
  .ru_font .tablepress tbody td {
    text-align: left;
  }
}
.ru_font .tablepress tfoot th {
  text-align: left;
}
@media all and (min-width: 769px) {
  .ru_font .tablepress tfoot th {
    border: 1px solid #999;
    text-align: left;
    vertical-align: middle !important;
  }
}
@media all and (max-width: 768px) {
  .ru_font .tablepress tfoot th {
    text-align: left;
  }
}
@media all and (max-width: 768px) {
  .ru_font .tablepress tfoot tr {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .ru_font .tablepress p {
    text-align: left !important;
  }
}

@media all and (max-width: 768px) {
  .first_dataTables thead {
    display: inherit;
  }
}
@media all and (min-width: 769px) {
  .first_dataTables .tablepress tbody tr td {
    border-top: 1px #999 solid !important;
  }
}

.next_dataTables thead {
  display: none;
}
@media all and (max-width: 768px) {
  .next_dataTables thead {
    display: inherit;
  }
}

@media all and (max-width: 768px) {
  .pc_dataTables {
    display: none;
  }
}

.tablepress-responsive-phone thead {
  width: 130px !important;
  background-color: #f4f4f4 !important;
  overflow-x: inherit;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 768px) {
  .tablepress-responsive-phone thead {
    width: 25% !important;
    display: block !important;
    float: left !important;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .tablepress-responsive-phone tbody {
    position: inherit !important;
    overflow-x: inherit !important;
    white-space: normal !important;
    display: -webkit-box !important;
    width: 75% !important;
  }
}

.change_icon {
  display: flex;
  margin-left: 30px;
}
.change_icon li:first-child {
  width: 23px;
  height: 25px;
  margin-right: 5px;
}
.text_archive .change_icon li:first-child a .change_on, .text_archive .change_icon li:first-child a:hover .change_off {
  display: none;
}
.text_archive .change_icon li:first-child a:hover .change_on {
  display: block;
}
.change_icon li:last-child {
  width: 26px;
  height: 25px;
}
.thum_archive .change_icon li:last-child a .change_on, .thum_archive .change_icon li:last-child a:hover .change_off {
  display: none;
}
.thum_archive .change_icon li:last-child a:hover .change_on {
  display: block;
}

.text_archive .change_icon li:first-child a .change_on, .text_archive .change_icon li:first-child a:hover .change_off {
  display: none;
}
.text_archive .change_icon li:first-child a:hover .change_on {
  display: block;
}
.thum_archive .change_icon li:last-child a .change_on, .thum_archive .change_icon li:last-child a:hover .change_off {
  display: none;
}
.thum_archive .change_icon li:last-child a:hover .change_on {
  display: block;
}

#target {
  height: 25px;
}
@media all and (max-width: 768px) {
  #target {
    float: left;
    margin-right: 10px;
  }
}

.imgwrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
  width: 100%;
  /*画像の幅*/
  height: 100%;
  /*画像の高さ*/
  background: #fff;
}
.imgwrap img {
  display: block;
  height: 235px;
  transition-duration: 0.3s;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  .imgwrap img {
    height: auto;
  }
}
.imgwrap img:hover {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.topics {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 1100px;
  width: 100%;
  line-height: 15px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .topics {
    display: block;
  }
}
.topics li {
  width: 32%;
  margin: 0 2% 4% 0;
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .topics li {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.topics li:nth-child(3n) {
  margin-right: 0;
}
.topics figure a {
  display: inline-block;
  outline: none;
  word-break: break-all;
  line-height: 1.8em;
  letter-spacing: 0em;
}
@media all and (max-width: 1040px) {
  .topics figure a {
    font-size: 14px;
  }
}
.topics figure > a {
  margin-bottom: 10px;
}
@media all and (max-width: 1040px) {
  .topics figure ul + a {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .topics figure ul + a {
    margin-bottom: 30px;
  }
}
.topics figure ul a:hover, .topics figure ul + a:hover {
  opacity: 0.7;
  transition: all .2s ease-in;
}
.topics figure ul + a + a,
.topics figure ul + a + a + a,
.topics figure ul + a + a + a + a {
  margin-left: 5px;
}
.topics figure ul + a,
.topics figure ul + a + a,
.topics figure ul + a + a + a,
.topics figure ul + a + a + a + a {
  font-size: 0.83em;
  color: #666;
}
.topics figure .date a {
  padding: 5px 10px;
  line-height: normal;
}
.visiting-japan .topics {
  justify-content: left;
}
.visiting-japan .topics li {
  margin: 0 2% 2% 0;
}
@media all and (max-width: 768px) {
  .visiting-japan .topics li {
    margin: 0;
  }
}
.visiting-japan .topics li:nth-child(3n) {
  margin-right: 0;
}

.tag_topics a {
  font-size: 0.83em;
  color: #666;
}
@media all and (max-width: 1040px) {
  .tag_topics a {
    font-size: 12px !important;
  }
}
.tag_topics a:after {
  content: ",";
}
.tag_topics a:last-child:after {
  content: none;
}
.tag_topics a:hover {
  opacity: 0.7;
  transition: all .2s ease-in;
}

.date {
  font-size: 0.83em;
  margin-bottom: 5px;
}
@media all and (max-width: 1040px) {
  .date {
    font-size: 12px;
  }
}

.sns_share {
  display: flex;
  justify-content: center;
}
.sns_share li:first-child {
  width: 90%;
  margin-bottom: 0;
}
.sns_share li:first-child a:hover {
  color: #f03232 !important;
  opacity: inherit !important;
}
.sns_share li:last-child {
  width: 10%;
  margin-bottom: 0;
  text-align: right;
}
.sns_share li button {
  border: none;
  padding: 0;
}
.sns_share li button:hover {
  cursor: pointer;
}
.sns_share img {
  width: 30px;
}

/*------------------------------
  見出し
------------------------------*/
#topics {
  max-width: 1100px;
  width: 100%;
}

@media all and (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}
@media all and (max-width: 375px) {
  h4 {
    font-size: 14px;
  }
}
.voice h4 {
  padding-bottom: 5%;
  text-align: left;
}
.about-teachers h4 {
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .about-teachers h4 {
    font-size: 18px !important;
  }
}
.about-teachers2 h4 {
  margin-bottom: 25px;
}
@media all and (max-width: 398px) {
  .about-teachers2 h4 {
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media all and (max-width: 398px) {
  .russian_box h4 {
    margin-bottom: 25px !important;
  }
}
@media all and (max-width: 768px) {
  h4 span {
    font-size: 14px;
  }
}
@media all and (max-width: 375px) {
  h4 span {
    font-size: 12px;
  }
}

.fellowships h5 {
  margin-top: 60px;
}
.about-teachers h5 {
  margin: 30px 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
  width: 100%;
  font-size: 1.125em;
  font-weight: normal;
  word-break: break-all;
}
@media all and (max-width: 768px) {
  .about-teachers h5 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
  }
}
h5 span {
  font-size: 0.78em;
  line-height: 24px;
  word-break: break-all;
}

/*------------------------------
  TOP 共通
------------------------------*/
#archive {
  width: 250px;
  margin: 50px 0 90px auto;
  background-color: #000000;
  border: 2px solid #000000;
  color: #fff;
  display: block;
  line-height: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}
#archive:before, #archive:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #000000;
}
#archive:before {
  right: 0;
}
#archive:after {
  left: 0;
}
#archive:hover {
  background-color: #fff;
  border-color: #ee252f;
  color: #ee252f;
}
#archive:hover:before, #archive:hover:after {
  width: 0;
  background-color: #ee252f;
}

/*------------------------------
  TOP スライダー（新 20200727）
------------------------------*/
.owl-carousel {
  margin-top: 30px;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  width: 40px;
  height: 40px;
  background-color: #2b469d !important;
  border: solid 1px #fff !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 40px !important;
  position: absolute;
  top: 180px;
  outline: none;
}
.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
  margin: auto;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  bottom: 0;
}
.owl-carousel .owl-prev {
  left: 2%;
}
.owl-carousel .owl-next {
  right: 2%;
}
.owl-carousel .center .item {
  width: 100%;
  margin: auto;
}
.owl-carousel .owl-item {
  opacity: 1 !important;
}
@media all and (max-width: 580px) {
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    top: 150px;
  }
}
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  margin-top: 20px;
  margin-right: 20px;
  background-color: #f4f4f4 !important;
  border-radius: 50px;
  border: 50px;
  display: inline-block;
  opacity: 1;
  text-align: center;
}
.owl-carousel .owl-dot.active {
  background-color: #ee252f !important;
}
.owl-carousel .owl-dot:last-of-type {
  margin-right: 0;
}
.owl-carousel .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.owl-carousel .item a {
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
}
@media all and (max-width: 580px) {
  .owl-carousel .item a {
    height: 330px;
  }
}
.owl-carousel .item a span {
  width: 100%;
  margin: auto;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1040px) {
  .owl-carousel .item a span {
    font-size: 2vw;
  }
}
@media all and (max-width: 768px) {
  .owl-carousel .item a span {
    padding: 15px 0;
    font-size: 4vw;
  }
}
.owl-carousel .item a span img {
  width: auto;
  margin: auto;
  margin-right: 0.5vw;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 1040px) {
  .owl-carousel .item a span img {
    width: 3vw;
  }
}
@media all and (max-width: 768px) {
  .owl-carousel .item a span img {
    width: 7vw;
    margin-right: 0.8vw;
  }
}
.owl-carousel .box_01 {
  background-image: url(../img/top/new/top01.jpg);
}
.owl-carousel .box_02 {
  background-image: url(../img/top/new/top02.jpg);
}
.owl-carousel .box_03 {
  background-image: url(../img/top/new/top03.jpg);
}
.owl-carousel .box_04 {
  background-image: url(../img/top/new/top04.jpg);
}
.owl-carousel .box_05 {
  background-image: url(../img/top/new/top05.jpg);
}
.owl-carousel .box_06 {
  background-image: url(../img/top/new/top06.jpg);
}

/*------------------------------
  TOP スライダー（旧・削除予定 20200727）
------------------------------*/
#slider {
  max-width: 1100px;
  width: 95%;
  margin: 53px auto 60px auto;
}
@media all and (max-width: 398px) {
  #slider {
    margin: 45px auto 40px auto;
    width: 93%;
  }
}

@media all and (min-width: 1041px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction,
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}

@media all and (max-width: 1040px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0 !important;
  }
}

@media all and (max-width: 1040px) {
  .swiper-pagination {
    position: inherit !important;
  }
}

@media all and (min-width: 1041px) {
  .swiper-slide {
    width: 33.3% !important;
  }
}
.swiper-slide a {
  display: block;
}
.swiper-slide a:hover {
  opacity: 0.7;
  transition: all .2s ease-in;
}

.swiper-wrapper .swiper-slide img {
  vertical-align: top;
}
.swiper-wrapper .swiper-slide span {
  width: 100%;
  height: 80px;
  padding: 2% 0;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.6);
  color: #fff;
  display: flex;
  font-size: 1.7vw;
  font-weight: bold;
  justify-content: center;
  line-height: 25px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  vertical-align: sub;
  z-index: 100;
}
@media all and (min-width: 1400px) {
  .swiper-wrapper .swiper-slide span {
    font-size: 25px;
    line-height: 25px;
  }
}
@media all and (max-width: 1040px) {
  .swiper-wrapper .swiper-slide span {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 768px) {
  .swiper-wrapper .swiper-slide span {
    font-size: 4vw;
    line-height: 1.2em;
  }
}
@media all and (max-width: 398px) {
  .swiper-wrapper .swiper-slide span {
    font-size: 5vw;
    height: 60px;
    line-height: 20px;
  }
}
.ru_font .swiper-wrapper .swiper-slide span {
  font-size: 1.4vw;
  justify-content: flex-end;
  width: 90%;
  padding: 2% 10% 2% 0;
}
@media all and (min-width: 1400px) {
  .ru_font .swiper-wrapper .swiper-slide span {
    font-size: 18px;
  }
}
@media all and (max-width: 1040px) {
  .ru_font .swiper-wrapper .swiper-slide span {
    font-size: 1.8vw;
    justify-content: flex-end;
    width: 80%;
    padding: 2% 20% 2% 0;
  }
}
@media all and (max-width: 398px) {
  .ru_font .swiper-wrapper .swiper-slide span {
    font-size: 3.5vw;
    justify-content: flex-end;
    width: 81%;
    padding: 2% 19% 2% 0;
  }
}
.swiper-wrapper .swiper-slide .rogo_01:before, .swiper-wrapper .swiper-slide .rogo_02:before, .swiper-wrapper .swiper-slide .rogo_03:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 25%;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
}
.swiper-wrapper .swiper-slide .rogo_01:before {
  background-image: url(../img/top/rogo01.png);
  left: 7%;
  width: 3.5vw;
  height: 3.5vw;
}
@media all and (min-width: 1400px) {
  .swiper-wrapper .swiper-slide .rogo_01:before {
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 1040px) {
  .swiper-wrapper .swiper-slide .rogo_01:before {
    width: 4.5vw;
    height: 4.5vw;
    left: 14%;
  }
}
@media all and (max-width: 768px) {
  .swiper-wrapper .swiper-slide .rogo_01:before {
    width: 8vw;
    height: 8vw;
    top: 25%;
    left: 25%;
  }
}
@media all and (max-width: 398px) {
  .swiper-wrapper .swiper-slide .rogo_01:before {
    width: 11vw;
    height: 11vw;
    top: 24%;
    left: 13%;
  }
}
.swiper-wrapper .swiper-slide .rogo_02:before {
  background-image: url(../img/top/rogo02.png);
  left: 10%;
  width: 4.5vw;
  height: 4.5vw;
}
@media all and (min-width: 1400px) {
  .swiper-wrapper .swiper-slide .rogo_02:before {
    width: 55px;
    height: 55px;
  }
}
@media all and (max-width: 1040px) {
  .swiper-wrapper .swiper-slide .rogo_02:before {
    width: 5.5vw;
    height: 5.5vw;
    left: 10%;
  }
}
@media all and (max-width: 768px) {
  .swiper-wrapper .swiper-slide .rogo_02:before {
    width: 8.5vw;
    height: 8.5vw;
    top: 27%;
    left: 23%;
  }
}
@media all and (max-width: 398px) {
  .swiper-wrapper .swiper-slide .rogo_02:before {
    width: 14vw;
    height: 14vw;
    top: 23%;
    left: 12%;
  }
}
.swiper-wrapper .swiper-slide .rogo_03:before {
  background-image: url(../img/top/rogo03.png);
  left: 13%;
  width: 4vw;
  height: 4vw;
}
@media all and (min-width: 1400px) {
  .swiper-wrapper .swiper-slide .rogo_03:before {
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 1040px) {
  .swiper-wrapper .swiper-slide .rogo_03:before {
    width: 5vw;
    height: 5vw;
    left: 13%;
  }
}
@media all and (max-width: 768px) {
  .swiper-wrapper .swiper-slide .rogo_03:before {
    width: 8.5vw;
    height: 8.5vw;
    top: 20%;
    left: 25%;
  }
}
@media all and (max-width: 398px) {
  .swiper-wrapper .swiper-slide .rogo_03:before {
    width: 12vw;
    height: 12vw;
    top: 18%;
    left: 17%;
  }
}

/*------------------------------
  TOP お知らせ
------------------------------*/
#top_news {
  width: 95%;
  max-width: 1100px;
  margin: 70px auto 0 auto;
}
@media all and (max-width: 398px) {
  #top_news {
    margin: 20px auto 0 auto;
    width: 93%;
  }
}

.news dt ul, .ru .news dt ul {
  width: 100%;
}
.news dt ul li, .ru .news dt ul li {
  display: inline-block;
}
.news dt ul li:first-of-type, .ru .news dt ul li:first-of-type {
  min-width: 140px;
}
@media all and (max-width: 1024px) {
  .news dt ul li:first-of-type, .ru .news dt ul li:first-of-type {
    min-width: 130px;
  }
}
@media all and (max-width: 768px) {
  .news dt ul li:first-of-type, .ru .news dt ul li:first-of-type {
    min-width: 120px;
  }
}
.news dt ul li:last-of-type, .ru .news dt ul li:last-of-type {
  padding-left: 10px;
}
@media all and (max-width: 1040px) {
  .news dt, .ru .news dt {
    width: 100%;
  }
}
@media all and (max-width: 1040px) {
  .news dd, .ru .news dd {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    line-height: 1.65;
  }
}

.news {
  margin: 0 auto 25px auto;
  border-bottom: 1px dotted #c4c4c4;
  padding: 0 2% 0 2%;
  display: flex;
}
@media all and (max-width: 1040px) {
  .news {
    display: block;
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .news {
    font-size: 14px;
  }
}
.news dt {
  width: 30%;
}
@media all and (max-width: 768px) {
  .news dt {
    width: 100%;
  }
}
.ru .news dt {
  width: 40%;
}
.news dt + dd + dd {
  display: none;
}
.news dt a:hover {
  transition: all .2s ease-in;
}
.news dd {
  width: 70%;
  margin-bottom: 15px;
  padding: 6px 10px;
}
@media all and (max-width: 768px) {
  .news dd {
    width: auto;
    padding: 2px 0 6px;
  }
}
.ru .news dd {
  width: 60%;
  margin-bottom: 15px;
  padding: 6px 10px;
}
@media all and (max-width: 768px) {
  .ru .news dd {
    width: auto;
    padding: 6px 0;
  }
}
.news dd a:hover {
  opacity: 0.7;
  transition: all .2s ease-in;
}
.news .recruit, .news .recruit-ru,
.news .other, .news .other-ru,
.news .business, .news .business-ru,
.news .important, .news .important-ru {
  padding: 0.3em 2em;
  border-radius: 20px;
  display: inline-block;
}
@media all and (max-width: 1040px) {
  .news .recruit, .news .recruit-ru,
  .news .other, .news .other-ru,
  .news .business, .news .business-ru {
    margin-left: 15px !important;
  }
}
.news .recruit, .news .recruit-ru,
.news .other, .news .other-ru,
.news .important, .news .important-ru {
  border: 1px solid #2b469d;
}
.news .recruit:hover, .news .recruit-ru:hover,
.news .other:hover, .news .other-ru:hover,
.news .important:hover, .news .important-ru:hover {
  background-color: #2b469d;
  color: #fff;
}
.news .business, .news .business-ru {
  border: 1px solid #f03232;
}
.news .business:hover, .news .business-ru:hover {
  background-color: #f03232;
  color: #fff;
}

/*------------------------------
  TOP トピックス
------------------------------*/
#loop_topic, .revision {
  width: 95%;
  max-width: 1100px;
}

#loop_topic {
  margin: 0 auto;
}
@media all and (max-width: 375px) {
  #loop_topic {
    width: 93%;
  }
}
#loop_topic .topics {
  justify-content: space-between !important;
}

/*------------------------------
  TOP アーカイブ
------------------------------*/
.revision {
  margin: 0 auto 90px auto;
}
.revision a {
  font-size: 1.05em;
  line-height: 24px;
}
.revision a:hover {
  color: #f03232 !important;
  transition: all .2s ease-in;
}

/*------------------------------------------------------------
  ////////////下層ページ////////////
------------------------------------------------------------*/
.about-teachers a, .single_detail a {
  border-bottom: dotted 2px #a9a9a9;
  transition: all .2s ease-in;
}
.about-teachers a:hover, .single_detail a:hover {
  border-bottom: dotted 2px #ee252f;
}

.single_detail a span,
.su-column-inner > *:first-child,
.su-column-inner > *:last-child,
.su_line,
.su-column-inner:hover > *:first-child,
.su-column-inner:hover > *:last-child,
.su_line:hover {
  border-bottom: none !important;
}

.pamphlet a {
  border: solid 1px #666;
  display: block;
}
.pamphlet a:hover {
  opacity: 0.7;
  transition: all .2s ease-in;
}
.pamphlet img {
  width: 100%;
}
@media all and (max-width: 375px) {
  .pamphlet img {
    width: 100%;
  }
}
.pamphlet .list_pamphlet li {
  width: 40%;
  margin-right: 2%;
  margin-bottom: 10px;
  display: inline-block;
}
.pamphlet .list_pamphlet li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.pamphlet .list_pamphlet li p {
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
}

/*------------------------------
  下層 事務局長挨拶
------------------------------*/
.about-message.under_area .fl,
.about-message_ru.under_area .fl {
  width: 50%;
}

.director {
  text-align: right !important;
}
.director span {
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
.director span span {
  font-size: 20px !important;
}

/*------------------------------
  下層 主な活動
------------------------------*/
.about_toparea {
  margin: 50px auto 60px auto !important;
}
@media all and (max-width: 375px) {
  .about_toparea {
    margin: 80px auto 60px auto !important;
  }
}

.main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
@media all and (max-width: 1040px) {
  .main {
    display: block;
  }
}
.main p {
  width: 55%;
}
@media all and (max-width: 1040px) {
  .main p {
    width: 100%;
  }
}

.main_activities {
  width: 40%;
}
@media all and (max-width: 768px) {
  .main_activities {
    width: 100%;
  }
}

.about_topics {
  width: 200px;
  margin: 50px 0 0 auto;
  background-color: #000;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 0.88em;
  line-height: 50px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  z-index: 1;
}
.about_topics:before, .about_topics:after {
  width: 50%;
  height: 100%;
  background-color: #000;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  position: absolute;
  top: 0;
  transition: all .3s;
  z-index: -1;
}
.about_topics:before {
  right: 0;
}
.about_topics:after {
  left: 0;
}
.about_topics:hover {
  background-color: #fff;
  border-color: #ee252f;
  color: #ee252f;
}
.about_topics:hover:before, .about_topics:hover:after {
  width: 0;
  background-color: #ee252f;
}
.ru_font .about_topics {
  width: 65%;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 35%;
}
@media all and (max-width: 1140px) {
  .ru_font .about_topics {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .ru_font .about_topics {
    width: 100%;
    line-height: 28px;
    padding: 10px;
  }
}

/*------------------------------
  下層 財務諸表
------------------------------*/
.financial-charts {
  margin-bottom: 25px;
}
@media all and (max-width: 1140px) {
  .financial-charts {
    border-bottom: none;
  }
}
@media all and (min-width: 769px) {
  .financial-charts {
    display: flex;
  }
}
@media all and (min-width: 769px) {
  .financial-charts li:first-child {
    margin-right: 15px;
  }
}
.financial-charts a {
  font-weight: normal !important;
}

.recruitment {
  margin-bottom: 10px;
  padding-bottom: 15px;
  display: block;
}
@media all and (max-width: 1040px) {
  .recruitment {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
  }
}
.recruitment + p {
  margin-left: 0 !important;
  font-size: 1em;
}
@media all and (max-width: 768px) {
  .recruitment + p {
    font-size: 14px;
  }
}
@media all and (max-width: 1040px) {
  .recruitment .recruitment_title {
    margin-bottom: 10px;
  }
}
.recruitment .recruitment_title + li .recruit_detail {
  font-weight: bold;
  line-height: 24px;
}
.recruitment .recruitment_title + li .recruit_detail + .sp_none + span {
  color: #f03232;
}
.recruitment .recruitment_title .type {
  padding: 5px;
  border: 1px solid #2b469d;
  color: #2b469d;
  font-size: 0.875em;
}
@media all and (max-width: 398px) {
  .recruitment .recruitment_title .type {
    font-size: 0.8em;
  }
}

.recruitment_title {
  margin-top: -80px;
  margin-bottom: 15px;
  padding-top: 80px;
}

/*------------------------------
  下層 訪日・訪露プログラム一覧
------------------------------*/
.yearly {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
@media all and (max-width: 768px) {
  .yearly {
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
  }
}

@media all and (max-width: 768px) {
  .annual .yearly {
    margin-bottom: 0;
  }
}

.page_program #target {
  margin-bottom: 30px;
  float: right;
}
@media all and (max-width: 768px) {
  .page_program #target {
    border: solid 1px #ccc;
  }
}
@media all and (max-width: 680px) {
  .page_program #target {
    float: none;
  }
}
.page_program .program_list {
  width: 100%;
  margin-bottom: 100px;
}
.page_program .program_list thead tr {
  padding: 5px 0;
  border-bottom: solid 3px #91a2cf;
  color: #91a2cf;
}
.page_program .program_list thead th {
  padding: 5px 0 10px;
  font-weight: 500;
  text-align: left;
}
.page_program .program_list thead th:first-of-type {
  padding-left: 10px;
}
@media all and (max-width: 580px) {
  .page_program .program_list tbody tr {
    font-size: 14px;
  }
}
@media all and (max-width: 374px) {
  .page_program .program_list tbody tr {
    font-size: 12px;
  }
}
.page_program .program_list tbody tr:nth-of-type(even) {
  background: #f4f4f4;
}
.page_program .program_list tbody td {
  vertical-align: middle;
}
@media all and (max-width: 580px) {
  .page_program .program_list tbody td {
    padding: 5px 0;
  }
}
.page_program .program_list tbody td:first-of-type {
  width: 10%;
  padding-left: 10px;
  color: #91a2cf;
}
@media all and (max-width: 1024px) {
  .page_program .program_list tbody td:first-of-type {
    width: 15%;
  }
}
@media all and (max-width: 580px) {
  .page_program .program_list tbody td:first-of-type {
    width: 18%;
    font-size: 12px;
  }
}
@media all and (max-width: 374px) {
  .page_program .program_list tbody td:first-of-type {
    width: 24%;
  }
}
.page_program .program_list tbody td:nth-of-type(2) {
  width: 5%;
  color: #91a2cf;
}
@media all and (max-width: 580px) {
  .page_program .program_list tbody td:nth-of-type(2) {
    font-size: 12px;
  }
}
.page_program .program_list tbody td:nth-of-type(3) {
  width: 10%;
  color: #91a2cf;
}
@media all and (max-width: 1024px) {
  .page_program .program_list tbody td:nth-of-type(3) {
    width: 15%;
  }
}
@media all and (max-width: 580px) {
  .page_program .program_list tbody td:nth-of-type(3) {
    width: 18%;
    font-size: 12px;
  }
}
@media all and (max-width: 374px) {
  .page_program .program_list tbody td:nth-of-type(3) {
    width: 24%;
  }
}
@media all and (max-width: 580px) {
  .page_program .program_list tbody td:nth-of-type(4) {
    padding-right: 5px;
  }
}
.page_program .program_list tbody td:nth-of-type(4) span {
  color: #666;
}
.page_program .program_list tbody td:last-of-type {
  width: 10%;
  padding-right: 10px;
}
.page_program .program_list tbody td a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page_program .program_list tbody td a:hover {
  color: #ee252f;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page_program .program_list tbody td a i {
  margin-left: 5px;
  font-size: 80%;
}
.page_program .program_list .sns_icon {
  text-align: right;
}
.page_program .program_list .sns_icon a {
  width: 30px;
  height: 30px;
  padding: 10px 0;
  display: inline-block;
}
@media all and (max-width: 580px) {
  .page_program .program_list .sns_icon a {
    width: 20px;
    height: 20px;
  }
}
.page_program .program_list .sns_icon img {
  width: 100%;
  display: inline-block;
}

/*------------------------------
  下層 プログラムの提案
------------------------------*/
.proposal dl, .proposal dt, .proposal dd,
.proposal_ru dl,
.proposal_ru dt,
.proposal_ru dd {
  line-height: 35px;
}
.proposal dd,
.proposal_ru dd {
  font-size: 0.875em;
}
@media all and (max-width: 768px) {
  .proposal dd,
  .proposal_ru dd {
    display: inline-block;
    text-align: center;
  }
}

.proposal_detail,
.proposal_flow {
  text-align: left;
}
@media all and (max-width: 768px) {
  .proposal_detail,
  .proposal_flow {
    margin-bottom: 15px;
    display: inline-block;
  }
}
.proposal_detail dt a,
.proposal_flow dt a {
  color: #2b469d;
  border: 1px solid #2b469d;
  padding: 10px 15px;
}
@media all and (max-width: 768px) {
  .proposal_detail dt a,
  .proposal_flow dt a {
    margin: 0;
  }
}
.proposal_detail dt a:hover,
.proposal_flow dt a:hover {
  color: #fff;
  background-color: #2b469d;
  transition: all .2s ease-in;
}

.proposal_detail {
  margin-right: 10px;
}
@media all and (max-width: 375px) {
  .proposal_detail {
    text-align: left;
  }
}

.proposal_intro {
  margin: 0 0 30px 0 !important;
}

.proposal_flow {
  width: 250px;
}
.ru_font .proposal_flow {
  width: 600px;
  word-break: break-all;
}
@media all and (max-width: 768px) {
  .ru_font .proposal_flow {
    width: 100%;
    word-break: break-all;
    display: block !important;
  }
}
@media all and (max-width: 375px) {
  .ru_font .proposal_flow {
    text-align: left;
  }
}
@media all and (max-width: 768px) {
  .ru_font .proposal_flow dt a {
    line-height: 50px;
  }
}

/*------------------------------
  下層 参加者の声
------------------------------*/
.voice_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.voice {
  width: 49%;
  text-align: center;
}
.voice:nth-child(even) {
  margin-left: 0;
}
@media all and (max-width: 375px) {
  .voice:nth-child(even) {
    margin-left: 1.5%;
  }
}
.voice .voice_web:hover {
  opacity: 0.7;
}
.voice h4 .fa-file-pdf-o {
  color: #2b469d;
}
.voice ul li {
  width: 48%;
  float: left;
}
.voice ul li:nth-child(odd) {
  margin-right: 2%;
}
.voice ul li:nth-child(1), .voice ul li:nth-child(2) {
  margin-bottom: 2%;
}
.voice ul li img {
  height: auto !important;
}

.voice_web {
  display: block;
  width: 80%;
  padding: 7%;
  margin: 1% 1.5% 2% 1.5%;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}

.voice_print {
  display: inline-block;
  margin: 0 1.5% 20px 0;
  text-align: center;
}
@media all and (max-width: 375px) {
  .voice_print {
    font-size: 14px;
  }
}
.voice_print:hover {
  color: #f03232 !important;
  transition: all .2s ease-in;
}

#voice {
  display: flex;
  flex-wrap: wrap;
}

/*------------------------------
  下層 日本語教師紹介 詳細
------------------------------*/
@media all and (max-width: 768px) {
  .page_teachers .member_list {
    display: table;
  }
}
@media all and (max-width: 680px) {
  .page_teachers .member_list {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .page_teachers .member_list figure {
    display: table-cell;
    vertical-align: top;
  }
}
@media all and (max-width: 680px) {
  .page_teachers .member_list figure {
    margin-right: 0;
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 680px) {
  .page_teachers .member_list .box_txt {
    display: block;
  }
}
.page_teachers .list_teachers {
  width: 80%;
  margin: 1em auto;
  font-size: 14px;
  list-style: none;
}
@media all and (max-width: 1140px) {
  .page_teachers .list_teachers {
    margin: 0 auto;
    padding-left: 0;
  }
}
@media all and (max-width: 580px) {
  .page_teachers .list_teachers {
    width: 95%;
  }
}
.page_teachers .list_teachers li {
  margin-top: 0;
  border: none;
}
.page_teachers .list_teachers dl {
  width: 100%;
  display: table;
}
.page_teachers .list_teachers dt, .page_teachers .list_teachers dd {
  display: table-cell;
  vertical-align: middle;
}
.page_teachers .list_teachers dt {
  padding-left: 4%;
  position: relative;
}
@media all and (max-width: 580px) {
  .page_teachers .list_teachers dt {
    padding-left: 8%;
  }
}
.page_teachers .list_teachers dd {
  width: 20%;
  text-align: right;
}
@media all and (max-width: 580px) {
  .page_teachers .list_teachers dd {
    width: 40%;
  }
}
.page_teachers .list_teachers a {
  padding: 10px 0;
  display: block;
}
.page_teachers .list_teachers .num {
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 680px) {
  .page_teachers .member {
    width: 80%;
    margin: 0 auto 20px;
    padding: 5% 2%;
  }
}
.page_teachers .box_txt {
  padding: 0 20px;
}
@media all and (max-width: 768px) {
  .page_teachers .box_txt {
    padding: 20px;
    display: table-cell;
    vertical-align: top;
  }
}
@media all and (max-width: 680px) {
  .page_teachers .box_txt {
    padding: 20px 20px 0;
  }
}
.page_teachers .box_txt .txt {
  font-size: 14px;
  line-height: 1.8em;
}
.page_teachers .box_txt p {
  width: auto;
  margin: auto;
  width: auto;
}
.page_teachers .box_txt dt, .page_teachers .box_txt dd {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}
.page_teachers .box_txt dl {
  display: table;
}
.page_teachers .box_txt dt {
  width: 7%;
}
@media all and (max-width: 680px) {
  .page_teachers .box_txt dt {
    width: 12%;
  }
}
.page_teachers .box_txt dd {
  width: 90%;
  font-size: 80%;
  line-height: 1.5em;
}
@media all and (max-width: 680px) {
  .page_teachers .box_txt dd {
    width: 85%;
  }
}
.page_teachers .box_txt .fig_name {
  margin-bottom: 15px;
  font-weight: 500;
}
.page_teachers .box_txt .fig_name .school {
  font-size: 80%;
}
@media all and (max-width: 480px) {
  .page_teachers .box_txt .fig_name .school {
    display: block;
  }
}
.page_teachers .box_txt .fig_tit {
  margin-bottom: 10px;
}

/* 日本語教師紹介--------*/
.teachers_ru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.number_teachers {
  font-size: 0.7em;
}

.all_list {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1140px) {
  .all_list {
    display: block;
  }
}
@media all and (max-width: 1140px) {
  .all_list img {
    height: auto;
  }
}
.all_list span {
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 1.125em;
  display: inline-block;
  width: 100%;
}
@media all and (max-width: 1140px) {
  .all_list span {
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 18px;
  }
}
@media all and (max-width: 375px) {
  .all_list span {
    font-size: 16px;
  }
}
.all_list ol, .all_list ul {
  margin: 1em 0;
  list-style-type: decimal;
  line-height: 1.65;
  width: 97%;
}
.all_list ol {
  padding-left: 3%;
}
@media all and (max-width: 1140px) {
  .all_list ol {
    padding-left: 5%;
    width: 95%;
  }
}
@media all and (max-width: 375px) {
  .all_list ol {
    padding-left: 10%;
    width: 90%;
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .ru .all_list ol {
    padding-left: 5% !important;
  }
}

.all_school {
  width: 100%;
}
.all_school ol li {
  margin-top: 15px;
  border-bottom: 1px solid #c4c4c4;
  word-break: break-all;
}
@media all and (max-width: 768px) {
  .all_school ol li {
    margin-top: 7px;
  }
}
.all_school ol li span {
  font-size: 1em;
  margin: 7px 0 0 0;
  padding-bottom: 5px;
  border-bottom: none;
}
@media all and (max-width: 375px) {
  .all_school ol li span {
    font-size: 14px;
  }
}

.ru .all_school ol li {
  padding-left: 1em;
  padding-bottom: 10px;
}

/* 日本語教師紹介02--------*/
.all_school p {
  margin: 10px 0;
}

.about-teachers2 .all_list, .about-teachers2 .teachers_photo02 {
  margin-bottom: 50px;
}
.about-teachers2 .teachers_photo02 li span {
  font-size: 0.875em;
  line-height: 24px;
}
@media all and (max-width: 398px) {
  .about-teachers2 .teachers_photo02 li span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
  }
}
.about-teachers2 .all_list .all_school span {
  margin-left: 0;
  line-height: 24px;
}

.teachers_photo01 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.teachers_photo01 li {
  margin-right: 2%;
}
.teachers_photo01 li:last-child {
  margin-right: 0;
}
.teachers_photo01 li a {
  border-bottom: none;
}
.teachers_photo01 li a:hover {
  border-bottom: none;
}
.teachers_photo01 img {
  height: auto;
}

.teachers_photo02 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media all and (max-width: 398px) {
  .teachers_photo02 {
    display: block;
  }
}
.teachers_photo02 li {
  width: 50%;
  margin-right: 2%;
}
@media all and (max-width: 398px) {
  .teachers_photo02 li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
    text-align: justify;
  }
}
.teachers_photo02 li:last-child {
  margin-right: 0;
}
.teachers_photo02 + p {
  margin-left: 0;
}

.teachers_list02 {
  margin-top: 80px;
}

.item_center {
  align-items: center;
}
.item_center li {
  font-size: 0.875em;
}

.center_box {
  text-align: center;
}

@media all and (max-width: 398px) {
  .sp_item {
    margin-bottom: 5px !important;
  }
}

@media all and (max-width: 768px) {
  .member_list {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .member_list p {
    margin-top: 15px;
  }
}
@media all and (max-width: 375px) {
  .member_list p {
    margin-top: 25px;
  }
}
@media all and (max-width: 375px) {
  .member_list > span {
    margin: 15px 0;
  }
}
@media all and (max-width: 768px) {
  .member_list figure {
    display: flex;
    justify-content: left;
    align-items: center;
  }
}
@media all and (max-width: 375px) {
  .member_list figure {
    display: block;
  }
}
.member_list figure img {
  width: auto;
}
@media all and (max-width: 768px) {
  .member_list figcaption {
    width: 30%;
    margin-left: 20%;
    border-bottom: 1px solid #c4c4c4;
  }
}
@media all and (max-width: 480px) {
  .member_list figcaption {
    margin-left: 10%;
  }
}
@media all and (max-width: 375px) {
  .member_list figcaption {
    width: 100%;
    margin-left: 0;
    border-bottom: none;
    text-align: left;
  }
}

.member > span {
  margin: 10px 0;
  display: block;
}

.ru_instructor {
  height: 50px;
}
@media all and (max-width: 768px) {
  .ru_instructor {
    height: auto;
  }
}

.member {
  background-color: #f4f4f4;
  padding: 2%;
  border: 1px solid #c4c4c4;
  margin-bottom: 20px;
}

.link_area {
  margin-top: -80px;
  padding-top: 80px;
}

.member:nth-child(even) {
  background-color: #fff;
}

.member_list figure + p a,
.member_list_ru a {
  text-decoration: none;
  word-break: break-all;
}

.member_list {
  display: flex;
  justify-content: left;
  align-items: center;
}
.member_list a {
  word-break: break-all;
}
.member_list figure {
  margin-right: 2%;
}
.member_list figcaption {
  margin: 10px 0;
  font-size: 0.875em;
  text-align: center;
}

.member_list_ru figcaption {
  margin: 10px 0;
  font-size: 0.875em;
  text-align: left;
}
.member_list_ru img {
  width: auto;
}

.teachers_ru .member {
  width: 45.7%;
}
@media all and (max-width: 768px) {
  .teachers_ru .member {
    width: 100%;
  }
}

/*------------------------------
  下層 年間報告
------------------------------*/
.annual_reports li {
  padding: 1%;
  float: left;
  width: 20.9%;
  margin: 0 3% 2% 0;
}
@media all and (max-width: 768px) {
  .annual_reports li {
    width: 45%;
    margin-right: 3%;
  }
}
.annual_reports li:nth-child(4n) {
  margin-right: 0;
  padding-right: 0;
}
.annual_reports li img {
  margin-bottom: 10px;
}

.annual-reports_list {
  display: block;
  margin-bottom: 10px;
}
.annual-reports_list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 25px;
}

.single_annual_reports img {
  margin-top: 20px;
}

.annual_year {
  padding: 5px 0 5px 0;
  font-size: 0.875em;
  border-top: 1px solid #c7c6c6;
  color: #000000;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.shadow {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
.shadow:hover {
  opacity: 0.7;
  transition: all .2s ease-in;
}

/*------------------------------
  下層 フェローリスト 一覧
------------------------------*/
.fellowships p {
  margin-left: 0;
  word-break: break-all;
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .fellowships p {
    text-align: left;
  }
}
.fellowships a {
  border-bottom: dotted 2px #a9a9a9;
  transition: all .2s ease-in;
}
.fellowships a:hover {
  border-bottom: dotted 2px #ee252f;
}

@media all and (min-width: 769px) {
  .archive_fellowships .financial-charts li:first-child, .ru_font .archive_fellowships .financial-charts li:first-child {
    margin-right: 2%;
  }
}

.archive_fellowships {
  max-width: 1030px;
  width: 56%;
  margin: 55px auto 120px auto;
}
.archive_fellowships .financial-charts {
  text-align: left;
}
@media all and (min-width: 769px) {
  .archive_fellowships .financial-charts {
    display: block;
  }
}
.archive_fellowships .financial-charts a {
  width: 100%;
  height: 100%;
  padding: 15px 0;
  border: none;
  color: #2b469d;
  display: table;
}
.archive_fellowships .financial-charts a span {
  display: table-cell;
  vertical-align: middle;
}
.archive_fellowships .financial-charts li {
  width: 44%;
  margin: 0 1% 10px;
  border: solid 2px #2b469d;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media all and (min-width: 769px) {
  .archive_fellowships .financial-charts li {
    width: 18%;
    max-width: 110px;
    margin: 0 2% 20px;
  }
}
.archive_fellowships .financial-charts li:hover {
  background: #2b469d;
}
.archive_fellowships .financial-charts li:hover a {
  color: #fff;
}

.fellowships_list {
  width: 27.7% !important;
  border: 1px solid #d0cccc;
  padding: 2%;
  margin-right: 2%;
}
@media all and (max-width: 768px) {
  .fellowships_list {
    width: auto !important;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 375px) {
  .fellowships_list {
    padding: 3% 2% 0 2%;
  }
}

.fellow_button {
  border-bottom: dotted 2px #a9a9a9;
  transition: all .2s ease-in;
  display: inline-block;
  margin: 10px 0;
}
.fellow_button:hover {
  border-bottom: dotted 2px #ee252f;
  cursor: pointer;
}

.ru_font .archive_fellowships .financial-charts li {
  width: 100%;
  margin: 0 0 10px;
}
@media all and (min-width: 769px) {
  .ru_font .archive_fellowships .financial-charts li {
    width: 44%;
    max-width: 100%;
    margin: 0 2% 20px;
  }
}

/*------------------------------
  下層 フェローリスト 詳細
------------------------------*/
.page_fellowship.page_single .report, .page_fellowship.page_single .memory {
  margin: 0 auto 15px !important;
}
@media all and (min-width: 769px) {
  .page_fellowship.page_single .box_jp .dataTables_wrapper .tablepress:first-of-type thead, .page_fellowship.page_single .box_ru .dataTables_wrapper .tablepress:first-of-type thead {
    display: table-row-group;
  }
}
.page_fellowship.page_single .box_jp .dataTables_wrapper .tablepress thead, .page_fellowship.page_single .box_ru .dataTables_wrapper .tablepress thead {
  display: block;
}
@media all and (min-width: 769px) {
  .page_fellowship.page_single .box_jp .dataTables_wrapper .tablepress thead, .page_fellowship.page_single .box_ru .dataTables_wrapper .tablepress thead {
    display: none;
  }
}

/*------------------------------
  下層 滞在記 詳細
------------------------------*/
@media all and (max-width: 680px) {
  .page_researchers.page_single .single_detail {
    padding: 5%;
    margin-top: 15px;
  }
}
.page_researchers.page_single .wp-caption {
  max-width: 45% !important;
  height: auto;
  margin-top: 30px;
  display: inline-block;
}
.page_researchers.page_single .wp-caption-text {
  margin-bottom: 50px;
  color: #444;
  font-size: 12px;
  text-align: center;
}
.page_researchers.page_single figure {
  text-align: center;
}
.page_researchers.page_single figure div {
  margin-right: 5%;
  vertical-align: top;
}
.page_researchers.page_single figure div:last-of-type {
  margin-right: 0;
}
.page_researchers.page_single code {
  margin-top: 20px;
  display: block;
  text-align: right;
}
.page_researchers.page_single .single_day {
  display: block;
  font-size: 14px;
  text-align: right;
}
.page_researchers.page_single .single_day:last-of-type {
  font-weight: 600;
}
.page_researchers.page_single .report_period {
  margin-top: 10px;
  color: #2b469d;
  display: block;
  font-size: 70%;
}

/*------------------------------
  下層 現在募集中、過去の募集
------------------------------*/
.recruit_time {
  display: flex;
  font-size: 1em;
}
@media all and (max-width: 768px) {
  .recruit_time {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.deadline {
  margin: 5px 0 !important;
  color: #f03232;
}

.download {
  padding: 5% 5% 3% 5%;
  background: #f4f4f4;
}
@media all and (max-width: 768px) {
  .download {
    padding: 8% 5% 3% 5%;
  }
}
@media all and (max-width: 398px) {
  .download {
    padding: 10% 5% 3% 5%;
  }
}
@media all and (max-width: 768px) {
  .download span {
    width: 20%;
  }
}
@media all and (max-width: 398px) {
  .download span {
    width: 30%;
  }
}
@media screen and (max-width: 320px) {
  .download span {
    width: 27%;
  }
}

.download + .download, .download + .download + .download {
  border-top: 1px solid #000000;
}

.file {
  margin-left: 15%;
  text-align: center;
}

.file .file_down {
  margin-bottom: 20px;
}

.file .file_down a {
  color: #fff !important;
  background: #2b469d;
  padding: 15px 30px;
  border-radius: 25px;
}
@media all and (max-width: 398px) {
  .file .file_down a {
    padding: 8px 23px;
    border-radius: 20px;
  }
}

.file .file_down a:hover,
.file .file_down + li a:hover {
  opacity: 0.7;
}

.file .file_down + li {
  font-size: 12px;
}

.file .file_down + li a {
  text-decoration: underline;
  color: #2b469d;
}

.download span {
  width: 15%;
}

.download_top {
  margin: 30px 0 60px 0;
}

.wanted_exit {
  display: none;
}

.guide {
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 398px) {
  .guide {
    width: 93%;
    margin: 0 auto;
  }
}

.guide dl,
.guide dd {
  margin-bottom: 15px;
}

.guide dd {
  font-size: 14px;
}

/*------------------------------
  下層 お問い合わせ
------------------------------*/
.mw_wp_form {
  width: 98%;
  margin-left: 2%;
}

.mailform-tbl {
  width: 100%;
  max-width: 900px;
}
@media all and (max-width: 1040px) {
  .mailform-tbl {
    width: 100%;
  }
}
@media all and (max-width: 1040px) {
  .mailform-tbl tr, .mailform-tbl th, .mailform-tbl td {
    display: block;
  }
}
.mailform-tbl th {
  width: 40%;
  text-align: left;
  vertical-align: top;
}
@media all and (max-width: 1040px) {
  .mailform-tbl th {
    width: 100%;
    margin-bottom: 15px;
  }
}
.mailform-tbl tr {
  margin-bottom: 30px;
  align-items: flex-start;
  display: flex;
}
.mailform-tbl td {
  width: 58%;
}
@media all and (max-width: 1040px) {
  .mailform-tbl td {
    width: 100%;
    margin-bottom: 50px;
  }
}
.mailform-tbl td textarea, .mailform-tbl td select, .mailform-tbl td input {
  border: solid 1px #aaa;
  border-radius: 0;
  font-size: 1em;
  -webkit-appearance: none;
}
.mailform-tbl td textarea {
  width: 30em;
  padding: 2% 0 2% 2%;
  font-family: "Noto Sans Japanese", sans-serif;
}
@media all and (max-width: 1040px) {
  .mailform-tbl td textarea {
    width: 93%;
  }
}
.mailform-tbl td select {
  width: 30.1em;
  padding: 2%;
  background-color: #fff;
}
@media all and (max-width: 1040px) {
  .mailform-tbl td select {
    width: 95%;
  }
}
.mailform-tbl td input {
  width: 30em;
  padding: 2% 0 2% 2%;
}
@media all and (max-width: 1040px) {
  .mailform-tbl td input {
    width: 95%;
  }
}

.contact_confirm .mailform-tbl, .contact_confirm_ru .mailform-tbl {
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .contact_confirm .mailform-tbl tr, .contact_confirm_ru .mailform-tbl tr {
    display: inherit;
  }
}
.contact_confirm .mailform-tbl th, .contact_confirm_ru .mailform-tbl th {
  width: 30%;
}
@media all and (-ms-high-contrast: none) {
  .contact_confirm .mailform-tbl th, .contact_confirm_ru .mailform-tbl th {
    width: 25%;
    padding-right: 5%;
  }
}
@media all and (max-width: 1040px) {
  .contact_confirm .mailform-tbl th, .contact_confirm_ru .mailform-tbl th {
    width: 100%;
  }
}
.contact_confirm .mailform-tbl td, .contact_confirm_ru .mailform-tbl td {
  width: 70%;
}
@media all and (-ms-high-contrast: none) {
  .contact_confirm .mailform-tbl td, .contact_confirm_ru .mailform-tbl td {
    width: 70%;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 1040px) {
  .contact_confirm .mailform-tbl td, .contact_confirm_ru .mailform-tbl td {
    width: 100%;
  }
}
.contact_confirm #submit-button, .contact_confirm_ru #submit-button {
  display: flex;
}

.notes {
  width: 98%;
  margin: 2% 0 3% 2%;
  display: block;
}

#submit-button {
  margin-left: 0;
  font-size: 1em;
}
#submit-button input {
  line-height: 50px;
  background-color: #fff;
  border: 1px #000000 solid;
  color: #000000;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-size: 1em;
  padding: 0 3%;
  -webkit-appearance: none;
  border-radius: 0;
}
#submit-button:hover {
  cursor: pointer;
  background-color: #000000;
  color: #fff;
  transition: all .2s ease-in;
}

.attention {
  color: #e86452;
}

#submit-button input {
  margin-right: 10px;
}

.mwform-checkbox-field label input {
  -webkit-appearance: checkbox;
  display: inline;
  margin-left: 0;
  border-radius: 0;
}
@media all and (max-width: 1040px) {
  .mwform-checkbox-field label input {
    width: auto;
  }
}

.complete_contact, .complete_contact_ru {
  color: #2b469d;
  text-decoration: underline;
}

.complete_contact, .complete_contact_ru:hover {
  opacity: 0.7;
}

.mw_wp_form_complete {
  line-height: 24px;
  text-align: justify;
}

@media all and (max-width: 375px) {
  .iphone .mailform-tbl td input::-webkit-input-placeholder {
    position: relative;
    top: -0.1em;
  }
}

/*------------------------------
  下層 サイトマップ
------------------------------*/
.sitemap_ja {
  margin: 30px 0 0 15px;
  border-bottom: 1px solid #dadada;
  padding: 0 0 7px 0;
  font-size: 17px;
  font-weight: 500;
  margin-left: 0 !important;
}
@media all and (max-width: 768px) {
  .sitemap_ja {
    margin: 30px 0 0 15px;
    border-bottom: 1px solid #dadada;
    padding: 0 0 7px 0;
    font-size: 16px;
    font-weight: 500;
  }
}
@media all and (max-width: 398px) {
  .sitemap_ja {
    margin: 30px 0 0 10px;
  }
}

.sitemap_ja a:hover,
.site_place li a:hover {
  color: #ee252f;
  transition: all .2s ease-in;
}

@media all and (max-width: 768px) {
  .sitemap_last {
    margin-bottom: 60px;
  }
}

.site_place {
  margin-top: 15px;
  overflow: hidden;
  margin-bottom: 45px;
}
@media all and (max-width: 398px) {
  .site_place {
    left: 1%;
  }
}
.site_place li {
  float: left;
  font-size: 15px;
  color: #020202;
  width: 31.5%;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .site_place li {
    float: left;
    font-size: 14px;
    color: #020202;
    width: 40%;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 398px) {
  .site_place li {
    float: left;
    font-size: 14px;
    color: #020202;
    width: 44%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 320px) {
  .site_place li {
    width: 65%;
  }
}
.site_place li:first-child, .site_place li:nth-child(4) {
  margin-left: 30px;
}
@media all and (max-width: 398px) {
  .site_place li:nth-child(even) {
    margin-left: 20px;
  }
}
@media all and (max-width: 768px) {
  .site_place li:nth-child(odd) {
    margin-left: 20px;
  }
}
@media all and (max-width: 768px) {
  .site_place li:nth-child(4) {
    margin-left: 0;
  }
}

.first_siteplace {
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .first_siteplace {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 398px) {
  .first_siteplace {
    margin-bottom: 60px;
  }
}

.footer_sitemap {
  margin: 0 auto 5px;
  display: flex;
  font-size: 14px;
  justify-content: center;
}
.footer_sitemap li:first-child {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid;
}
.footer_sitemap li:hover {
  color: #f03232;
  transition: all .2s ease-in;
}

/*------------------------------
  下層 プライバシーポリシー
------------------------------*/
.privacy {
  margin: 30px 0 0 10px;
  border-bottom: 1px solid #dadada;
  padding: 0 10px 7px 10px;
  font-size: 1em;
}
@media all and (max-width: 375px) {
  .privacy {
    margin: 30px 0 0 0;
  }
}

.privacy + dd,
.privacy_list ul {
  font-size: 0.875em;
  margin-left: 2em;
  margin-top: 7px;
}
@media all and (max-width: 375px) {
  .privacy + dd,
  .privacy_list ul {
    margin-left: 1em;
  }
}

.no_privacy {
  margin: 0 0 0 15px;
  padding: 0 10px 7px 10px;
}

.no_ac3 {
  width: 100% !important;
}
.no_ac3 a {
  padding: 7% !important;
}

/*------------------------------
  下層 お知らせ 一覧
------------------------------*/
.news_info {
  max-width: 1030px;
  width: 85%;
  margin: 70px auto 110px auto;
}
@media all and (max-width: 398px) {
  .news_info {
    width: 93%;
  }
}
.news_info img {
  width: auto;
  max-width: 90%;
  height: auto;
}
.news_info .recruit, .news_info .recruit-ru, .news_info .other, .news_info .other-ru, .news_info .business, .news_info .business-ru {
  margin-left: 0;
  padding: 0.3em 2em;
  border-radius: 20px;
  display: inline-block;
}
.archive .news_info .recruit, .archive_ru .news_info .recruit, .archive .news_info .recruit-ru, .archive_ru .news_info .recruit-ru, .archive .news_info .other, .archive_ru .news_info .other, .archive .news_info .other-ru, .archive_ru .news_info .other-ru, .archive .news_info .business, .archive_ru .news_info .business, .archive .news_info .business-ru, .archive_ru .news_info .business-ru {
  margin-left: 8%;
}
.news_info .recruit, .news_info .recruit-ru, .news_info .other, .news_info .other-ru {
  border: 1px solid #2b469d;
}
.news_info .recruit:hover, .news_info .recruit-ru:hover, .news_info .other:hover, .news_info .other-ru:hover {
  background-color: #2b469d;
  color: #fff;
  transition: all .2s ease-in;
}
.news_info .business, .news_info .business-ru {
  border: 1px solid #f03232;
}
.news_info .business:hover, .news_info .business-ru:hover {
  background-color: #f03232;
  color: #fff;
  transition: all .2s ease-in;
}
.news_info .hoge {
  text-align: center;
}
.news_info iframe {
  width: 500px !important;
}
@media all and (max-width: 768px) {
  .news_info iframe {
    width: 100% !important;
  }
}

/*------------------------------------------------------------
  ////////////投稿ページ////////////
------------------------------------------------------------*/
.news_info #topics + .single_cat + .single_title + .rl-gallery-container + p {
  margin-top: 15px;
  line-height: 24px;
}
.news_info .single_cat li {
  display: inline;
}

.news_info02 {
  width: 56%;
}
@media all and (max-width: 1040px) {
  .news_info02 {
    width: 85%;
  }
}

.news_button {
  margin: 90px 0 50px 0;
}
.news_button a {
  padding: 7px 5px;
  border: 1px solid #000;
}
.news_button a:hover {
  background: #000;
  color: #fff;
  border-bottom: 1px solid #000;
}

.single_title {
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c4c4c4;
  font-size: 1.125em;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .single_title {
    font-size: 16px;
  }
}
.single_title + img {
  width: auto;
  height: auto;
}
@media all and (max-width: 768px) {
  .single_title + img {
    width: 100%;
  }
}
.single_title + img + p {
  font-size: 16px;
  margin: 15px 0;
}
@media all and (max-width: 768px) {
  .single_title + img + p {
    font-size: 14px;
  }
}

.single_detail {
  margin-top: 15px;
}
.single_detail p {
  margin-bottom: 30px;
}

.share_top {
  margin-top: 120px;
  font-weight: normal !important;
}

.daynews {
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .daynews {
    font-size: 14px;
  }
}

/* ギャラリー */
@media all and (max-width: 768px) {
  .rl-basicgrid-gallery .rl-gallery-item,
  .ru_font .rl-basicgrid-gallery .rl-gallery-item,
  .rl-basicgrid-gallery .rl-gallery-item {
    margin: 2px;
  }
}

.rl-basicgrid-gallery .rl-gallery-item,
.ru_font .rl-basicgrid-gallery .rl-gallery-item {
  width: 140px;
  height: 140px;
  margin: 2.5px;
  box-shadow: none !important;
  overflow-y: hidden;
  text-decoration: none !important;
  text-align: center;
}
@media all and (max-width: 1140px) {
  .rl-basicgrid-gallery .rl-gallery-item,
  .ru_font .rl-basicgrid-gallery .rl-gallery-item {
    width: 170px;
    height: 170px;
  }
}
@media all and (max-width: 374px) {
  .rl-basicgrid-gallery .rl-gallery-item,
  .ru_font .rl-basicgrid-gallery .rl-gallery-item {
    width: 140px;
    height: 140px;
  }
}

.ru_font #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item,
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
  width: calc(25% - 5px);
}

.ru_font .rl-basicgrid-gallery .rl-gallery-item img,
.rl-basicgrid-gallery .rl-gallery-item img {
  display: block;
  height: 200px;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
}

.rl-basicgrid-gallery .rl-gallery-item img {
  display: inline-block;
}

.rl-gallery-container a {
  border: none;
  display: block;
}
.rl-gallery-container a:hover {
  border: none;
}

.gallery_botton {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px !important;
}

.last {
  margin-right: 0 !important;
}

.fast {
  margin-left: 15px;
}

.gallery_text {
  border-top: 2px solid #d8d7d3;
  border-bottom: 2px solid #d8d7d3;
  padding: 15px;
  margin-top: 25px;
}

/*ギャラリー一覧*/
.gallery_newsarea {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gallery_newsarea {
    height: 100%;
    position: inherit !important;
  }
}
.gallery_newsarea ul {
  float: left;
  line-height: 1.7;
  color: #020202;
}
@media screen and (max-width: 768px) {
  .gallery_newsarea ul {
    float: none;
    text-align: left;
  }
}

.gallery_next {
  color: #8fbc42;
}

.gallery_new_images {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .gallery_new_images {
    width: 100%;
  }
}

.gallery_new_text {
  width: 73%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .gallery_new_text {
    width: 100%;
    margin-top: 10px;
  }
}

.gallery_news_contents {
  font-size: 0.875em;
  margin-top: 3px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .gallery_news_contents {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.gallery_news_contents a:hover {
  color: #d8e14e;
}

.gallery_news_botton {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .gallery_news_botton {
    width: 85%;
    margin: 0 auto 50px;
  }
}
.gallery_news_botton a:hover {
  opacity: 0.7 !important;
}

.botton_position {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .botton_position {
    position: inherit !important;
  }
}

.gallery_border {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px #dadada solid;
}
@media screen and (max-width: 768px) {
  .gallery_border {
    width: 100%;
    margin: 0 auto 5px;
    padding-bottom: 5px;
    border-bottom: 1px #dadada solid;
  }
}

.permalink_box a {
  width: 400px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 375px) {
  .permalink_box a {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 375px) {
  #count_rel p {
    font-size: 14px;
    word-wrap: break-word;
  }
}

.center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 398px) {
  .center {
    display: block;
  }
}
@media all and (max-width: 398px) {
  .center img {
    width: 100%;
    margin: 5px 0;
  }
}
.center .item {
  width: 60%;
  margin: 30px 10px 0 0;
}
@media all and (max-width: 398px) {
  .center .item {
    width: 100%;
  }
}

.caption figcaption {
  font-size: 0.8em;
  text-align: right;
}
.caption img {
  width: auto;
}
.russian_box .caption img {
  width: 100% !important;
  height: auto;
}

.text_small, .rl-gallery-item-caption {
  font-size: 0.8em;
}

.float_l {
  width: 48%;
  margin: 0 4% 3% 0;
  float: left;
}
@media all and (max-width: 398px) {
  .float_l {
    width: 100%;
    float: inherit;
  }
}

.float_r {
  width: 100% !important;
  margin-left: 0 !important;
  float: inherit;
}

.float_box {
  overflow: hidden;
}
.float_box figcaption {
  text-align: right;
}
.float_box img {
  width: 100% !important;
  height: auto;
}

.forum_info .caption img {
  width: 100%;
}

/*------------------------------------------------------------
  ////////////検索機能////////////
------------------------------------------------------------*/
#gnav > ul > li > a .hilite,
#header #gnav ul .menu .menu_inner li a span {
  background: inherit;
}

.item_link {
  display: block;
}
.item_link img {
  height: auto;
}

h1 + .top_contact + .search_menu + #menu-global_navi,
h1 + .top_contact + .search_menu + #menu-global_navi_ru {
  display: none;
}

.serch_text .post_blank + .gallery_new_images,
#searchform + #searchform,
.gallery_news_contents + .permalink_box + .permalink_box,
.serch_bold + .serch_bold {
  display: none;
}

.hilite {
  background: #D3E18A;
}

#count_rel {
  margin-top: 10px;
}
#count_rel .hilite {
  background: #fff !important;
}
#count_rel p {
  word-break: break-all;
}

.search_none {
  margin-bottom: 110px !important;
}
@media all and (max-width: 398px) {
  .search_none {
    margin: 70px auto 110px auto !important;
  }
}

#search {
  width: 85%;
  max-width: 1100px;
  margin: 70px auto 110px auto;
}
@media all and (max-width: 1040px) {
  #search {
    width: 95%;
  }
}
@media all and (max-width: 398px) {
  #search {
    width: 93%;
  }
}
#search #retrieval {
  width: 370px;
}
@media screen and (max-width: 768px) {
  #search #retrieval {
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  #search #retrieval {
    width: 250px;
  }
}
@media screen and (max-width: 320px) {
  #search #retrieval {
    width: 220px;
  }
}
#search #main_search {
  width: 30px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  bottom: -10px;
  right: 50px;
}

/*------------------------------------------------------------
  ////////////未整理////////////
------------------------------------------------------------*/
.fancybox-content {
  padding: 29px 24px 24px 24px !important;
}
@media all and (max-width: 375px) {
  .fancybox-content {
    padding: 29px 20px 20px 24px !important;
  }
}
@media screen and (max-width: 320px) {
  .fancybox-content {
    padding: 29px 15px 15px 24px !important;
  }
}
.fancybox-content p {
  font-size: 16px;
  text-align: center;
  color: #f03232;
  font-weight: normal;
}

.recruit .recruit,
.recruit-ru .recruit-ru,
.other .other,
.other-ru .other-ru,
.business .business,
.business-ru .business-ru {
  margin-left: 8%;
}

.fr_line p {
  margin-left: 0;
  margin: 30px auto;
}

.access_point {
  padding-left: 0 !important;
}

.message_caption {
  font-size: 0.88em;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 10px;
}
@media all and (max-width: 375px) {
  .message_caption {
    font-size: 14px;
  }
}

/* visiting-japan--------*/
.tag_title {
  font-size: 1.25em;
  line-height: 24px;
  margin-bottom: 25px;
  display: inline-block;
  font-family: 'Noto Serif', "Yu Mincho", serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
  width: 100%;
}
@media all and (max-width: 768px) {
  .tag_title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tag_title span {
  font-weight: bold;
  font-size: 1.1em;
}
.android .tag_title {
  font-family: "source-han-serif-japanese", serif;
}

@media all and (max-width: 768px) {
  .topics_under {
    display: flex;
  }
}
.topics_under li {
  width: 23.5%;
}
@media all and (max-width: 768px) {
  .topics_under li {
    width: 49%;
  }
}
.topics_under li:nth-child(3n) {
  margin-right: 2%;
}
@media all and (max-width: 768px) {
  .topics_under li:nth-child(3n) {
    margin-right: 0;
  }
}
.topics_under li:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 768px) {
  .topics_under li:nth-child(odd) {
    margin-right: 2%;
  }
}
.topics_under .imgwrap img {
  height: auto;
}
.topics_under span {
  font-size: 14px;
  line-height: 24px;
}

.recommended_topics {
  font-size: 1.125em;
  margin: 100px 0 15px 0;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c4c4c4;
}
@media all and (max-width: 768px) {
  .recommended_topics {
    font-size: 16px;
  }
}

/* forum--------*/
.video_wrapper,
.video_wrapper02 {
  margin-bottom: 15px;
  padding-top: 25px;
  position: relative;
}
.video_wrapper + p,
.video_wrapper02 + p {
  line-height: 24px;
}

.video_wrapper iframe,
.video_wrapper02 iframe,
.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video_wrapper {
  text-align: center;
}

.video_wrapper02 {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 15px 0;
}
.movie iframe {
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  right: 0;
}

.owl-carousel .owl-item img {
  height: auto;
}

/* table_財務諸表--------*/
.financial_table {
  font-size: 0.8em;
}
@media all and (max-width: 768px) {
  .financial_table {
    font-size: 26%;
  }
}
.android .financial_table {
  font-size: 20%;
}
.financial_table th, .financial_table td {
  padding: 2px 0;
}

.charts_list a {
  border-bottom: dotted 2px #dcd5d5;
  padding-bottom: 4px;
}

.widen {
  width: 95%;
  max-width: 1200px;
}
.widen #topics {
  max-width: 1200px;
}

.show_area {
  display: block;
}

.button_open {
  display: inline-block;
}
.show_area .button_open {
  display: none;
}

.button_close {
  display: none;
}
.show_area .button_close {
  display: inline-block;
}

.deliverables {
  display: none;
}

#gallery-1 img {
  height: auto;
}

/* all_archive--------------------------------------------------*/
.japan, .russia, .youth_forum, .programs_of_teachers, .voice_of_year, .fellowships_of_year, .russiaclassrooms_of_year, .annual_reportsof_year {
  font-size: 0.87em;
  padding: 0.5% 3%;
}
.japan:hover,
.russia:hover,
.youth_forum:hover,
.programs_of_teachers:hover,
.voice_of_year:hover,
.fellowships_of_year:hover,
.russiaclassrooms_of_year:hover,
.annual_reportsof_year:hover {
  color: #fff;
  transition: all .2s ease-in;
}
.ru_font .japan,
.ru_font .russia,
.ru_font .youth_forum,
.ru_font .programs_of_teachers,
.ru_font .voice_of_year,
.ru_font .fellowships_of_year,
.ru_font .russiaclassrooms_of_year,
.ru_font .annual_reportsof_year {
  margin-bottom: 10px;
}

.japan {
  color: #cb1f28;
  border: 1px solid #cb1f28;
}
.japan:hover {
  background-color: #cb1f28;
}

.russia {
  color: #3b5998;
  border: 1px solid #3b5998;
}
.russia:hover {
  background-color: #3b5998;
}

.youth_forum {
  color: #ef1383;
  border: 1px solid #ef1383;
}
.youth_forum:hover {
  background-color: #ef1383;
}

.programs_of_teachers,
.annual_reportsof_year {
  color: #000;
  border: 1px solid #000;
}
.programs_of_teachers:hover,
.annual_reportsof_year:hover {
  background-color: #000;
}

.voice_of_year {
  color: #45a147;
  border: 1px solid #45a147;
}
.voice_of_year:hover {
  background-color: #45a147;
}

.fellowships_of_year {
  color: #939598;
  border: 1px solid #939598;
}
.fellowships_of_year:hover {
  background-color: #939598;
}

.russiaclassrooms_of_year {
  color: #38a1f1;
  border: 1px solid #38a1f1;
}
.russiaclassrooms_of_year:hover {
  background-color: #38a1f1;
}

.archive_topics {
  width: 250px;
  margin: 50px 0 90px auto;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  display: block;
  line-height: 50px;
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.archive_topics:hover {
  background-color: #fff;
  border-color: #ee252f;
  color: #ee252f;
}
.archive_topics:hover:before, .archive_topics:hover:after {
  width: 0;
  background-color: #ee252f;
}
.archive_topics:before, .archive_topics:after {
  width: 50%;
  height: 100%;
  background-color: #000;
  top: 0;
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.archive_topics:before {
  right: 0;
}
.archive_topics:after {
  left: 0;
}

.about_link {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1140px) {
  .about_link {
    display: block;
  }
}
.ru_font .about_link {
  display: block;
}

.low_link {
  margin-left: 0;
}
@media all and (max-width: 1140px) {
  .low_link {
    margin-left: auto;
  }
}

.fellow {
  width: 300px;
}
.ru_font .fellow {
  width: 65%;
}
@media all and (max-width: 768px) {
  .ru_font .fellow {
    width: 100%;
    line-height: 28px;
    padding: 10px;
  }
}

.error_link {
  display: flex;
}
@media all and (max-width: 421px) {
  .error_link {
    display: block;
  }
}
.error_link li {
  margin-right: 15px;
}
@media all and (max-width: 421px) {
  .error_link li a {
    margin: 50px auto 0 0 !important;
  }
}

@media all and (max-width: 421px) {
  .error_text {
    font-size: 14px;
  }
}

@media all and (max-width: 360px) {
  .remodal-confirm {
    width: 14%;
  }
}

@media all and (max-width: 1040px) {
  .single {
    margin-left: 0 !important;
  }
}

@media all and (min-width: 769px) {
  .fb {
    text-align: center;
  }
}
@media all and (min-width: 769px) {
  .fb iframe {
    width: 500px;
  }
}

@media all and (max-width: 768px) {
  .sns_ac p {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .look {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .column-7 {
    height: auto !important;
  }
}

.ellipsis {
  position: relative;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
}
.ellipsis:before, .ellipsis:after {
  content: "･･･";
  position: absolute;
  background: #fff;
}
.ellipsis:before {
  bottom: 0;
  right: 0;
}
.ellipsis:after {
  width: 100%;
  height: 100%;
}

.text_topics li {
  width: 100%;
  margin-top: 20px;
  display: flex;
}
@media all and (max-width: 768px) {
  .text_topics li {
    display: block;
  }
}
.text_topics li a {
  width: 70%;
}
@media all and (max-width: 768px) {
  .text_topics li a {
    width: 100%;
  }
}
.text_topics li a:hover {
  color: #f03232;
  transition: all .2s ease-in;
}

.ChangeElem_Panel {
  display: none;
}

/* sp_共通--------------------------------------------------*/
.pure-toggle-label .txt {
  margin: auto;
  color: #666;
  display: block;
  font-size: 11px;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  text-align: center;
}

.su-column:last-child {
  margin: 0 0 0 0;
}

/*# sourceMappingURL=base.css.map */
