@charset "UTF-8";
/* CSS Document */

/*----------------------------------メインコンテンツ----------------------------------*/

body {
    -webkit-font-smoothing: antialiased;
}

.contents {
    width: 100%;
}

section {
    width: 1024px;
    margin: 100px auto 0;
}

h2 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    color: #333333;
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}

h2::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 35px);
    width: 75px;
    height: 3px;
    content: "";
    background: #3e95be;
}

img {
    width: 100%;
}

.indent-0 {
    padding-left: calc(1em + 0.8px);
}

.indent-1 {
    text-indent: calc((1em + 0.8px) * -1);
    padding-left: calc(1em + 0.8px);
}

/*MAIN*/
h1 {
    width: 1260px;
    height: auto;
    margin: 0 auto;
}

/*SEO*/
.seo {
    width: 1024px;
    text-align: center;
    margin: 40px auto -50px;
}

.seo p {
    font-size: 14px;
    line-height: 1.6;
}

.seo .red {
    color: #ff2800;
    margin: 10px 134px 0;
    text-align: left;
    width: 960px;
}

.seo .red span {
    font-size: 14px;
}

.seo .red span a {
    font-size: 14px;
    text-decoration: underline;
}

/*STEP*/
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px;
}

.toggle_contents {
    margin-bottom: 1px;
}

.toggle_title {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    padding: 0.75em 0;
}

.toggle_btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}

