* {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#topic_pass ul {
	list-style:none;
	font-size:93%;
}
#topic_pass ul a {
	color:#353535;
}
#topic_pass ul li {
	float:left;
	margin:0 5px 0 0;
	padding: 2px 0 0 5px;
	line-height:26px;
}
#topic_pass ul li:first-of-type {
padding-left: 0;
}
#topic_pass ul li a {
	padding: 8px 15px 10px 0;
    font-size: 16px;
    color: #333;
    position: relative;
    text-align: center;
  }
#topic_pass ul li a::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    top: 37%;
    right: 0;
    transform: rotate(45deg);
  }
#main {
    max-width: 980px;
    margin: 0 auto;
}
#tx-page h1 {
    border-left: 10px solid #8dc4e0;
    padding: 0px 20px 0;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.jtb-wrap{
    background: #fce5e6;
    padding-bottom: 20px;
}
.main-img img{
    width: 100%;
}
.jtb-wrap .btn {
  color: #fff;
  text-decoration: navajowhite;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 20px 15px;
  border-radius: 10px;
  font-weight: bold;
  margin: 0 auto 75px;
  width: 93%;
  font-size: 25px;
  background:#e33546 url(../img/jtb-kaigai/icon_arrow.png) no-repeat 96% center;
  box-shadow: 5px 5px #c71b2c;
}
    .pc-none{
        display: none;
    }
    .sp-none{
        display:inline-block;
        
    }
