@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　furusato専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
:root {
	--bordeaux: #b7090b;
    --gold: #dbb34e;
    --gold-txt: #b3840d;
    --base: linear-gradient(110deg, #f5eee3, #fff9ef, #f5eee3);
}
#contents {
	max-width: inherit;
}
#furusato {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
    color: #3b1d01;
}
#furusato h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
    font-size: 3rem;
    text-align: center;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: visible;
}
.sp_show,
.br-tablet,
.br-599 {
	display: none;
}
.sup {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.5rem;
	font-weight: 400!important;
}
.txt_link {
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
.yellow_marker {
	background: linear-gradient(transparent 65%, #ff6 65%);
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 14px auto 0;
	text-align: center;
    background-size: 60px 60px;
    background-repeat: repeat;
    background-image: repeating-conic-gradient(from 0deg, #b7090b 0deg 90deg, #b00002 90deg 180deg);
    background-position: center;
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.menu_anc {
    background: #9a080a;
}
.menu_anc .anc_list {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.menu_anc .anc_list li {
    width: calc(100% / 4);
    position: relative;
}
.menu_anc .anc_list li:after {
    position: absolute;
    content: "";
    height: 22px;
    width: 1px;
    background: #fff;
    top: 50%;
    left: 0;
    transform: scaleX(0.5) translateY(-50%);
}
.menu_anc .anc_list li:last-of-type:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 1px;
    background: #fff;
    top: 50%;
    right: 0;
    transform: scaleX(0.5) translateY(-50%);
}
.menu_anc .anc_list li a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 14px 10px 15px 0;
    position: relative;
    height: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    transition: 0.2s ease;
    line-height: 1.4;
}
.menu_anc .anc_list li a:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #caa74d, #f7dc94, #caa74d);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 12px;
    height: 8px;
    transform: translateY(-50%);
    right: 9px;
    top: 50%;
}
.menu_anc .anc_list li a:hover {
    transform: translateY(3px);
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_box {
    text-align: center;
    margin-top: 20px;
    padding: 8px;
    background: #fff8d0;
    border: 1px solid #f6e8a1;
}
.sub_txt {
    color: var(--gold-txt);
}
.sub_txt span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 2rem;
    font-weight: 700;
}
.sub_txt span:before,
.sub_txt span:after {
    position: absolute;
    content: "";
    background: var(--gold-txt);
    width: 2px;
    top: 1px;
    bottom: 2px;
}
.sub_txt span:before {
    left: 0;
    transform: rotate(-30deg);
}
.sub_txt span:after {
    right: 0;
    transform: rotate(30deg);
}
#furusato .lead_box h2 {
    font-size: 2.0rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    position: relative;
    line-height: 1.35;
}
#furusato .lead_box h2:before,
#furusato .lead_box h2:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
}
#furusato .lead_box h2:before {
    background-image: url("/plan/tokushu/furusato/images/bg_lead001.webp");
    bottom: -15px;
    left: -30px;
}
#furusato .lead_box h2:after {
    background-image: url("/plan/tokushu/furusato/images/bg_lead002.webp");
    top: -10px;
    right: -25px;
}
.lead_box h2 .txt-main {
    color: var(--bordeaux);
    font-size: 2.6rem;
    font-weight: 800;
}
.lead_box h2 .kome {
    font-weight: normal;
    font-size: 1.4rem;
    color: #3b1d01;
}

/*------------------------------------------------------------------
例えば
------------------------------------------------------------------*/
.example_wrap {
    padding: 30px 0;
    background: url(/plan/tokushu/furusato/images/bg001.webp), var(--base);
    background-blend-mode: soft-light;
    margin-top: 20px;
}
.example_wrap .example_bg {
    background: #fff;
    padding: 20px 18px 35px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(164 145 118 / 30%);
}
.example_wrap .example_txt {
    margin-bottom: 10px;
    font-size: 1.7rem;
    padding-left: 10px;
    border-left: 6px solid var(--gold);
}
.example_wrap .example_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
}
.example_wrap .example_flex figure {
    width: 48%;
    padding: 0 10px;
}
.example_wrap .example_flex .calc_area {
    width: 45%;
    margin-left: 6%;
    position: relative;
    padding: 28px 15px 22px 15px;
    background: #f3f3f3;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}
.example_wrap .example_flex .calc_area:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background: #92867b;
    width: 22px;
    height: 46px;
    left: -42px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.example_wrap .example_flex .calc_flex {
    text-align: center;
    max-width: 290px;
    margin: 0 auto;
}
.example_wrap .price_box {
    padding: 18px 15px 12px;
    border: 2px solid;
    border-radius: 8px;
    background: #fff;
    color: var(--gold-txt);
    position: relative;
}
.example_wrap .price_box:before,
.example_wrap .price_box:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}
.example_wrap .price_box:before {
    background-image: url("/plan/tokushu/furusato/images/kirakira002.webp");
    width: 32px;
    height: 32px;
    bottom: -20px;
    left: -30px;
}
.example_wrap .price_box:after {
    background-image: url("/plan/tokushu/furusato/images/kirakira001.webp");
    width: 30px;
    height: 30px;
    right: -26px;
    top: -18px;
}
.example_wrap .price_box .price_tag {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 2px 12px 3px;
    width: max-content;
    border-radius: 5px;
    line-height: 1.4;
    background: var(--gold-txt);
}
.example_wrap .price_box .price {
    font-weight: 900;
    color:var(--gold-txt);
    font-size: 2.5rem;
}
.example_wrap .price_box .price .price_large {
    font-size: 5rem;
    font-family: "Roboto", sans-serif;
    margin-right: 1px;
}

