@charset "UTF-8";
/* ==========================================================================
   all styles
   ========================================================================== */
.abi_custom #main {
  width: 980px;
  margin: 0 auto;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .abi_custom #main {
    width: 100%;
  }
}
.abi_custom .main_sub {
  margin: 0 20px;
}
.abi_custom {
  /* 各タイトル */
}
.abi_custom .title_main {
  margin: 40px 0;
  padding: 15px 20px;
  font-size: 24px;
  font-weight: bold;
  background-color: #036eb8;
  color: #fff;
  border-bottom: 4px solid #228ad1;
}
@media screen and (max-width: 767px) {
  .abi_custom .title_main {
    font-size: 18px;
  }
}
.abi_custom .title_sub {
  margin: 40px 0;
  padding-top: 40px;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  color: #00a3df;
  border-top: 4px solid #d2eafa;
}
@media screen and (max-width: 767px) {
  .abi_custom .title_sub {
    font-size: 18px;
    line-height: 1.8;
    margin: 40px 0 20px;
  }
}
.abi_custom {
  /* ボタン */
}
.abi_custom .button {
  margin: 10px 0;
}
.abi_custom .button a {
  font-size: 15px;
  padding: 5px 30px;
  color: #00a3df;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #3ebff0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.abi_custom .button a.btn-download_l {
  font-size: 15px;
  padding: 0px;
  color: #00a3df;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  border: 0px solid #3ebff0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.abi_custom .button a:hover {
  background-color: #d2eafa;
}
.abi_custom .close_buttonBox {
  position: relative;
  height: 34px;
}
.abi_custom .title_main + .close_buttonBox {
  margin: -20px 0 0 0;
}
.abi_custom .close_button--top {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  padding: 0 30px 0 10px;
  color: #fff;
  line-height: 34px;
  height: 34px;
  text-decoration: none;
  width: 70px;
  text-align: center;
  border-radius: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  background: #3ebff0 url(/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/images/information_close.png) no-repeat 82%;
  cursor: pointer;
}
.abi_custom {
  /* テキスト欄 */
}
.abi_custom .text_glay {
  background-color: #f2f2f2;
  padding: 20px;
}
.abi_custom {
  /* 表（基準） */
}
.abi_custom .table_all {
  margin: 10px 0;
}
.abi_custom .table_all table {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .abi_custom .table_all {
    width: 100%;
    overflow-x: scroll;
  }
  .abi_custom .table_all table {
    width: 980px;
  }
}
.abi_custom table.table_intable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 0px;
  background: #fff;
}
.abi_custom .table_all table tr td {
  border-right: 1px solid #cccccc;
  padding: 5px 10px;
  vertical-align: middle;
}
.abi_custom .table_all table tr td.bar {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-right: 0px;
  padding: 0px;
}
.abi_custom .table_all table tr td:last-child {
  border-right: 0px;
}
.abi_custom {
  /* ３行バージョン */
}
.abi_custom .table_all table tr td.title {
  width: 20%;
  padding-left: 20px;
  vertical-align: middle;
}
.abi_custom .table_all table tr td.sub {
  width: 60%;
}
.abi_custom .table_all table tr td.button {
  width: 20%;
}
.abi_custom {
  /* ３行テキスト */
}
.abi_custom .table_sub_text {
  margin-top: 10px;
}
.abi_custom {
  /* ボタン */
}
.abi_custom .table_all table tr td.button {
  margin: 10px 0;
  text-align: center;
}
.abi_custom .table_all table tr td.button a {
  font-size: 13px;
  display: inline-block;
  padding: 5px 20px;
  color: #00a3df;
  background-color: #fff;
  text-decoration: none;
  width: 150px;
  text-align: center;
  border: 1px solid #3ebff0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.abi_custom .table_all table tr td.button a:hover {
  background-color: #d2eafa;
}
.abi_custom {
  /* 各種マーク(学生・ファイル形式) */
}
.abi_custom .marc_gakusei {
  color: #fff;
  width: 60px;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #3ebff0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.abi_custom .marc_file {
  color: #fff;
  width: 60px;
  padding: 5px;
  margin: 0 10px;
  text-align: center;
  background-color: #52ba8f;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  _display: inline;
}
.abi_custom .marc_point_step {
  color: #fff;
  width: 60px;
  padding: 5px;
  margin-right: 20px;
  text-align: center;
  background-color: #00a3df;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  _display: inline;
}
.abi_custom {
  /* ==========================================================================
    document styles
    ========================================================================== */
}
.abi_custom .document_text_bosyu_title {
  color: #00a3df;
  margin-bottom: 20px;
}
.abi_custom {
  /* ==========================================================================
    college styles
    ========================================================================== */
  /* information */
}
.abi_custom .information_main {
  width: 100%;
  height: 280px;
  overflow: auto;
  background-color: #fff;
  border: 1px #d2eafa solid;
  color: #000000;
}
.abi_custom .information_main_text {
  margin: 20px 40px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.abi_custom .information_main_text p {
  color: #747474;
  margin-bottom: 10px;
}
.abi_custom .information_main_text h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.abi_custom .information_main_text span {
  color: #747474;
  display: block;
}
.abi_custom .information_news {
  font-size: 24px;
  color: #00a3df;
  margin-bottom: 20px;
}
.abi_custom .information_button {
  text-align: right;
  margin: 20px 0;
}
.abi_custom .information_button a {
  font-size: 13px;
  padding: 10px 30px 10px 20px;
  color: #fff;
  background: #3ebff0 url(/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/images/information_button.png) no-repeat 100px;
  text-decoration: none;
  width: 140px;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.abi_custom .information_button a:hover {
  background-color: #78d2f4;
}
.abi_custom {
  /* 表（２行バージョン） */
}
.abi_custom .table_all_two {
  margin: 10px 0;
}
.abi_custom .table_all_two table {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
  background: #fff;
}
.abi_custom .table_all_two table tr td {
  border-right: 1px solid #cccccc;
  padding: 5px 10px;
  vertical-align: middle;
}
.abi_custom .table_all_two table tr td.bar {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-right: 0px;
  padding: 0px;
}
.abi_custom .table_all_two table tr td:last-child {
  border-right: 0px;
}
.abi_custom .table_all_two table tr td.title {
  width: 80%;
  padding-left: 20px;
  vertical-align: middle;
}
.abi_custom .table_all_two table tr td.button {
  width: 20%;
}
.abi_custom .table_sub_text {
  margin-top: 10px;
}
.abi_custom {
  /* ボタン */
}
.abi_custom .table_all_two table tr td.button {
  margin: 10px 0;
  text-align: center;
}
.abi_custom .table_all_two table tr td.button a {
  font-size: 13px;
  display: inline-block;
  padding: 5px 20px;
  color: #00a3df;
  background-color: #fff;
  text-decoration: none;
  width: 150px;
  text-align: center;
  border: 1px solid #3ebff0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.abi_custom .table_all_two table tr td.button a:hover {
  background-color: #d2eafa;
}
.abi_custom {
  /* ==========================================================================
    news styles
    ========================================================================== */
}
.abi_custom .news_main {
  width: 100%;
  background-color: #fff;
  border: 1px #d2eafa solid;
  color: #000000;
}
.abi_custom .news_main_text {
  margin: 20px 0;
  border-bottom: 1px solid #cccccc;
  padding: 10px 10px 20px 20px;
}
.abi_custom .news_main_text p {
  color: #747474;
  margin-bottom: 20px;
}
.abi_custom .news_main_text h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.abi_custom .news_main_text span {
  color: #747474;
}
.abi_custom {
  /* ==========================================================================
    faq_contact styles
    ========================================================================== */
  /* メニュー */
}
.abi_custom .faq_menu {
  width: 100%;
  background-color: #fff;
  border: 1px #d2eafa solid;
}
.abi_custom .faq_menu ul li {
  border-bottom: 1px #d2eafa solid;
}
.abi_custom .faq_menu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  font-size: 16px;
  padding: 20px;
  color: #000;
}
.abi_custom .faq_menu ul li a:hover {
  background-color: #f2f2f2;
}
.abi_custom .faq_menu ul li a span {
  font-weight: bold;
  color: #00a3df;
  margin-right: 20px;
}
.abi_custom .faq_menu ul li:last-child {
  border-bottom: 0px;
}
.abi_custom {
  /* 質問欄 */
}
.abi_custom .faq_main {
  border-top: 1px solid #ccc;
  padding: 20px;
}
.abi_custom .faq_main dl dt {
  width: 8%;
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  float: left;
  clear: both;
}
.abi_custom .faq_main dl dt.q {
  color: #00a3df;
  padding-bottom: 20px;
}
.abi_custom .faq_main dl dt.a {
  color: #e8383d;
}
.abi_custom .faq_main dl dd {
  display: table-cell;
  width: 100%;
}
.abi_custom .faq_main dl dd.title {
  padding-bottom: 20px;
}
.abi_custom .faq_main dl dd.title a {
  font-size: 20px;
}
.abi_custom {
  /* ==========================================================================
    planning styles
    ========================================================================== */
  /* メニュー */
}
.abi_custom div.nav_planning {
  width: 100%;
  font-size: 16px;
  margin-top: 40px;
}
.abi_custom div.nav_planning ul.nl {
  padding: 0;
  text-align: center;
}
.abi_custom div.nav_planning ul.nl li {
  font-weight: bold;
  list-style: none;
  width: 25%;
  height: 80px;
  vertical-align: middle;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px #cccccc solid;
}
.abi_custom div.nav_planning ul.nl li:last-child {
  border-right: 0px;
}
.abi_custom div.nav_planning ul.nl li a {
  display: block;
  padding-top: 30px;
  height: 50px;
  position: relative;
  text-decoration: none;
  color: #fff;
  background-color: #3ebff0;
}
.abi_custom div.nav_planning ul.nl li a:hover {
  background-color: #78d2f4;
}
.abi_custom {
  /* 留学計画書button */
}
.abi_custom div.nav_planning ul.nl li a.sub {
  display: block;
  padding-top: 20px;
  height: 60px;
  position: relative;
  background-color: #d2eafa;
  color: #036eb8;
}
.abi_custom div.nav_planning ul.nl li a.sub:hover {
  background-color: #78d2f4;
}
.abi_custom {
  /* --- clearfix --- */
}
.abi_custom .clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.abi_custom .clearFix {
  min-height: 1px;
}
.abi_custom {
  /* 表（POINT）------------------------------------- */
}
.abi_custom .table_all_planning {
  margin: 10px 0;
  padding: 20px 0;
}
.abi_custom .table_all_planning table {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
  background: #fff;
}
.abi_custom .table_all_planning tr td {
  border-right: 1px solid #cccccc;
  padding: 5px 10px;
  vertical-align: middle;
}
.abi_custom .table_all_planning tr td.bar {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-right: 0px;
  padding: 0px;
}
.abi_custom .table_all_planning tr td:last-child {
  border-right: 0px;
}
.abi_custom .table_all_planning table tr td.illust {
  width: 25%;
  padding: 0 20px;
  vertical-align: middle;
  text-align: center;
}
.abi_custom .table_all_planning table tr td.illust img {
  vertical-align: middle;
}
.abi_custom .table_all_planning table tr td.title {
  width: 75%;
  padding: 20px;
  vertical-align: text-top;
}
.abi_custom {
  /*青タイトル*/
}
.abi_custom .table_all_planning table tr td.title span.t_p {
  color: #00a3df;
  font-weight: bold;
  vertical-align: middle;
}
.abi_custom {
  /*サブタイトル*/
}
.abi_custom .table_all_planning_sub_title {
  color: #00a3df;
  font-size: 20px;
  margin: 20px 0;
  font-weight: bold;
}
.abi_custom {
  /*テキスト*/
}
.abi_custom {
  /* 表（STEP）------------------------------------- */
  /*タイトル*/
}
.abi_custom .table_all_planning table tr td.title span.t_s {
  color: #00a3df;
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
}
.abi_custom {
  /*check欄*/
}
.abi_custom .table_all_planning_sub_check {
  margin: 20px 0;
}
.abi_custom .table_all_planning_sub_check li dl dt {
  margin: 0;
  padding: 0 0 10px 25px;
  background: url(/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/images/check.png) no-repeat left top; /* Questionエリアの背景 */
}
.abi_custom {
  /* 表内button */
}
.abi_custom .button_step {
  margin: 10px 0;
}
.abi_custom .button_step a {
  font-size: 15px;
  padding: 5px 30px;
  color: #00a3df;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #3ebff0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.abi_custom .button_step a:hover {
  background-color: #d2eafa;
}
.abi_custom {
  /* 写真リスト --------------------------------------------------- */
  /*全体*/
}
.abi_custom .planning_exlist ul {
  margin: 20px 50px;
  list-style: none;
}
.abi_custom .planning_exlist ul li {
  padding: 0;
  margin: 10px;
  float: left;
}
.abi_custom .planning_exlist ul li a {
  display: block;
  background-color: #f2f2f2;
  text-decoration: none;
  color: #000;
  width: 260px;
  height: 460px;
  font-size: 13px;
}
.abi_custom .planning_exlist ul li a:hover {
  background-color: #cfcfcf;
}
.abi_custom .planning_exlist ul li a div.text_all {
  padding: 20px;
  height: 160px;
}
.abi_custom {
  /*画像*/
}
.abi_custom .planning_exlist ul li a div.images {
  width: 260px;
  height: 194px;
}
.abi_custom {
  /*テキスト*/
}
.abi_custom .planning_exlist ul li a div.no {
  color: #00a3df;
}
.abi_custom .planning_exlist ul li a div.title {
  color: #00a3df;
  margin: 10px 0;
  font-weight: bold;
}
.abi_custom .planning_exlist ul li a div p {
  margin-top: 10px;
  color: #747474;
}
.abi_custom {
  /*ボタン*/
}
.abi_custom .planning_exlist ul li a div.button {
  font-size: 13px;
  padding: 10px 30px;
  margin: 10px 40px;
  width: 120px;
  color: #fff;
  background-color: #808080;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.abi_custom {
  /* 留学計画書ダウンロード --------------------------------------------------- */
}
.abi_custom .planning_download div.title {
  color: #00a3df;
  font-size: 20px;
  margin: 20px 0;
  font-weight: bold;
}
.abi_custom .planning_download div.button_dl {
  margin: 40px 0;
}
.abi_custom .planning_download div.button_dl a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid #fff;
  background: #3ebff0;
  border-radius: 2px;
}
.abi_custom .planning_download div.button_dl a:hover {
  background-color: #78d2f4;
}
.abi_custom {
  /* ------------------------------------------------------------------------------------------------------------------------------------- */
  /* フォーム */
}
.abi_custom .prt_ico-sprite {
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/prt_ico.png") no-repeat;
}
.abi_custom .prt_btn-sprite {
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/prt_btn.png") no-repeat;
}
.abi_custom .prt_heading1-sprite {
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/prt_heading1.png") no-repeat;
}
.abi_custom .prt_nav-sprite {
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/prt_nav.png") no-repeat;
}
.abi_custom input[type=text],
.abi_custom input[type=email],
.abi_custom input[type=number],
.abi_custom textarea {
  border: 1px solid #bcbab8;
  border-color: rgba(178, 178, 178, 0.8);
  border-radius: 10px;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding-left: 15px !important;
  font-size: 18px !important;
  font-family: "メイリオ", Meiryo, sans-serif !important;
}
.abi_custom input[type=text],
.abi_custom input[type=email] {
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  line-height: 48px;
}
.abi_custom input[type=number] {
  position: right;
  padding-top: 0;
  padding-bottom: 0;
  width: 48px;
  height: 48px;
}
.abi_custom textarea {
  padding: 15px;
}
.abi_custom input[type=radio],
.abi_custom input[type=checkbox] {
  margin-right: 5px;
}
.abi_custom label {
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}
.abi_custom .checkbox-send .wpcf7-list-item-label {
  display: none;
}
.abi_custom {
  /*チェックボックス改行*/
}
.abi_custom .wpcf7-checkbox span.wpcf7-list-item {
  display: block;
}
.abi_custom {
  /*チェックボックス改行なし*/
}
.abi_custom #wpcf7-f08 .wpcf7-checkbox span.wpcf7-list-item {
  display: inline;
}
.abi_custom {
  /*
  * ico
  */
}
.abi_custom .ico {
  display: inline-block;
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/prt_ico.png") no-repeat;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.abi_custom .ico-required {
  background-position: 0 -39px;
  width: 37px;
  height: 23px;
}
.abi_custom .ico-student,
.abi_custom .ico-university,
.abi_custom .ico-check,
.abi_custom .ico-pdf,
.abi_custom .ico-excel,
.abi_custom .ico-word {
  border-radius: 2px;
  background: #6c8fc0;
  width: 5.5em;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  line-height: 17.5px;
  color: #fff;
  text-indent: 0;
  white-space: normal;
  overflow: visible;
}
.abi_custom .ico-university {
  background-color: #64bbc8;
}
.abi_custom .ico-check {
  background-color: #f18aa1;
}
.abi_custom .ico-pdf,
.abi_custom .ico-excel,
.abi_custom .ico-word {
  background-color: #52ba8f;
}
.abi_custom {
  /*
  * panel
  */
}
.abi_custom .panel {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  font-size: 12px;
}
.abi_custom .panel .panel-heading {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.abi_custom .panel .panel-heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7.5px;
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/prt_ico.png") no-repeat;
  background-position: 0 -208px;
  width: 15px;
  height: 15px;
}
.abi_custom .panel .panel-heading.active:before {
  background-position: 0 -223px;
}
.abi_custom .panel .panel-body {
  display: none;
  margin-top: 10px;
}
.abi_custom .panel .panel-body > * {
  margin-top: 0;
  margin-bottom: 0;
}
.abi_custom {
  /*
  * bs-callout
  */
}
.abi_custom .bs-callout {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1px 15px;
  font-size: 12px;
}
.abi_custom .bs-callout ul {
  margin-left: 0;
  padding-left: 1.5em;
}
.abi_custom .bs-callout ul li {
  list-style: initial;
}
.abi_custom {
  /*
  * form
  */
}
.abi_custom form {
  text-align: left;
}
.abi_custom form .alert {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 22px;
  padding: 0 20px;
  line-height: 44px;
  text-align: center;
}
.abi_custom form .alert > * {
  margin-top: 0;
  margin-bottom: 0;
}
.abi_custom form .alert-danger {
  background-color: #d74e4e;
  color: #fff;
}
.abi_custom form .alert-danger > p:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/prt_ico.png") no-repeat;
  background-position: 0 -187px;
  width: 23px;
  height: 21px;
  vertical-align: middle;
}
.abi_custom form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  margin-left: 5px;
  text-align: left;
}
.abi_custom form .form-group,
.abi_custom form .panel {
  margin-top: 10px;
  margin-bottom: 10px;
}
.abi_custom form .form-group {
  position: relative;
  margin-left: 57px;
}
.abi_custom form .form-group > * {
  line-height: 1.5;
}
.abi_custom form .form-group .ico-required {
  position: absolute;
  top: 13.5px;
  left: -57px;
}
.abi_custom form .form-horizontal {
  /*border-bottom: 1px solid #999;*/
  /*border-bottom-color: rgba(0, 0, 0, 0.1);*/
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 5px;
}
.abi_custom form .form-title {
  padding-top: 18px;
  padding-left: 5px;
}
.abi_custom form .line {
  border-top: 1px solid #999;
  border-top-color: rgba(0, 0, 0, 0.1);
  padding-top: 14px;
}
.abi_custom form .form-select label {
  padding-bottom: 4px;
  padding-right: 10px;
}
.abi_custom form .form-select .note {
  display: block;
  margin-top: 10px;
}
.abi_custom form .form-horizontal .label {
  display: inline-block;
  width: 16em;
}
.abi_custom form .form-horizontal label + label {
  margin-left: 1em;
}
.abi_custom form .form-horizontal .panel {
  margin-bottom: 0;
}
.abi_custom form .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
  margin-left: 5px;
}
.abi_custom form .error input[type=text],
.abi_custom form .error input[type=email],
.abi_custom form .error textarea {
  border-color: #ff6464;
  background-color: #ffcaca;
}
.abi_custom form .error input[type=text],
.abi_custom form .error textarea,
.abi_custom form .error .wpcf7-not-valid-tip {
  color: #f33;
}
.abi_custom form .error .wpcf7-not-valid-tip {
  display: block;
}
.abi_custom form .button {
  margin-top: 50px;
  text-align: center;
}
.abi_custom {
  /*
  * btn
  */
}
.abi_custom .btn {
  display: inline-block;
  border: none;
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/prt_btn.png") no-repeat;
  padding: 0;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.abi_custom .lt-ie8 .btn {
  display: block;
}
.abi_custom .disabled {
  cursor: default;
}
.abi_custom .btn-more_s {
  background-position: 0 -602px;
  width: 97px;
  height: 23px;
}
.abi_custom .btn-more_s:hover,
.abi_custom .btn-more_s:focus {
  background-position: 0 -665px;
}
.abi_custom .btn-download_s {
  background-position: 0 -688px;
  width: 97px;
  height: 23px;
}
.abi_custom .btn-download_s:hover,
.abi_custom .btn-download_s:focus {
  background-position: 0 -711px;
}
.abi_custom .btn-download_l {
  background-position: 0 -362px;
  width: 285px;
  height: 70px;
}
.abi_custom .btn-download_l:hover,
.abi_custom .btn-download_l:focus {
  background-position: 0 -292px;
}
.abi_custom .btn-download_l.disabled {
  background-position: 0 -222px;
}
.abi_custom .btn-download_l.coming {
  background-position: 0 -734px;
}
.abi_custom .btn-submit_s {
  background-position: -83px -488px;
  width: 52px;
  height: 30px;
}
.abi_custom {
  /*
  .btn-submit_s:hover, .btn-submit_s:focus {
    background-position: 0 -488px;
  }
  */
}
.abi_custom .btn-submit_l {
  background-position: 0 0;
  width: 285px;
  height: 70px;
}
.abi_custom .btn-submit_l:hover,
.abi_custom .btn-submit_l:focus {
  background-position: 0 -70px;
}
.abi_custom .btn-back-index {
  background-position: 0 -432px;
  width: 127px;
  height: 28px;
}
.abi_custom .btn-back-index:hover,
.abi_custom .btn-back-index:focus {
  background-position: 0 -460px;
}
.abi_custom .btn-message {
  background-position: 0 -140px;
  width: 306px;
  height: 41px;
}
.abi_custom .btn-message:hover,
.abi_custom .btn-message:focus {
  background-position: 0 -181px;
}
.abi_custom .btn-back-index {
  background-position: 0 -432px;
  width: 127px;
  height: 28px;
}
.abi_custom {
  /*
  * modal
  */
}
.abi_custom .modal-body {
  padding: 50px;
  font-size: 14px;
  line-height: 1.7;
}
.abi_custom .modal-body .heading {
  font-weight: normal;
  font-size: 26px;
  color: #000;
}
.abi_custom .modal-body .text {
  margin-top: 25px;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  text-align: left;
}
.abi_custom .modal-body .button {
  margin-bottom: 25px;
  text-align: center;
}
.abi_custom {
  /*  ------------------------------------------------------------------------------------------------------*/
}
.abi_custom .prt_flow-sprite {
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/prt_flow.png") no-repeat;
}
.abi_custom .prt_ex-sprite {
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/prt_ex.png") no-repeat;
}
.abi_custom .modalitem {
  display: none;
  width: 810px;
  margin: 0 auto;
}
.abi_custom .modalttl {
  padding-bottom: 25px;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #b6b1a7;
}
.abi_custom .modalttl span {
  display: inline-block;
  height: 14px;
  text-indent: -999em;
  overflow: hidden;
  margin-right: 20px;
  width: 70px;
}
.abi_custom .modalttl span.mdlttl01 {
  width: 235px;
  background-position: 0 -180px;
}
.abi_custom .modalttl span.mdlno01 {
  background-position: -320px 0;
}
.abi_custom .modalttl span.mdlno02 {
  background-position: -320px -20px;
}
.abi_custom .modalttl span.mdlno03 {
  background-position: -320px -40px;
}
.abi_custom .modalttl span.mdlno04 {
  background-position: -320px -60px;
}
.abi_custom .modalttl span.mdlno05 {
  background-position: -320px -80px;
}
.abi_custom .modalttl span.mdlno06 {
  background-position: -320px -100px;
}
.abi_custom .modalttl span.mdlno07 {
  background-position: -320px -120px;
}
.abi_custom .modalttl span.mdlno08 {
  background-position: -320px -140px;
}
.abi_custom .modalttl span.mdlno09 {
  background-position: -320px -160px;
}
.abi_custom .modalttl span.mdlno10 {
  background-position: -320px -180px;
}
.abi_custom .modalttl span.mdlno11 {
  background-position: -320px -200px;
}
.abi_custom .modalttl span.mdlno12 {
  background-position: -320px -220px;
}
.abi_custom .modalttl span.mdlno13 {
  background-position: -320px -240px;
}
.abi_custom .modalttl span.mdlno14 {
  background-position: -240px -150px;
}
.abi_custom .modalheader {
  background: #f1eee8;
  overflow: hidden;
  margin-bottom: 35px;
  *zoom: 1;
}
.abi_custom .modalheader .listimg {
  display: table-cell;
  width: 240px;
}
.abi_custom .modalheader .listimg .images {
  width: 260px;
  height: 194px;
}
.abi_custom .modalheader .modalhtxt {
  width: 530px;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
.abi_custom .modalheader .modalhtxt .course {
  display: block;
  color: #00a3df;
  font-weight: bold;
  margin-bottom: 15px;
}
.abi_custom .modalheader .modalhtxt h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
}
.abi_custom .modalheader .modalhtxt h2.nolsp {
  letter-spacing: 0;
}
.abi_custom .modalheader .modalhtxt ul {
  padding: 0;
  margin: 0;
}
.abi_custom .modalheader .modalhtxt ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  color: #85837f;
}
.abi_custom .modalread {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 37px;
}
.abi_custom .modalcomment {
  padding: 0;
  margin: 0 0 50px 0;
}
.abi_custom .modalcomment li {
  list-style: none;
  position: relative;
}
.abi_custom .modalcomment h3 {
  padding-left: 30px;
  font-size: 100%;
  color: #00a3df;
  margin: 0 0 15px 0;
}
.abi_custom .modalcomment .dream,
.abi_custom .modalcomment .action,
.abi_custom .modalcomment .goal,
.abi_custom .modalcomment .social {
  border-bottom: 1px solid #ccc6bc;
  padding: 30px 0;
}
.abi_custom .modalcomment .possibility {
  padding-top: 30px;
}
.abi_custom .modalcomment h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/prt_ex.png") no-repeat;
  width: 20px;
  height: 20px;
}
.abi_custom .modalcomment .dream h3:before {
  background-position: 0 -210px;
}
.abi_custom .modalcomment .action h3:before {
  background-position: -30px -210px;
}
.abi_custom .modalcomment .goal h3:before {
  background-position: -60px -210px;
}
.abi_custom .modalcomment .social h3:before {
  background-position: -90px -210px;
}
.abi_custom .modalcomment .possibility h3:before {
  background-position: -120px -210px;
}
.abi_custom .modalcomment li ul {
  padding: 0 0 0 1.5em;
  margin: 0;
}
.abi_custom .modalcomment li li {
  list-style: disc;
  line-height: 180%;
  letter-spacing: 0.07em;
}
.abi_custom .voice {
  padding: 30px;
  margin-bottom: 70px;
  background: #d7d2c6;
}
.abi_custom .voice h2 {
  color: #878071;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0;
}
.abi_custom .voice ul {
  padding: 0 0 0 1.5em;
  margin: 0;
}
.abi_custom .voice ul li {
  list-style: disc;
  line-height: 180%;
  letter-spacing: 0.07em;
}
.abi_custom .ttl-andmore {
  font-size: 24px;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.abi_custom .moreread {
  font-size: 16px;
  line-height: 26px;
}
.abi_custom .morelist {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 40px 0;
  padding: 0;
}
.abi_custom .morelist li {
  margin-bottom: 20px;
  width: 370px;
  float: left;
  list-style: none;
}
.abi_custom .morelist li.more01,
.abi_custom .morelist li.more03 {
  margin-right: 70px;
}
.abi_custom .morelist li h3 {
  font-size: 1.17em;
  margin: 1em 0;
  color: #00a3df;
  padding-left: 35px;
  position: relative;
}
.abi_custom .morelist li h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/prt_ex.png") no-repeat;
  width: 30px;
  height: 20px;
}
.abi_custom .morelist li.more01 h3:before {
  background-position: -160px -210px;
}
.abi_custom .morelist li.more02 h3:before {
  background-position: -200px -210px;
}
.abi_custom .morelist li.more03 h3:before {
  background-position: -230px -210px;
}
.abi_custom .morelist li.more04 h3:before {
  background-position: -260px -210px;
}
.abi_custom .morelist li ul {
  padding: 0;
  margin: 0;
}
.abi_custom .morelist li li {
  width: auto;
  float: none;
  margin-bottom: 10px;
  background: #f1eee8;
  padding: 30px 20px;
  min-height: 100px;
}
.abi_custom .morelist li li p {
  margin: 0;
  letter-spacing: 0.07em;
  font-size: 14px;
}
.abi_custom .morelist li li p.college {
  font-size: 100%;
  padding-top: 15px;
  color: #92908d;
}
.abi_custom {
  /*
  * Nivo Lightbox v1.2.0
  * http://dev7studios.com/nivo-lightbox
  *
  * Copyright 2013, Dev7studios
  * Free to use and abuse under the MIT license.
  * http://www.opensource.org/licenses/mit-license.php
  */
}
.abi_custom .nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.abi_custom .nivo-lightbox-wrap {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 10%;
  right: 10%;
}
.abi_custom .nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.abi_custom .nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.abi_custom .nivo-lightbox-nav {
  display: none;
}
.abi_custom .nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.abi_custom .nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.abi_custom .nivo-lightbox-close {
  position: absolute;
  top: 1%;
  right: 1%;
}
.abi_custom .nivo-lightbox-image {
  text-align: center;
}
.abi_custom .nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.abi_custom .nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.abi_custom .nivo-lightbox-inline,
.abi_custom .nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.abi_custom .nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
.abi_custom {
  /* Effects
  **********************************************/
}
.abi_custom .nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.abi_custom .nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.abi_custom .nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.abi_custom .nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.abi_custom .nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.abi_custom .nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.abi_custom .nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.abi_custom {
  /* fadeScale */
}
.abi_custom .nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.abi_custom .nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.abi_custom {
  /* slideLeft / slideRight / slideUp / slideDown */
}
.abi_custom .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.abi_custom .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.abi_custom .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.abi_custom .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.abi_custom .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
.abi_custom .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.abi_custom .nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.abi_custom .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.abi_custom .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.abi_custom .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.abi_custom .nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.abi_custom .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.abi_custom {
  /* fall */
}
.abi_custom .nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.abi_custom .nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  transform: translateZ(300px);
}
.abi_custom .nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.abi_custom {
  /*
  * Nivo Lightbox Default Theme v1.0
  * http://dev7studios.com/nivo-lightbox
  *
  * Copyright 2013, Dev7studios
  * Free to use and abuse under the MIT license.
  * http://www.opensource.org/licenses/mit-license.php
  */
}
.abi_custom .nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/loading.gif) no-repeat 50% 50%;
}
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 5%;
  width: 10%;
  height: 90%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 1;
}
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 0.5;
  /*background-color: rgba(0,0,0,0.5);*/
}
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/prev.png);
  /*border-radius: 0 3px 3px 0;*/
}
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/next.png);
  /*border-radius: 3px 0 0 3px;*/
}
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/close.png) no-repeat 0 0;
  width: 46px;
  height: 46px;
  text-indent: -9999px;
  padding: 0;
  opacity: 1;
}
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 0.5;
}
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-title {
  /*font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;*/
  display: none;
}
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #e3ddd1;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-ajax,
.abi_custom .nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .abi_custom .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/loading@2x.gif);
    background-size: 32px 32px;
  }
  .abi_custom .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/prev@2x.png);
    background-size: 48px 48px;
  }
  .abi_custom .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/next@2x.png);
    background-size: 48px 48px;
  }
  .abi_custom .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(/web/20210809153103im_/https://tobitate.mext.go.jp/info/wp-content/themes/mext/img/planning/close@2x.png);
    background-size: 23px 23px;
  }
}

/*
     FILE ARCHIVED ON 15:31:03 Aug 09, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:36:55 Feb 14, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 78.922
  exclusion.robots: 0.138
  exclusion.robots.policy: 0.131
  RedisCDXSource: 0.868
  esindex: 0.007
  LoadShardBlock: 61.601 (3)
  PetaboxLoader3.datanode: 90.045 (4)
  CDXLines.iter: 14.763 (3)
  load_resource: 102.603
  PetaboxLoader3.resolve: 26.944
*/
/* 2025年サイトリニューアルに伴う調整 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .abi_custom #main {
    width: 95%;
  }
  .abi_custom .title_main {
    font-size: 23px;
  }
}