.jtb-wrap .box_point{
    border-radius: 15px;
    padding: 20px;
    background: #FFF url("../img/jtb/back.png") no-repeat top;
    font-size: 16px;
    background-size: 100%;
     margin: 40px 30px 20px 30px;
     box-shadow: 5px 5px #fba0c5;
    border: solid 2px #fba0c5;
}
.jtb-wrap .box_point h4{
    text-align: center;
}
.jtb-wrap .box_point .title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.jtb-wrap .box_point .title span{
    border-bottom: solid 1px #f34e05;    
    color: #f34e05;
}
.jtb-wrap .box_point .bold{
    font-weight: bold;
}
.jtb-wrap .box_point .y_box {
    background: #fdfee2;
    padding: 5px;
    margin: 3px 0;
}
.jtb-wrap .box_point .y_box .big{
    font-size: 18px;
    font-weight: bold;
}
.jtb-wrap .box_point .y_box .big2{
    font-size: 25px;
}
.jtb-wrap .box_point .y_box .red{
    color: #c92434;
}
.jtb-wrap .box_point .y_box .bd{
    background: linear-gradient(transparent 60%, #fdfe89 0%);
}
.jtb-wrap .box_point .y_box p:last-child{
    margin-top: 10px;
}
.jtb-wrap .box_point .y_box .blue{
    color: #2453c9;
    font-weight: bold;
}
.jtb-wrap .box_point .link a{
    display: block;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    background: url(../img/jtb-kaigai/icon_arrow.png) no-repeat 96% center;
    background-color: #f12f6c;
    border-radius: 10px;
    padding: 10px;
    background-size: 12px;
}
.jtb-wrap .plan {
    margin: 40px 30px;
}
.jtb-wrap .plan .plan-box{
    display: flex;
    justify-content: flex-start;
    margin: 30px 0;
}
.jtb-wrap .plan .plan-box .plan-tile{
  position: relative;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  width: 340px;
  display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
}
.jtb-wrap .plan .plan-box:first-child .plan-tile{
    background: #e8782d;
}
.jtb-wrap .plan .plan-box:nth-child(2) .plan-tile{
    background: #06a8f3;
}
.jtb-wrap .plan .plan-box:nth-child(3) .plan-tile{
    background: #de5365;
}
.jtb-wrap .plan .plan-box:last-child .plan-tile{
    background: #77499c;
}
.jtb-wrap .plan .plan-box .plan-tile.dl p{
    height: 100px;
}
.jtb-wrap .plan .plan-box .plan-tile.dl p img{
    position: absolute;
    left: -7%;
    top: -7%;
}
.jtb-wrap .plan .plan-box .plan-text{
    background: #FFF;
    padding: 18px;
    margin-left: 40px;
    display: block;
align-items: center;
border-radius: 10px;
width: 530px;
font-weight: bold;
}
.jtb-wrap .plan .plan-box .plan-text .red{
    color: #e71b1b;
}
.jtb-wrap .plan .plan-box .plan-text .ud{
    background: linear-gradient(transparent 60%, #ffe8e8 0%);
}
.jtb-wrap .plan .plan-box:first-child .plan-text{
    box-shadow: 5px 5px #e8782d;
    border: solid 2px #e8782d;
}
.jtb-wrap .plan .plan-box:nth-child(2) .plan-text{
    box-shadow: 5px 5px #06a8f3;
    border: solid 2px #06a8f3;
}
.jtb-wrap .plan .plan-box:nth-child(3) .plan-text{
    box-shadow: 5px 5px #de5365;
    border: solid 2px #de5365;
}
.jtb-wrap .plan .plan-box:last-child .plan-text{
    box-shadow: 5px 5px #77499c;
    border: solid 2px #77499c;
}
.jtb-wrap .usj{
    background: #FFF;
    border-radius: 10px;
    margin: 40px 30px;
    padding: 90px 20px 20px 20px;
    position: relative;
    box-shadow: 5px 5px #f12f6c;
    border: solid 2px #f12f6c;
}
.jtb-wrap .usj .title{
    position: absolute;
    top: -20px;
    left: 10%;
}
.jtb-wrap .usj .usj-box{
    display: flex;
    justify-content: center;
}
.jtb-wrap .usj .usj-box .left{
    width: 47%;
    text-align: center;
    margin-right: 20px;
}
.jtb-wrap .usj .usj-box .left img{
    width: 100%;
}
.jtb-wrap .usj .usj-box .right .text{
    font-size: 20px;
    font-weight: bold;
}
.jtb-wrap .usj .usj-box .right .text .ci1{
    color: #f12f6c;
    background: linear-gradient(transparent 60%, #feffbc 0%);
}
.jtb-wrap .usj .usj-box .right .text .ci2{
    color: #f51919;
    background: linear-gradient(transparent 60%, #feffbc 0%);
}
.jtb-wrap .usj .usj-box .right .sm{
    font-size: 13px;
}
.jtb-wrap .usj .usj-box .right .logo{
    text-align: right;
}
.jtb-wrap .usj .usj-box .right .logo img{
    width: 200px;
}
.jtb-wrap .usj .usj-box .right .link a{
    color: #fff;
    text-decoration: navajowhite;
    display: block;
    text-align: center;
   padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    margin: 20px auto;
    width: 96%;
    font-size: 20px;
    background: #f12f6c url(../img/jtb-kaigai/icon_arrow.png) no-repeat 96% center;
    background-size: 12px;
}
.jtb-wrap .U29{
    background: #FFF;
    padding: 30px;
    margin: 30px;
    box-shadow: 5px 5px #f1812f;
    border: solid 2px #f1812f;
    border-radius: 10px;
}
.jtb-wrap .U29 .logo,.jtbcontents .U29 .title{
    text-align: center;
}
.jtb-wrap .U29 .link a{
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background: #f1812f url(../img/jtb-kaigai/icon_arrow.png) no-repeat 96% center;
    background-size: 15px;
    width: 85%;
    margin: 20px auto 0;
    border-radius: 10px;
    text-align: center;
}
.jtb-wrap .item-box{
    margin: 40px 30px;
}
.jtb-wrap .box-head {
    background: #32baec;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.jtb-wrap .box-inner {
    background: #fff;
    margin: 0;
    text-align: left;
    font-size: 17px;
    padding: 15px;
}
.jtb-wrap .box-inner.blue {
    color: #1062eb;
    background: #f6ffff;
}
.jtb-wrap .box-inner ul{
    list-style: none;
    padding-left: 25px;
}
.jtb-wrap .box-inner ul li {
    list-style: outside;
    margin-bottom: 0.5rem;
    line-height: 135%;
}
.jtb-wrap .box-inner ul li.bold{
    font-weight: bold;
}
.jtb-wrap .box-inner ul li.none{
    list-style: none;
    margin-left: -20px;
}
.jtb-wrap .box-inner ul li .border{
    font-weight: bold;
    border-bottom: solid 1px #000;
}
.jtb-wrap .box-inner ul li .big{
    font-size: 20px;
}
.jtb-wrap .box-inner ul .attention {
    background: #fff600;
    color: #f00;
    padding: 4px 0;
    font-weight: bold;
}
.jtb-wrap .box-inner.red {
    background: #fff1f4;
    color: #e53434;
}
@media (min-width: 768px) {
.jtb-wrap .plan .plan-box .plan-tile:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
}
.jtb-wrap .plan .plan-box:first-child .plan-tile:before{
    border-left: 15px solid #e8782d;
}
.jtb-wrap .plan .plan-box:nth-child(2) .plan-tile:before{
    border-left: 15px solid #06a8f3;
}
.jtb-wrap .plan .plan-box:nth-child(3) .plan-tile:before{
    border-left: 15px solid #de5365;
}
.jtb-wrap .plan .plan-box:last-child .plan-tile:before{
    border-left: 15px solid #77499c;
}
.jtb-wrap .plan .plan-box .plan-tile p img{
    width: 250px;
}
.jtb-wrap .plan .plan-box .plan-tile.dl p img{
    width: 355px;
}
.jtb-wrap .box_point .howto{
    display: flex;
    margin-top: 10px;
}
.jtb-wrap .box_point .howto li span{
    font-size: 13px;
    margin: 0px 5px;
    display: block;
}
.jtb-wrap .box_point .howto li{
    flex: 1;
    line-height: 120%;
}
.jtb-wrap .box_point .howto li img{
	width: 120px;
}
.jtb-wrap .box_point .link{
    margin-top: 20px;
}
.jtb-wrap .base{
	display: flex;
}
.jtb-wrap .base .left,.jtb-wrap .base .right{
	width: 50%;
}
.jtb-wrap .base .right{
	padding-left: 20px;
}
.jtb-wrap .U29 .logo img{
    width: 600px;
}
}
@media screen and (max-width: 767px) {
.breadcrumb {
        margin: 4px 0 ;
        padding: 3px 0;
        background: none;
        font-size: 12px;
    }
    .breadcrumb .inline li {
        display: inline;
    }
    .breadcrumb .inline li:before {
        content: " ";
    }
    .breadcrumb .inline li a {
        display: inline-block;
        padding: 0 0 0 3px;
        letter-spacing: -1px;
    }
    .breadcrumb .inline li a:after {
        content: " >";
        color: #aaa;
    }
    img{
        max-width: 100%;
    }
#tx-page h1 {
    padding: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
}
    .pc-none{
        display:block;
    }
    .sp-none{
        display: none;
    }
.jtb-wrap .btn {
        font-size: 4.5vw;
        padding: 10px;
        background-size: 3%;
        margin: 0 auto 45px;
    }
 .jtb-wrap .box_point{
    margin-bottom: 20px;
}
.jtb-wrap .box_point .y_box{
    padding: 15px;
}
.jtb-wrap .box_point .y_box p{
    font-size: 3.3vw;
}
.jtb-wrap .box_point .y_box .big{
    font-size: 3.8vw;
}
.jtb-wrap .box_point .y_box .big2{
    font-size: 5.5vw;
}
.jtb-wrap .box_point .howto{
    margin: 10px 0;
}
.jtb-wrap .box_point .howto li{
    display: flex;
    margin-bottom: 10px;
}
.jtb-wrap .box_point .howto li br{
    display: none;
}
.jtb-wrap .box_point .howto li img{
    width: 30%;
    margin-right: 10px;
}
.jtb-wrap .box_point .howto li span{
    font-size: 3.3vw;
}
.jtb-wrap .box_point .link{
    margin: 20px 0 5px;
}
.jtb-wrap .box_point .link a{
    font-size: 5vw;
}
.jtb-wrap .box_point{
    background: #FFF url(../img/jtb-kaigai/back.png) no-repeat top;
    background-size: 100%;
}
.jtb-wrap .plan{
    margin: 20px;
}
.jtb-wrap .plan .plan-box{
    display: block;
}
.jtb-wrap .plan .plan-box .plan-tile{
    width: auto;
}
.jtb-wrap .plan .plan-box .plan-text{
    width: auto;
    margin-left: 0;
    margin-top: 20px;
}
.jtb-wrap .plan .plan-box .plan-tile:before{
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
.jtb-wrap .plan .plan-box:first-child .plan-tile:before{
    border-top: 15px solid #e8782d;
}
.jtb-wrap .plan .plan-box:nth-child(2) .plan-tile:before{
    border-top: 15px solid #06a8f3;
}
.jtb-wrap .plan .plan-box:nth-child(3) .plan-tile:before{
    border-top: 15px solid #de5365;
}
.jtb-wrap .plan .plan-box:last-child .plan-tile:before{
    border-top: 15px solid #77499c;
}
.jtb-wrap .plan .plan-box .plan-tile img{
    width: 57%;
    margin: 0 auto;
    display: block;
}
.jtb-wrap .plan .plan-box .plan-tile.dl img{
    width: 80%;
}
.jtb-wrap .plan .plan-box .plan-tile.dl p{
    height: 21vw;
}
.jtb-wrap .plan .plan-box .plan-tile.dl p img {
    left: 6%;
    top: -2vw;
}
.jtb-wrap .plan .plan-box .plan-text{
    font-size: 3.5vw;
}
.jtb-wrap .usj{
    margin: 20px;
    padding: 26% 15px 30px 15px;
}
.jtb-wrap .usj .title{
    left: 3%;
}
.jtb-wrap .usj .title img{
    width: 94%;
}
.jtb-wrap .usj .usj-box{
    display: block;
}
.jtb-wrap .usj .usj-box .left {
    width: auto;
    margin-right: 0;
}
.jtb-wrap .usj .usj-box .right{
    margin-top: 15px;
}
.jtb-wrap .usj .usj-box .right .text{
    font-size: 4vw;
    text-align: center;
}
.jtb-wrap .usj .usj-box .right .link a{
    width: auto;
    font-size: 4vw;
    background-size: 3%;
    margin-bottom: 0;
}
.jtb-wrap .U29{
    margin: 30px 20px;
    padding: 30px 15px;
}
.jtb-wrap .U29 .link a{
    width: auto;
    font-size: 4vw;
    background-size: 3%;
}
.jtb-wrap .box_point{
    margin: 20px;
}
.jtb-wrap .box_point .link a{
    font-size: 4vw;
    background-size: 3%;
}
.jtb-wrap .item-box{
    margin: 20px;
}
.jtb-wrap .item-box .box-head {
        font-size: 4.5vw;
        padding: 5px;
    }
.jtb-wrap .box-inner{
    font-size: 3vw;
    padding: 15px 5px;
}
.jtb-wrap .box-inner ul{
    padding-left: 20px;
}
.jtb-wrap .box-inner ul li{
    margin-bottom: 0.3rem;
}
.jtb-wrap .box-inner ul li .big{
    font-size: 3.5vw;
    display: block;
    margin-bottom: 5px;
}
.jtb-wrap .usj .usj-box .right .sm{
    margin-top: 10px;
    font-size: 3vw;
}
}