@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　年末・年始限定！東海道新幹線片道プラン専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
:root {
	--orange: #f55f00;
}
#contents {
	max-width: inherit;
}
#oneway {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
}
#oneway h1 {
    font-weight: 600;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.br-599,
.sp_show {
	display: none;
}
.sup {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
	font-weight: normal;
    text-align: left;
    display: inline-block;
}
.txt_link {
	color: #333;
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 14px auto 0;
	text-align: center;
    background: #ff7114;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	margin-top: 15px;
	text-align: center;
    font-size: 1.7rem;
}
.lead_txt .txt-orange {
    font-weight: bold;
    color: var(--orange);
}
/*------------------------------------------------------------------
アンカーボタン
------------------------------------------------------------------*/
.anchor {
    margin-top: 15px;
}
.anchor .anc_btn {
    text-align: center;
}
.anchor .anc_btn a {
    display: block;
    max-width: 312px;
    margin: 0 auto 4px;
    padding: 8px 15px 10px 10px;
    font-size: 1.7rem;
    color: #fff;
    border-radius: 50px;
    position: relative;
    background-image: conic-gradient(#fe6603 0deg 90deg, #ff7114 90deg 180deg, #fe6603 180deg 270deg, #ff7114 270deg 360deg);
    background-size: 28px 28px;
    transition: 0.2s ease;
    font-weight: 700;
}
.anchor .anc_btn a:after {
    position: absolute;
    content: "\e900";
    font-family: 'jttweb' !important;
    font-size: 1.3rem;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.anchor .anc_btn a:hover {
    transform: translateY(4px);
}
/*------------------------------------------------------------------
設定期間・区間
------------------------------------------------------------------*/
#plan_info {
    text-align: center;
    margin-top: 20px;
}
#plan_info h2 {
    font-size: 2.0rem;
    color: var(--orange);
    font-weight: 700;
    background: #fde5d3;
    padding: 4px 0 6px;
}
#plan_info .schedule_list {
    text-align: left;
}
#plan_info .schedule_list li {
    font-size: 1.7rem;
    font-weight: 600;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