/*------------------------------------------------------------------
対象自治体
------------------------------------------------------------------*/
#local_government {
    padding: 40px 0 50px;
}
#local_government h2 .border01 {
    padding: 2px;
    border: 4px solid var(--bordeaux);
    display: inline-block;
}
#local_government h2 .border02 {
    display: inline-block;
    padding: 10px 25px 10px 70px;
    border: solid 2px var(--bordeaux);
    position: relative;
}
#local_government h2 .border02:after {
    position: absolute;
    content: "";
    width: 51px;
    height: 51px;
    background-image: url(/plan/tokushu/furusato/images/ic001.webp);
    background-size: contain;
    background-repeat: no-repeat;
    left: 11px;
    top: 54%;
    transform: translateY(-50%);
}
#local_government .local_government_anc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
}
#local_government .local_government_anc li {
    width: max-content;
    text-align: center;
}
#local_government .local_government_anc li a {
    display: block;
    color: var(--bordeaux);
    border: 2px solid var(--bordeaux);
    border-radius: 5em;
    position: relative;
    padding: 3px 30px 4px 16px;
    transition: 0.2s ease;
}
#local_government .local_government_anc li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: "\e900";
    font-family: 'jttweb' !important;
    font-size: 1.2rem;
    font-weight: normal;
}
#local_government .local_government_anc li a:hover {
    background: var(--bordeaux);
    color: #fff;
}
#local_government .area_wrap {
    margin-top: 30px;
}
#local_government .area_box {
    max-width: 800px;
    margin: 0 auto;
}
#local_government .area_box + .area_box {
    margin-top: 30px;
}
#local_government h3 {
    font-size: 2.0rem;
    margin-bottom: 12px;
}
#local_government h3 span {
    font-size: 2.6rem;
    margin-right: 2px;
}
#local_government .accordion_wrap.comingsoon .accordion_header {
    position: relative;
    pointer-events: none;
    background: #888;
}
#local_government .accordion_wrap.comingsoon .accordion_header:before {
    position: absolute;
    content: "Coming soon";
    top: 50%;
    left: 7px;
    padding: 4px 20px;
    background: #fff;
    z-index: 1;
    width: max-content;
    height: 58%;
    transform: translateY(-50%);
    color: #888;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
#local_government .accordion_wrap + .accordion_wrap {
    margin-top: 20px;
}
#local_government h4.accordion_header {
    padding: 10px 10px 10px 0;
    background: var(--bordeaux);
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 2rem;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
}
#local_government h4.accordion_header .accordion_sign {
    position: absolute;
    height: 100%;
    background: #9a080a;
    width: 60px;
    top: 0;
    right: 0;
}
#local_government h4.accordion_header .accordion_sign:before,
#local_government h4.accordion_header .accordion_sign:after {
    position: absolute;
    width: 18px;
    height: 6px;
    right: 21px;
    top: 50%;
    content: "";
    display: inline-block;
    background: #fff;
}
#local_government h4.accordion_header .accordion_sign:before {
    transform: scaleY(0.5) translateY(-50%);
}
#local_government h4.accordion_header .accordion_sign:after {
    transform: scaleX(0.5) translateY(-15%) rotate(90deg);
}
#local_government h4.accordion_header.open .accordion_sign:before {
    display: none;
	transition: 0.2s;
}
#local_government h4.accordion_header.open .accordion_sign:after {
    transform: scaleY(0.5) translateY(-50%);
	transition: 0.2s;
}
#local_government .accordion_inner {
    display: none;
    padding: 15px;
    background: url(/plan/tokushu/furusato/images/bg001.webp), var(--base);
    background-blend-mode: soft-light;
    text-align: center;
    border: 1px solid var(--bordeaux);
    border-top: 0;
}
#local_government .accordion_inner.open {
    display: block;
}
#local_government .coupon_ttl {
    font-size: 1.9rem;
    font-weight: 600;
}
#local_government .furusato_btn {
    margin: 15px auto 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 700px;
}
#local_government .furusato_btn li {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px #d8cfb2;
    width: calc(100% / 4 - 12px);
    overflow: hidden;
    transition: 0.2s ease;
}
#local_government .furusato_btn a {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    color: #3b1d01;
    height: 100%;
}
#local_government .portal_logo {
    height: 130px;
    width: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    padding: 5px 0;
}
#local_government .portal_logo img {
    object-fit: contain;
    width: 100%;
    height: auto;
}
#local_government .portal_logo.v-row img {
    width: auto;
    height: 100%;
}
#local_government .portal_name {
    display: block;
    width: 100%;
    padding: 6px 12px 6px 0px;
    background: #3b1d01;
    color: #fff;
    font-size: 1.55rem;
    position: relative;
}
#local_government .portal_name:after {
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    font-size: 70%;
    font-weight: normal;
}
#local_government .furusato_btn li:hover {
    transform: scale(0.99);
    box-shadow: none;
}
.rakuten_sup {
    font-size: 1.5rem;
    font-weight: 400 !important;
    border: 1px dotted;
    padding: 3px 5px;
    margin-top: 20px;
    display: inline-block;
    color: #614b4b;
    background: #fff;
    text-align: left;
}
.rakuten_sup a {
    text-decoration: underline;
}
.rakuten_sup a:hover {
    text-decoration: none;
}
#local_government .accordion_inner .sup {
    text-align: left;
    display: inline-block;
    margin-top: 5px;
    color: #614b4b;
}

/*------------------------------------------------------------------
JR東海ツアーズの返礼品
------------------------------------------------------------------*/
#return_gift {
    padding: 40px 0 50px;
    background: url(/plan/tokushu/furusato/images/bg001.webp), var(--base);
    background-blend-mode: soft-light;
}
#return_gift h2 .border01 {
    padding: 2px;
    border: 4px solid var(--bordeaux);
    display: inline-block;
    background: #fff;
}
#return_gift h2 .border02 {
    display: inline-block;
    padding: 10px 25px 10px 70px;
    border: solid 2px var(--bordeaux);
    position: relative;
    background: #fff;
}
#return_gift h2 .border02:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    background-image: url("/plan/tokushu/furusato/images/ic002.webp");
    background-size: contain;
    background-repeat: no-repeat;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
}
#return_gift .coupon_img figure {
	max-width: 505px;
    padding: 30px;
    border-radius: 8px 0 0 8px;
    border-right: 2px dashed var(--bordeaux);
    background: #fff;
}
#return_gift .coupon_img {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    border-radius: 10px;
    background: var(--bordeaux);
    text-align: center;
    box-shadow: 0 0 8px rgb(164 145 118 / 30%);
    position: relative;
}
#return_gift .coupon_img:before {
    content: "";
    top: -5px;
    left: -5px;
    clip-path: polygon(100% 0%, 0% 100%, 0 0%);
    background: var(--gold);
    width: 28px;
    height: 28px;
    border-radius: 3px 0 0 0;
    position: absolute;
    z-index: 0;
}
#return_gift .coupon_img:after {
    content: "";
    bottom: -5px;
    right: -5px;
    clip-path: polygon(100% 0%, 100% 100%, 0 100%);
    background: var(--gold);
    width: 28px;
    height: 28px;
    border-radius: 0 0 3px 0;
    position: absolute;
    z-index: 0;
}
#return_gift .coupon_img .coupon_txt {
    text-align: left;
    width: 45%;
    margin-left: 30px;
    border-radius: 10px;
    line-height: 1.6;
    font-weight: 600;
    color: #fff;
}
/*------------------------------------------------------------------
JR東海ツアーズふるさと納税のポイント
------------------------------------------------------------------*/
#furusato_point {
    padding: 40px 0 60px;
}
#furusato_point h2 {
    position: relative;
}
#furusato_point h2 span {
    position: relative;
    display: inline-block;
    padding-right: 40px;
}
#furusato_point h2 span:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(/plan/tokushu/furusato/images/ic003.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: -30px;
    top: 0px;
}
#furusato_point .point_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    gap: 20px;
    max-width: 920px;
    margin: 35px auto 0;
}
#furusato_point .point_box {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-direction: column;
    width: calc(100% / 3 - 10px);
    box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 20%);
    border: 2px solid var(--gold);
}
#furusato_point .point_box figure {
    height: 35%;
    padding: 18px 18px 18px;
    background: var(--gold);
    text-align: center;
}
#furusato_point .point_box figure img {
    width: auto;
    object-fit: contain;
    height: 95px;
    max-width: 185px;
}
#furusato_point .point_box .point_txt {
    height: 30%;
    padding: 10px 12px 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    font-weight: 700;
}
#furusato_point .point_box .point_txt .kome {
    font-weight: normal;
    font-size: 65%;
}
#furusato_point .point_box .point_txt a {
    text-decoration: underline;
}
#furusato_point .point_box .point_txt a:hover {
    text-decoration: none;
}
#furusato_point .point_box .point_txt .sup {
    margin-top: 5px;
}

