@charset "UTF-8";

.Main {
  box-sizing: border-box;
}
/*-------------------*/
.element {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
/*--------------*/
.KV {
  position: relative;
}
.KV .KV_txtarea {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.KV .KV_txtarea h1 {
  text-align: center;
  background: url("../images/fukidashi.svg") no-repeat top center;
  background-size: 540px 90px;
  width: 100%;
  max-width: 540px;
  padding: 25px 0 30px;
  margin: 0 auto;
  font-size: 2.0rem;
}
.KV .KV_txtarea .KV_subtit {
  margin: 10px 0 15px;
  width: 100%;
  text-align: center;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.9));
}
.KV .KV_txtarea .KV_subtit span {
  font-size: 5rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  color: #fff;
}

.KV .KV_txtarea .KV_subtit span::before, .KV .KV_txtarea .KV_subtit span::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 5px;
  position: absolute;
  height: 60px;
  bottom: 10px;
}
.KV .KV_txtarea .KV_subtit span::before {
  left: 0;
  transform: rotate(-20deg);
}
.KV .KV_txtarea .KV_subtit span::after {
  right: 0;
  transform: rotate(20deg);
}
.KV_desc {
  width: 540px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
}

.KV_desc .KV_desc_inline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.KV_desc:before, .KV_desc:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 1px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #333333;
}
.KV_desc:before {
  left: 10px;
}
.KV_desc:after {
  right: 10px;
}
.KV_desc p {
  margin: 0;
  padding: 0;
}
.KV_desc ul li {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.KV_desc ul li:last-of-type {
  margin-bottom: 0;
}
.KV_desc ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  background-image: url("../images/check_orange.svg");
  background-size: 30px;
  background-repeat: no-repeat;
}
.KV_desc ul li span {
  display: block;
  font-size: 1.4rem;
  color: #666666;
  font-weight: normal;
}
.KV .KV_bgarea {
  position: relative;
  display: block;
}
.KV .KV_bgarea ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.KV .KV_bgarea ul li {
  width: 25%;
  max-width: 480px;
  display: block;
  object-fit: cover;
  background: #E9E9E9;
  height: 480px;
}
.KV .KV_bgarea ul li img{
    object-fit: cover;
    height: 100%;
}
.KV .KV_bgarea ul li:nth-of-type(2n) {
  background: #D7D7D7;
}
/*--*/
.anchor_link {
  width: 100%;
  background-color: #edf6ff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.anchor_link .anchor {
  margin-top: 23px;
}
.anchor {
  border-radius: 5px;
  background-color: #f7f7f7;
  width: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
  margin: 23px 0;
}
.anc .anchor {
  border-radius: 0;
  width: 100%;
  filter: none;
  margin: 0;
}
.anchor li a {
  background-color: #f7f7f7;
  display: block;
  position: relative;
  width: 200px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 20px;
  color: #333333;
}
.anchor li a::before {
  content: "";
  border: 0;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  -webkit-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
}
.anchor li a:hover::before {
  bottom: 8px;
}
.ab_btn_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 23px;
}
.ab_btn_box p:first-child {
  font-size: 2rem;
  font-weight: bold;
  color: #0058a4;
  padding: 20px;
  width: 400px;
  text-align: center;
}
.ab_btn_box .ab_btn a {
  width: 400px;
  text-align: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 20px 60px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
  font-size: 3rem;
  font-weight: 700;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
  color: #ffffff;
     padding-left: 63px;
  background-size: 41px auto;
  background: url(/med/app-files/img/cmn_ic15.png) no-repeat 20px 50% #0058a4;
}
.ab_btn_box a:visited {
  color: #ffffff;
}
.ab_btn_box .ab_btn a::after {
  top: calc(50% - 7px);
  right: 32px;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.Main .caption{
    font-size: 1rem;
}
/*-----------*/
.column_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*margin: 0 20px;*/
}
.column_2 h2 {
  padding: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #00a0c0;
  color: #ffffff;
  margin: 0;
}
.column_2 dl {
  margin: 0;
}
.desc {
  margin: 16px 0;
}
.desc_txt {
  color: #333333;
  font-size: 1.6rem;
}
.desc_note {
  color: #666666;
  font-size: 1.4rem;
}
.column_2 h3 {
  margin: 0;
  background-color: #f0f0f0;
  padding: 10px;
  color: #0058a4;
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: 2px #dedede solid;
}
.column_2 h3:nth-child(2) {
  margin-top: 10px;
}
.left_cont_box:first-child {
  margin-bottom: 10px;
}
.left_cont, .right_cont {
  width: 50%;
  padding: 20px;
}
.column_2 dt[class^="accordion_tit"]:first-child {
  border-top: none;
}
.column_2 dt[class^="accordion_tit"] {
  position: relative; /* 追加 */
  border-top: 1px solid #dedede;
  color: #333333;
  cursor: pointer;
  padding: 20px 10px;
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.note_vaccine, .accordion_tit .note{
    position: absolute;
    top:50%;
    right: 50px;
  display: inline-block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
    font-size: 1.5rem;
    line-height: 1.2;
    border: 2px solid #c3050f;
    background-color: #ffffff;
    color: #c3050f;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
}
.note_vaccine small{
    font-size: 1.2rem;
}

.column_2 dl[class^="accordion_wrap"] {
  border-bottom: 1px solid #dedede;
}
.column_2 dt[class^="accordion_tit"] span:first-child {
  padding-left: 30px;
}
.column_2 dt[class^="accordion_tit"] span:first-child::before {
  content: "";
  background: url("../images/check_blue.svg") no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  display: inline-block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.column_2 dd[class^="accordion_cont"] {
  font-size: 1.6rem;
  display: none;
  padding: 10px;
  margin: 0
}
/* ①プラスの横線 */
.column_2 dt[class^="accordion_tit"]:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 15px;
  height: 1px;
  background: #333333;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* ②プラスの縦線 */
.column_2 dt[class^="accordion_tit"]:after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 16px;
  width: 1px;
  height: 15px;
  background: #333333;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: .3s;
}
/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.column_2 dt[class^="accordion_tit"].open:after {
  top: 40%;
  opacity: 0;
  transform: rotate(90deg);
}
.ext_link a {
  padding-right: 20px;
  font-weight: bold;
  color: #006699;
  position: relative;
  text-decoration: underline;
}
.ext_link a:hover {
  text-decoration: none;
}
.ext_link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/ext_link.svg") no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*-----------*/
.tab_area-group {
  display: flex;
}
.tab_area-group li {
  margin-left: 5px;
}
.tab_area {
  text-align: center;
  padding: 10px 15px;
  margin: 1px 0 0;
  cursor: pointer;
  color: #666666;
  border-radius: 5px;
  border: 1px solid #dedede;
  font-size: 1.6rem;
  font-weight: bold;
  background: #FFFFFF;
  filter: drop-shadow(0px 0px 2px rgba(152, 152, 152, 0.2));
}
.tab_area.is-active {
  color: #fff;
  background-color: #0058a4;
}
.panel {
  display: none;
}
.panel.is-show {
  display: block;
}
.panel-date {
  padding-left: 18px;
  vertical-align: middle;
  display: inline-block;
}
.panel-ttl {
  font-size: 1.6rem;
  color: #3d3d3d;
  padding-left: 2rem;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 400px;
}
.table_box {
  width: 100%;
}
.table_box table {
  width: 100%;
  margin-top: 0px;
  display: table;
}
.table_box table tr {
  padding: 5px 0;
  border-bottom: 1px solid #ededed;
}
.table_box table tr td:first-child {
  width: 30%;
  font-size: 1.5rem;
  color: #333333;
  font-weight: bold;
  padding: 10px;
}
.table_box table tr td:nth-child(2) {
  width: 55%;
  font-size: 1.4rem;
  position: relative;
  padding-left: 50px;
  line-height: 1;
}
.icon_doublecircle::before {
  position: absolute;
  content: "";
  background: url("../images/icon_doublecircle.svg") no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.icon_circle::before {
  position: absolute;
  content: "";
  background: url("../images/icon_circle.svg") no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.icon_cross::before {
  position: absolute;
  content: "";
  background: url("../images/icon_cross.svg") no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.table_box table {
  margin-bottom: 20px;
}
.table_box table tr td:last-child {
  width: 15%
}
.table_box table tr th {
  font-size: 1.4rem;
  padding: 10px;
  color: #333333;
  background-color: #f0f0f0;
  text-align: left;
  position: relative;
}
.table_box table tr th::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #cccccc;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.table_box table tr th:last-child::before {
  display: none;
}
.table_box table tr.two_link {
  border-bottom: none;
}
.table_box table tr td a {
  color: #006699;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  margin: 10px 0;
  text-decoration: underline;
}
.table_box table tr td a:hover {
  text-decoration: none;
}
.table_box table tr td a::before {
  position: absolute;
  content: "";
  background: url("../images/pdf_icon.svg") no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  bottom: 2px;
  right: -18px;
}
.table_box table tr td small {
  display: block;
  font-size: 1.2rem;
  color: #666666;
  line-height: 0.5;
  margin-top: 5px;
}
.table_box table tr td.tab_area_cruise {
  padding-left: 0;
}
/*--*/
.readmore {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 20px;
  background: #ffffff
}
.readmore-content, .readmore-content_02 {
  position: relative;
  overflow: hidden;
  max-height: 470px;
}
.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 130px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  z-index: 2;
}
.readmore-content_02::before {
  display: none;
}
.readmore-label {
  width: 326px;
  display: table;
  bottom: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  padding: 16px 0px 16px 105px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #000000;
  z-index: 3;
  cursor: pointer;
cursor: hand; 
}
.readmore-label:before {
  display: block;
  text-align: center;
  content: 'もっと見る　　　　　　＋';
  font-weight: 700;
  font-size: 1.6rem;
}
.readmore-check {
  display: none;
}
.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.readmore-check:checked ~ .readmore-label:before {
  content: '閉じる　　　　　　－';
}
.readmore-check:checked ~ .readmore-content {
  max-height: 100%;
  height: 100%;
}
.readmore-check:checked ~ .readmore-content::before {
  display: none;
}
/*--*/
.qa {
  margin: 40px 0;
}
.qa_box {
  width: 1200px;
  margin: 0 auto;
}
.qa_box .tit_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.qa_box .tit_box h2 {
  font-size: 2.4rem;
  margin: 0;
}
.qa_box .tit_box .qa_link, .ebook_link, .home-tour-overseas-rank_box_link {
  display: inline-block;
  font-size: 1.5rem;
  color: #006699;
  font-weight: bold;
  position: relative;
  padding-right: 14px;
  text-decoration: underline;
}
.qa_box .tit_box .qa_link::after, .ebook_link::after, .home-tour-overseas-rank_box_link::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #006699;
  border-right: 1px solid #006699;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.qa_box .tit_box .qa_link:link, .ebook_link:link {
  text-decoration: underline;
}
.qa_box .tit_box .qa_link:hover, .ebook_link:hover {
  text-decoration: none;
  color: #006699;
}
.qa dt[class^="accordion_tit"]:first-child {
  border-top: none;
}
.qa dt[class^="accordion_tit"] {
  position: relative; /* 追加 */
  height: auto;
  border-top: 1px solid #dedede;
  color: #333333;
  line-height: 1.2;
  cursor: pointer;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 1.6rem;
}
.qa dl[class^="accordion_wrap"] {
  border-bottom: 1px solid #dedede;
  margin: 0;
}
.qa dt[class^="accordion_tit"] span::before {
  content: 'Q';
  color: #ffffff;
  display: flex;
  background-color: #c3050f;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  left: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  top: 50%;
  font-size: 1.6rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.qa dd[class^="accordion_cont"] {
  font-size: 1.6rem;
  display: none;
  padding: 10px 10px 10px 40px;
  margin: 0;
  position: relative;
}
.qa dd[class^="accordion_cont"] a {
  color: #c3050f;
  font-weight: bold;
  text-decoration: underline;
}
.qa dd[class^="accordion_cont"] a:hover {
  text-decoration: none;
}
.qa dd[class^="accordion_cont"]::before {
  content: 'A';
  color: #c3050f;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #c3050f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
}
/* ①プラスの横線 */
.qa dt[class^="accordion_tit"]:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 15px;
  height: 1px;
  background: #333333;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* ②プラスの縦線 */
.qa dt[class^="accordion_tit"]:after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 16px;
  width: 1px;
  height: 15px;
  background: #333333;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: .3s;
}
/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.qa dt[class^="accordion_tit"].open:after {
  top: 40%;
  opacity: 0;
  transform: rotate(90deg);
}
/*--*/
.tableBlock table {
  margin: 10px 0;
  width: 100%;
  font-weight: 400;
  font-size: 1.5rem;
}
.tableBlock table th, .tableBlock table td {
  border: solid 1px #c8c8c8;
  text-align: center;
}
.tableBlock table thead {
  background-color: #ffe6e6;
}
.tableBlock table .rowWidth {
  width: 27.8%;
}
.tableBlock_overseas table .period {
  width: 26%;
}
.tableBlock table .price {
  padding: 15px;
  text-align: center;
}
/*---*/
.contact a {
  display: inline-block;
  font-size: 1.5rem;
  color: #006699;
  font-weight: bold;
  position: relative;
  padding-right: 15px;
  margin-top: 20px;
  text-decoration: underline;
}
.contact a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #006699;
  border-right: 2px solid #006699;
  transform: rotate(135deg);
  box-sizing: border-box;
}
.contact a:hover {
  text-decoration: none;
}
.update {
  margin: 50px 0 80px;
  text-align: center;
  font-size: 1.2rem;
}
/*----------*/
.access_wrap {
  display: flex;
  justify-content: space-around;
}
.access_wrap .cont_left, .access_wrap .cont_right {
  width: 50%;
}
.access_wrap .cont_left .tit_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*margin-bottom: 10px;*/
}
.access_wrap .cont_left .tit_box:first-child {
  justify-content: flex-start;
   
}
.access_wrap .cont_left .tit_box h3 {
  margin: 0 10px 0 0;
  font-size: 2.4rem;
}
.access_wrap .cont_left {
  background-color: #fcf3e8;
  padding: 50px;
}
.ebook_box {
  display: flex;
  justify-content: space-between;
}
.ebook_box a {
  background: #ffffff;
  display: block;
  width: 100%;
  max-width: 410px;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
  border-radius: 5px;
  border: 1px solid #dedede;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  /*margin: 5px;*/
}
.ebook_box a:first-child {
  margin-right: 20px;
}
.ebook_box a .ebook_tit {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-top: 10px;
}
.ebook_box a .ebook_tit::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.briefing_titarea {
  width: 40%;
  margin-right: 10px;
}
.briefing_cont {
  width: 60%;
}
.briefing_wrap .note {
  display: inline-block;
  font-size: 1.4rem;
  background: #0058a4;
  border-radius: 5px;
  color: #ffffff;
  padding: 2px 5px;
  margin: 10px 0;
}
.briefing_wrap {
  display: flex;
  justify-content: space-between;
    align-items: center;
  margin-top: 40px;
}
.ebook_box a img {
  max-width: 200px;
  height: auto;
  border: #dedede 1px solid;
}
.home-tour-overseas-feature__heading {
  font-size: 2.5rem
}
.home-tour-overseas-info-box__head, .home-tour-overseas-info-box__heading, .home-tour-overseas-info-box__balloon, .home-tour-overseas-info-box__button {
  display: none;
}
.home-tour-overseas-info-box__body {
  background: none;
}
.home-tour-overseas-info-box__block__title {
  font-size: 1.6rem;
}
.home-tour-overseas-info-box__block__date_box {
  font-size: 1.3rem;
  margin-top: 0;
}
.home-tour-overseas-info-box__block__detail {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.2;
}
.home-tour-overseas-info-box__block__img {
  margin: 0;
  width: auto;
}
.home-tour-overseas-info-box__body {
  padding: 0;
}
.home-tour-overseas-info-box__block__img .imgBox {
  width: 120px;
  height: 100%;
}
.home-tour-overseas-info-box__block__img .imgBox img {
  border-radius: 5px 0 0 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-tour-overseas-info-box__block__text {
  background: #ffffff;
  padding: 10px;
  border-radius: 0 5px 5px 0;
}
.home-tour-overseas-info-layout {
  margin: 0;
}
.home-tour-overseas-info-box__block__type {
  border: 1px solid #dedede;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  border-radius: 5px;
}
/*---*/
.access_wrap .cont_right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px;
    background: url("/med/info/abroad/cmn/images/course_bg.jpg") no-repeat top center #000000;
    background-size: 1038px;
    object-fit: cover;
 /* background-color: rgba(0, 0, 0, 0.50);*/
  align-items: flex-start;
    position: relative;
}
.access_wrap .hk_cont_right{
    background-size: 100%;
    width: 100%;
    background: url(/med/info/abroad/cmn/images/course_bg.jpg) no-repeat top -300px center #000000;
    background-size: 100% auto;
}