.toggle_btn:before,
.toggle_btn:after {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    width: 15px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toggle_btn:before {
    width: 3px;
    height: 15px;
}

.toggle_title.selected .toggle_btn:before {
    content: normal;
}

.toggle_contents dd {
    display: none;
}

.toggle_contents.hokkaido dt {
    background-color: #59bc31;
}

.toggle_contents.east dt {
    background-color: #008802;
}

.toggle_contents.tokai dt {
    background-color: #f97b21;
}

.toggle_contents.west dt {
    background-color: #0068b7;
}

.toggle_contents.shikoku dt {
    background-color: #0099cc;
}

.toggle_contents.kyusyu dt {
    background-color: #db1d2b;
}

.step3 {
    margin: 25px auto;
    width: 746px;
}

.toggle_contents .step3 .case {
    margin: 40px auto;
    width: 474px;
}

.step ul {
    margin: 25px 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.step li {
    width: calc(50% - 12px);
}

.step li a {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    padding: 15px 20px;
    position: relative;
    display: block;
    padding-right: 26px;
}

.step li a::after {
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -7px;
}

.step li a:hover {
    text-decoration: none;
}

h3 {
    position: relative;
    margin-right: 80%;
    padding-left: 11px;
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", "Noto Sans", sans-serif;
}

h3 span {
    margin-left: 5px;
    font-size: 28px;
    color: #fff;
    font-family: "Montserrat", "Noto Sans", sans-serif;
    font-weight: bold;
}

h3:after {
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    content: "";
    border-width: 46px 15px 0 0;
    border-style: solid;
}

.image {
    margin: 20px 20px 10px;
    text-align: center;
}

.txt {
    font-size: 15px;
    margin: 10px 20px 20px;
    line-height: 1.3;
}

.mt25 {
    margin: 25px;
}

.txt.center a {
    font-size: 16px;
    text-decoration: underline;
}

h3.multiple {
    margin-right: 20%;
}

h3.multiple .span02 {
    margin-left: 10px;
    line-height: 1.2;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    margin: 0 auto;
}

.triangle_right {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
}

/*.toggle_contents .case {
  margin: 12px;
}*/

.case h4 {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    margin: 20px 20px -10px;
}

.center {
    text-align: center;
}

.image.ticket {
    width: 20%;
    margin: 0 auto 20px;
}

/*北海道*/
.toggle_contents.hokkaido .step {
    border: 3px solid #59bc31;
}

.toggle_contents.hokkaido .step li a {
    color: #59bc31;
    border: 1px solid #59bc31;
}

.toggle_contents.hokkaido .step li a::after {
    border-top: solid 1px #59bc31;
    border-right: solid 1px #59bc31;
}

.toggle_contents.hokkaido .step li a:hover {
    color: #fff;
    background-color: #59bc31;
    border: 1px solid #59bc31;
}

.toggle_contents.hokkaido .step li a:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

.toggle_contents.hokkaido h3 {
    background: #59bc31;
}

.toggle_contents.hokkaido h3:after {
    border-color: #59bc31 transparent transparent transparent;
}

.toggle_contents.hokkaido .triangle {
    border-top: 30px solid #59bc31;
}

.toggle_contents.hokkaido .triangle_right {
    border-left: 30px solid #59bc31;
}

.toggle_contents.hokkaido .case {
    border: 1px solid #59bc31;
}

.toggle_contents.hokkaido h4 {
    background-color: #e0f2d9;
    color: #59bc31;
}

/*東日本*/
.toggle_contents.east .step {
    border: 3px solid #008802;
}

.toggle_contents.east .step li a {
    color: #008802;
    border: 1px solid #008802;
}

.toggle_contents.east .step li a::after {
    border-top: solid 1px #008802;
    border-right: solid 1px #008802;
}

.toggle_contents.east .step li a:hover {
    color: #fff;
    background-color: #008802;
    border: 1px solid #008802;
}

.toggle_contents.east .step li a:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

.toggle_contents.east h3 {
    background: #008802;
}

.toggle_contents.east h3:after {
    border-color: #008802 transparent transparent transparent;
}

.toggle_contents.east .triangle {
    border-top: 30px solid #008802;
}

.toggle_contents.east .triangle_right {
    border-left: 30px solid #008802;
}

.toggle_contents.east .case {
    border: 2px solid #008802;
}

.toggle_contents.east h4 {
    background-color: #cce7cc;
    color: #008802;
}

/*東海*/
.toggle_contents.tokai .step {
    border: 3px solid #f97b21;
}

.toggle_contents.tokai .step li a {
    color: #f97b21;
    border: 1px solid #f97b21;
}

.toggle_contents.tokai .step li a::after {
    border-top: solid 1px #f97b21;
    border-right: solid 1px #f97b21;
}

.toggle_contents.tokai .step li a:hover {
    color: #fff;
    background-color: #f97b21;
    border: 1px solid #f97b21;
}

.toggle_contents.tokai .step li a:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

.toggle_contents.tokai h3 {
    background: #f97b21;
}

.toggle_contents.tokai h3:after {
    border-color: #f97b21 transparent transparent transparent;
}

.toggle_contents.tokai .triangle {
    border-top: 30px solid #f97b21;
}

.toggle_contents.tokai .triangle_right {
    border-left: 30px solid #f97b21;
}

.toggle_contents.tokai .case {
    border: 2px solid #f97b21;
}

.toggle_contents.tokai h4 {
    background-color: #fee5d3;
    color: #f97b21;
}

/*西日本*/
.toggle_contents.west .step {
    border: 3px solid #0068b7;
}

.toggle_contents.west .step li a {
    color: #0068b7;
    border: 1px solid #0068b7;
}

.toggle_contents.west .step li a::after {
    border-top: solid 1px #0068b7;
    border-right: solid 1px #0068b7;
}

.toggle_contents.west .step li a:hover {
    color: #fff;
    background-color: #0068b7;
    border: 1px solid #0068b7;
}

.toggle_contents.west .step li a:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

.toggle_contents.west h3 {
    background: #0068b7;
}

.toggle_contents.west h3:after {
    border-color: #0068b7 transparent transparent transparent;
}

.toggle_contents.west .triangle {
    border-top: 30px solid #0068b7;
}

.toggle_contents.west .triangle_right {
    border-left: 30px solid #0068b7;
}

.toggle_contents.west .case {
    border: 2px solid #0068b7;
}

.toggle_contents.west h4 {
    background-color: #cce1f1;
    color: #0068b7;
}

/*四国*/
.toggle_contents.shikoku .step {
    border: 3px solid #0099cc;
}

.toggle_contents.shikoku .step li a {
    color: #0099cc;
    border: 1px solid #0099cc;
}

.toggle_contents.shikoku .step li a::after {
    border-top: solid 1px #0099cc;
    border-right: solid 1px #0099cc;
}

.toggle_contents.shikoku .step li a:hover {
    color: #fff;
    background-color: #0099cc;
    border: 1px solid #0099cc;
}

.toggle_contents.shikoku .step li a:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

.toggle_contents.shikoku h3 {
    background: #0099cc;
}

.toggle_contents.shikoku h3:after {
    border-color: #0099cc transparent transparent transparent;
}

.toggle_contents.shikoku .triangle {
    border-top: 30px solid #0099cc;
}

.toggle_contents.shikoku .triangle_right {
    border-left: 30px solid #0099cc;
}

.toggle_contents.shikoku .case {
    border: 2px solid #0099cc;
}

.toggle_contents.shikoku h4 {
    background-color: #ccebf5;
    color: #0099cc;
}

/*九州*/
.toggle_contents.kyusyu .step {
    border: 3px solid #db1d2b;
}

.toggle_contents.kyusyu .step li a {
    color: #db1d2b;
    border: 1px solid #db1d2b;
}

.toggle_contents.kyusyu .step li a::after {
    border-top: solid 1px #db1d2b;
    border-right: solid 1px #db1d2b;
}

.toggle_contents.kyusyu .step li a:hover {
    color: #fff;
    background-color: #db1d2b;
    border: 2px solid #db1d2b;
}

.toggle_contents.kyusyu .step li a:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.toggle_contents.kyusyu h3 {
    background: #db1d2b;
}

.toggle_contents.kyusyu h3:after {
    border-color: #db1d2b transparent transparent transparent;
}

.toggle_contents.kyusyu .triangle {
    border-top: 30px solid #db1d2b;
}

.toggle_contents.kyusyu .triangle_right {
    border-left: 30px solid #db1d2b;
}

.toggle_contents.kyusyu .case {
    border: 2px solid #db1d2b;
}

.toggle_contents.kyusyu h4 {
    background-color: #f8d2d5;
    color: #db1d2b;
}

/*受け取り可能駅一覧*/
.btn_list {
    display: flex;
    /* flexbox */
    flex-wrap: wrap;
    /* 折返し指定 */
}

.btn_list li {
    width: calc(20% - 12px);
    /* margin padding分を引く */
    margin: 6px;
    text-align: center;
}

.btn_list li a {
    background: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
    display: block;
    color: #333;
}

.btn_list li.hokkaido a {
    border: 2px solid #59bc31;
}

.btn_list li.tohoku a {
    border: 2px solid #4aac4b;
}

.btn_list li.syutoken a {
    border: 2px solid #18721a;
}

.btn_list li.koushinetsu a {
    border: 2px solid #f9c721;
}

.btn_list li.chubu a {
    border: 2px solid #f97b21;
}

.btn_list li.hokuriku a {
    border: 2px solid #ff6fff;
}

.btn_list li.kansai a {
    border: 2px solid #0068b7;
}

.btn_list li.cyugoku a {
    border: 2px solid #34ccff;
}

.btn_list li.shikoku a {
    border: 2px solid #0099cc;
}

.btn_list li.kyusyu a {
    border: 2px solid #db1d2b;
}

.btn_list a:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

.btn_list li.hokkaido a:hover:before,
.btn_list li.tohoku a:hover:before,
.btn_list li.syutoken a:hover:before,
.btn_list li.koushinetsu a:hover:before,
.btn_list li.chubu a:hover:before,
.btn_list li.hokuriku a:hover:before,
.btn_list li.kansai a:hover:before,
.btn_list li.cyugoku a:hover:before,
.btn_list li.shikoku a:hover:before,
.btn_list li.kyusyu a:hover:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.btn_list li a:hover {
    text-decoration: none;
}

.btn_list li.hokkaido a:hover {
    color: #fff;
    background-color: #59bc31;
}

.btn_list li.tohoku a:hover {
    color: #fff;
    background-color: #4aac4b;
}

.btn_list li.syutoken a:hover {
    color: #fff;
    background-color: #18721a;
}

.btn_list li.koushinetsu a:hover {
    color: #fff;
    background-color: #f9c721;
}

.btn_list li.chubu a:hover {
    color: #fff;
    background-color: #f97b21;
}

.btn_list li.hokuriku a:hover {
    color: #fff;
    background-color: #ff6fff;
}

.btn_list li.kansai a:hover {
    color: #fff;
    background-color: #0068b7;
}

.btn_list li.cyugoku a:hover {
    color: #fff;
    background-color: #34ccff;
}

.btn_list li.shikoku a:hover {
    color: #fff;
    background-color: #0099cc;
}

.btn_list li.kyusyu a:hover {
    color: #fff;
    background-color: #db1d2b;
}

/*=================
アコーディオン
=================*/
.detail_list {
    text-align: center;
    margin-bottom: 10px;
}

.detail_list dt {
    display: table;
    width: 100%;
    position: relative;
    cursor: pointer;
    background: #3e95be;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 14px 0 10px;
}

.detail_open .toggle_btn:before {
    content: normal;
}

.detail_list dd {
    display: table;
    width: 100%;
    display: none;
    background: #fff;
    font-size: 1.5em;
    line-height: 1.6;
}

.detail_list dd .ddIn01 {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    height: 38px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 30px auto;
    padding: 10px 30px 20px;
    color: #333333;
}

.ddInP01 {
    font-size: 14px;
    line-height: 1.6;
}

.ddInP01 span {
    color: #ff2800;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.ddInP01.answer {
    padding-left: 1em;
    text-indent: -1.5em;
}

.ddInP01.answer span {
    color: #3e95be;
    font-size: 18px;
    font-weight: bold;
    padding-right: 0.5em;
}

.detail_list.faq {
    text-align: left;
}

.detail_list.faq dt {
    padding-left: 20px;
    width: 1004px;
}

.trademark {
    font-size: 14px;
    line-height: 1.4;
    margin: 20px auto;
    color: #333333;
    width: 944px;
    padding: 0 40px;
    margin-bottom: 70px;
}

.center {
    text-align: center;
}

.anc {
    width: 1024px;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #14b4b2;
    margin-bottom: 40px;
}

.anc ul {
    width: 1024px;
    background: #fff;
    height: 70px;
}

.anc ul li {
    width: calc(100% / 3);
    float: left;
    border-left: 1px solid #14b4b2;
    height: 70px;
}

.anc ul li a {
    text-align: center;
    border-left: 1px solid #14b4b2;
    padding: 20px 2px 17px;
    height: 70px;
    position: relative;
    display: block;
}

.anc ul li:last-child {
    border-right: 1px solid #14b4b2;
}

.anc ul li a:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 10px;
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #14b4b2;
    border-right: 2px solid #14b4b2;
    transform: translateY(-50%) rotate(45deg);
}

.anc ul li a:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

.ttl02 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.ttl02 span {
    color: #00a0e9;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.6rem;
    text-align: center;
    display: inline-block;
    position: relative;
}

.ttl02 span::before {
    content: "";
    width: 40px;
    height: 40px;
    bottom: 13px;
    position: absolute;
    left: -56px;
    background: url(/attending/kokunai/jr-ticket/images/left.png) no-repeat 0 0;
    background-size: 100% auto;
}

.ttl02 span::after {
    content: "";
    width: 40px;
    height: 40px;
    bottom: 13px;
    right: -46px;
    position: absolute;
    margin-left: -6px;
    background: url(/attending/kokunai/jr-ticket/images/right.png) no-repeat 0 0;
    background-size: 100% auto;
}

.point_box {
    display: flex;
    width: 960px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 84px;
}

.point_box li {
    width: 470px;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    border: 2px dashed #14b4b2;
    height: 170px;
    position: relative;
}

.point_box li img {
    width: 146px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 13px;
}

.point01::before {
    content: "";
    width: 76px;
    height: 55px;
    bottom: 12px;
    right: 15px;
    position: absolute;
    margin-left: -6px;
    background: url(/attending/kokunai/jr-ticket/images/ticket.png) no-repeat 0 0;
    background-size: 100% auto;
}

.point02::before {
    content: "";
    width: 58px;
    height: 51px;
    bottom: 12px;
    right: 15px;
    position: absolute;
    margin-left: -6px;
    background: url(/attending/kokunai/jr-ticket/images/zaseki.png) no-repeat 0 0;
    background-size: 100% auto;
}

.step_shikoku {
    height: 470px;
}

.Search__form {
    border: 1px solid #cdcdcd;
    margin-bottom: 60px;
}

#d-search .Search__form-group--keyword {
    display: none;
}