/*------------------------------------------------------------------
JR東海ツアーズの旅行商品EX旅パックとは？
------------------------------------------------------------------*/
#about_ex .about_ex_bg {
    padding: 10px 0 30px;
    background: linear-gradient(0deg, #305d94 0 35%, #ffffff 35% 100%);
}
#about_ex h2 {
    padding: 10px;
    border-top: 2px solid var(--bordeaux);
    border-bottom: 2px solid var(--bordeaux);
    margin-bottom: 25px;
}
#about_ex h2 span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
#about_ex h2 span:after {
    position: absolute;
    content: "";
        width: 54px;
    height: 54px;
    background-image: url(/plan/tokushu/furusato/images/ic004.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: -40px;
    top: 57%;
    transform: translateY(-50%);
}
#about_ex h3 {
    position: relative;
    margin: 0;
    color: #1d386d;
    font-size: 2.4rem;
    padding: 0 0 0 20px;
    border-bottom: none;
}
#about_ex h3 span:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 30px;
    top: 0px;
    left: 0px;
    background-color: #305d94;
}
#about_ex .ex_img {
    text-align: center;
    margin: 10px 40px 30px 0;
}
#about_ex .ex_img img {
    width: 200px;
    height: auto;
}
#about_ex .img_box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    gap:20px;
}
#about_ex .img_box li {
    width: calc((100% - 60px) / 4);
    border-radius: 10px;
    background: #fff;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 20%);
    border: 2px solid #004ea1;
}
#about_ex .img_box li figure {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    height: 110px;
}
#about_ex .img_box li img {
    width: 110px;
}
#about_ex .img_box li .txt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #004ea1;
    margin-top: 10px;
    line-height: 1.4;
}
#about_ex .img_box li .txt .sup, #about_ex .img_box li .sup {
    font-size: 1.3rem;
    margin-left: 0;
    text-indent: 0;
}
#about_ex .comment {
    margin: 10px 5px 0;
    color: #fff;
}
#about_ex .comment a {
    color: #85daff;
    text-decoration: underline;
}
#about_ex .comment a:hover {
    text-decoration: none;
}
#about_ex .notes {
    font-weight: 400;
    font-size: 1.2rem;
    text-indent: -2.5em;
    padding-left: 2.5em;
}
#about_ex .information {
	margin-top: 30px;
	padding: 12px 20px 20px;
	border: 2px dotted #305d94;
	text-align: center;
}
#about_ex .information dt {
	display: inline-block;
	margin-bottom: 8px;
	padding: 1px 31px 0;
	color: #305d94;
	background-image: url(/plan/tokushu/furusato/images/ic_info.webp);
	background-repeat: no-repeat;
	background-position: left top 4px;
	background-size: auto 82%;
	font-size: 2rem;
	text-align: center;
}
#about_ex .ex_app {
	text-align: center;
	margin-top: 10px;
}
#about_ex .ex_app a {
	position: relative;
	display: block;
	width: 360px;
	margin: 0 auto;
	padding: 10px 20px 11px;
	border-radius: 50px;
	color: #fff;
	background: #305d94;
	transition: .25s ease;
    font-weight: 700;
}
#about_ex .ex_app a:hover {
	opacity: 0.8;
}
#about_ex .ex_app a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: "\e902";
	font-family: 'jttweb' !important;
	font-size: 1.2rem;
    font-weight: normal;
}
#about_ex .information dd .indent {
    text-align: left;
    display: inline-block;
}