#plan_info .schedule_list li + li {
    margin-top: 5px;
}
#plan_info .schedule_list li .day {
    padding-left: 18px;
    display: inline-block;
    position: relative;
    width: 30%;
    max-width: 250px;
}
#plan_info .schedule_list li .day:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: var(--orange);
    left: 0;
    top: 54%;
    transform: translateY(-50%);
}
/*設定日カレンダー*/
#plan_info .calendar {
    margin-top: 25px;
}
#plan_info .calendar h3 {
    position: relative;
    font-weight: 600;
    font-size: 1.9rem;
}
#plan_info .calendar h3:after {
    position: absolute;
    content: "●＝設定あり";
    right: 0;
    top: 8px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
    background: #ebebeb;
    padding: 2px 4px 3px;
}
#plan_info .calendar h3 span {
    display: inline-block;
    padding: 0px 0 2px 20px;
    position: relative;
}
#plan_info .calendar h3 span:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    background-image: url(/plan/tokushu/oneway/images/ic_calendar.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: -9px;
    top: 49.3%;
    transform: translateY(-50%);
}
.calendar_table {
    width: 100%;
    background: #fff;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    margin: 12px auto 15px;
}
.calendar_table th,td {
    padding: 5px 0;
    border-right: 1px solid #767676;
    border-bottom: 1px solid #767676;
    white-space: nowrap;
}
.calendar_table tr:first-child th,
.calendar_table tr:first-child td {
	border-top:1px solid #767676;
}
.calendar_table th:first-child,
.calendar_table td:first-child {
	border-left:1px solid #767676;
    width: 18%;
    font-size: min(2.3vw, 1.4rem);
    line-height: 1.4;
}
.calendar_table th:first-child span,
.calendar_table td:first-child span {
    font-size: 1.7rem;
}
.calendar_table th {
    background-color: #ffecb7;
}
.calendar_table .day th {
    line-height: 1.1;
    font-size: min(2.4vw, 1.5rem);
}
.calendar_table .day th .week {
    font-size: 80%;
}
.calendar_table .day th.saturday-color {
    color: #3476ef;
}
.calendar_table .day th.holiday-color {
    color: #ef3d34;
}
.calendar_table td {
    position: relative;
}
.calendar_table td.open:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #333;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*------------------------------------------------------------------
ポイント
------------------------------------------------------------------*/
#point h2 {
    position: relative;
    max-width: 455px;
    margin: 40px auto 0;
}
#point h2 span {
    display: inline-block;
    padding: 5px 20px 6px;
    background: #cdaf52;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    left: 0;
    transform: rotate(-8deg);
    top: -20px;
    font-size: 2.2rem;
    font-weight: 700;
}
#point h2 span:after {
    content: "";
    position: absolute;
    background-image: url("/plan/tokushu/oneway/images/bubble001.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    bottom: -13px;
    left: 52%;
    transform: translateX(-50%) rotate(-12deg);
}
#point .point_contents {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-left: 12px;
}
#point .point_contents li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}
#point .point_contents li + li {
    position: relative;
    margin-left: 80px;
}
#point .point_contents li + li:before {
    position: absolute;
    content: "";
    top: 40%;
    left: -44px;
    transform: translateY(-50%);
    background: var(--orange);
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
#point .point_contents li + li:after {
    position: absolute;
    top: 39%;
    left: -38px;
    transform: translateY(-50%);
    content: "+";
    font-size: 3rem;
    color: #fff;
}
#point .point_contents li .img_shinkansen img {
    width: 120px;
    height: auto;
    position: relative;
    top: 25px;
}
#point .point_contents li .img_point img {
    width: 98px;
    height: auto;
}
/*------------------------------------------------------------------
プランのポイント
------------------------------------------------------------------*/
#plan_merit {
    padding: 22px 0 24px;
    background: #ffe7a3;
    margin-top: 30px;
    text-align: center;
}
#plan_merit h2 {
    font-size: 2.6rem;
    padding-top: 15px;
    font-weight: 700;
    margin-bottom: 25px;
}
#plan_merit h2 span {
    padding-right: 20px;
    display: inline-block;
    position: relative;
}
#plan_merit h2 span:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 44px;
    background-image: url(/plan/tokushu/oneway/images/ic_good.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: -28px;
    top: 30%;
    transform: translateY(-50%);
}
#plan_merit .merit_list {
    display: inline-block;
    text-align: left;
    margin-bottom: 4px;
}
#plan_merit .merit_list li {
    display: flex;
    display: -webkit-flex;
    background: linear-gradient(90deg, var(--orange) 0 15%, #fff 15% 100%);
    border-radius: 12px;
    align-items: center;
    padding: 5px 10px;
    box-shadow: 4px 4px #fadb81;
}
#plan_merit .merit_list li + li {
    margin-top: 15px;
}
#plan_merit .merit_list .img_merit {
    text-align: center;
    position: relative;
    left: 2px;
    width: 13%;
    border-radius: 10px 0 0 10px;
}
#plan_merit .merit_list .merit_txt {
    font-weight: 700;
    font-size: 2.2rem;
    padding-left: 40px;
    width: 100%;
    line-height: 1.25;
    margin-top: -3px;
}
#plan_merit .merit_list .space .merit_txt {
    margin-top: 0;
}
#plan_merit .merit_list .merit_txt .merit_orange {
    color: var(--orange);
    display: inline-block;
    padding-left: 25px;
    position: relative;
}
#plan_merit .merit_list .merit_txt .merit_orange:after {
    content: "";
    position: absolute;
    background-image: url(/common/images/common_ic_check01.webp);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
}
#plan_merit .merit_list .merit_txt .sub_txt {
    font-size: 80%;
    color: #333;
    display: inline-block;
    margin-bottom: 5px;
}
#plan_merit .merit_list .merit_txt small {
    font-size: 1.4rem;
}
#plan_merit .merit_sup {
    color: #333;
    font-size: 1.4rem;
    font-weight: normal;
    padding-left: 1.9em;
}
#plan_merit .merit_sup a {
    text-decoration: underline;
}
#plan_merit .merit_sup a:hover {
    text-decoration: none;
}
/*------------------------------------------------------------------
トスポとは
------------------------------------------------------------------*/
#about_point {
    padding: 15px 0 20px;
    background: var(--orange);
}
#about_point .inner {
    position: relative;
    overflow: inherit;
}
#about_point .inner:after {
    content: "";
    position: absolute;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    width: 40px;
    height: 23px;
    top: -33px;
    left: 50%;
    background: var(--orange);
    transform: translateX(-50%);
}
#about_point .character {
    position: absolute;
    right: 0%;
    top: -10px;
}
#about_point .character figure {
    position: relative;
}
#about_point .character img {
    width: 140px;
    height: auto;
    position: relative;
    z-index: 1;
}
#about_point .character figcaption {
    position: absolute;
    left: -123%;
    top: 49%;
    z-index: 0;
    display: inline-block;
    text-align: right;
    color: #fff;
    font-weight: 600;
}
#about_point .character figcaption .char_name {
    display: inline-block;
    padding-right: 7px;
}
#about_point .character figcaption .small {
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.3 !important;
    display: inline-block;
}
#about_point .about_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
}
#about_point .about_flex figure {
    width: 150px;
}
#about_point .about_flex .txt_wrap {
    margin-left: 35px;
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6;
}
#about_point .link_txt {
    margin-top: 5px;
    font-weight: 500;
    font-size: 1.8rem;
}
#about_point .link_txt a {
    text-decoration: underline;
    color: #fff;
}
#about_point .link_txt a:hover {
    text-decoration: none;
}
.tsp_anc {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 4px;
}
.tsp_anc a {
    display: block;
    max-width: 285px;
    margin: 0 auto 4px;
    padding: 7px 15px 9px 5px;
    font-size: 1.7rem;
    color: var(--orange);
    border-radius: 50px;
    position: relative;
    background-size: 28px 28px;
    transition: 0.2s ease;
    font-weight: 700;
    border: 2px solid;
}
.tsp_anc a:after {
    position: absolute;
    content: "\e900";
    font-family: 'jttweb' !important;
    font-size: 1.3rem;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.tsp_anc a:hover {
    transform: translateY(4px);
}
/*------------------------------------------------------------------
プランを検索
------------------------------------------------------------------*/
#plan_search {
    padding: 40px 0 30px;
    text-align: center;
}
#plan_search h2 {
    margin-bottom: 15px;
}
#plan_search h2 .search_title {
    display: inline-block;
    font-weight: 700;
    padding: 0 20px;
    position: relative;
    background: linear-gradient(transparent 65%, #ffe7a3 65%);
    font-size: 2.6rem;
}
#plan_search h2 .search_title:before,
#plan_search h2 .search_title:after {
    position: absolute;
    content: "";
    width: 0.1em;
    height: 28px;
    top: 4px;
    background: #333;
}
#plan_search h2 .search_title:before {
    left: 0;
    transform: rotate(-30deg);
}
#plan_search h2 .search_title:after {
    right: 0;
    transform: rotate(30deg);
}
#plan_search .limit {
    display: inline-block;
    padding: 2px 10px 3px;
    background: #ffefc3;
}
#plan_search .plan_wrap {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #9a9a9a;
}
#plan_search .plan_wrap .station {
    border-bottom: 1px dotted #828282;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#plan_search .plan_wrap .station_wrap + .station_wrap {
    margin-top: 15px;
}
#plan_search .plan_wrap h3 {
    font-size: 2.1rem;
    margin-bottom: 2px;
}
#plan_search .plan_wrap .conditions {
    font-weight: normal;
    color: #5b5b5b;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
