/* --------------------start_地図から探す-------------------- */
#Map {
  height: 640px;
  background-image: url(../../common/senmon/images/map_i/taiwan_pc.svg);
}

.Map__item--freshwater {
  left: 261px;
  top: 152px;
}

.Map__item--willow {
  left: 401px;
  top: 152px;
}

.Map__item--beitouonsen {
  left: 227px;
  top: 207px;
}

.Map__item--keelung {
  left: 386px;
  top: 207px;
}

.Map__item--nine {
  right: 380px;
  top: 207px;
}

.Map__item--taoyuan {
  left: 261px;
  top: 262px;
}

.Map__item--taipei {
  left: 401px;
  top: 262px;
}

.Map__item--threegorges {
  left: 316px;
  top: 317px;
}

.Map__item--sufficient {
  left: 456px;
  top: 317px;
}

.Map__item--taichung {
  left: 251px;
  top: 372px;
}

.Map__item--crow {
  left: 456px;
  top: 372px;
}

.Map__item--tainan {
  left: 251px;
  top: 457px;
}

.Map__item--taito {
  left: 401px;
  top: 457px;
}

.Map__item--kaohsiung {
  left: 251px;
  top: 512px;
}


/* --------------------end_地図から探す-------------------- */

/* --------------------start_他の都道府県-------------------- */
.SenmonLink__link[href="/taiwan/"] {
  color: var(--corporate-color);
  pointer-events: none;
}
/* --------------------end_他の都道府県-------------------- */

/* --------------------start_240426追加 がんばろう台湾-------------------- */
.sec_ganbarou {
    width: 1024px;
    margin: 0 auto;
    border: 1px solid #D05800;
    position: relative;
}
.sec_ganbarou::after {
    content: "";
    display: block;
    background-image: url(../images/deco_frame.svg);
    background-size: cover;
    width: 64px;
    height: 64px;
    position: absolute;
    top: -1px;
    left: -1px;
}
.sec_ganbarou::before {
    content: "";
    display: block;
    background-image: url(../images/deco_frame.svg);
    background-size: cover;
    transform: scaleX(-1);
    width: 64px;
    height: 64px;
    position: absolute;
    top: -1px;
    right: -1px;
}
.sec_ganbarou .inner {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding: 60px 20px;
    z-index: 1;
}
.sec_ganbarou .inner::after{
    content: "";
    display: block;
    background-image: url(../images/deco_frame.svg);
    background-size: cover;
    transform: scaleY(-1);
    width: 63px;
    height: 63px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: -1;
}
.sec_ganbarou .inner::before{
    content: "";
    display: block;
    background-image: url(../images/deco_frame.svg);
    background-size: cover;
    transform: scale(-1, -1);;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: -1px;
    right: 1px;
    z-index: -1;
}
.ganbarou_heading {
    color: #D05800;
    width: 100%;
    position: relative;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}
.ganbarou_heading::after {
    content: "";
    display: block;
    background: #D05800;
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.ganbarou__h2 {
    position: relative;
}
.ganbarou__h2::after{
    content: "";
    display: block;
    background-image: url(../images/deco_taiwan.png);
    width: 639px;
    height: 123px;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.ganbarou__box01 {
    margin: 75px auto 20px;
    display: flex;
    justify-content: space-between;
}
.ganbarou_logo01 {
    padding-left: 36px;
}
.ganbarou_logo01 img {
    width: 420px;
}
.info__textWrap {
    width: 480px;
}
.info__text01 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.info__text02 {
    display: block;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}

.info__text03 {
  font-size: 16px;
  margin-bottom: 15px;
}

.ganbarou__box02 {
    padding: 30px;
    background: #FDF6E5;
    border-radius: 10px;
    margin-bottom: 50px;
}
.box02__flex {
    display: flex;
    justify-content: space-between;
    margin: 45px auto 0;
}
.box02__text01 {
    width: 675px;
}
.box03__flex {
    display: flex;
    justify-content: space-between;
    margin: 45px auto 0;
}
.mov__item {
    width: 482px;
    border: 1px solid #D05802;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2.5rem 2rem -2rem rgba(208, 88, 0, 0.2);
    transition: .3s;
}
.mov__item:hover {
    opacity: .7;
    text-decoration: underline;
}
.mov__flex {
    display: flex;
    justify-content: space-between;
}
.mov_thumbnail {
    width: 220px;
}
.mov__ttl {
    display: block;
    width: 204px;
    font-weight: 600;
    font-size: 16px;
}

/* --------------------end_240426追加 がんばろう台湾-------------------- */

/* --------------------start_現地情報-------------------- */
.info_cts04 .tab-contents-wraper:nth-child(8) dt {
  width: 28%;
}

.info_cts04 .tab-contents-wraper:nth-child(6) dt {
  width: 28%;
}

/* --------------------end_現地情報-------------------- */