/*------------------------------------------------------------------
予約の流れ
------------------------------------------------------------------*/
.apply_flow {
	margin-top: 45px;
    padding: 40px 0;
    background: url(/plan/tokushu/furusato/images/bg001.webp), var(--base);
    background-blend-mode: soft-light;
}
#furusato .apply_flow h2 {
    margin-bottom: 35px;
}
#furusato .apply_flow h2 span {
	padding-left: 25px;
    position: relative;
}
#furusato .apply_flow h2 span:before {
    position: absolute;
    content: "";
    top: 47%;
    left: -35px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-image: url(/plan/tokushu/furusato/images/ic005.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.apply_flow .flow_wrap {
    position: relative;
}
.apply_flow .flow_box {
	position: relative;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 8px rgb(164 145 118 / 30%);
    border: 2px solid var(--gold-txt);
}
.apply_flow .flow_box:after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 32px;
    width: 5px;
    bottom: -39px;
    background: radial-gradient(circle, var(--gold-txt) 40%, transparent 50%) left bottom / 5px 9px repeat-y;
    padding-bottom: 2px;
    left: 12%;
}
.apply_flow .flow_box + .flow_box {
	margin-top: 40px;
}
.apply_flow .flow_box:last-of-type:after {
	content: none;
}
.apply_flow .flow_box .flow_inner {
    padding: 15px 12px 25px;
}
.apply_flow .flow_flex {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
    align-items: center;
}
.apply_flow .flow_flex figure {
	width: 14%;
	min-width: 105px;
}
.apply_flow .flow_flex .txt_wrap {
	width: 75%;
	margin: 0 0 0 30px;
}
.apply_flow .flow_flex .txt_wrap .sup {
    margin-top: 5px;
}
.apply_flow .flow_flex .txt_wrap .sup a {
    text-decoration: underline;
}
.apply_flow .flow_flex .txt_wrap .sup a:hover {
    text-decoration: none;
}
#apply_flow h3 {
    display: flex;
    display: -webkit-flex;
    position: relative;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 2.1rem;
    padding-bottom: 10px;
    border-bottom: 1px dotted;
    background: var(--gold-txt);
    border-radius: 7px 7px 0 0;
}
#apply_flow h3 .number {
    display: inline-block;
    margin-right: 5px;
}
.apply_flow .disableTel a {
	color: #f00;
	text-decoration:none;
	pointer-events:none;
}
.apply_flow .ex_btn a {
	position: relative;
	display: block;
	width: 360px;
	margin: 10px auto 0;
	padding: 10px 15px 11px;
	border-radius: 50px;
	color: #fff;
	background: #305d94;
	text-align: center;
	transition: .25s ease;
    font-weight: 700;
}
.apply_flow .ex_btn a:hover {
	opacity: 0.8;
}
.apply_flow .ex_btn a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: "\e902";
	font-family: 'jttweb' !important;
	font-size: 1.2rem;
    font-weight: normal;
}
.apply_flow .pack_btn a {
	position: relative;
	display: block;
	width: 360px;
	margin: 10px auto 0;
	padding: 10px 15px 11px;
	border-radius: 50px;
	color: #305d94;
	background: #d0e5ff;
	text-align: center;
	transition: .25s ease;
    font-weight: 700;
}
.apply_flow .pack_btn a:hover {
	opacity: 0.8;
}
.apply_flow .pack_btn a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: "\e902";
	font-family: 'jttweb' !important;
	font-size: 1.2rem;
    font-weight: normal;
}
.apply_flow .online_support {
	margin-top: 15px;
	padding: 14px 20px 20px;
	background: #ffeef4;
}
.apply_flow .online_support_flex {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.apply_flow .online_support_flex figure {
	width: 70px;
}
.apply_flow .online_support_flex p {
	margin-left: 10px;
	font-weight: bold;
}
.apply_flow .online_support_flex p span {
	background: linear-gradient(transparent 70%, #ffe96b 70%);
	font-size: 2.2rem;
}
.apply_flow .online_support a {
	display: block;
	max-width: 450px;
	margin: 0 auto;
	transition: .25s ease;
}
.apply_flow .online_support a:hover {
	opacity: 0.7;
}
.apply_flow .portal_list {
    padding: 0 0 15px;
    box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 20%);
    max-width: 780px;
    margin: 15px auto 0;
    text-align: center;
}
.apply_flow .list_ttl {
    font-size: 1.6rem;
    background: #3b1d01;
    color: #fff;
    padding: 3px 10px;
    text-align: center;
    margin-bottom: 10px;
}
.apply_flow .portal_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 8px;
}
.apply_flow .portal_list ul li {
    width: calc(100% / 4 - 10px);
    text-align: center;
}
.apply_flow .portal_list ul li figure {
    height: 100px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}