#plan_search .plan_wrap .price {
    color: #f0170b;
    font-size: 2rem;
    font-weight: bold;
}
#plan_search .plan_wrap .price .large{
    font-size: 3rem;
    transform: skewX(-8deg);
    margin-right: 2px;
    display: inline-block;
    line-height: 1.1;
}
#plan_search .plan_wrap .btn_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 700px;
    margin: 0 auto;
}
#plan_search .plan_wrap .btn_list li {
    text-align: center;
    width: calc(100% / 2 - 20px);
}
#plan_search .plan_wrap .btn_list li + li {
    margin-left: 20px;
}
#plan_search .plan_wrap .btn_list li .plan_btn a {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 4px;
    background: var(--orange);
    color: #fff;
    align-items: center;
    font-size: 1.7rem;
    font-weight: bold;
    border: 2px solid var(--orange);
    transition: 0.2s ease;
}
#plan_search .plan_wrap .btn_list li .plan_btn a:after {
    position: absolute;
    content: "\e902";
    font-family: 'jttweb' !important;
    font-size: 1.3rem;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
#plan_search .plan_wrap .btn_list li.nenshi .plan_btn a {
    background: #ec3724;
    border: 2px solid #ec3724;
}
#plan_search .plan_wrap .btn_list li .plan_btn a .gentei {
    width: 37px;
    font-size: 85%;
    line-height: 1.1;
    background: #fff;
    color: var(--orange);
    padding: 3px 0;
    aspect-ratio: 1;
}
#plan_search .plan_wrap .btn_list li.nenshi .plan_btn a .gentei {
    color: #ec3724;
}
#plan_search .plan_wrap .btn_list li .plan_btn a:hover {
    background: #fff;
    color: var(--orange);
}
#plan_search .plan_wrap .btn_list li .plan_btn a:hover .gentei {
    background: var(--orange);
    color: #fff;
}
#plan_search .plan_wrap .btn_list li.nenshi .plan_btn a:hover {
    background: #fff;
    color: #ec3724;
}
#plan_search .plan_wrap .btn_list li.nenshi .plan_btn a:hover .gentei {
    background: #ec3724;
    color: #fff;
}
#plan_search .plan_wrap .btn_list li .plan_btn a .btn_txt {
    width: 80%;
}
#plan_search .plan_wrap .btn_list .btn_sup {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 3px;
}
#plan_search .green_pdf {
    margin-top: 16px;
    font-size: 1.7rem;
    text-align: center;
}
#plan_search .green_pdf p {
    display: inline-block;
    padding: 10px 14px;
    background: #ddefda;
}
#plan_search .green_pdf a {
    text-decoration: underline;
}
.ic_pdf {
	display: inline-block;
	width: 18px;
	height: 16px;
	margin: 0 0 3px 5px;
	background-image: url(/common/images/common_ic_pdf01.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
}
#plan_search .green_pdf a:hover {
    text-decoration: none;
}
/*------------------------------------------------------------------
トスポの受取方法・使い方
------------------------------------------------------------------*/
#howto_tsp {
    padding-top: 30px;
}
#howto_tsp .howto_bg {
    background: #fde5d3;
    padding: 30px 0 40px;
}
#howto_tsp .inner {
    overflow: inherit;
}
#howto_tsp .howto_title {
    text-align: center;
    padding: 10px 0 12px;
    margin-bottom: 20px;
}
#howto_tsp h2 {
    line-height: 1.3;
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-right: 50px;
    margin-bottom: 0;
}
#howto_tsp h2:after {
    position: absolute;
    content: "";
    width: 126px;
    height: 145px;
    background-image: url(/plan/tokushu/oneway/images/img_character002.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: -64px;
    right: -55px;
}
#howto_tsp h2 .howto_logo img {
    height: 16px;
    width: auto;
}
#howto_tsp h2 .howto_h2 {
    margin-top: 2px;
    display: inline-block;
}
.flow_box {
    padding: 15px 10px 25px;
    background: #fff;
    position: relative;
    border-radius: 12px;
    margin-bottom: 50px;
    border: 2px solid #fddfc9;
}
.flow_box:last-of-type {
    margin-bottom: 0;
    position: relative;
}
.flow_box:last-of-type:after {
    position: absolute;
    content: "";
    background-image: url(/plan/tokushu/oneway/images/img_character003.webp);
    width: 80px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 6%;
}
.flow_box:last-of-type .main_txt {
    padding-right: 115px;
}
.flow_box .arrow_wrap {
    position: absolute;
    left: 50%;
    display: flex;
    justify-content: center;
    width: 50px;
    transform: translateX(-50%);
    bottom: -24px;
}
.flow_box .arrow_wrap + .arrow_wrap {
    bottom: -40px;
}
.flow_box .arrow {
    width: 14px;
    height: 11px;
    background: #ffbd93;
    display: block;
}
.flow_box .arrow:nth-child(1) {
    transform: skewX(45deg) rotate(45deg);
}
.flow_box .arrow:nth-child(2) {
    transform: skewX(-45deg) rotate(-45deg);
    margin-left: 12%;
}
.flow_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    align-content: center;
}
.flow_flex figure {
    width: 14%;
    min-width: 105px;
}
.flow_flex .txt_wrap {
    width: 75%;
    margin-left: 30px;
}
#howto_tsp h3 {
    font-size: 2.2rem;
    color: var(--orange);
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
}
#howto_tsp h3 .number {
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--orange);
    border-radius: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: absolute;
    left: 0;
    top: -1px;
}
.flow_flex .txt_wrap .main_txt {
    font-weight: 600;
}
#howto_tsp .apply_btn {
    margin-top: 0;
}
#howto_tsp .sup a {
    text-decoration: underline;
}
#howto_tsp .sup a:hover {
    text-decoration: none;
}
.account_note {
    text-align: center;
    padding: 10px 10px 10px;
    background: #fafafa;
    border: 1px dotted;
    max-width: 890px;
    margin: 15px auto 0;
}
.account_note .sup {
    display: inline-block;
    text-align: left;
}
.account_note .note_txt {
    font-size: 1.4rem;
    display: inline-block;
    text-align: left;
}
.account_note figure {
    margin-top: 12px;
}
.account_note figure img {
    width: 33%;
    min-width: 240px;
}
.shop_list {
    text-align: center;
    margin-top: 5px;
}
.shop_list .shop_btn img {
    height: 14px;
    width: auto;
    margin-bottom: 6px;
    display: inline-block;
}
.shop_list .shop_btn a {
    display: block;
    max-width: 310px;
    margin: 0 auto 10px;
    padding: 6px 15px 8px 6px;
    font-size: 1.7rem;
    color: #333;
    border-radius: 50px;
    position: relative;
    background-size: 28px 28px;
    transition: 0.2s ease;
    font-weight: 600;
    background: #fee293;
}
.shop_list .shop_btn a:after {
    position: absolute;
    content: "\e902";
    font-family: 'jttweb' !important;
    font-size: 1.3rem;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.shop_list .shop_btn a:hover {
    opacity: 0.8;
}
.shop_list .sup {
    display: inline-block;
    text-align: left;
}
.shop_list .sup .txt-red {
    font-weight: 600;
}
.howto_pdf {
    margin-top: 15px;
    text-align: center;
    font-size: 1.7rem;
}
.howto_pdf a {
    text-decoration: underline;
}
.howto_pdf a:hover {
    text-decoration: none;
}
/*------------------------------------------------------------------
その他のおすすめ商品はこちら
------------------------------------------------------------------*/
.other_plan {
	padding: 35px 0 0;
}
.other_plan h2 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.other_plan h2 span {
    padding: 0 15px;
    display: inline-block;
    position: relative;
}
.other_plan h2 span:before,
.other_plan h2 span:after {
    position: absolute;
    content: "";
    width: 0.1em;
    height: 26px;
    top: 4px;
    background: #333;
}
.other_plan h2 span:before {
    left: 0;
    transform: rotate(-30deg);
}
.other_plan h2 span:after {
    right: 0;
    transform: rotate(30deg);
}
.bnr_list {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
    column-gap: 15px;
}
.bnr_list li {
	position: relative;
	width: calc(100%/3 - 50px);
	transition: .25s ease;
}
.bnr_list li:hover {
	opacity: 0.8;
}
.bnr_list li a {
	display: block;
}
.bnr_list li a img {
	border-radius: 3px;
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#oneway {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.sup {
	font-size: 1.2rem;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	text-align: left;
    font-size: 1.5rem;
    margin-top: 10px;
}
/*------------------------------------------------------------------
アンカーボタン
------------------------------------------------------------------*/
.anchor {
    margin-top: 12px;
}
.anchor .anc_btn a {
    max-width: 272px;
    font-size: 1.5rem;
}
.anchor .anc_btn a:after {
    font-size: 1.2rem;
}
/*------------------------------------------------------------------
設定期間・区間
------------------------------------------------------------------*/
#plan_info {
    margin-top: 15px;
}
#plan_info h2 {
    font-size: 1.8rem;
}
#plan_info .schedule_list li {
    font-size: min(3.9vw, 1.5rem);
}
/*設定日カレンダー*/
#plan_info .calendar h3 {
    font-size: 1.7rem;
}
#plan_info .calendar h3 span {
    padding-left: 18px;
}
#plan_info .calendar h3 span:before {
    width: 20px;
    height: 21px;
}
/*------------------------------------------------------------------
プランのポイント
------------------------------------------------------------------*/
#plan_merit h2 {
    font-size: 2.3rem;
}
#plan_merit h2 span:after {
    width: 36px;
    height: 40px;
    right: -24px;
}
#plan_merit .merit_list .merit_txt {
    font-size: 2rem;
    padding-left: 62px;
}
#plan_merit .merit_list .merit_txt small {
    font-size: 1.1rem;
}
/*------------------------------------------------------------------
トスポとは
------------------------------------------------------------------*/
#about_point .about_flex figure {
    width: 120px;
}
#about_point .about_flex .txt_wrap {
    margin-left: 15px;
    font-size: 1.75rem;
}
#about_point .character {
    right: 1%;
    top: 8px;
}
#about_point .character img {
    width: 115px;
}
#about_point .character figcaption {
    left: -148%;
    top: 39%;
}
.tsp_anc a {
    max-width: 265px;
    font-size: 1.5rem;
}
/*------------------------------------------------------------------
プランを検索
------------------------------------------------------------------*/
#plan_search h2 .search_title {
    font-size: 2.3rem;
}
#plan_search h2 .search_title:before,
#plan_search h2 .search_title:after {
    height: 24px;
}
#plan_search .plan_wrap h3 {
    font-size: 1.8rem;
}
/*------------------------------------------------------------------
トスポの受取方法・使い方
------------------------------------------------------------------*/
#howto_tsp .howto_bg {
    padding: 25px 0 35px;
}
#howto_tsp h2 {
    font-size: 2.3rem;
}
#howto_tsp h2:after {
    top: -58px;
    right: -57px;
    width: 111px;
    height: 127px;
}
#howto_tsp h3 {
    font-size: 1.9rem;
}
#howto_tsp h3 .number {
    width: 28px;
    height: 28px;
}
#howto_tsp .apply_btn {
    margin-top: 10px;
}
#howto_tsp .ex_btn {
    margin-top: 10px;
}
.account_note .attention {
    font-size: 1.6rem;
}
.account_note .note_txt {
    font-size: 1.3rem;
}
.shop_list {
    margin-top: 18px;
}
.shop_list .shop_btn img {
    height: 12px;
}
.shop_list .shop_btn a {
    max-width: 280px;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.shop_list .shop_btn a:after {
    font-size: 1.1rem;
}
.flow_box:last-of-type:after {
    width: 75px;
    height: 148px;
    right: 7%;
    top: 6%;
}
/*------------------------------------------------------------------
その他のおすすめ商品はこちら
------------------------------------------------------------------*/
.other_plan {
    padding: 30px 0 0;
}
.other_plan h2 {
    font-size: 2.2rem;
}
.other_plan h2 span:before,
.other_plan h2 span:after {
    height: 25px;
}
.bnr_list li {
    width: calc(100% / 3 - 10px);
    max-width: 260px;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅767px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/*------------------------------------------------------------------
設定期間・区間
------------------------------------------------------------------*/
#plan_info .schedule_list li {
    font-size: min(3.9vw, 1.35rem);
}
#plan_info .schedule_list li .day {
    width: 36%;
    max-width: 215px;
}
/*------------------------------------------------------------------
プランのポイント
------------------------------------------------------------------*/
#plan_merit .merit_list .merit_txt {
    font-size: 1.8rem;
    padding-left: 30px;
}
#plan_merit .merit_sup {
    font-size: min(3.4vw, 1.2rem);
}
#plan_merit .merit_list .img_merit {
    left: 0;
}
/*------------------------------------------------------------------
トスポとは
------------------------------------------------------------------*/
#about_point {
    padding: 20px 0 30px;
    margin-bottom: 75px;
}
#about_point .inner:after {
    top: -30px;
}
#about_point .about_flex .txt_wrap {
    margin-left: 10px;
}
#about_point .link_txt {
    font-size: min(3.4vw, 1.5rem);
}
#about_point .character {
    right: 4%;
    top: 65px;
}
#about_point .character img {
    width: 96px;
}
#about_point .character figcaption {
    left: -178%;
    top: 59%;
    color: #333;
}
/*------------------------------------------------------------------
プランを検索
------------------------------------------------------------------*/
#plan_search .plan_wrap .station {
    padding-bottom: 10px;
}
#plan_search .plan_wrap .btn_list li {
    width: calc(100% / 2 - 10px);
}
#plan_search .plan_wrap .btn_list li + li {
    margin-left: 10px;
}
#plan_search .plan_wrap .btn_list li .plan_btn a {
    font-size: 1.5rem;
}
#plan_search .plan_wrap .btn_list li .plan_btn a:after {
    font-size: 1.2rem;
    right: 4px;
}
#plan_search .plan_wrap .btn_list .btn_sup {
    font-size: min(3.4vw, 1.2rem);
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅650px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 650px) {
.br-about {
    display: none;
}
#about_point .character {
    top: 32px;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#oneway {
	font-size: 1.4rem;
}
.br-599,
.sp_show {
	display: block;
}
/*------------------------------------------------------------------
設定期間・区間
------------------------------------------------------------------*/
#plan_info .calendar h3:after {
    font-size: 1.2rem;
}
#plan_info .schedule_list {
    max-width: 330px;
    margin: 0 auto;
}
#plan_info .schedule_list li {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: min(3.9vw, 1.5rem);
}
#plan_info .schedule_list li .day {
    padding-left: 10px;
    width: 70%;
}
#plan_info .schedule_list li .day:before {
    width: 8px;
    height: 8px;
    left: -5px;
}
/*設定日カレンダー*/
.table_wrap {
    width: 100%;
    overflow-x: scroll;
}
.table_wrap::-webkit-scrollbar {
    height: 6px;
}
.table_wrap::-webkit-scrollbar-thumb {
    background: #818181;
    border-radius: 5px;
}
.table_wrap::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 5px;
}
.sticky {
    position: sticky;
    left: 0;
    z-index: 1;
}
.calendar_table {
    min-width: 540px;
}
.calendar_table .day th {
    font-size: 1.2rem;
}
.calendar_table th:first-child,
.calendar_table td:first-child {
    font-size: 1.1rem;
}
.calendar_table th:first-child span, .calendar_table td:first-child span {
    font-size: 1.4rem;
    width: 16%;
}
.calendar_table td.open:after {
    width: 12px;
    height: 12px;
}
#oneway .scroll-hint-icon {
    top: calc(50% - 40px);
    right: calc(50% - 130px);
    left: unset;
}
/*------------------------------------------------------------------
ポイント
------------------------------------------------------------------*/
#point h2 {
    margin-top: 55px;
}
#point h2 span {
    font-size: 1.8rem;
    padding: 3px 18px 5px;
    left: 8%;
    top: -30px;
}
#point h2 span:after {
    width: 15px;
    height: 15px;
    bottom: -10px;
}
#point .point_contents li + li {
    margin-left: 65px;
}
#point .point_contents li + li:before {
    left: -40px;
}
#point .point_contents li + li:after {
    left: -34px;
}
#point .point_contents li .img_shinkansen img {
    width: 92px;
    top: 22px;
}
#point .point_contents li .img_point img {
    width: 77px;
}
/*------------------------------------------------------------------
プランのポイント
------------------------------------------------------------------*/
#plan_merit {
    padding: 15px 0 15px;
    margin-top: 20px;
}
#plan_merit h2 {
    font-size: 2.0rem;
    margin-bottom: 18px;
}
#plan_merit h2 span:after {
    width: 34px;
    height: 36px;
    right: -20px;
}
#plan_merit .merit_list li {
    padding: 5px 5px;
    height: 78px;
    background: linear-gradient(90deg, var(--orange) 0 22%, #fff 22% 100%);
}
#plan_merit .merit_list .merit_txt {
    font-size: min(4.6vw,1.6rem);
    padding-left: 20px;
}
#plan_merit .merit_list .img_merit {
    width: 23%;
    left: -1px;
}
#plan_merit .merit_list .merit_txt .merit_orange {
    padding-left: 19px;
}
#plan_merit .merit_list .merit_txt .merit_orange:after {
    width: 15px;
    height: 15px;
}
#plan_merit .merit_list .merit_txt .sub_txt {
    margin-bottom: 3px;
}
#plan_merit .merit_sup {
    display: inline-block;
    margin-top: 5px;
    padding-left: 1.7em;
}
/*------------------------------------------------------------------
トスポとは
------------------------------------------------------------------*/
#about_point {
    padding: 20px 0 25px;
    margin-bottom: 85px;
}
#about_point .about_flex {
    align-items: flex-start;
}
#about_point .about_flex figure {
    width: 20vw;
}
#about_point .about_flex .txt_wrap {
    font-size: min(3.65vw, 1.9rem);
}
#about_point .character {
    right: 2%;
    top: 14vw;
}
#about_point .character img {
    width: 90px;
}
#about_point .character figcaption {
    left: -154%;
    top: 51%;
    font-size: 1.3rem;
}
#about_point .character figcaption .small {
    font-size: 0.9rem;
}
.tsp_anc {
    margin-top: -5px;
}
/*------------------------------------------------------------------
プランを検索
------------------------------------------------------------------*/
#plan_search {
    padding-top: 30px;
}
#plan_search h2 {
    margin-bottom: 10px;
}
#plan_search h2 .search_title {
    padding: 0 12px;
    font-size: min(5vw, 2.0rem);
}
#plan_search h2 .search_title:before,
#plan_search h2 .search_title:after {
    height: 20px;
}
#plan_search .plan_wrap {
    margin-top: 15px;
}
#plan_search .plan_wrap .station_wrap + .station_wrap {
    margin-top: 10px;
}
#plan_search .plan_wrap .conditions {
    font-size: 1.3rem;
}
#plan_search .plan_wrap .price {
    font-size: 1.6rem;
}
#plan_search .plan_wrap .price .large {
    font-size: 2.6rem;
}
#plan_search .plan_wrap .btn_list {
    display: block;
}
#plan_search .plan_wrap .btn_list li {
    width: 100%;
}
#plan_search .plan_wrap .btn_list li + li {
    margin-left: 0;
    margin-top: 12px;
}
#plan_search .plan_wrap .btn_list li .plan_btn a:after {
    right: 10px;
}
#plan_search .plan_wrap .btn_list li .plan_btn a {
    font-size: 1.55rem;
}
#plan_search .green_pdf {
    font-size: 1.5rem;
}
#plan_search .green_pdf p {
    padding: 10px;
}
/*------------------------------------------------------------------
トスポの受取方法・使い方
------------------------------------------------------------------*/
#howto_tsp .howto_title {
    text-align: left;
    padding: 10px 0 8px;
}
#howto_tsp h2 {
    text-align: left;
    padding-right: 0;
    font-size: 2rem;
}
#howto_tsp h2 .howto_logo img {
    height: auto;
    width: min(52vw, 210px);
    position: relative;
    left: 5px;
}
#howto_tsp h2:after {
    top: -62px;
    right: -96px;
}
.flow_box {
    margin-bottom: 38px;
    padding: 15px 12px 15px;
}
.flow_box .arrow {
    width: 12px;
    height: 8px;
}
.flow_box .arrow_wrap {
    bottom: -18px;
}
.flow_box .arrow_wrap + .arrow_wrap {
    bottom: -30px;
}
.flow_box .arrow:nth-child(2) {
    margin-left: 9%;
}
#howto_tsp .flow_flex h3 {
    display: none;
}
#howto_tsp h3 {
    font-size: min(4.5vw,1.75rem);
    padding-left: 30px;
}
#howto_tsp h3 .number {
    padding-top: 1px;
    width: 25px;
    height: 25px;
}
.flow_flex {
    align-items: flex-start;
}
.flow_flex figure {
    min-width: 78px;
}
.flow_flex .txt_wrap {
    margin-left: 10px;
}
.flow_box:last-of-type .main_txt {
    padding-right: 70px;
}
.flow_box:last-of-type:after {
    width: 62px;
    height: 120px;
    right: 4%;
    top: 24px;
}
.howto_pdf {
    font-size: 1.5rem;
}
/*------------------------------------------------------------------
その他のおすすめ商品はこちら
------------------------------------------------------------------*/
.other_plan h2 {
    font-size: 1.9rem;
}
.other_plan h2 span {
    padding: 0 12px;
}
.other_plan h2 span:before,
.other_plan h2 span:after {
    height: 21px;
}
.bnr_list {
	display: block;
}
.bnr_list li {
	width: 80%;
	margin: 0 auto;
}
.bnr_list li + li {
	margin-top: 12px;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅360px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 360px) {
#point .point_contents p {
    font-size: 3.7vw;
}
#plan_info .calendar h3 {
    font-size: 4.2vw;
}
#plan_info .schedule_list li {
    justify-content: center;
}
#about_point .link_txt {
    font-size: 3.2vw;
}
#about_point .about_flex .txt_wrap {
    font-size: 3.5vw;
}
#plan_search h2 .search_title {
    font-size :4.9vw;
}
#plan_search .plan_wrap .btn_list li .plan_btn a {
    font-size: 1.4rem;
}
#plan_search .green_pdf {
    font-size: 3.9vw;
}
#howto_tsp h2 {
    font-size: 5.8vw;
}
#howto_tsp h2:after {
    right: -78px;
}
.flow_box:last-of-type:after {
    top: 34px;
}
.howto_pdf {
    font-size: 4vw;
}
}