@charset "utf-8";
/* LESS Document */
/*----------------------
			　base
-----------------------*/
/*----------------------
			　common
-----------------------*/
/* clearfix */
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* img */
img {
  border: 0px;
}
a.img_hover:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
/* link */
a {
  color: #009;
  text-decoration: none;
}
a:visited {
  color: #606;
}
a:hover {
  color: #06c;
  text-decoration: underline;
}
/* list */
ul,
ol,
li {
  list-style: none;
}
/*----------------------
			　layout
-----------------------*/
.m0 {
  margin: 0px !important;
}
.mlr10 {
  margin: 0px 10px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb05 {
  padding-bottom: 05px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.padding {
  padding: 0px !important;
}
.plr10 {
  padding: 0px 10px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.tll {
  text-align: left;
}
.tlc {
  text-align: center;
}
.tlr {
  text-align: right;
}
/* fontsize */
.fz10 {
  font-size: 10px;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
/* list */
.flr {
  float: right;
}
.fll {
  float: left;
}
/* wide */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fb {
  font-weight: bold;
}
.trs {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.textOut {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-indent: 100%;
}
#main {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  color: #333;
  overflow: hidden;
  /* ----------------------------------
	共通
	---------------------------------- */
  /* ----------------------------------
	共通 end
	---------------------------------- */
}
#main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main *,
#main *::before,
#main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main * {
  margin: 0 ;
  padding: 0 ;
}
#main #content #main-area {
  width: 960px;
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.7;
  margin: 0 auto;
  padding: 0;
  font-style: normal;
}
#main #content #main-area #feature-data-box #feature-data {
  padding-bottom: 10px;
}
#main #content #main-area #feature-data-box #feature-data .day {
  text-align: right;
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}
#main #content #main-area .feature-text p {
  text-align: right;
  font-size: 14px;
  color: #999;
  padding: 30px 0;
  line-height: 1.3;
}
#main #content #main-area #content-inner {
  /* ----------------------------------
				共通
				---------------------------------- */
  /* ----------------------------------
				共通 end
				---------------------------------- */
}
#main #content #main-area #content-inner img {
  width: 100%;
}
#main #content #main-area #content-inner section {
  display: inline-block;
  width: 100%;
}
#main #content #main-area #content-inner section .sec-inner {
  padding: 40px 30px 45px;
}
#main #content #main-area #content-inner section .sec-inner dl {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
#main #content #main-area #content-inner section .sec-inner dl dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
#main #content #main-area #content-inner .btn_box {
  margin: 12px 0 20px;
  padding: 0 10px;
  text-align: center;
}
#main #content #main-area #content-inner .btn {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  padding: 14px 70px 14px 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f32e2c), color-stop(80%, #fe8362));
  background: linear-gradient(to bottom, #f32e2c 0%, #fe8362 80%);
  border-radius: 50px;
  -webkit-box-shadow: 0 6px #fdd6d5;
          box-shadow: 0 6px #fdd6d5;
}
#main #content #main-area #content-inner .btn span {
  position: relative;
}
#main #content #main-area #content-inner .btn::after {
  content: "";
  position: absolute;
  background: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/kikoku-240627_arrow.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  z-index: 2;
  right: 16px;
  top: calc(50% - 15px);
}
#main #content #main-area #content-inner .btn:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#main #content #main-area #content-inner .iee-box {
  margin: -3% auto 0;
  font-weight: 400;
  max-width: 800px;
}
#main #content #main-area #content-inner .iee-box p {
  margin-bottom: 20px;
  line-height: 1.8;
}
#main #content #main-area #content-inner .organizer,
#main #content #main-area #content-inner .annotation {
  padding: 0 20px;
}
#main #content #main-area #content-inner .organizer {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
#main #content #main-area #content-inner .annotation {
  color: #f22929;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
#main #content #main-area #content-inner #schedule {
  background: #d9f5fa;
}
#main #content #main-area #content-inner #schedule .sp-view {
  display: none;
}
#main #content #main-area #content-inner #schedule .sec-inner {
  padding-top: 30px;
}
#main #content #main-area #content-inner #schedule .schedule {
  border-collapse: separate;
  width: 100%;
  border: none;
  font-size: 16px;
  font-family: inherit;
  padding: 0 40px;
  background: none;
  border-spacing: 0;
}
#main #content #main-area #content-inner #schedule .schedule thead tr {
  background: none;
}
#main #content #main-area #content-inner #schedule .schedule tr {
  background: #fff;
}
#main #content #main-area #content-inner #schedule .schedule tr:nth-of-type(2n) {
  background: #ecfdff;
}
#main #content #main-area #content-inner #schedule .schedule tr.closing_event {
  background: #bfbfbf;
  color: #888;
  text-decoration: line-through;
}
#main #content #main-area #content-inner #schedule .schedule tr.closing_event td p {
  color: #888;
}
#main #content #main-area #content-inner #schedule .schedule tr.closing_event td p::before {
  background: #bfadad;
}
#main #content #main-area #content-inner #schedule .schedule th,
#main #content #main-area #content-inner #schedule .schedule td {
  border: none;
  background: none;
}
#main #content #main-area #content-inner #schedule .schedule th {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  text-shadow: none;
  color: #ff8865;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 10px;
}
#main #content #main-area #content-inner #schedule .schedule th .small {
  font-size: 14px;
  float: right;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