.apply_flow .portal_list ul li figure img {
    height: 105px;
    width: auto;
    object-fit: contain;
}
.apply_flow .portal_list ul li .portal_name {
    font-size: 1.5rem;
    padding: 2px;
    font-weight: 700;
}
.apply_flow .portal_list .rakuten_sup {
    margin-left: 14px;
    margin-right: 14px;
}
.apply_flow .step_box + .step_box {
    margin-top: 15px;
    border-top: 1px solid #dfd5bb;
    padding-top: 15px;
}
.apply_flow .step_box .step_tag {
    display: inline-block;
    color: var(--gold-txt);
    font-weight: 700;
    font-style: italic;
    font-size: 90%;
    border-bottom: 2px solid;
    line-height: 1.2;
    margin-bottom: 6px;
}
.apply_flow .step_box .step_tag span {
    font-size: 142%;
}
.apply_flow .capture_area {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 25px;
    align-items: center;
    margin-top: 20px;
    margin-left: 14%;
}
.apply_flow .capture_area .capture {
    max-width: 290px;
    text-align: center;
}
.apply_flow .capture_area .point_attention {
    width: 50%;
}
.apply_flow .capture_area .attention_ttl {
    display: inline-block;
    padding: 2px 26px 2px 10px;
    background: var(--bordeaux);
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    background-image: url(/plan/tokushu/furusato/images/ic006.webp);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: right 4px center;
    border-radius: 4px 4px 0 0;
    margin-top: 20px;
}
.apply_flow .capture_area .attention_txt {
    padding: 10px;
    background: #feeded;
    font-size: 1.6rem;
}
.apply_flow .capture_area .attention_txt .txt-bold {
    color: var(--bordeaux);
}
.attention {
    margin-top: 40px;
    border: 2px solid var(--bordeaux);
    background: #fff;
}
.attention .attention_title {
    position: relative;
    padding: 8px 5px 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: var(--bordeaux);
    cursor: pointer;
}
.attention .attention_title span {
    position: relative;
    display: inline-block;
    padding-left: 27px;
}
.attention .attention_title span:before {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 51%;
    width: 20px;
    height: 19px;
    background-image: url(/plan/tokushu/furusato/images/ic_attention.webp);
}
.attention_btn_separate {
	margin: 5px auto 25px;
	position: relative;
}
.attention_btn_separate p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	background: #fff;
	padding: 10px;
	border: 2px solid var(--bordeaux);
	width: 400px;
	border-radius: 50px;
	position: relative;
	margin: auto;
    cursor: pointer;
}
.attention_btn_separate p:before,
.attention_btn_separate p:after {
	position: absolute;
	display: inline-block;
	content: "";
}
.attention_btn_separate:before {
	opacity: 0.99;
	position: absolute;
	bottom: 46px;
	left: 0;
	width: 100%;
	content: "";
	height: 180px;
    background-image: linear-gradient(0deg, #fff 29%, rgba(255, 255, 255, 0));
	transition: 0.5s;
	pointer-events: none;
}
.attention_btn_separate p:before {
	top: 22px;
	left: calc(100% - 50px);
	width: 30px;
	height: 30px;
	background: var(--bordeaux);
	border-radius: 50px;
	transform: translateY(-50%);
}
.attention_btn_separate p:after {
	font-family: 'jttweb' !important;
	content: "\e900";
	top: 12px;
	left: calc(100% - 42px);
	color: #fff;
	font-size: 1.5rem;
	font-weight: normal;
}
.attention_btn_separate.open p:after {
	top: 10px;
	content: "\e903";
}
.attention_btn_separate.open:before {
	opacity: 0;
	pointer-events: none;}

.attention_list li:nth-child(n + 6) {
	display: none;
}
.attention ul {
    padding: 15px 20px 20px;
    background: #fff;
    font-size: 1.5rem;
}
.attention ul li + li {
    margin-top: 5px;
}
.attention ul .modal-case {
    color: #1035ab;
    cursor: pointer;
    text-decoration: underline;
}
.attention ul .modal-case:hover {
    text-decoration: none;
}
#apply_flow .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1002;
}
#apply_flow .modal-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    max-width: 800px;
    background-color: #fff;
    z-index: 1005;
    overflow-y: auto;
    max-height: 95%;
}
#apply_flow .modal_inner {
    padding: 10px 20px 30px;
}
#apply_flow .modal-window .button-close {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}
#apply_flow .modal-window .button-close span {
    display: block;
    width: 100%;
    padding-right: 10px;
    border-radius: 5px 5px 0 0;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: right;
    background-color: #fff;
    cursor: pointer;
}
#apply_flow .modal-window .case + .case {
    margin-top: 35px;
}
#apply_flow .modal-window .case .case_ttl {
    text-align: center;
    margin-bottom: 12px;
    font-size: 2.0rem;
}
#apply_flow .modal-window .case .case_ttl span {
    position: relative;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 800;
    margin-right: 2px;
    text-shadow: 0px 2px 2px #fff,-2px 0 2px #fff,0 -2px 2px #fff,2px 0 2px #fff;
}
#apply_flow .modal-window .case .case_ttl span:after {
    position: absolute;
    font-size: 6rem;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#apply_flow .modal-window .case01 .case_ttl span {
    color: #ee0003;
}
#apply_flow .modal-window .case01 .case_ttl span:after {
    content: "";
    top: 52%;
    width: 33px;
    height: 33px;
    border: 6px solid #ffd9da;
    border-radius: 5em;
}
#apply_flow .modal-window .case02 .case_ttl span {
    color: #0064ee;
}
#apply_flow .modal-window .case02 .case_ttl span:after {
    content: "×";
    color: #dcebff;
}
#apply_flow .modal-window .case table {
    width: 100%;
    border: 2px solid;
    table-layout: fixed;
}
#apply_flow .modal-window .case table th,
#apply_flow .modal-window .case table td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    padding: 3px;
    font-weight: normal;
    font-size: 1.65rem;
}
#apply_flow .modal-window .case table th:first-child,
#apply_flow .modal-window .case table td:first-child {
    border-left: 1px solid;
}
#apply_flow .modal-window .case table tr:first-child th,
#apply_flow .modal-window .case table tr:first-child td {
    border-top: 1px solid;
}
#apply_flow .modal-window .case table th.w25 {
    width: 25%;
    background: #f5eee3;
    font-weight: 500;
}
/*------------------------------------------------------------------
よくある質問
------------------------------------------------------------------*/
#faq {
    padding: 40px 0 50px;
}
#faq h2 {
    margin-bottom: 30px;
}
#faq h2 span {
    position: relative;
    display: block;
    max-width: 400px;
    padding: 10px 30px;
    border-top: 2px solid var(--bordeaux);
    border-bottom: 2px solid var(--bordeaux);
    margin: 0 auto;
}
#faq h2 span:before {
    position: absolute;
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(/plan/tokushu/furusato/images/img_ribbon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);  
}
#faq.area .qa-list dl {
    box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 5%);
}
#faq.area .qa-list dl dt {
    color: #3b1d01;
}
#faq.area .qa-list .modal-case {
    color: #1035ab;
    cursor: pointer;
    text-decoration: underline;
}
#faq.area .qa-list .modal-case:hover {
    text-decoration: none;
}

/*------------------------------------------------------------------
人気の旅行先
------------------------------------------------------------------*/
#popular_area {
    padding: 20px 0 10px;
}
#popular_area h2 {
    margin-bottom: 30px;
}
#popular_area h2 span {
    position: relative;
    display: block;
    padding: 10px 30px;
    border-top: 2px solid var(--bordeaux);
    border-bottom: 2px solid var(--bordeaux);
    margin: 0 auto;
    max-width: 400px;
    background: #ffffff47;
}
#popular_area h2 span:before {
    position: absolute;
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(/plan/tokushu/furusato/images/img_ribbon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
#popular_area .other_link_list {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: center;
	justify-content: center;
    gap: 20px;
}
#popular_area .other_link_list li {
	position: relative;
	align-items: center;
	text-align: center;
	width: calc((100% - 60px) / 3);
}
#popular_area .other_link_list li a{
	position: relative;
}
#popular_area .other_link_list li img {
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
}
#popular_area .other_link_list li a:hover,
#popular_area .other_link_list li a:hover p,
#popular_area .other_link_list li a:active p{
	text-decoration: underline;
	transition: 0.2s;
}
#popular_area .other_link_list li p {
	padding: 6px 0 0;
	font-size: 1.5rem;
}
#popular_area .other_link_list li a:hover img,#popular_area .other_link_list li a:active img {
	opacity: 0.7;
	transition: 0.2s;
    box-shadow: none;
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#furusato {
	font-size: 1.7rem;
}
#furusato h2 {
    font-size: 2.7rem;
}
.inner {
	padding: 0 14px;
}
.br-tablet {
	display: block;
}
.sup {
	font-size: 1.4rem;
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.menu_anc .anc_list li a {
    font-size: min(1.9vw, 1.5rem);
}
.menu_anc .anc_list li a:after {
    width: 9px;
    height: 6px;
    right: 6px;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.sub_txt span {
    font-size: min(3.9vw, 1.8rem);
}
#furusato .lead_box h2 {
    font-size: min(3.7vw, 2rem);
    margin-top: 1px;
    margin-bottom: 6px;
}
#furusato .lead_box h2:after {
    top: 16px;
    right: -15px;
}
.lead_box h2 .txt-main {
    font-size: min(4.45vw, 2.2rem);
}
#furusato .lead_box .sup {
    font-size: min(3.5vw, 1.2rem);
}

