@charset "utf-8";
div.contents {
  margin-bottom: 10%;
  text-align: left;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.font_red {
  color: red;
}
.font_orange {
  color: #ff4500;
}
.font_lightblue {
  color: #008db7;
}
.font_blue {
  color: #004098;
}
.font_small80 {
	font-size: 80%;
}
.font_100per {
	font-size: 100%;
}
.font_110per {
	font-size: 110%;
}
.font_120per {
	font-size: 120%;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff75 60%);
}
.pagetop a {
  display: block;
  background-color: #89c3eb;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #007bbb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
p.totop {
  text-align: right !important;
  margin: 3%;
  font-size: 120%;
}
p.totop a, a.link {
  color: #555;
  text-decoration: underline;
}
p.totop a:hover, a:hover.link {
  color: #1e90ff;
}
.padding_right_05em {
  padding-right: 0.5em;
}
.contents h2 {
  padding: 0.5em 0;
  font-size: 180%;
  font-weight: bold;
  margin-top: 1%;
  margin-bottom: 3%;
  background-color: #004098;
  color: #fff;
  text-align: center;
}
.contents h3 {
  padding: 0.5em 0;
  font-size: 150%;
  font-weight: bold;
  color: #008db7;
  border-top: solid 3px #008db7;
  border-bottom: solid 3px #008db7;
  text-align: center;
}
.contents h4 {
  align-items: center;
}
.contents p.info, .contents p {
  text-align: left;
  font-size: 120%;
}
p.info span.option a {
  color: red;
  background: linear-gradient(transparent 60%, #ffff75 60%);
}
.contents div.point, .contents div.point_orange, .contents div.point_blue {
  position: relative;
  margin: 5em 0 2em 0;
  padding: 0.5em 1em;
  text-align: left;
  font-size: 120%;
}
.contents div.point .box-title, .contents div.point_orange .box-title, .contents div.point_blue .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.contents div.point p {
  margin: 0;
  padding: 0;
}
.contents div.point_orange {
  border: solid 3px #ec6800;
}
.contents div.point_orange .box-title {
  background: #ec6800;
}
.contents div.point_blue {
  border: solid 3px #008db7;
}
.contents div.point_blue .box-title {
  background: #008db7;
}
.contents ul {
  padding-top: 1em;
  font-size: 120%;
}
.contents ul li {
  list-style: disc;
  list-style-position: inside;
}
nav.menu ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  text-align: center;
}
nav.menu li {
  display: table-cell;
  min-width: 50px;
  font-weight: bold;
}
nav.menu a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #555;
  padding-bottom: 5px;
}
nav.menu li.red {
  border-bottom: 3px solid #ea5550;
  color: #ea5550;
}
nav.menu li.orange {
  border-bottom: 3px solid #ec6800;
}
nav.menu li.blue {
  border-bottom: 3px solid #008db7;
}
nav.menu li.yellow {
  border-bottom: 3px solid #f8b500;
}
nav.menu li.purple {
  border-bottom: 3px solid #7f1184;
}
nav.menu li.green {
  border-bottom: 3px solid #028760;
}
nav.menu li.pink {
  border-bottom: 3px solid #e44d93;
}
nav.menu li:hover {
  color: #E7DA66;
  border-bottom: 3px solid #a1d8e6;
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item-img {
  padding: 0;
}
.item-body {
  padding: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #003f8e;
}
.item-body p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
div.contents div.infomation {
  background-color: #eee7e0;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .item {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
}
.btn-orange, .btn-orange_02 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange_02 {
  width: 45%;
}
.btn-blue {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange:active, .btn-blue:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.btn-orange:hover, .btn-blue:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .btn-orange, .btn-blue {
    width: 100%;
  }
}
a.link {
  color: dodgerblue;
  border-bottom: dodgerblue;
}
a.link:hover {
  color: darkorange;
  border: none;
}
.contents ul.tourpoint {
  margin-top: 0;
  width: 100%;
  list-style: none;
  text-align: left;
}
.contents ul.tourpoint li {
  font-size: 150%;
  margin-top: 1%;
  padding-bottom: 3%;
  width: 50%;
  float: left;
  color: #004098;
  font-weight: bold;
}
.contents ul.tourpoint li.last {
  font-size: 150%;
  margin-top: 20px;
  padding-bottom: 3%;
  width: 100%;
  line-height: 1.5em;
}
.contents ul.tourpoint li p {
  font-size: 12pt;
  line-height: 1.5em;
  margin-left: 1em;
  margin-top: 10px;
  color: #333;
  font-weight: normal;
}
.contents ul.tourpoint li span img {
  padding: 0 10px;
}
.contents ul.tourpoint li::before {
  vertical-align: middle;
  margin-right: 15px;
}
.contents ul.tourpoint li.last::before {
  content: none;
}
.box_border_blue {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
.margintop_3 {
  margin-top: 3%;
}
.marginbottom_3 {
  margin-bottom: 3%;
}
.marginright_05em {
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .contents ul.tourpoint li, .contents ul li.last {
    font-size: 15pt;
    width: 100%;
  }
  .contents ul.tourpoint li span img {
    width: 10%;
    margin: 2% 0 0 0;
  }
  .contents ul.tourpoint li p {
    margin-left: 1em;
  }
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_3column {
  width : 33.33333% ;
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
  justify-content: space-between;
  padding: 1%;
}
.item-img {
  padding: 0;
}
.item-body {
  padding: 0;
}
.item-body ul {
  padding-top: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #003f8e;
}
.item-body p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
.item ul {
  margin-top: 0;
  width: 100%;
  list-style: none;
  text-align: left;
}
.contents span.option {
  background-color: white;
  color: red;
  font-weight: bold;
  padding: 0.2em 0.5em;
  border: red solid 1px;
  line-height: 3em;
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .item,.item_3column {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
}
.btn-orange, .btn-orange_02 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange_02 {
  width: 45%;
}
.btn-blue {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange:active, .btn-blue:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.btn-orange:hover, .btn-blue:hover {
  opacity: 0.5;
}
.contents h4 {
  display: flex;
  align-items: center;
  text-align: center;
  color: #004098;
  font-size: 150%;
  font-weight: 700;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent;
  border-left: solid 5px #004098; /*左線*/
}
.stepflow {
  font-size: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1em;
  padding: 0;
}
.stepflow > li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-overflow: ellipsis;
  color: #b0bec5;
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.stepflow > li .title {
  font-weight: bold;
  color: #ff4500;
}
.stepflow > li .text {
  display: block;
  padding-right: 2.5em;
}
.stepflow > li .bubble {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0.5em;
  border-radius: 1000px;
  background-color: #b0bec5;
}
.stepflow > li .bubble::after, .stepflow > li .bubble::before {
  position: absolute;
  top: 9px;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #b0bec5;
}
.stepflow > li.completed, .stepflow > li.completed .bubble {
  color: #333;
}
.stepflow > li.completed .bubble, .stepflow > li.completed .bubble::after, .stepflow > li.completed .bubble::before {
  background-color: #004098;
}
.stepflow > li:last-child .bubble::after, .stepflow > li:last-child .bubble::before {
  width: 0%;
  margin-right: 50%;
}
.window_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .stepflow {
    display: list-item;
    list-style-type: none;
  }
  .window_pc {
    display: none;
  }
  .window_sp {
    display: block;
  }
  nav.menu li {
    display: list-item;
    list-style-type: none;
  }
}
.box_service {
    background: #dcefff;
}
.box_country {
    background: #fff;
}
.box_service .box-title {
    font-size: 150%;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box_country .box-title {
    font-size: 150%;
    background: #ff8c00;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box_service p {
    padding: 15px 20px;
    margin: 0;
}
.box_modelcorse {
    position: relative;
    margin: 2em 0;
	padding-left: 65px;
    padding-top: 30px;
    padding-bottom: 10px;
	text-align: left;
	font-size: 15px;
    border: solid 2px #004098;
	overflow:hidden;
}
.box_modelcorse .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #004098;
    color: #ffffff;
    font-weight: bold;
}
.box_modelcorse p {
    margin: 0; 
    padding: 0;
}
.box_modelcorse a:hover {
	background-color:#f79839;
}
ul.modelcorse{
	list-style: none outside;
}
ul.modelcorse li{
	list-style-type: none;
	padding: 0;
	float: left;
	width: 10%;
}
@media only screen and (max-width: 768px){
ul.modelcorse li{
	width: 100%;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
}