@charset "utf-8";
#container {
    font-size: 14px;
    line-height: 1.5em;
    /* width: 980px; */
    margin: 0 auto;
}

#container a,
#container a:link,
#container a:hover,
#container a:active,
#container a:visited {
    color: #003498;
}

#container a.tabitoku_btn:hover, #container a.tabitoku_btn:active,
#container .links_item a:hover, #container .links_item a:active {
    opacity:0.8;
    box-shadow:none;
    transform: translate(1px,1px)
}
#container p {
    margin: 1em auto 1em;
    font-size: 16px;
    line-height: 1.7em;
    max-width: 800px;
}

#container img {
    width: 100%;
}

#header {
    margin: 0 auto 100px;
    height: auto;
    width: 1280px;
}

#main {
    margin: 0 auto;
    width: 980px;
}

#main section {
    margin-bottom: 100px;
    clear: both;
}

.subtitle {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}

.headline3 {
    font-size: 24px;
    font-weight: bold;
    color:#467feb;
    margin-bottom: 0.5em;
    line-height: 1.3;
    text-align: center;
}

.subtitle span {
    font-size: 40px;
    line-height: 1.5;
    background: linear-gradient(transparent 70%, #D1EDF2 0%);
    display: inline;
    padding: 0 5px 1px;
    mix-blend-mode: multiply;
    position: relative;
    z-index: 2;
}

/*header*/
#container a.tabitoku_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #84c1ee;
    border-radius: 10px;
    margin: 1em auto;
    text-decoration: none;
    padding: 8px 15px;
    box-shadow:1px 1px 3px rgba(0,0,0,.3);
    height: 50px;
}

a.tabitoku_btn::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

/*クーポン枠*/
.coupon_wrap {
    margin-top: 50px;
}

.coupons_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.coupons_item {
    padding: 0 5px;
    width: 32%;
    margin-bottom: 15px;
}



/*バナーエリア*/
.links {
    margin: 50px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.links_list {
    margin-bottom: 1em;
    width: 100%;
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.links_item {
    width: 48%;
    text-align:center;
    margin: 0 20px 0;
}

.links_item:last-child {
    margin-bottom: 0;
}

.links_item a {
    display: flex;
    min-height: 50px;
    border: 1px solid #333;
    border-radius: 5px;
    position: relative;
    padding: 5px 2px 5px 10px;
    text-align: left;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    font-size: 18px;
    font-weight: bold;
}

.links_item a::before {
    display: block;
    content:"";
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.links_item a::after {
    display: inline-block;
    content:"";
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-color: #003498 #003498 transparent transparent;
    border-style: solid;
    transform:rotate(45deg);
    margin-right: 5px;
}

.links_item.car a::before {
    background: url(/common/images/icon/common_icon_car_128.png) no-repeat 0 0;
    background-size: cover;
}

.links_item.ac a::before {
    background: url(/common/images/icon/common_icon_activity_128.png) no-repeat 0 0;
    background-size: cover;
}

.links_item.tabitomo a::before {
    background: url(/common/images/icon/common_icon_tabitomo_128.png) no-repeat 0 0;
    background-size: cover;
}

/*ステップ*/
.method_group {
    margin-bottom: 60px;
}

.method_group:last-child {
    margin-bottom: 0;
}

.method_title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding: 9px 0;
    position: relative;
    background: #d1edf2;
    width: 50%;
}

.howtouse_step_wrap {
     display:flex;
     justify-content:space-between;
     /* align-items: start; */
}
.howtouse_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #84c1ee;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    width: 260px;
    align-items: start;
}
#container p.howtouse_subtitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #f56767;
}

.howtouse_step .headline3 {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.howtouse_step_image {
    width: 30%;
    margin-right: 4%;
}

.howtouse_step_text {
    width: 66%;
}

#main .howtouse_step_text p {
    margin-top: 0;
}
.howtouse_step_text .links {
    margin: 0;
}
.howtouse_step_text .links_list {
    margin: 0;
    display:flex;
    flex-direction:column;
    justify-content: start;
}
.howtouse_step_text .links_item {
    width: 100%;
    margin: 0 0 15px;
}

.howtouse_step_text .links_item a {
    font-size: 14px;
    padding: 5px;
    /* font-weight: normal; */
}

.howtouse_step_text .links_item:last-child {
    margin-bottom: 0;
}
.howtouse_step::after {
    position: absolute;
    top: 50%;
    content:"";
    display:block;
    width: 0;
    height:0;
    /* margin-top: 10px; */
    border-width: 30px 20px;
    border-style:solid;
    border-color: transparent transparent transparent #84c1ee;
    right: -58px;
    transform: translate(0, -50%);
}

.howtouse_step:last-child::after {
    display: none;
}

/*アプリステップ*/
.app_step_wrap {
    display: flex;
    justify-content: space-between;
}

.app_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #84c1ee;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    width: 260px;
    align-items: start;
}

.app_step .headline3 {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.app_step_content {
    display: flex;
    width: 100%;
    gap: 10px;
}

.app_step_image {
    width: 30%;
    flex-shrink: 0;
}

.app_step_image img {
    width: 90% !important;
}

.app_step_text {
    width: 70%;
}

#main .app_step_text p {
    margin-top: 0;
    font-size: 13px;
}

.app_buttons {
    margin-top: 10px;
}

.app_button_row {
    margin-bottom: 15px;
}

.app_button_row:last-child {
    margin-bottom: 0;
}

.app_label {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #666;
}

.app_button_group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.app_button_group a {
    display: block;
    flex-shrink: 0;
}

#container .app_button_group a img {
    width: 110px !important;
    height: auto;
}

#container .app_button_group .qr_code {
    width: 50px !important;
    height: 50px;
    flex-shrink: 0;
}

.app_step::after {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 30px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #84c1ee;
    right: -58px;
    transform: translate(0, -50%);
}

.app_step:last-child::after {
    display: none;
}

/*注意事項*/
.notice {
    margin: 0 4% 0;
}

.notice_list {
    width: 600px;
    margin: 0 auto;
}

.notice_item {
    font-size: 16px;
    /* color: #888; */
    line-height: 1.5;
    margin-bottom: 0.3em;
}

/* アプリボタンエリア */
.app_buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.app_buttons_left {
    flex: 1;
}

.qr_code_container {
    display: flex;
    align-items: center;
}

.qr_code {
    width: 60px !important;
    height: 60px;
}