/*------------------------------------------------------------------
例えば
------------------------------------------------------------------*/
.example_wrap .example_txt {
    font-size: 1.5rem;
}
.example_wrap .example_flex {
    padding: 0;
}
.example_wrap .example_flex figure {
    padding: 0;
}
.example_wrap .example_flex .calc_flex {
    max-width: 236px;
}
.example_wrap .example_flex .calc_area {
    width: 47%;
    margin-left: 5%;
    padding: 28px 6px 26px;
}
.example_wrap .example_flex .calc_area:before {
    width: 15px;
    height: 40px;
    left: -24px;
}
.example_wrap .price_box {
    font-size: 1.5rem;
    padding: 15px 12px 8px;
}
.example_wrap .price_box .price {
    font-size: 2.0rem;
}
.example_wrap .price_box .price .price_large {
    font-size: 4rem;
}
.example_wrap .price_box:before {
    width: 27px;
    height: 27px;
    bottom: -18px;
    left: -23px;
}
.example_wrap .price_box:after {
    width: 26px;
    height: 26px;
    right: -20px;
    top: -18px;
}

/*------------------------------------------------------------------
対象自治体
------------------------------------------------------------------*/
#local_government .local_government_anc {
    gap: 5px;
}
#local_government .local_government_anc li a {
    padding: 3px 26px 3px 10px;
}
#local_government .area_wrap {
    margin-top: 20px;
}
.rakuten_sup {
    font-size: 1.4rem;
}

/*------------------------------------------------------------------
JR東海ツアーズの返礼品
------------------------------------------------------------------*/
#local_government h3 {
    font-size: 1.8rem;
}
#local_government h3 span {
    font-size: 2.4rem;
}
#local_government h4.accordion_header {
    font-size: 1.8rem;
}
#return_gift .coupon_img {
    max-width: 800px;
    margin: 30px auto 0;
}
#return_gift .coupon_img .coupon_txt {
    width: 45%;
    margin-left: 20px;
    font-size: 1.5rem;
}
#return_gift .coupon_img figure {
    max-width: 390px;
    padding: 18px;
}
#return_gift .coupon_img:before {
    width: 26px;
    height: 26px;
    top: -3px;
    left: -3px;
}
#return_gift .coupon_img:after {
    width: 26px;
    height: 26px;
    bottom: -3px;
    right: -3px;
}

/*------------------------------------------------------------------
JR東海ツアーズふるさと納税のポイント
------------------------------------------------------------------*/
#furusato_point h2 span:after {
    width: 62px;
    height: 62px;
}
    
/*------------------------------------------------------------------
JR東海ツアーズの旅行商品EX旅パックとは？
------------------------------------------------------------------*/
#about_ex h2 span {
    padding-left: 20px;
}
#about_ex h2 span:after {
    width: 48px;
    height: 48px;
}
#about_ex .img_box {
	justify-content: center;
	-webkit-justify-content: center;
    gap: 14px;
}
#about_ex .notes {
    font-size: 1.1rem;
}

/*------------------------------------------------------------------
予約の流れ
------------------------------------------------------------------*/
.apply_flow {
	margin-top: 40px;
}
#furusato .apply_flow h2 span {
	padding-left: 20px;
}
#furusato .apply_flow h2 span:before {
	width: 54px;
    height: 54px;
}
#apply_flow h3 {
    font-size: 2.0rem;
}
.apply_flow .ex_btn a:after {
	right: 7px;
}
.apply_flow .pack_btn a:after {
	right: 7px;
}
.apply_flow .portal_list ul {
    gap: 5px;
    row-gap: 15px;
}
.apply_flow .portal_list ul li {
    width: calc(100% / 4 - 5px);
}
.apply_flow .capture_area {
    margin-left: 0;
}

/*------------------------------------------------------------------
人気の旅行先
------------------------------------------------------------------*/
#popular_area .other_link_list {
    gap: 10px;
    row-gap: 20px;
}
#popular_area .other_link_list li p {
	font-size: 1.4rem;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅806px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 806px) {
.menu_anc .anc_list li:nth-child(odd) {
    background: var(--bordeaux);
}
.menu_anc .anc_list li:after,
.menu_anc .anc_list li:last-of-type:before {
    content: none;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅767px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/*------------------------------------------------------------------
例えば
------------------------------------------------------------------*/
.example_wrap .example_bg {
    padding: 14px;
}
.example_wrap .example_flex {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
.example_wrap .example_flex figure {
    width: 100%;
    text-align: center;
}
.example_wrap .example_flex figure img {
    max-width: 480px;
    width: 100%;
}
.example_wrap .example_flex .calc_area {
    max-width: 500px;
    margin: 30px auto 0;
    width: 100%;
    padding: 20px 6px 18px;
    border-radius: 8px;
}
.example_wrap .example_flex .calc_area:before {
    top: -38px;
    width: 15px;
    transform: translate(-50%, 0) rotate(90deg);
    left: 50%;
    height: 48px;
}
.example_wrap .price_box {
    font-size: min(4vw, 1.8rem);
}
.example_wrap .price_box .price {
    font-size: 1.7rem;
}
.example_wrap .price_box .price .price_large {
    font-size: min(8.5vw, 3.6rem);
}
/*------------------------------------------------------------------
対象自治体
------------------------------------------------------------------*/
#local_government .local_government_anc {
    max-width: 400px;
    margin: 16px auto 0;
}
#local_government .local_government_anc li a {
    padding: 3px 20px 3px 7px;
}
#local_government .local_government_anc li a:after {
    font-size: 1.0rem;
    right: 5px;
}
#local_government .furusato_btn {
    max-width: 380px;
    justify-content: flex-start;
}
#local_government .furusato_btn li {
    width: calc(100% / 2 - 8px);
}
#local_government .portal_name{
    font-size: 1.4rem;
}
/*------------------------------------------------------------------
JR東海ツアーズの返礼品
------------------------------------------------------------------*/
#return_gift .coupon_img {
    display: block;
    max-width: 325px;
    margin: 20px auto 0;
}
#return_gift .coupon_img figure {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px dashed var(--bordeaux);
    padding: 20px 15px;
    border-right: none;
}
#return_gift .coupon_img .coupon_txt {
    width: 100%;
    margin-left: 0;
    font-size: 1.45rem;
    padding: 14px 15px 20px;
}

