@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　jcb-cp専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#jcb-cp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
    padding-bottom: 10px;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.br-599,
.br-360,
.sp_show {
	display: none;
}
.sup {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
	font-weight: normal;
    display: inline-block;
}
.note {
    font-weight: normal !important;
    text-align: left;
    font-size: 1.3rem;
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 14px auto 0;
	text-align: center;
    background: #44cdfb;
}

/*------------------------------------------------------------------
期間
------------------------------------------------------------------*/
.period {
    text-align: center;
    padding: 7px 10px 12px;
    background: linear-gradient(180deg, #ffa800 0%, #ff7800 100%);
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-weight: 600;
}
.period .small {
    font-size: 1.5rem;
}
.period .large {
    font-size: 2.4rem;
}
/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead {
    margin-top: 10px;
}
.lerge_txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #053375;
}
.lerge_txt .yel_line {
    background: linear-gradient(transparent 65%, #fff931 65%);
}
.lerge_txt .large {
    font-size: 2.4rem;
    margin-right: 1px;
}
.lead_txt {
    margin-top: 5px;
	text-align: center;
    font-weight: 500;
}
.lead .txt-blue {
    color: #0394f9;
    font-weight: 700;
}
/*------------------------------------------------------------------
例えば
------------------------------------------------------------------*/
.example_wrap {
	position: relative;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #96d4ff;
    max-width: 830px;
    margin: 30px auto 0;
}
.example_wrap .example_title {
    text-align: center;
    border-bottom: 3px dotted #96d4ff;
    padding-bottom: 10px;
}
.example_wrap .example_title span {
    font-size: 1.8rem;
    padding-right: 32px;
    position: relative;
}
.example_wrap .example_title span:before {
    right: 0;
    position: absolute;
    content: "";
    background-image: url(/service/jcb_cp/images/ic001.webp);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    bottom: 0;
}
.balloon_wrap {
    position: absolute;
    left: -2%;
    top: -25px;
    z-index: 1;
}
.balloon {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    background: #ffa800;
    border-radius: 50px;
    color: #fff;
    width: 70px;
    height: 70px;
    align-items: center;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.balloon::before{
    content: '';
    position: absolute;
    display: block;
    background-color: #ffa800;
    right: 2px;
    bottom: 0;
    width: 13px;
    height: 13px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(-45deg);
}
.example_wrap .example_price {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 12px 0 18px;
}
.example_wrap .example_price dl + dl {
    margin-left: 10px;
}
.example_wrap .example_price dl {
    font-size: 1.6rem;
    text-align: center;
}
.example_wrap .example_price .area {
    position: relative;
    margin-bottom: 3px;
}
.example_wrap .example_price .area .area_tag {
    display: inline-block;
    padding: 2px 5px;
    margin: 0px 6px 0px 0;
    background: #57b2f1;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    top: -2px;
}
.example_wrap .example_price .area .station {
    display: inline-block;
    margin-bottom: 2px;
}
.example_wrap .example_price .price_wrap {
    color: #f41919;
    font-family: "Mochiy Pop One", sans-serif;
      font-weight: 400;
    font-style: italic;
}
.example_wrap .example_price .price {
    font-size: 3.0rem;
    line-height: 1.2;
    color: #f41919;
}
/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
#anchor {
    margin-top: 30px;
}
.anc_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    padding-bottom: 10px;
}
.anc_list li {
    background: #053375;
    width: calc(100% / 3);
    text-align: center;
    transition: 0.2s;
    border-radius: 3px;
}
.anc_list li + li {
    margin-left: 20px;
}
.anc_list li a {
    padding: 12px 5px 12px 0px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
     -webkit-justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
}
.anc_list li a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    content: '\e911';
    font-family: 'jttweb' !important;
    font-size: 1.5rem;
    color: #fff931;
}
.anc_list li:hover {
    box-shadow: none;
    transform: translateY(3px);
}
/*------------------------------------------------------------------
JCB カード Wとは
------------------------------------------------------------------*/
#about-card {
    padding-top: 35px;
}
#about-card h2 {
    margin-bottom: 25px;
    border-bottom: 2px solid #0095e6;
    padding-bottom: 8px;
    font-weight: 700;
    color: #0095e6;
}
#about-card h2 .about_title{
    position: relative;
    font-size: 2rem;
}
#about-card h2 .large {
    font-size: 2.8rem;
    margin-right: 3px;
}
#about-card .card_wrap {
    text-align: center;
    margin-bottom: 25px;
}
#about-card .card_wrap .card_img {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 765px;
    margin: 0 auto 30px;
}
#about-card .card_wrap .sp_flex {
    display: flex;
    display: -webkit-center;
    justify-content: center;
    margin-left: 15px;
    width: 66.666666%;
}
#about-card .card_wrap figure {
    text-align: center;
    width: 50%;
}
#about-card .card_wrap .card_img .main_card {
    width: 32.6%;
}
#about-card .card_wrap figure + figure {
    margin-left: 15px;
}
#about-card .txt-wrap {
    display: inline-block;
}
#about-card .card_info {
    font-size: 1.8rem;
}
.bg_merit {
    background: #f3f3f3;
    padding: 20px 0 32px;
    margin-top: 25px;
    position: relative;
}
.bg_merit:after {
    content: "";
    position: absolute;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    width: 90px;
    height: 50px;
    top: -30px;
    left: 50%;
    background: #f3f3f3;
    transform: translateX(-50%);
}
.merit_wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.merit_wrap dl {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
    width: calc(100% / 4 - 30px);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 10px 0;
}
.merit_wrap dl + dl {
    margin-left: 15px;
}
.merit_wrap dl dt {
    color: #053375;
    font-weight: 700;
    line-height: 1.55;
    background: #fff;
    padding: 10px 8px 15px;
    border-radius: 0 0 10px 10px;
    height: 48%;
    font-size: 1.5rem;
}
.merit_wrap dl dt .note {
    color: #333;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 7px;
    padding-left: 1em;
    text-indent: -1em;
}
.merit_wrap dl dt .yel_line {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.merit_wrap dl dt .yel_line:after {
    width: 100%;
    height: 10px;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    background: #fff931;
    z-index: -1;
}
.merit_wrap dl dt .large {
    font-size: 2.5rem;
    margin-top: -5px;
    display: inline-block; 
}
.merit_wrap dl dd {
    background: linear-gradient(180deg, #63c8ff 0%, #0095e6 100%);
    border-radius: 10px 10px 0 0;
    padding: 12px 10px 10px;
    height: 52%;
}
.merit_wrap figure img {
    max-width: 110px;
    height: auto;
}
.apply_btn {
    text-align: center;
    margin-top: 15px;
}
.apply_btn a {
    display: block;
    width: 360px;
    margin: 0 auto 0;
    padding: 10px 30px 10px 15px;
    border-radius: 50px;
    border: 2px solid;
    color: #ffffff;
    background: #0394f9;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
    position: relative;
    transition: 0.2s;
}
.apply_btn a:hover {
    box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
}
.apply_btn a:after {
    position: absolute;
    content: "\e902";
    font-family: 'jttweb' !important;
    font-size: 1.3rem;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.apply_btn + .note {
    display: inline-block;
}
/*------------------------------------------------------------------
旅するU25応援旅プラン
------------------------------------------------------------------*/
#u25-plan {
    padding-top: 35px;
    text-align: center;
}
.sub_txt {
    text-align: center;
    margin-bottom: 15px;
}
.sub_txt span {
    position: relative;
    display: inline-block;
    padding: 0 10px 4px;
    border-bottom: 2px solid;
    color: #0095e6;
    font-size: 1.8rem;
}
.sub_txt span:before {
    position: absolute;
    top: 100%;
    left: 48%;
    height: 13px;
    width: 17px;
    border-right: 2px solid;
    background-color: #fff;
    transform: skew(-45deg) translateX(-50%);
    content: "";
}
#u25-plan h2 {
    color: #053375;
    font-weight: 700;
    font-size: 2.8rem;
}
#u25-plan h2 span {
    display: inline-block;
    padding: 0 35px 0 40px;
    position: relative;
}
#u25-plan h2 span:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(/service/jcb_cp/images/kirakira01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: -6px;
}
#u25-plan h2 span:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(/service/jcb_cp/images/kirakira01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: -6px;
}
.plan_set {
    display: inline-block;
    padding: 5px 10px;
    background: #eaf6fd;
}
.plan_info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
}
.plan_info dl {
    width: calc(100% / 2 - 10px);
    background: #fff;
    margin-top: 20px;
}
.plan_info dl.w100 {
    width: 100%;
}
.plan_info dt {
    padding: 6px;
    background: #46a7ea;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
}
.plan_info dl .condition {
    margin: 0 auto;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
.plan_info dl .condition li + li {
    margin-top: 4px;
}
.plan_info dd {
    border: 1px solid #bdbdbd;
    border-top: 0;
    padding: 12px 8px;
    background: #fafafa;
    font-size: 1.7rem;
}
.plan_info dd.center {
    align-content: center;
}
.plan_info dd a {
    text-decoration: underline;
}
.plan_info dd a:hover {
    text-decoration: none;
}
/*------------------------------------------------------------------
お申込みの流れ
------------------------------------------------------------------*/
#apply-flow {
    padding-top: 55px;
}
#apply-flow h2 {
    margin: 0 auto 30px;
    font-size: 2.7rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #053375;
}
#apply-flow h2:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%) scaleY(0.5);
    content: "";
    height: 1px;
    border-bottom: 2px solid;
}
#apply-flow h2 span {
    position: relative;
    padding: 0 25px;
    background: #fff;
    z-index: 1;
}
.flow_box {
    padding: 15px 10px 25px;
    background: #fff;
    position: relative;
    border: 2px solid #6fc2ef;
    border-radius: 10px;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
.flow_box.space {
    padding: 25px 10px 25px;
}
.flow_box:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 40px;
    bottom: -34px;
    left: 12%;
    background: #d4ebf8;
    transform: translateX(-50%);
    z-index: -1;
}
.flow_box:last-of-type:after {
    content: none;
}
.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;
}
#apply-flow h3 {
    font-size: 2.2rem;
    color: #0098ea;
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
}
#apply-flow h3 .number {
    width: 30px;
    height: 30px;
    color: #fff;
    background: #0098ea;
    border-radius: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: absolute;
    left: 0;
    top: -1px;
}
#apply-flow .apply_btn {
    margin-top: 0;
}
#apply-flow .ex_btn {
    text-align: center;
    margin-top: 0;
}
.ex_btn a {
    display: block;
    width: 360px;
    margin: 0 auto 0;
    padding: 10px 30px 10px 15px;
    border-radius: 50px;
    border: 2px solid;
    color: #ffffff;
    background: #17527c;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
    position: relative;
    transition: 0.2s;
}
.ex_btn a:hover {
    box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
}
.ex_btn a:after {
    position: absolute;
    content: "\e902";
    font-family: 'jttweb' !important;
    font-size: 1.3rem;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.mail_note {
    text-align: center;
    padding: 10px 10px 10px;
    background: #fafafa;
    border: 1px dotted;
    max-width: 890px;
    margin: 15px auto 0;
}
.mail_note .attention {
    margin-bottom: 10px;
    display: inline-block;
    background: #f00;
    color: #fff;
    width: 200px;
    padding: 1px 0;
    font-size: 1.7rem;
}
.mail_note .note_txt {
    font-size: 1.4rem;
    display: inline-block;
    text-align: left;
}
.mail_note figure {
    margin-top: 12px;
}
.mail_note figure img {
    width: 33%;
    min-width: 240px;
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#jcb-cp {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.sup {
	font-size: 1.2rem;
}
.note {
    font-size: 1.2rem;
}
/*------------------------------------------------------------------
例えば
------------------------------------------------------------------*/
.balloon {
    width: 65px;
    height: 65px;
}
/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_list li + li {
    margin-left: 8px;
}
/*------------------------------------------------------------------
JCB カード Wとは
------------------------------------------------------------------*/
#about-card .card_wrap .card_img {
    max-width: 700px;
}
.merit_wrap dl  {
    width: calc(100% / 4 - 5px);
}
.merit_wrap dl + dl {
    margin-left: 10px;
}
.merit_wrap dl dt {
    height: 52%;
    font-size: 1.3rem;
    padding: 8px 2px 10px;
}
.merit_wrap dl dt .note {
    font-size: 1.05rem;
}
.merit_wrap dl dt .large {
    font-size: 2.3rem;
}
.merit_wrap dl dd {
    height: 48%;
    padding: 10px 10px 18px;
}
.merit_wrap figure img {
    max-width: 97px;
}
/*------------------------------------------------------------------
旅するU25応援旅プラン
------------------------------------------------------------------*/
.plan_info dl {
    width: 100%;
    max-width: 590px;
    margin: 17px auto 0;
}
.plan_info dt {
    font-size: 1.6rem;
}
.plan_info dd {
    font-size: 1.6rem;
}
/*------------------------------------------------------------------
お申込みの流れ
------------------------------------------------------------------*/
#apply-flow h3 {
    font-size: 1.9rem;
}
#apply-flow h3 .number {
    width: 28px;
    height: 28px;
}
#apply-flow .apply_btn {
    margin-top: 10px;
}
#apply-flow .ex_btn {
    margin-top: 10px;
}
.mail_note .attention {
    font-size: 1.6rem;
}
.mail_note .note_txt {
    font-size: 1.3rem;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅700px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_list li a {
    padding: 10px 8px 10px 0px;
    font-size: 2vw;
}
/*------------------------------------------------------------------
JCB カード Wとは
------------------------------------------------------------------*/
.bg_merit {
    padding: 10px 0 20px;
}
.bg_merit:after {
    width: 60px;
    height: 35px;
    top: -20px;
}
.merit_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.merit_wrap dl {
    width: calc(100% / 2 - 5px);
}
.merit_wrap dl + dl {
    margin-left: 0;
}
.merit_wrap dl dd {
    padding: 10px 10px 16px;
}
.merit_wrap figure img {
    max-width: 85px;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#jcb-cp {
	font-size: 1.4rem;
}
#jcb-cp h1 {
    font-size: 1.4rem;
}
.br-599,
.sp_show {
	display: block;
}
/*------------------------------------------------------------------
期間
------------------------------------------------------------------*/
.period {
    font-size: 3.6vw;
    padding: 3px 5px 7px;
}
.period .small {
    font-size: 1.1rem;
}
.period .large {
    font-size: 5vw;
}
/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead {
    margin-top: 5px;
}
.lead_txt {
	text-align: left;
}
/*------------------------------------------------------------------
例えば
------------------------------------------------------------------*/
.example_wrap {
    margin-top: 30px;
}
.example_wrap .example_title span {
    font-size: 1.6rem;
    padding-right: 27px;
}
.example_wrap .example_title span:before {
    width: 22px;
    height: 22px;
}
.example_wrap .example_price .price {
        font-size: 2.8rem;
}
/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_list li a {
    font-size: 1.35rem;
    padding: 10px 3px 25px 3px;
}
.anc_list li a:after {
    top: 80.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
}
/*------------------------------------------------------------------
JCB カード Wとは
------------------------------------------------------------------*/
#about-card {
    padding-top: 20px;
}
#about-card h2 {
    margin-bottom: 20px;
}
#about-card h2 .about_title {
    font-size: 1.8rem;
}
#about-card h2 .large {
    font-size: 2.4rem;
}
#about-card .card_info {
    font-size: 1.5rem;
    text-align: left;
}
#about-card .card_wrap {
    margin-bottom: 5px;
}
#about-card .card_wrap .card_img {
    margin-bottom: 20px;
    display: block;
}
#about-card .card_wrap .card_img .main_card {
    width: 100%;
}
#about-card .card_wrap .card_img .main_card img {
    width: 50%;
    max-width: 210px;
}
#about-card .card_wrap .sp_flex {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}
#about-card .card_wrap .sp_flex figure {
    max-width: 170px;
    width: 42%;
}
#about-card .card_wrap figure + figure {
    margin-left: 10px;
}
.apply_btn {
    margin-top: 10px;
}
.apply_btn a {
    width: 100%;
    max-width: 325px;
}
/*------------------------------------------------------------------
旅するU25応援旅プラン
------------------------------------------------------------------*/
#u25-plan {
    padding-top: 30px;
}
.sub_txt {
    margin-bottom: 12px;
}
.sub_txt span {
    border-width: 1px;
    padding-bottom: 5px;
    font-size: 1.6rem;
}
.sub_txt span:before {
    border-width: 1px;
    height: 10px;
    width: 12px;
}
#u25-plan h2 {
    font-size: 2.3rem;
}
#u25-plan h2 span {
    padding: 0 28px 0 31px;
}
#u25-plan h2 span:before,
#u25-plan h2 span:after {
    width: 27px;
    height: 27px;
}
.plan_info dd {
    font-size: 1.45rem;
}
.info_note {
    text-align: left;
}
/*------------------------------------------------------------------
お申込みの流れ
------------------------------------------------------------------*/
#apply-flow {
    padding-top: 40px;
}
#apply-flow h2 {
    margin: 0px auto 22px;
    font-size: 2.3rem;
}
#apply-flow h2 span {
    padding: 0 18px;
}
.flow_box:after {
    width: 55px;
    left: 15%;
}
.flow_box.space {
    padding: 15px 10px;
}
#apply-flow .flow_flex h3 {
    display: none;
}
#apply-flow h3 {
    font-size: 1.75rem;
    padding-left: 30px;
}
#apply-flow h3 .number {
    width: 25px;
    height: 25px;
}
.ex_btn a {
    width: 100%;
    max-width: 325px;
}
.flow_flex {
    align-items: flex-start;
}
.flow_flex figure {
    min-width: 82px;
}
.flow_flex .txt_wrap {
    margin-left: 10px;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅360px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 360px) {
.br-360 {
    display: block;
}
.sup {
    font-size: 1.1rem;
}
.note {
    font-size: 1.1rem;
}
.merit_wrap dl dt {
    font-size: 3.5vw;
}
.apply_btn a {
    font-size: 1.25rem!important;
}
.sub_txt span {
    font-size: 4.5vw;
}
#u25-plan h2 {
    font-size: 2.1rem;
}
.plan_set {
    font-size: 4.1vw;
}
.plan_info dd {
    font-size: 3.8vw;
}
.ex_btn a {
    font-size: 1.25rem;
}
}