.access_wrap .cont_right:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.50);
    z-index: -1;
}
.access_wrap .cont_right h2 {
  text-align: center;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 3rem;
  line-height: 1.2;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  font-weight: bold;
  color: #ffffff;
}
.home-anchor-nav__list__type--overseas:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 8px);
}
.access_wrap .home-anchor-nav__list__item {
    background-color: #ffffff;
border-radius: 5px;
  width: 100%;
}
.access_wrap .hk_cont_right .home-anchor-nav__list__item{
    width: 70%
}
.home-tour-overseas__course-wrap {
  min-width: 100%;
  width: 100%;
  flex-basis: auto;
}
.hk_cont_right .home-tour-overseas__course-wrap{
        width: 70%;
    min-width: 70%;
    }
.home-tour-overseas__course {
  background-color: #ffffff;
}
.home-tour-overseas-search__block {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home-tour-overseas-search__head {
  width: 100%;
}
.access_wrap .cont_right h3 {
  font-size: 2.4rem;
  text-align: start;
  color: #ffffff;
}
.home-tour-overseas-search__head {
  flex-basis: auto;
  margin: 0;
}
.home-tour-overseas-search__type {
  border-radius: 5px;
  background-color: #ffffff;
}
/*-*/
.home-main-search , .hokkaido-main-search{
  align-items: center;
}
.hokkaido-main-search{
    margin-top: 20px;
}
.home-main-search__title--course , .hokkaido-main-search__title--course{
  color: #ffffff;
}
.home-main-search__form__input , .hokkaido-main-search__form__input {
  background-color: #ffffff;
}
.home-main-search__title--course , .hokkaido-main-search__title--course{
  color: #000000;
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.home-main-search__example , .hokkaido-main-search__example{
  color: #ffffff;
}
.home-main-search__body , .hokkaido-main-search__body{
  width: 580px;
}
/*------------------------------------------------------------*/
.feature_box {
  margin: 60px 0;
  padding: 40px 60px 90px;
  background: #edf6ff;
}
.home-tour-overseas-feature {
  margin: 0;
}
.overseas_list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.home-tour-overseas-recommend {
  padding-right: 40px;
  width: 50%;
  border-right: 1px solid #e6e6e6;
}
.overseas_list .home-tour-overseas-rank {
  padding-left: 40px;
  position: relative;
  width: 50%;
}
.home-tour-overseas-ranking__item:nth-child(n+3) {
  margin-right: 0 !important;
}
.home-tour-overseas-ranking__item:nth-child(n+4) {
  display: none;
}
.home-tour-overseas-recommend__list-wrap {
  overflow: hidden;
  width: 100%;
}
.home-tour-overseas-ranking__list-wrap {
  width: 100%;
}
.home-tour-overseas-ranking__item {
 /*width: 260px !important;*/
    max-width: 260px !important;
}
.home-tour-overseas-recommend__item {
  /*width: 260px !important;*/
    max-width: 260px !important;
}
body {
  counter-reset: number 0;
}
.home-tour-overseas-ranking__rank:before {
  counter-increment: number 1;
  content: counter(number);
}
.home-tour-overseas-rank_box_link {
  position: absolute;
  top: 5px;
  right: 0;
}
.home-tour-overseas-recommend {
  margin-top: 0;
}
.home-tour-overseas-ranking__scrollbar, .home-tour-overseas-recommend__scrollbar {
  margin-top: 5px;
}
.home-tour-overseas-recommend__card__title {
  line-height: 1.4;
}
.home-tour-overseas-recommend__card__img__caption {

  line-height: 1.1;
}
.home-tour-overseas-recommend__card__body {
  padding: 10px;
}

/*--*/
.home-tour-overseas-ranking__card__body {
  padding: 10px;
}
.home-tour-overseas-ranking__card__title {
  line-height: 1.4;
    min-height: 103px;
}
.home-tour-overseas-recommend__list-wrap {
  width: 100%;
  max-width: 815px;
  margin-top: 17px;
  margin: 0 auto;
}
.home-tour-overseas-ranking__list-wrap {
  width: 100%;
  max-width: 815px;
  margin: 12px auto 0;
}
/*--------------------------------------*/
.abroad-utility-contact {
  border-bottom: 1px solid #ddd;
}
.abroad-utility {
  margin: 0 auto;
  max-width: 1120px;
}
.abroad-utility-contact {
  justify-content: space-between;
  display: flex;
}
.abroad-utility-contact__heading {
  margin: 0
}
.abroad-utility-contact__tel__type, .abroad-utility-contact__tel__type[href^="tel:"] {
  display: flex !important;
  align-items: center
}
.abroad-utility-contact__tel__badge {
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #000;
  text-align: center
}
.abroad-utility-contact__tel__number {
  display: flex;
  color: #000
}
.abroad-utility-contact__tel__number__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center
}
.abroad-utility-contact__fax {
  display: flex !important;
  align-items: center
}
.abroad-utility-contact__fax__badge {
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #000;
  text-align: center
}
.abroad-utility-contact__fax__number {
  display: flex;
  color: #000
}
.abroad-utility-contact__fax__number__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center
}
.abroad-utility-contact-notes {
  margin: 0;
  
}
.abroad-utility-contact-notes__list {
  position: relative;
  padding-left: 1.3em;
  list-style: none
}
.abroad-utility-contact-notes__list__mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}
.abroad-utility-nav {
  display: flex
}
.abroad-utility-nav__type, .abroad-utility-nav__type--blank, .abroad-utility-nav__type--pdf {
  display: flex;
  align-items: center;
  height: 100%
}
.abroad-utility-nav__type--blank {
  position: relative
}
.abroad-utility-nav__type--blank:after {
  position: absolute;
  content: ""
}
.abroad-utility-nav__type--pdf {
  position: relative
}
.abroad-utility-nav__type--pdf:after {
  position: absolute;
  content: ""
}
.abroad-utility-nav__label--ab {
  color: #000;
  transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.abroad-utility-nav__label--ab {
  background: url(/med/app-files/img/cmn_ic43.png) no-repeat 0 35%
}
.anc {
  position: fixed;
  z-index: -1;
  top: 92px;
left: 0;
  width: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  background: #F7F7F7;
    opacity: 0;
}
/*-----------*/
.flex {
  display: flex;
  justify-content: center;
  background: #F7F7F7;
}
.navi {
  position: fixed;
  z-index: 2;
  width: 3.1%;
  top: 35%;
  right: 0;
}
.sticky__navi {
  animation: fadeIn 0.2s ease 0.2s 1 normal backwards;
    opacity: 1;
}
@keyframes fadeIn {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.sticky__opacity {
  opacity: 0;
}
.home-tour-overseas__course-wrap--hokkaido .home-tour-overseas__course{
    justify-content: center;
}
.home-tour-overseas__course-wrap--hokkaido .home-tour-overseas__course__button{
    flex-basis: 100%;
    width: 100%;
}
.bgSet{
    background: none;
    background-color: #f3f3f3;
    /* padding: 57px 0; */
    border-radius: 5px;
    background-position: center;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
    font-size: 17px;
    color: #6d6d6d;
}
.bgSet::before{
    content: "海外旅行説明会は、";
    display: inline-block;
}
/*------------------------------------------pc---------------------------------------*/
@media only screen and (min-width:767.98px) {
  .spOnly {
    display: none;
  }
.anchor li a:hover{
    opacity: 0.7;
    }

.column_2 dt.accordion_tit:hover{
    opacity: 0.6;
    }
.tab_area:hover{
    opacity: 0.6;
    }
.qa dt.accordion_tit:hover{
    opacity: 0.6;
    }
.ebook_box a:hover {
  opacity: 0.7;
    }
  .home-utility-contact {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .abroad-utility {
    margin-top: 2em
  }
  .abroad-utility__body, .abroad-utility__head {
    width: calc((100% - 36px)/2)
  }
  .abroad-utility__body {
    margin-left: 36px
  }
  .abroad-utility-heading {
    justify-content: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
  }
  .abroad-utility-heading__title {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0;
  }
  .hokkaido-utility-heading__note {
    font-size: 1.6rem;
  }
  .abroad-utility-heading__view {
    margin-left: 25px
  }
  .abroad-utility-heading__view__type:hover {
    border-color: #cc0d21
  }
  .abroad-utility-heading__view__type:hover .abroad-utility-heading__view__label {
    color: #cc0d21
  }
  .abroad-utility-heading__view__label {
    padding: 9px 37px 4px 28px;
    font-weight: 700
  }
  .abroad-utility-heading__view__label:after {
    top: calc(50% - 4px);
    right: 18px;
    width: 8px;
    height: 8px
  }
  .abroad-utility-qanda__item {
    margin-top: 34px;
    padding-bottom: 30px
  }
  .abroad-utility-qanda__question {
    padding: 0 0 0 47px
  }
  .abroad-utility-qanda__question:before {
    width: 23px;
    height: 27px;
    background-size: 23px auto
  }
  .abroad-utility-qanda__answer {
    margin-top: 20px;
    padding: 0 0 0 47px;
    font-weight: 700
  }
  .abroad-utility-qanda__answer:before {
    width: 22px;
    height: 22px;
    background-size: 22px auto
  }
  .abroad-utility-qanda__link-list {
    margin: 13px 0 0
  }
  .abroad-utility-qanda__link-list > li + li {
    margin-top: 10px
  }
  .abroad-utility-qanda__link-list__type--pdf:hover, .abroad-utility-qanda__link-list__type:hover {
    color: #cc0d21;
    text-decoration: none !important
  }
  .abroad-utility-qanda__link-list__filesize {
    margin-left: 5px;
    font-weight: 500
  }
  .abroad-utility-contact__item {
    margin-top: 24px;
    padding-bottom: 25px
  }
  .abroad-utility-contact__item + .abroad-utility-contact__item {
    margin-top: 22px
  }
  .abroad-utility-contact__head {
    display: flex;
    align-items: baseline
  }
  .abroad-utility-contact__heading {
    flex-shrink: 0;
    font-size: 2rem;
    font-weight: 700
  }
  .abroad-utility-contact__heading__sub {
    margin-left: 18px
  }
  .abroad-utility-contact__heading__sub-v2 {
    margin-left: 5px
  }
  .abroad-utility-contact__tel {
    margin-top: 6px
  }
  .abroad-utility-contact__tel + .abroad-utility-contact__tel {
    margin-top: 0
  }
  .abroad-utility-contact__tel__type, .abroad-utility-contact__tel__type[href^="tel:"] {
    cursor: default;
    pointer-events: none
  }
  .abroad-utility-contact__tel__badge {
    width: 160px;
    margin-right: 21px;
    padding: 3px 10px;
    font-weight: 700
  }
  .abroad-utility-contact__tel__number {
    font-size: 2.6rem;
    font-weight: 700
  }
  .abroad-utility-contact__tel__number__icon {
    width: 38px;
    margin-right: 10px;
    margin-left: 5px
  }
  .abroad-utility-contact__fax {
    margin-top: 4px
  }
  .abroad-utility-contact__fax + .abroad-utility-contact__fax {
    margin-top: 0
  }
  .abroad-utility-contact__fax__badge {
    width: 160px;
    margin-right: 21px;
    padding: 3px 10px 1px;
    font-weight: 700
  }
  .abroad-utility-contact__fax__number {
    font-size: 2.6rem;
    font-weight: 700
  }
  .abroad-utility-contact__fax__number__icon {
    width: 38px;
    margin-right: 10px;
    margin-left: 5px
  }
  .abroad-utility-contact-notes.util-sp-hidden {
    margin-top: 20px
  }
  .abroad-utility-contact-notes {
    margin-top: 5px
  }
  .abroad-utility-contact-notes__list {
    color: #666;
    font-size: 1.4rem
  }
  .abroad-utility-contact-notes__list + .abroad-utility-contact-notes__list {
    margin-top: 3px
  }
  .abroad-utility-contact__item + .abroad-utility-contact-notes {
    margin-top: 19px
  }
  .abroad-utility-nav {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px
  }
  .abroad-utility-nav-wrap {
    margin-top: 65px;
    border-radius: 5px;
  }
  .abroad-utility-nav__item {
    margin: 0 auto;
    width: 654px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
    background: #0da06b;
    border-radius: 10px;
  }
  .abroad-utility-nav__item:hover {
    background: #0eb378;
  }
  .abroad-utility-nav__item + .abroad-utility-nav__item:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 32px);
    margin: auto;
    background: #ddd;
    content: ""
  }
  .abroad-utility-nav__type, .abroad-utility-nav__type--blank, .abroad-utility-nav__type--pdf {
    justify-content: center;
    min-height: 78px;
    padding: 10px 15px
  }
  .abroad-utility-nav__type--blank:hover, .abroad-utility-nav__type--pdf:hover .abroad-utility-nav__label--ab {
    color: #cc0d21
  }
  .abroad-utility-nav__type--blank {
    padding-right: 35px
  }
  .abroad-utility-nav__type--blank:after {
    top: calc(50% - 5px);
    right: 20px;
    width: 11px;
    height: 11px;
    background-size: 11px auto
  }
  .abroad-utility-nav__label--ab {
    display: block;
    padding-left: 50px;
    font-size: 2.8rem;
    color: #FFFFFF
  }
  .abroad-utility-nav__label--ab {
    background-size: 38px auto
  }
  .home-utility-contact-notes {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
  }
  .home-utility-contact__body .home-utility-contact-notes {
    border-top: none;
  }
  .home-utility-contact__item {
    border-bottom: none;
    padding-bottom: 0;
  }
    .ranking__imgAnnotation{
    margin-right: 40px;
}
    .home-tour-overseas__course-wrap--hokkaido{
        margin-top: 20px;
    }
    .home-tour-overseas-feature__list.list-hokkaido .home-tour-overseas-feature__item {
        width: calc((100% - 48px)/1);
}
    .hokkaido-overseas-opening .hokkaido-tour-overseas-feature__item, .hokkaido-overseas-opening__caution{
        width: 100%;
    }
    .home-tour-overseas-recommend__card__title {
    		min-height: 103px;
}
     .home-tour-overseas-ranking__card__price, .home-tour-overseas-recommend__card__price{
        font-size: 2.2rem;
    }
		.million {
				font-size: 1.9rem;
		}
    .home-tour-overseas__course__button__type{
        line-height: 1.2;
        padding: 0 20px
    }
    .home-tour-overseas__course__button__label, .home-tour-overseas__course__button__label--fixed, .home-tour-overseas__course__button__label--newcourse, .home-tour-overseas__course__button__label--newspaper{
        padding: 10px 10px 10px 42px;
    }
    .ab_btn_box .ab_btn a:hover{
        opacity: .7;
    }
}
.home-tour-overseas-info-layout[data-info-col-pc="2"] .home-tour-overseas-info-layout__item,
.home-tour-overseas-info-layout[data-info-col-pc="3"] .home-tour-overseas-info-layout__item {
  width: 100%;
}
.home-tour-overseas-briefingbtn,
.none_item {
  display: none;
}
/*------------------------------------------sp---------------------------------------*/
@media only screen and (max-width:767.98px) {
  .pcOnly {
    display: none;
  }
  .KV .KV_txtarea {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 2;
  }
  .KV .KV_txtarea h1 {
    background-size: 300px auto;
    width: 300px;
    padding: 13px 0 25px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .KV .KV_txtarea .KV_subtit {
    margin: 0px 0 15px;
    padding: 0 5px;
    width: 100%;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.9));
  }
  .KV .KV_txtarea .KV_subtit span {
    font-size: 2.7rem;
    line-height: 1.2;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    color: #fff;
  }
  .KV .KV_txtarea .KV_subtit span::before, .KV .KV_txtarea .KV_subtit span::after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 2px;
    position: absolute;
    height: 30px;
    bottom: 10px;
  }
  .KV_desc {
    width: 95%;
    padding: 0 10px;
  }
  .KV_desc .KV_desc_inline {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .KV_desc:before, .KV_desc:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #333333;
  }
  .KV_desc ul li {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .KV_desc ul li:last-of-type {
    margin-bottom: 0;
  }
  .KV_desc ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    display: inline-block;
    background-image: url("../images/check_orange.svg");
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .KV_desc ul li span {
    display: block;
    font-size: 1.1rem;
    color: #666666;
    font-weight: normal;
  }
  .KV .KV_bgarea ul {
    flex-wrap: wrap;
    height: 400px;
  }
  .KV .KV_bgarea ul li {
    width: 50%;
    max-width: auto;
    display: block;
    object-fit: contain;
    background: #E9E9E9;
    height: 200px;
  }
    .KV .KV_bgarea ul li img{
    width: 100%;
    }
  .anchoer ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
  .anchor {
    border-radius: 5px;
    background-color: #f7f7f7;
    width: 960px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
    margin: 23px 0;
  }
  .anchor li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    font-size: 1.3rem;
    padding: 5px;
    margin: 0;
    line-height: 1.2;
    height: 70px;
  }
  .anchor li:last-child a {
    border-right: none;
  }
  .ab_btn_box {
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0 5px;
  }
  .ab_btn_box p:first-child {
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
  }
  .ab_btn_box .ab_btn {
    width: 100%;
  }
  .ab_btn_box .ab_btn a {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
    font-size: 2rem;
    background-size: 20px auto;
  }
  .ab_btn_box a:visited {
    color: #ffffff;
  }
  .ab_btn_box .ab_btn a::after {
    top: calc(50% - 7px);
    right: 20px;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
    .column_2 h2 {
  font-size: 1.7rem;
}
  .column_2 {
    margin: 20px 5px;
  }
  .left_cont, .right_cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .column_2 dt[class^="accordion_tit"] {
    height: auto;
    font-size: 1.3rem;
    width: 100%;
    padding: 10px 30px 10px 0;
  }
    .note_vaccine, .accordion_tit .note{
        position: relative;
    top:0;
    right: 0;
  display: inline-block;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}
.note_vaccine small{
    font-size: 1rem;
    }
  .column_2 dt[class^="accordion_tit"] span:first-child {
    display: inline-block;
    line-height: 1.2;
    padding: 10px 5px 7px 34px;
      font-size: 1.6rem;
  }
  .column_2 dd[class^="accordion_cont"] {
    font-size: 1.3rem;
  }
  .tab_area-group {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tab_area-group li {
    box-sizing: border-box;
    margin: 0 0 5px 0;
    width: 33%;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    letter-spacing: -0.8px;
  }
  .tab_area-group::before {
    content: "";
    display: block;
    width: 33%;
    order: 1;
  }
  .tableBlock__txt {
    font-size: 1rem;
    color: #8E8E8E;
    margin-bottom: 20px;
  }
  .table_box table tr td:first-child {
    width: 30%;
  }
  .table_box table tr td:nth-child(2) {
    width: 40%;
    font-size: 1.2rem;
    padding: 5px 10px 5px 32px;
  }
  .table_box table tr td:last-child {
    width: 30%
  }
  .icon_doublecircle::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
    left: 5px;
  }
  .icon_circle::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
    left: 5px;
  }
  .icon_cross::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
    left: 5px;
  }
  .table_box table tr td a {
    font-size: 1.2rem;
  }
  .table_box table tr td:first-child {
    font-size: 1.4rem;
  }
  .table_box table tr td small {
    font-size: 1rem;
    line-height: 1;
  }
  .table_box table tr td.tab_area_cruise {
    padding: 0;
  }
  .readmore-content, .readmore-content_02 {
    position: relative;
    overflow: hidden;
    max-height: 400px;
  }
    .readmore-label {
  width: 300px;
}
  .readmore-label:before {
    font-size: 1.4rem;
  }
  .readmore-label {
    padding: 8px 0px 8px 105px;
  }
  .qa_box .tit_box h2 {
    font-size: 2rem;
  }
  .qa_box .tit_box .qa_link::after, .ebook_link::after {
    width: 6px;
    height: 6px;
  }
  .qa_box .tit_box .qa_link, .ebook_link {
    font-size: 1.3rem;
  }
  .qa_box {
    width: 100%;
    padding: 0 5px;
  }
  .qa dt[class^="accordion_tit"] {

    position: relative; /* 追加 */
    height: auto;
    line-height: 1.2;
    padding: 10px 40px;
    font-size: 1.3rem;
    width: 100%;
  }
  .qa dl[class^="accordion_wrap"] {
    border-bottom: 1px solid #dedede;
    margin: 0;
  }
  .qa dd[class^="accordion_cont"] {
    font-size: 1.2rem;
    display: none;
    padding: 10px 10px 10px 40px;
    margin: 0;
    position: relative;
  }
  .qa dd[class^="accordion_cont"] a:hover {
    text-decoration: none;
  }
  .qa dd[class^="accordion_cont"]::before {
    content: 'A';
    color: #c3050f;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #c3050f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
  }
  .tableBlock {
    overflow-y: scroll;
  }
  .tableBlock table {
    width: 950px;
  }
  .contact {
    display: flex;
    justify-content: center;
  }
  .contact a {
    display: inline-block;
    font-size: 1.3rem;
    margin-top: 20px;
  }
  .contact a::after {
    width: 6px;
    height: 6px;
    margin: auto;
    transform: rotate(135deg);
    box-sizing: border-box;
  }
  .update {
    margin: 20px 0;
    font-size: 1rem;
  }
  .access_wrap {
    flex-wrap: wrap;
  }
  .access_wrap .cont_left, .access_wrap .cont_right {
    width: 100%;
  }
  .access_wrap .cont_left .tit_box {
    flex-wrap: wrap;
  }
  .access_wrap .cont_left .tit_box:first-child {
    justify-content: space-between;
       margin-bottom: 10px;
  }
  .access_wrap .cont_left .tit_box h3 {
    font-size: 1.5rem;
    width: 80%;
  }
  .ebook_box {
    flex-wrap: wrap;
      justify-content: space-around;
  }
  .access_wrap .cont_left {
    padding: 10px;
  }
  .ebook_box a {
    background: #ffffff;
    display: block;
    width: 100%;
    max-width: 410px;
    padding: 10px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333333;
    border-radius: 5px;
    border: 1px solid #dedede;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
    margin-bottom: 5px;
  }
  .ebook_box a:first-child {
    margin-right: 0px;
  }
  .briefing_wrap {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .briefing_titarea {
    width: 100%;
  }
  .briefing_cont {
      margin-bottom: 20px;
    width: 100%;
  }
  .briefing_wrap .note {
    font-size: 1.2rem;
    color: #ffffff;
  }
  .ebook_box a .ebook_tit {
    margin-top: 5px;
    min-height: 40px;
    display: flex;
      justify-content: center;
      align-items: center;
  }
     .ebook_box a .ebook_tit::before {
  right: 5px;
}
  .ebook_box a img {
    max-width: 100px;
  }
  .home-tour-overseas-info-box__block__detail {
    font-size: 1.1rem;
  }
  .home-tour-overseas-info-layout__item {
    margin-top: 10px;
  }
  
  .access_wrap .cont_right {
      background: url("/med/info/abroad/cmn/images/course_bg.jpg") no-repeat top center #000000;
      background-size: 750px;
    padding: 20px 5px;
  }
  .access_wrap .cont_right h2 {
    text-align: center;
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 1.6rem;
  }
  .home-anchor-nav__list__type--overseas:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 4px);
    right: 20px;
    left: auto;
  }
  .home-tour-overseas__course__button__label, .home-tour-overseas__course__button__label--fixed, .home-tour-overseas__course__button__label--newcourse, .home-tour-overseas__course__button__label--newspaper {
    font-size: 1rem;
  }
  .home-anchor-nav__list__type--overseas {
    padding: 17px 15px;
  }
  .home-anchor-nav__list__item {
    width: 100%;
  }
    .access_wrap .hk_cont_right .home-anchor-nav__list__item{
    width: 100%
}
  .home-tour-overseas__course-wrap {
    min-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
    .hk_cont_right .home-tour-overseas__course-wrap{
        min-width: 100%;
        width: 100%;
    }
  .home-tour-overseas__course {
    background-color: #ffffff;
  }
  .home-tour-overseas-search__block {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .home-tour-overseas-search__head {
    width: 100%;
  }
  .access_wrap .cont_right h3 {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .home-tour-overseas-search__head {
    flex-basis: auto;
    margin: 0;
  }
  .home-tour-overseas-search__type {
    border-radius: 5px;
  }
  /*-*/
  .home-main-search,.hokkaido-main-search {
    width: 100%;
    align-items: center;
  }
  .home-main-search__title--course {
    color: #ffffff;
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .home-main-search__example {
    margin: 0;
    font-size: 1rem;
  }
  .home-main-search__form__input {
    background-color: #ffffff;
  }
  .home-main-search__title--course {
    color: #000000;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }
  .home-main-search__example {
    color: #ffffff;
  }
.home-main-search__body , .hokkaido-main-search__body{
    width: 100%;
  }
  .feature_box {
    margin: 30px 0;
    padding: 20px 10px 20px;
    background: #edf6ff;
  }
  .overseas_list {
    flex-wrap: wrap;
  }
  .overseas_list .home-tour-overseas-recom, .overseas_list .home-tour-overseas-rank {
    width: 100%;
    padding: 0;
  }
  .home-tour-overseas-recommend {
    border-right: none;
    padding-right: 0;
  }
  .home-tour-overseas-recommend {
    width: 100%;
    margin-top: 40px;
  }
  .abroad-utility {
    padding: 0 5px;
  }
  .home-tour-overseas-recommend__list-wrap {
    margin-top: 20px;
    width: 100%;
  }
  .home-tour-overseas-ranking__list-wrap {
    width: 100%;
    margin-top: 20px;
  }
    
    .home-tour-overseas-ranking__card__price, .home-tour-overseas-ranking__card__price--unit {
  font-size: 1.6rem;
}
  .anc {
    top: 50px;
  }
  .link_stickey {
    position: sticky;
    top: 0;
  }
    .home-tour-overseas-feature__list.list-hokkaido .home-tour-overseas-feature__item {
        width: 100%;
        margin: 0;
}
    .bgSet{
     padding: 20px 0;
        font-size: 1.3rem;
        border: 1px solid #dedede;
}
}