/*------------------------------------------------------------------
JR東海ツアーズふるさと納税のポイント
------------------------------------------------------------------*/
#furusato_point .point_box figure img {
    height: 65px;
}

/*------------------------------------------------------------------
JR東海ツアーズの旅行商品EX旅パックとは？
------------------------------------------------------------------*/
#about_ex .about_ex_bg {
    background: linear-gradient(0deg, #305d94 0 58%, #ffffff 58% 100%);
}
#about_ex h2 span:after {
    width: 40px;
    height: 40px;
    left: -30px;
}
#about_ex .img_box {
    gap: 10px;
}
#about_ex .img_box li {
	width: calc((100% - 10px) / 2);
    padding: 15px 7px;
}

/*------------------------------------------------------------------
予約の流れ
------------------------------------------------------------------*/
.apply_flow .portal_list ul li .portal_name {
    font-size: 1.4rem;
}

}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#furusato {
	font-size: 1.6rem;
}
#furusato h1 {
	font-size: min(3.8vw, 1.6rem);
}
#furusato h2 {
    font-size: min(5.8vw, 2.2rem);
}
#furusato h2:before {
	width: 70px;
}
.pc_show,
.br-tablet {
	display: none;
}
.sp_show,
.br-599 {
	display: block;
}
.sup {
    font-size: min(3.5vw, 1.3rem);
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.menu_anc .anc_list li a {
    font-size: min(3.8vw, 1.15rem);
    padding: 8px 0 20px;
}
.menu_anc .anc_list li a:after {
    width: 10px;
    height: 5px;
    top: 78%;
    right: 50%;
    transform: translateX(50%);
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_box {
    margin-top: 12px;
    padding: 6px;
}
.sub_txt span {
    padding: 0 10px;
}
.lead_box h2 .kome {
    font-size: 1.0rem;
}

/*------------------------------------------------------------------
例えば
------------------------------------------------------------------*/
.example_wrap  {
    margin-top: 15px;
    padding: 20px 0 25px;
    background-size: 90px 90px, 100%;
}
.example_wrap .price_box {
    padding: 12px 12px 5px;
    border-radius: 6px;
}
.example_wrap .price_box .price_tag {
    top: -12px;
    border-radius: 3px;
}
.example_wrap .price_box:before {
    width: 23px;
    height: 23px;
    left: -21px;
    bottom: -17px;
}
.example_wrap .price_box:after {
    width: 22px;
    height: 22px;
    right: -18px;
    top: -15px;
}

/*------------------------------------------------------------------
対象自治体
------------------------------------------------------------------*/
#local_government {
    padding: 30px 0 40px;
}
#local_government .area_box {
    padding: 0 5px;
}
#local_government .accordion_wrap.comingsoon .accordion_header {
    padding-left: 90px;
}
#local_government .accordion_wrap.comingsoon .accordion_header:before {
    padding: 4px 8px;
    width: 90px;
    font-size: 1.4rem;
}
#local_government .accordion_inner {
    background-size: 90px 90px, 100%;
}
#local_government h2 .border01 {
    min-width: 245px;
}
#local_government h2 .border02 {
    padding: 10px 20px 10px 40px;
    min-width: 245px;
}
#local_government h2 .border02:after {
    width: 44px;
    height: 44px;
    left: 14px;
}
#local_government .area_wrap {
    margin-top: 20px;
}
#local_government h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
#local_government h3 span {
    font-size: 2.0rem;
}
#local_government h4.accordion_header {
    font-size: 1.65rem;
}
#local_government h4.accordion_header .accordion_sign {
    width: 45px;
}
#local_government h4.accordion_header .accordion_sign:before,
#local_government h4.accordion_header .accordion_sign:after {
    width: 16px;
    height: 5px;
    right: 15px;
}
#local_government .coupon_ttl {
    font-size: min(4.6vw, 1.7rem);
    line-height: 1.4;
}
#local_government .portal_logo {
    height: 120px;
}
.rakuten_sup {
    font-size: min(3.5vw, 1.3rem);
}
/*------------------------------------------------------------------
JR東海ツアーズの返礼品
------------------------------------------------------------------*/
#return_gift {
    background-size: 90px 90px, 100%;
    padding: 30px 0 40px;
}
#return_gift h2 .border02 {
    padding: 10px 15px 10px 58px;
}
#return_gift h2 .border02:after {
    width: 36px;
    height: 36px;
    left: 12px;
}

/*------------------------------------------------------------------
JR東海ツアーズふるさと納税のポイント
------------------------------------------------------------------*/
#furusato_point {
    padding: 25px 0 40px;
}
#furusato_point h2:after {
    width: 44px;
    height: 44px;  
}
#furusato_point h2 span {
    padding-right: 20px;
}
#furusato_point h2 span:after {
    width: 56px;
    height: 56px;
    right: -32px;
    top: -8px;
}
#furusato_point .point_list {
    display: block;
    margin: 25px auto 0;
}
#furusato_point .point_box {
    flex-direction: row;
    width: 100%;
}
#furusato_point .point_box + .point_box {
    margin-top: 18px;
}
#furusato_point .point_box figure {
    width: 25%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    padding: 10px 1px 10px;
}
#furusato_point .point_box figure img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 55px;
}
#furusato_point .point_box.point03 figure img {
    position: relative;
    left: 3px;
}
#furusato_point .point_box .point_txt {
    width: 80%;
    padding: 10px 12px 11px;
}
    
/*------------------------------------------------------------------
JR東海ツアーズの旅行商品EX旅パックとは？
------------------------------------------------------------------*/
#about_ex h3 {
	font-size: 2.0rem;
}
#about_ex h3 span:before {
	top: -3px;
}
#about_ex .img_box li figure {
	height: 120px;
}
#about_ex .img_box li img {
	width: 58%;
    max-width: 120px;
}
#about_ex .img_box li .txt {
	margin-top: 5px;
}
#about_ex .img_box li .txt .sup {
	font-size: 0.8rem;
}
#about_ex .img_box li .sup {
	font-size: 1.0rem;
}
#about_ex .ex_img {
	margin: 10px 34px 20px 0;
}
#about_ex .ex_img img {
    width: 150px;
}
#about_ex .information {
	margin-top: 25px;
	padding: 12px 10px 20px;
}
#about_ex .information dt {
    font-size: 1.7rem;
    padding: 1px 25px 0;
}
#about_ex .information dd {
	text-align: left;
    font-size: 1.5rem;
}
#about_ex .ex_app a {
	max-width: 312px;
	width: 100%;
	padding: 10px 15px 11px 10px;
	font-size: min(4.6vw, 1.6rem);
}
#about_ex .ex_app a:after {
	right: 5px;
}