#main #content #main-area #content-inner #schedule .schedule td {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 18px;
}
#main #content #main-area #content-inner #schedule .schedule td.day {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 20px 20px 32px;
  width: 43%;
}
#main #content #main-area #content-inner #schedule .schedule td p {
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#main #content #main-area #content-inner #schedule .schedule td p::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #ff8865;
  margin-right: 10px;
}
#main #content #main-area #content-inner #schedule .schedule td p span {
  font-size: 12px;
  color: #777;
}
#main #content #main-area #content-inner #flow {
  background: #eceeff;
}
#main #content #main-area #content-inner #flow .flow li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 25px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
#main #content #main-area #content-inner #flow .flow li:last-of-type {
  margin-bottom: 0;
}
#main #content #main-area #content-inner #flow .flow li .num {
  position: absolute;
  top: -6px;
  left: -6px;
  font-size: 14px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: block;
  background: #8f97df;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  border-radius: 15px;
}
#main #content #main-area #content-inner #flow .flow li .title {
  width: 35%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
}
#main #content #main-area #content-inner #flow .flow li .detail {
  width: 65%;
}
#main #content #main-area #content-inner #flow .flow li .detail .attention {
  width: 100%;
  font-size: 12px;
  color: #f22929;
}
#main #content #main-area #content-inner #reserve {
  background: #fcf4ff;
}
#main #content #main-area #content-inner #reserve .sec-inner .form-txt {
  padding: 20px;
  background: #fff;
}
#main #content #main-area #content-inner #reserve .sec-inner .form-txt p strong {
  margin-bottom: 5px;
  display: inline-block;
}
#main #content #main-area #content-inner #reserve .sec-inner .form-txt dl {
  font-size: 14px;
  font-weight: 400;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form #message-container-input,
#main #content #main-area #content-inner #reserve .sec-inner #trust-form #message-container-confirm {
  margin-bottom: 40px;
  color: #f22929;
  font-weight: 600;
  font-size: 20px;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form #message-container-input .register-button,
#main #content #main-area #content-inner #reserve .sec-inner #trust-form #message-container-confirm .register-button {
  position: relative;
  display: inline-block;
  margin-top: 3px;
  color: #fff;
  background: #ff8865;
  padding: 5px 30px 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form #message-container-input .register-button:after,
#main #content #main-area #content-inner #reserve .sec-inner #trust-form #message-container-confirm .register-button:after {
  content: "≫";
  position: absolute;
  right: 10px;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form #message-container-input .register-button:hover,
#main #content #main-area #content-inner #reserve .sec-inner #trust-form #message-container-confirm .register-button:hover {
  background: #ff5220;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form .tac {
  margin-bottom: 20px;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form #message-container-input {
  font-size: 18px;
  font-weight: bold;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form form #confirm-button {
  position: relative;
  margin: 0 auto 30px;
  width: 500px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form form #confirm-button input[type="submit"],
#main #content #main-area #content-inner #reserve .sec-inner #trust-form form #confirm-button input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form form #confirm-button input[type="submit"]::-webkit-search-decoration,
#main #content #main-area #content-inner #reserve .sec-inner #trust-form form #confirm-button input[type="button"]::-webkit-search-decoration {
  display: none;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form form #confirm-button input[type="submit"]:focus,
#main #content #main-area #content-inner #reserve .sec-inner #trust-form form #confirm-button input[type="button"]:focus {
  outline-offset: -2px;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form form #confirm-button input[type="submit"]:hover,
#main #content #main-area #content-inner #reserve .sec-inner #trust-form form #confirm-button input[type="button"]:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form form #confirm-button input {
  position: relative;
  -webkit-font-feature-settings: palt;
          font-feature-settings: palt;
  background: -webkit-gradient(linear, left top, left bottom, from(#f32e2c), color-stop(80%, #fe8362));
  background: linear-gradient(to bottom, #f32e2c 0%, #fe8362 80%);
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0 6px #fdd6d5;
          box-shadow: 0 6px #fdd6d5;
  padding: 20px;
  font-size: 24px;
  border: none;
  width: 100%;
  max-width: 348px;
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form form #confirm-button input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table {
  border: 20px solid #fff;
  background-color: #fff;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table tr {
  border-bottom: 2px solid #ccc;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table tr:hover {
  background: inherit;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table th {
  width: 35%;
  border-bottom: none;
  padding: 25px 0;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table th:last-of-type {
  padding-bottom: 10px;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table th:first-of-type {
  padding-top: 10px;
  min-width: 120px;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table td {
  padding: 25px 0;
  border-bottom: none;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table td:last-of-type {
  padding-bottom: 10px;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table td:first-of-type {
  padding-top: 10px;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table td div input {
  border: 1px #d6d6d6 solid;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table td div textarea {
  border: 1px #d6d6d6 solid;
  width: 100%;
  height: 130px;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table td div ul li {
  padding: 0;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table td .error {
  color: #f22929;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table .content {
  color: #ff8865;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table .require {
  margin-left: 5px;
  color: #f22929;
}
#main #content #main-area #content-inner #reserve .sec-inner #trust-form table .submessage {
  font-size: 12px;
  line-height: 1.6;
}
#main #content .mailform {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: 15px;
  width: 40%;
  -webkit-box-shadow: 0 3px 0 #0b363c;
          box-shadow: 0 3px 0 #0b363c;
  display: block;
  margin: 20px auto 0;
}
#main #content .mailform:after {
  content: "";
  background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/kikoku-190605_icon02.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#main #content .mailform:hover {
  text-decoration: none;
  background: #287681;
}