/*------------------------------------------------------------------
予約の流れ
------------------------------------------------------------------*/
.apply_flow {
    background-size: 90px 90px, 100%;
	margin-top: 35px;
	padding-top: 30px;
}
#furusato .apply_flow h2 {
    margin-bottom: 25px;
    font-size: 2.3rem;
}
#furusato .apply_flow h2 span {
	padding-left: 30px;
}
#furusato .apply_flow h2 span:before {
	width: 46px;
	height: 46px;
    left: -14px;
}
.apply_flow .flow_box + .flow_box {
    margin-top: 30px;
}
.apply_flow .flow_box:after {
    width: 4px;
    height: 23px;
    bottom: -29px;
    background: radial-gradient(circle, var(--gold-txt) 40%, transparent 50%) left bottom / 4px 8px repeat-y;
    left: 13%;
}
.apply_flow .flow_box .flow_inner {
    padding: 10px 12px 15px;
}
#apply_flow h3 {
	font-size: 1.65rem;
    padding: 10px 7px;
}
.apply_flow .ex_btn a {
	width: 100%;
	max-width: 312px;
    font-size: 1.5rem;
    padding: 10px 15px 11px 10px;
    margin-top: 14px;
}
.apply_flow .ex_btn a:after {
	right: 5px;
}
.apply_flow .pack_btn a {
	width: 100%;
	max-width: 312px;
    font-size: 1.5rem;
    padding: 10px 15px 11px 10px;
    margin-top: 14px;
}
.apply_flow .pack_btn a:after {
	right: 5px;
}
.apply_flow .flow_flex {
    align-items: flex-start;
}
.apply_flow .flow_flex figure {
	min-width: 70px;
}
.apply_flow .flow_flex .txt_wrap {
	margin: 0 0 0 10px;
    font-size: 1.45rem;
}
.apply_flow .online_support {
	padding: 8px 10px 15px;
}
.apply_flow .online_support_flex figure {
	width: 60px;
}
.apply_flow .online_support_flex p span {
	font-size: 1.8rem;
}
.apply_flow .list_ttl {
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.apply_flow .portal_list ul {
    flex-wrap: wrap;
}
.apply_flow .portal_list ul li {
    width: calc(100% / 2 - 10px);
}
.apply_flow .capture_area {
    margin: 20px auto 0;
    display: block;
}
.apply_flow .capture_area .capture {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
}
.apply_flow .capture_area .point_attention {
    width: 100%;
    margin-top: 15px;
}
.apply_flow .capture_area .attention_ttl {
    font-size: 1.4rem;
    background-size: 20px 20px;
    padding: 2px 24px 2px 10px;
    background-position: right 4px center;
}
.apply_flow .capture_area .attention_txt {
    font-size: 1.5rem;
}
.attention {
    margin-top: 30px;
}
.attention .attention_title:after {
    font-size: 80%;
    right: 5px;
}
.attention .attention_title span {
    font-size: 1.4rem;
}
.attention ul {
    padding: 10px 10px 12px 18px;
    font-size: 1.4rem;
}
.attention_btn_separate p {
    width: 90%;
    font-size: 1.5rem;
}
.attention_btn_separate:before {
    height: 145px;
}
#apply_flow .modal-window {
    width: 94%;
}
#apply_flow .modal_inner {
    padding: 5px 14px 25px;
}
#apply_flow .modal-window .case .case_ttl span {
    font-size: 2.3rem;
}
#apply_flow .modal-window .case .case_ttl {
    margin-bottom: 10px;
    font-size: 1.7rem;
}
#apply_flow .modal-window .case01 .case_ttl span:after {
    width: 28px;
    height: 28px;
}
#apply_flow .modal-window .case02 .case_ttl span:after {
    font-size: 5.4rem;
}
#apply_flow .modal-window .case table th,
#apply_flow .modal-window .case table td {
    padding: 3px 1px;
    font-size: 1.4rem;
}
#apply_flow .modal-window .case table th.w25 {
    font-size: 1.2rem;
}
/*------------------------------------------------------------------
よくある質問
------------------------------------------------------------------*/
#faq {
    padding: 30px 0 40px;
}
#faq h2 {
    margin-bottom: 22px;
}
#faq h2 span:before {
    width: 35px;
    height: 35px;
    top: -9px;
}

/*------------------------------------------------------------------
人気の旅行先
------------------------------------------------------------------*/
#popular_area {
    padding: 5px 0 10px;
}
#popular_area h2 {
    margin-bottom: 22px;
}
#popular_area h2 span:before {
    width: 35px;
    height: 35px;
    top: -9px;
}
#popular_area .other_link_list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 450px;
    margin: 0 auto;
}
#popular_area .other_link_list li {
	width: 48%;
}
}

/*------------------------------------------------------------------
                   スマホ用(画面幅530px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 530px) {
#furusato .lead_box h2:before, #furusato .lead_box h2:after {
    width: 17px;
    height: 17px;
}
#furusato .lead_box h2:before {
    bottom: 0;
    left: -9px;
}
#furusato .lead_box h2:after {
    top: 8px;
    right: -5px;
}
}
/*------------------------------------------------------------------
                   スマホ用(画面幅370px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 370px) {
.menu_anc .anc_list li a {
    font-size: min(3.8vw, 1.0rem);
}
.example_wrap .price_box {
    padding: 10px 8px 6px;
}
#local_government .area_box {
    padding: 0;
}
#local_government .portal_name {
    font-size: 1.2rem;
}
#local_government .accordion_wrap.comingsoon .accordion_header:before {
    width: 70px;
}
#return_gift h2 {
    font-size: min(5.5vw, 2.2rem);
}
#about_ex .img_box li .txt {
    font-size: 1.45rem;
}
.apply_flow .ex_btn a {
    font-size: 1.4rem;
}
.apply_flow .pack_btn a {
    font-size: 1.4rem;
}
.attention .attention_title span {
    font-size: 1.25rem;
}
}
