html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 700;
    color: #344356;
}

a, a:active, a:focus, a:link, a:visited, input {
    outline: 0
}

address {
    font-style: normal
}

abbr[title] {
    border-bottom: 1px dotted
}

li, ul {
    list-style: none
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0
}

mark {
    color: #000;
    background: #ff0
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019'
}

sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle;
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

body {
    color: #333;
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    min-width: 1024px;
    overflow: hidden;
}

body * {
    box-sizing: border-box;
    position: static;
    line-height: 1.4
}
.for-pc {
    display: block;
}
.for-sp {
    display: none;
}
a {
    text-decoration: none;
    color: #37bee0
}

a:active, a:hover, a:visited {
    color: #37bee0
}

.header {
    width: 100%;
    min-width: 1024px;
    background: #34c0da;
    background: -webkit-linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
    background: linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0da', endColorstr='#19ceaa',GradientType=1 );
}
.header{
    height: 240px;
}
.header .header__inner{
    height: 240px;
}
.header .header__title{
    padding-top: 65px;
    padding-left: 160px;
}
.header .header__title a{
    font-size: 50px;
    color: #fff;
    line-height: 1;
}
.header .header__title span{
    margin: 10px 0 0;
}
.header .header__title span.for-pc{
    display: block;
}
.header .header__title span.for-sp{
    display: none;
}
.header .header__title img{
    width: 474px;
    height: auto;
}
.header__logo{
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
.header__logo p {
    position: absolute;
    left: 165px;
    bottom: -67px;
}
.header__logo p img{
    width: 138px;
    height: auto;
}
.header__inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
.header__title {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 55px 0 0;
}
.header__title img {
    max-width: 100%;
    width: auto;
    height: 38px;
}

.header__title span {
    display: block;
    margin: 7px 0 0;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
}

.header__signature {
    position: absolute;
    line-height: 1
}

.header__about, .header__search {
    display: inline-block;
    width: 160px;
    height: 26px;
    text-align: center;
    vertical-align: top;
    letter-spacing: normal
}

.header__about>a {
    display: block;
    color: #344356;
    position: relative;
}
.header__about>a::after {
    content: url('/cashless/common/img/icon_site_info.png');
    position: absolute;
    right: -5px;
}

.header__about>a:hover {
    opacity: .7
}

.header__search>div {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
    border-radius: 50px;
    background: #e9eaeb
}

.header__search form {
    position: relative
}

.header__search input[type=text] {
    width: 100%;
    height: 26px;
    padding: 0 32px;
    text-align: center;
    letter-spacing: .2em;
    color: #666;
    border: none;
    background: 0 0;
    font-size: 93%;
    font-weight: 700
}

.header__search input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    color: transparent;
    border: none;
    background: url(cashless/common/img/header_icon_search.png) no-repeat 14px 50%;
    background-size: 14px 14px
}

.header__search input[type=submit]:hover {
    opacity: .7
}

.gnavi {
    min-width: 1024px;
    background-color: #344356;
}
.content__navi {
    max-width: 1024px;
    margin: 0 auto;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content__navi > li {
    width: 300px;
    height: 90px;
    font-weight: 700;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content__navi > li+li {
    position: relative;
}

.content__navi > li a {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 1;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content__navi > li + li a::before{
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    border-left: 1px dashed #fff;
}
_:-ms-fullscreen, :root .content__navi > li + li a::before {
    top: 25px;
}
.content__navi > li a span{
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding-left: 55px;
}
.content__navi > li a span::before{
    position: absolute;
    top: calc(50% - 20px);
    left: -15px;
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}
.content__navi > li.gnavi__home a span::before{
    background-image: url("/cashless/common/img/icon_home.png");
}
.content__navi > li.gnavi__kojin a span::before{
    background-image: url("/cashless/common/img/icon_kojin.png");
}
.content__navi > li.gnavi__kamei a span::before{
    background-image: url("/cashless/common/img/icon_kamei.png");
}
.content__navi > li.gnavi__hojin a span::before{
    background-image: url("/cashless/common/img/icon_hojin.png");
}
.content__navi > li.gnavi__home.active a span::before{
    background-image: url("/cashless/common/img/icon_home_on.png");
}
.content__navi > li.gnavi__kojin.active a span::before{
    background-image: url("/cashless/common/img/icon_kojin_on.png");
}
.content__navi > li.gnavi__kamei.active a span::before{
    background-image: url("/cashless/common/img/icon_kamei_on.png");
}
.content__navi > li.gnavi__hojin.active a span::before{
    background-image: url("/cashless/common/img/icon_hojin_on.png");
}
.content__navi > li.open a span {
    border-bottom: 1px solid #fff;
}

.content_item {
    box-shadow: 0px 0px 7px #f4f4f4;
    display: flex;
    /* align-items: center; */
    min-height: 240px;
    height: 240px;
    margin-bottom: 30px;
}

.content_item:last-child {
    margin-bottom: 0px;
}

.content_item .content_description {
    width: 335px;
    /* height: 100%; */
}

.content_item .content_description .content_description_inner {
    height: 100%;
    border-right: 1px dashed #c4c4c4;
    padding-right: 15px;
}

.content_item .content_description a {
    padding: 30px 0 30px 25px;
    display: block;
    width: 100%;
    height: 100%;
}

.content_item .content_description figure {
    text-align: center;
    margin-bottom: 20px;
}

.content_item .content_description img {
    zoom: 0.5;
}

.content_item .content_description .content_name {
    color: #344356;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1em;
    text-align: center;
}

.content_item .content_description .content_text {
    color: #344356;
    line-height: 1.5em;
    font-size: 16px;
}

.content_item .content_pickup {
    width: 545px;
    /* height: 100%; */
}

.content_item .content_pickup a {
    color: #344356;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 40px 0 25px;
}

.content_pickup figure {
    margin-right: 25px;
    width: 200px;
}

.content_pickup .pickup_title {
    width: 295px;
    font-size: 16px;
}

.content_pickup .pickup_title:after {
    display: inline-block;
    content: "";
    background: url(/cashless/common/img/link_icon_blank.png)no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
    margin-left: 15px;
    margin-top: -8px;
}

.content_item .content_link {
    width: 145px;
    /* height: 100%; */
    background-color: #f6f6f6;
}

.content_item .content_link a {
    width: 100%;
    height: 100%;
    display: block;
    /* padding: 110px 0; */
    text-align: center;
    font-weight: bold;
    color: #3B4A5C;
    display: table;
}

.content_item .content_link a span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
}

.content_item .content_link a span:after {
    content: "";
    background: url(/cashless/common/img/articles_arrow_02.png)no-repeat;
    background-size: 9px auto;
    width: 9px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -3px;
}

.content__special__item {
    width: 500px;
    height: 160px;
    border: 1px solid #c4c4c4;
    overflow: hidden;
    box-sizing: border-box;
}

.content__special__item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 20px;
}

.content__special__item a.content__special__link__blank {
    position: relative;
}

.content__special__item a.content__special__link__blank:after {
    position: absolute;
    content: "";
    background: url(/cashless/common/img/link_icon_blank.png)no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
    top: 12px;
    right: 19px;
}

.content__special__item figure {
    height: 158px;
    margin-right: 20px;
}

.content__special__item figure img {
    height: 100%;
}

.content__special__item p {
    display: inline-block;
    color: #3B4A5C;
    font-size: 18px;
    font-weight: bold;
}

.content__navi > li.active a{
    color: #344356;
    background-color: #fff;
}

.content__navi > li.gnavi__home.active a{
    background-color: #d1f6ff;
}

.content__navi > li.active a span{
    font-weight: 600;
}

.gnavi__anchor {
    float: right
}

.gnavi__anchor a {
    position: relative;
    display: table-cell;
    width: 240px;
    height: 60px;
    padding: 15px;
    vertical-align: middle;
    background: #fd6c6e
}

.gnavi__anchor a:hover {
    opacity: .7
}

.gnavi__anchor a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.gnavi__anchor a img {
    width: 38px;
    margin: 0 10px 0 0
}

.gnavi__anchor a span {
    vertical-align: middle;
    color: #fff;
    font-size: 114%;
    font-weight: 700;
    line-height: 1
}

.gnavi.fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}
.gnavi-cont {
    letter-spacing: -.4em
}

.gnavi-cont li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal
}

.gnavi-cont li:first-child a {
    letter-spacing: normal
}

.gnavi-cont li.active a {
    color: #37bee0;
    border-bottom: solid 1px #37bee0
}

.gnavi-cont li a {
    display: table-cell;
    width: inherit;
    height: inherit;
    text-align: center;
    vertical-align: middle;
    color: #666;
    font-weight: 700
}

.gnavi-cont li a:hover {
    opacity: .7
}

.seek {
    background: #fff
}

.seek__inner {
    background: inherit
}

.seek__heading {
    text-align: center;
    font-weight: 700
}

.seek__image {
    margin: 0 auto
}

.seek__image a:hover:hover {
    opacity: .7
}

.seek__image img {
    width: 100%
}

.seek__title {
    color: #333;
    font-weight: 700
}

.seek__text {
    margin: 15px 0 0;
    color: #333
}

.seek__link a {
    position: relative;
    display: block;
    font-weight: 700
}

.seek__link a:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #37bee0
}

.seek__link a:hover:hover {
    opacity: .7
}

.footer {
    background: #344356;
}

.footer__inner {
    position: relative;
    background: inherit;
}

.footer__page-top {
    position: absolute;
    left: 0;
    width: 100%;
    height: 45px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-align: right;
    opacity: 0
}

.footer__page-top a {
    display: inline-block
}

.footer__page-top a:hover:hover {
    opacity: .7
}

.footer__page-top a img {
    width: 45px
}

.footer__page-top.fixed {
    position: fixed;
    top: auto;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer__page-top.fixed a {
    position: absolute;
    right: 0
}

.footer__box {
    color: #fff
}

.copyright {
    background: #181f27;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}

.content {
    display: block;
}

.content__inner {
    background: inherit
}

/* 初期表示ではスライダーを非表示に */
.slick {
    display: none;
    opacity: 0;
}

/* slick実行完了後スライダーを表示 */
.slick.slick-initialized {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    font-size: 0;
    line-height: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    opacity: .75;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slide-arrow {
    position: absolute;
    z-index: 10
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 0;
    line-height: 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    width: 16px;
    height: 16px;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    text-align: center;
    background-color: #37bee0;
    border-radius: 50%;
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background-color: #37bee0;
}
.slick-dots li button:after {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    content: '';
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:after {
    background-color: #37bee0;
}


.slider__inner {
    opacity: 0
}

.slider__inner:after {
    display: block;
    clear: both;
    content: ''
}

.slider__item {
    width: 512px;
    height: auto;
    margin: 0 0 0 32px;
    box-sizing: content-box;
    outline: 0;
    background: #fff;
    position: relative;
}
.slider__item figure img{
    max-width: 512px;
    max-height: 340px;
}
.slider__item a {
    display: block;
    width: 100%;
    height: 100%
}
.slider__item a:hover:hover {
    opacity: .7
}

.slider__img img {
    width: 100%
}

.slider__date {
    text-align: right;
    color: #666;
    font-weight: 700
}

.slider__label {
    font-size: 114%;
    width: 160px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #344356;
    position: absolute;
    right: 0;
    top: 0;
}

.slider__title {
    color: #344356;
    font-weight: 700
}

.panel {
    overflow: hidden;
    margin-left: -48px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.panel:after {
    display: block;
    clear: both;
    content: '';
}
.panel__item {
    background: #fff;
    width: calc(100% / 3 - 48px);
    margin: 0 0 60px 48px;
}
.panel__item:first-child{
    position: relative;
}
.panel__item:first-child::before{
    position: absolute;
    line-height: 0.8;
    z-index: 1;
    content: 'NEW';
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    padding: 6px 18px;
    background: #34c0da;
    background: -webkit-linear-gradient(to right, #34c0da 0, #19ceaa 100%);
    background: linear-gradient(to right, #34c0da 0, #19ceaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0da', endColorstr='#19ceaa',GradientType=1 );
}
.panel__item:first-child:hover::before{
    opacity: 1;
}
.panel__item a {
    display: block;
    width: 100%;
    height: 100%
}
.panel__item a:hover {
    opacity: .7
}
.panel__image{
    margin-bottom: 22px;
}
.panel__image img {
    width: 100%;
    font-size: 0;
    line-height: 1
}

.panel__box {
    position: relative;
}

.panel__date {
    position: absolute;
    top: 4px;
    left: 0;
    text-align: right;
    color: #666;
    font-weight: 700;
    font-size: 93%;
}

.panel__label {
    width: 96px;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #344356;
    position: absolute;
    right: 0;
    font-size: 93%;
}

.panel__title {
    padding-top: 40px;
    color: #344356;
    font-weight: 700;
    font-size: 114%;
    line-height: 1.4;
    min-height: 110px;
}
.more__item {
    text-align: center;
    border-top: solid 1px #e6e8ea;
    font-size: 18px;
}

.more__button {
    display: block;
    font-size: 100%;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
}
.more__button:hover:hover {
    opacity: .7
}

.more__button span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #37bee0;
    padding: 15px;
}

.more__button span:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -3px;
    margin-top: -8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #37bee0;
    border-right: 2px solid #37bee0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.side-box {
    margin-top: 30px
}

.side-box__title {
    color: #333;
    font-weight: 700
}

.side-box__contents {
    border: solid 1px #d3dbe5;
    border-radius: 3px;
    background: #fff
}

.side-box__contents a {
    display: block;
    color: #333
}

.side-box__cont-image img {
    width: 100%
}

.side-box__cont-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.side-box__cont-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.side-box__cont-title {
    margin: 15px 0 0;
    font-weight: 700
}

.side-box__cont-text {
    margin: 15px 0 0
}

.side-box__cont-link {
    margin: 15px 0 0;
    border-top: solid 1px #d3dbe5
}

.side-box__cont-link a {
    position: relative;
    display: block;
    margin: 15px 0 0;
    padding-right: 10px;
    color: #37bee0;
    font-weight: 700
}

.side-box__cont-link a:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #37bee0
}

.side-box__cont-link a:hover:hover {
    opacity: .7
}

.popular__item {
    border-top: solid 1px #d3dbe5
}

.popular__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none
}

.popular__item a {
    display: table;
    width: 100%
}

.popular__item--type2 .popular__label {
    margin-bottom: 5px
}

.popular__item--type2 .popular__title {
    display: block;
    margin: 0 0 5px
}

.popular__image {
    display: table-cell;
    box-sizing: content-box;
    padding-right: 15px;
    vertical-align: top
}

.popular__image img {
    width: 100%
}

.popular__label {
    width: 60px;
    margin: 0 0 15px;
    text-align: center;
    color: #00728e;
    border-radius: 2px;
    background: rgba(22, 147, 173, .15);
    font-weight: 700
}

.popular__title {
    display: table-cell;
    color: #333;
    font-weight: 700
}

.popular__text {
    color: #333
}

.category {
    background: #fff
}

.category__item {
    background: #fff
}

.category__title {
    text-align: center;
    color: #333;
    font-weight: 700
}

.category__lead {
    color: #333
}

.supervision__image img {
    width: 150px
}

.supervision__profile {
    color: #000;
    font-weight: 700
}

.supervision__text {
    color: #000
}

.pagination {
    border-top: solid 1px #d3dbe5
}

.pagination__list:after {
    display: block;
    clear: both;
    content: ''
}

.pagination__item a {
    display: block;
    color: #000
}

.pagination__item a:after {
    display: block;
    clear: both;
    content: ''
}

.pagination__item a figure img {
    width: 100%
}

.pagination__item a p {
    font-weight: 700
}

.pagination__item a p span {
    position: relative;
    display: block;
    color: #37bee0;
    font-weight: 400
}

.pagination__item a p span:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid
}

.pagination__item--prev a figure {
    float: left;
    margin-right: 15px
}

.pagination__item--prev a p {
    float: left
}

.pagination__item--prev a p span {
    padding-left: 15px
}

.pagination__item--prev a p span:before {
    left: 0;
    border-width: 4px 4px 4px 0;
    border-color: transparent #37bee0 transparent transparent
}

.pagination__item--next a figure {
    float: right;
    margin-left: 15px
}

.pagination__item--next a p {
    float: right
}

.pagination__item--next a p span {
    padding-right: 15px;
    text-align: right
}

.pagination__item--next a p span:before {
    right: 0;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #37bee0
}

.pagination__item--all {
    text-align: center
}

.pagination__item--all a {
    line-height: 1
}

.pagination__item--all a>span {
    position: relative;
    padding-left: 28px
}

.pagination__item--all a>span:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 15px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(cashless/common/img/pagination_icon_all.png) no-repeat 0 0;
    background-size: cover
}

.detail strong {
    color: #fd6c6e;
    font-weight: 700
}

.detail a {
    text-decoration: underline
}

.detail a:hover {
    text-decoration: none
}

section>*+* {
    margin-top: 25px;
}

section>*+.detail__note {
    margin-top: 0
}

.detail__strong {
    color: #fd6c6e;
    font-weight: 700
}
.detail__list>li {
    position: relative;
    padding-left: 1em;
    line-height: 1.8
}
.detail__list>li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
    color: #818385;
}
.detail__list>li.indent {
    margin-left: 3em
}
.detail__list .detail__list {
    padding-left: 2em
}
.detail__list .detail__list>li {
    font-size: 100%
}
.detail__list.emphasis>li {
    color: #fd6c6e;
    font-weight: 700
}
.detail__list.emphasis>li:before {
    color: #fd6c6e
}

.detail__num-list {
    counter-reset: num;
}

.detail__num-list>li {
    position: relative;
    padding-left: 1.75em;
    line-height: 1.8;
}

.detail__num-list>li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counters(num, "-") ". ";
    counter-increment: num;
    color: #818385;
}

.detail__num-list>li.num-list-nest {
    padding-left: 0
}

.detail__num-list>li.num-list-nest::before {
    visibility: hidden
}

.detail__num-list>li.num-list-nest ol.detail__num-list {
    padding-left: 0
}

.detail__num-list>li.num-list-nest ol.detail__num-list li {
    padding-left: 2.75em
}
.detail__num-list>li.indent {
    margin-left: 3em
}
.detail__num-list .detail__num-list {
    padding-left: 2em
}

.detail__note-list>li {
    position: relative;
    padding-left: 1em;
    font-size: 100%;
    line-height: 1.8;
    color: #818385;
}

.detail__note-list>li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
    color: #818385;
}
.detail__note-list .detail__note-list {
    padding-left: 2em
}


.detail__note {
    position: relative;
    padding-left: 1em;
    color: #666
}

.detail__note:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※'
}

.detail__note--no-icon {
    padding-left: 0
}

.detail__note--no-icon:before {
    content: none
}

.detail__table table {
    border-collapse: collapse
}

.detail__table tr:nth-child(even) {
    background: #fafafa
}

.detail__table td, .detail__table th {
    padding: 20px;
    text-align: left;
    border: solid 1px #e5e5e5
}

.detail__table th {
    vertical-align: middle;
    background: #f2f2f2;
    font-weight: 700
}

.detail__table th.cell {
    width: 145px
}

.detail__table caption {
    caption-side: bottom;
    text-align: left;
    color: #666
}

.blank {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.blank:after, .blank:before {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 8px;
    content: '';
    border: #fff solid 1px;
    background-color: #37bee0
}

.blank:before {
    top: 2px;
    left: 5px
}

.blank:after {
    top: -1px;
    left: -10px
}

.breadcrumb {
    padding: 15px 0;
}
.breadcrumb__items{
    max-width: 1024px;
    margin: 0 auto;
}

.breadcrumb__item {
    position: relative;
    display: inline-block;
    padding-right: 24px
}
.breadcrumb__item:after {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 1px #344356;
    border-right: solid 1px #344356;
}
.breadcrumb__item:last-child {
    padding-right: 0
}
.breadcrumb__item:last-child:after {
    content: none
}
.breadcrumb__item {
    color: #344356;
}
.breadcrumb__item a {
    color: #344356;
    font-size: 100%;
    text-decoration: underline;
}
.breadcrumb__item a:hover {
    text-decoration: none;
}
.header__signature {
    top: 30px;
    right: 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}
.header__utility {
    position: absolute;
    top: 8px;
    right: 5px;
    letter-spacing: -.4em
}
.gnavi__title{
    z-index: 1;
    background-color: #eaeaea;
    width: 100%;
    position: relative;
}
.gnavi__title p{
    max-width: 1024px;
    margin:0 auto;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #344356;
    text-align: center;
}
.gnavi__inner {
    width: auto;
    margin: 0 auto;
    position: relative;
}
.gnavi-sp {
    display: none !important
}
.gnavi-cont {
    margin: -10px 0 15px
}
.gnavi-cont li {
    width: 90px;
    height: 40px
}
.gnavi-cont li a {
    letter-spacing: .2em;
    font-size: 114%
}

.content__special__inner {
    display: flex;
    justify-content: space-between;
}
.content__special__inner figure a:hover{
    opacity: .7;
}
.content__special__inner figure a img{
    max-width: 100%;
}


.cashless__basic__knowledge__title {
    display: table;
    height: 45px;
    width: 100%;
    background: #34c0da;
    background: -webkit-linear-gradient(to right, #34c0da 0, #19ceaa 100%);
    background: linear-gradient(to right, #34c0da 0, #19ceaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0da', endColorstr='#19ceaa',GradientType=1 );
    background-size: 100% 10px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 50%;
    margin-top: 60px;
}
.cashless__basic__knowledge__title p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    color: #344356;
}
.cashless__basic__knowledge__title span{
    background-color: #fff;
    padding: 0 20px;
    font-size: 28px;
}
.content__cashless__basic__knowledge{
    min-width: 1024px;
}
.content__cashless__basic__knowledge__inner{
    padding: 30px 0 0;
}
.content__cashless__basic__knowledge__inner::after{
    display: block;
    content: '';
    clear: both;
}
.view__all{
    display: none;
}
.content__cashless__basic__knowledge__inner .cashless__basic__knowledge__content{
    float: left;
    width: 320px;
    margin-left: 32px;
    margin-bottom: 35px;
}
.content__cashless__basic__knowledge__inner .cashless__basic__knowledge__content:nth-child(3n+1){
    margin-left: 0;
}
.content__cashless__basic__knowledge__inner .cashless__basic__knowledge__content a{
    display: block;
}
.content__cashless__basic__knowledge__inner .cashless__basic__knowledge__content a:hover{
    opacity: .7;
}
.content__cashless__basic__knowledge__inner .cashless__basic__knowledge__content a p{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #344356;
}

.content__cashless__settlement {
    min-width: 1024px;
    background: #34c0da;
    background: -webkit-linear-gradient(315deg, #34c0da 0, #19ceaa 100%);
    background: linear-gradient(135deg, #34c0da 0, #19ceaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0da', endColorstr='#19ceaa',GradientType=1 );
    padding: 65px 0;
    margin: 0 auto;
}
.cashless__settlement__inner .col1 {
    width: 1024px;
    margin-bottom: 64px;
}
.cashless__settlement__inner .col1 .cashless__settlement__box {
    margin: 0 48px;
}
.cashless__settlement__inner .col1 .cashless__settlement__box::after {
    display: block;
    content: "";
    clear: both;
}
.cashless__settlement__inner .col1 .cashless__settlement__box .cashless__settlement__item {
    float: left;
    width: 384px;
}
.cashless__settlement__inner .col1 .cashless__settlement__box .cashless__settlement__item:nth-child(2n) {
    margin-left: 64px;
}
.cashless__settlement__inner .col2::after {
    display: block;
    content: "";
    clear: both;
}
.cashless__settlement__inner .col2 .cashless__settlement {
    float: left;
    width: 480px;
}
.cashless__settlement__inner .col2 .cashless__settlement:nth-child(2n) {
    margin-left: 64px;
}
.cashless__settlement {
    background-color: #fff;
    padding: 48px;
}
.cashless__settlement .icon__area {
    text-align: center;
    margin-bottom: 40px;
}
.cashless__settlement .icon__area .icon {
    display: table-cell;
    vertical-align: middle;
    width: 384px;
}
.cashless__settlement.use .icon__area .icon {
    width: 928px;
}
.cashless__settlement .icon__area .text {
    margin-top: 10px;
    color: #344356;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}
.cashless__settlement .icon__area .text a {
    font-size: 32px;
    color: #344356;
    position: relative;
}
.cashless__settlement .icon__area .text a:hover{
    opacity: .7
}
.cashless__settlement .icon__area .text a::after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -9px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #344356;
    border-right: 3px solid #344356;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cashless__settlement.use .icon__area .icon img{
    width: 76px;
    max-width: 100%;
}
.cashless__settlement.company__introduction .icon__area .icon img{
    width: 92px;
    max-width: 100%;
}
.cashless__settlement.store__introduction .icon__area .icon img{
    width: 88px;
    max-width: 100%;
}

.cashless__settlement__box a {
    display: block;
}
.cashless__settlement__box a:hover{
    opacity: .7;
}
.cashless__settlement__box .cashless__settlement__item > p {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #344356;
}
.cashless__settlement__box .cashless__settlement__item img {
    max-width: 100%;
}
.content__other {
    background: url('/cashless/common/img/cashless_content_pc.jpg') no-repeat center top;
    background-color: #fff;
    min-width: 1024px;
}
.content__other__inner {
    padding: 60px 0 60px;
}
.content__other__inner p.towards{
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 0;
    color: #344356;
}
.content__other__inner p.content__other__title{
    margin-bottom: 57px;
    text-align: center;
    font-weight: 700;
    color: #344356;
}
.content__other__inner p.content__other__title span{
    font-size: 22px;
}
.content__other__inner ul::after{
    content: '';
    display: block;
    clear: both;
}
.content__other__inner ul li{
    float: left;
    width: 232px;
}
.content__other__inner ul li+li{
    margin-left: 32px;
}
.content__other__inner ul li > div {
    padding: 25px;
    box-sizing: border-box;
}
.content__other__inner ul li > div > div + *{
    margin-top: 20px;
}
.content__other__inner ul li > div p{
    font-size: 16px;
    color: #344356;
}

.content__other__inner ul li p.logo-sp {
    display: none;
}
.content__other__inner ul li .other__site__logo .logo-pc{
    text-align: center;
    display: table-cell;
    width: 182px;
    vertical-align: middle;
    font-size: 18px;
    color: #344356;
    font-weight: 700;
}
.content__other__inner ul li .other__site__logo .logo__text{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 700;
}
.content__other__inner ul li .other__site__logo .text{
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
}
.content__other__inner ul li.zerokara .other__site__logo .logo-pc img{
    width: 27px;
    height: auto;
    margin-bottom: 10px;
}
.content__other__inner ul li.zerokara .other__site__logo .logo__text{
    display: none;
}
.content__other__inner ul li.hitotoki .other__site__logo .logo-pc img{
    width: 140px;
    height: auto;
}
.content__other__inner ul li.hitotoki .other__site__logo .logo__text{
    display: none;
}
.content__other__inner ul li.hojinguide .other__site__logo .logo-pc img{
    width: 36px;
    height: auto;
    margin-bottom: 10px;
}
.content__other__inner ul li.hojinguide .other__site__logo .logo__text{
    display: none;
}
.content__other__inner ul li.bizidora .other__site__logo .logo-pc img{
    width: 130px;
    height: auto;
}
.content__other__inner ul li.bizidora .other__site__logo .logo__text{
    display: none;
}
.content__other__inner ul li > div div a {
    display: block;
}
.content__other__inner ul li > div div a:hover{
    opacity: .7;
}
.content__other__inner ul li > div div a figure{
    text-align: center;
}
.content__other__inner ul li > div div a figure img{
    max-width: 100%;
}
.content__other__inner ul li > div div a p{
    margin-top: 20px;
    color: #344356;
    font-size: 18px;
    font-weight: bold;
}
.content__other__inner ul li > a {
    display: block;
    border-top: 1px solid #e6e8ea;
    color: #37bee0;
    padding: 15px 0;
    font-weight: 700;
    text-align: center;
}
.content__other__inner ul li > a:hover{
    opacity: .7;
}
.content__other__inner ul li > a span{
    position: relative;
    font-size: 18px;
}
.content__other__inner ul li > a span::after{
    position: absolute;
    content: "";
    top: 50%;
    right: -12px;
    margin-top: -5px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #37bee0;
    border-right: 2px solid #37bee0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content__share{

}
.content__share__inner{
    text-align: center;
    padding: 70px 0;
}
.content__share__inner a{
    display: inline-block;
    padding: 15px;
}
.pageTop{
    padding: 20px 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.pageTop_btn{
    display: inline-block;
    color: #344356 !important;
    font-size: 11px;
    position: relative;
    padding-top: 26px;
    text-decoration: none;
    font-weight: bold;
}
.pageTop a:hover{
    opacity: .7;
}
.pageTop_btn span{
    position: relative;
    z-index: 3;
    font-size: 14px;
}
.pageTop_btn:after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -18px;
    width: 16px;
    height: 16px;
    border-top: 4px solid #344356;
    border-right: 4px solid #344356;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content__dropnavi {
    display: none;
    width: 100%;
    position: absolute;
    min-width: 1024px;
    background: #eee;
    padding: 30px 0;
    top: 50px;
    left: 0;
    overflow: hidden;
    z-index: 9999;
}
.gnavi.fixed .content__dropnavi {
    position: static;
}
.content__dropnavi ul{
    width: 1024px;
    margin: 0 auto;
    margin-bottom: -40px;
    overflow: hidden;
}
.content__dropnavi ul::after{
    display: block;
    content: '';
    clear: both;
}
.content__dropnavi ul li{
    display: block;
    float: left;
    width: 320px;
    margin-left: 32px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.content__dropnavi.gnavi__cashless__use__box ul li a{
    height: 77px;
}
.content__dropnavi.gnavi__cashless__know__box ul li a{
    height: 64px;
}
.content__dropnavi ul li:nth-child(3n+1){
    margin-left: 0;
}
.content__dropnavi ul li a{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.content__dropnavi ul li a figure{
    width: 96px;
    display: table-cell;
    vertical-align: middle;
}
.content__dropnavi ul li a figure img{
    max-width: 100%;
    height: auto;
}
.content__dropnavi ul li a p{
    width: 224px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #344356;
}
.content__dropnavi.gnavi__cashless__know__box ul li a p {
    padding-left: 15px;
}
.content__dropnavi.gnavi__cashless__use__box ul li a figure img{
    max-width: 64px;
    height: auto;
}



.footer__inner {
    width: 880px;
    margin: 0 auto;
}
.footer__box {
    padding: 50px 0;
}
.footer__category ul li a{
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 15px 0;
    font-weight: 600;
}
.footer__category ul li a:hover{
    opacity: .7;
}
.footer__category ul li a::after {
    content: '';
    position: absolute;
    content: "";
    top: calc(50% - 2px);
    right: -20px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #19ceaa;
    border-right: 3px solid #19ceaa;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer__utility {
    float: left;
    width: 642px;
    margin-top: 10px;
}
.footer__utility:after {
    display: block;
    clear: both;
    content: ''
}
.footer__utility dl {
    float: left;
    width: 321px;
    padding-right: 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 100%
}
.footer__utility dl dt {
    margin: 0 0 25px;
    font-weight: 700;
    line-height: 2.4
}
.footer__utility dl dd {
    display: block !important
}
.footer__utility dl dd p{
    margin-top: 50px;
}
.footer__utility dl dd p a{
    color: #fff;
    font-weight: normal;
}
.footer__utility dl dd ul li a {
    color: inherit;
    line-height: 2
}
.footer__utility dl dd ul li a:hover {
    text-decoration: underline
}
.footer__utility .footer__modal__btn{
    margin-top: 50px;
    float: left;
}
.footer__utility .footer__modal__btn a{
    color: #fff;
    font-weight: normal;
}
.footer__utility .footer__modal__btn a:hover{
    text-decoration: underline;
}
.footer__copy {
    padding: 15px 0 35px;
    border-top: solid 1px #55595e;
    font-size: 93%;
    line-height: 1.8;
}
.footer__site__info {
    display: none;
}
.content__inner {
    width: 1024px;
    margin: 0 auto;
}
.content__box {
    padding: 35px 0 80px;
}
.content__box:after {
    display: block;
    clear: both;
    content: ''
}
.content__main {
    margin: 0 auto;
    width: 672px;
    float: left;
    position: relative;
}
.content__side {
    margin: 0 auto;
    width: 288px;
    float: right;
}
.slide-arrow {
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.slide-arrow:hover {
    opacity: .7
}
.slide-arrow.prev-arrow {
    left: 0;
}
.slide-arrow.next-arrow {
    right: 0;
}
.slider {
    overflow: hidden;
    min-width: 1024px;
    padding: 32px 0 0;
    background: inherit;
    position: relative;
}
.slider__inner {
    margin: 0 auto;
}
.slider__img {
    float: left;
}
.slider__contents {
    float: left;
    width: 512px;
    margin-top: 25px;
}
.slider__date {
    font-size: 93%
}
.slider__title {
    font-size: 114%;
    line-height: 1.4
}
.slider__title {
    font-size: 171%;
    line-height: 1.4
}
.slider__text {
    margin: 10px 0 0;
    color: #333;
    font-size: 100%;
    line-height: 1.7
}
.side-box:first-child {
    margin-top: 0
}
.side-box--top {
    margin-top: 15px
}
.side-box--popular {
    margin-top: 80px
}
.side-box__title {
    margin: 0 0 8px;
    font-size: 114%
}
.side-box__contents {
    padding: 17px 15px
}
.side-box__contents a:hover:hover {
    opacity: .7
}
.side-box__cont-title {
    font-size: 107%
}
.side-box__cont-text {
    font-size: 100%
}
.side-box__cont-link a {
    font-size: 100%
}
.popular__item {
    margin: 20px 0 0;
    padding: 20px 0 0
}
.popular__item a:hover:hover {
    opacity: .7
}
.popular__item--type2 .popular__image {
    width: 120px
}
.popular__item--type2 .popular__title {
    font-size: 114%
}
.popular__image {
    width: 90px
}
.popular__label {
    font-size: 93%
}
.popular__title {
    vertical-align: top;
    font-size: 100%;
    line-height: 1.4
}
.popular__text {
    font-size: 100%;
    line-height: 1.6
}
.modal {
    width: 100%;
    max-width: 580px;
    position: fixed;
    z-index: 150;
    display: none;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
}
.modal__title {
    text-align: center;
}
.modal__lead {
    font-size: 16px;
    margin: 20px 0 40px;
    text-align: center;
}
.modal__text {
    font-size: 18px;
    line-height: 1.7;
}
.modal-open{
  cursor: pointer;
  font-weight: 700;
}
.modal__close {
    position: fixed;
    cursor: pointer;
    top: 10px;
    right: 20px;
}
.modal__close a {
    display: block
}

.modal__close a:hover:hover {
    opacity: .7
}

.modal-overlay {
    position: fixed;
    z-index: 149;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
    background: #34c0da;
    background: -webkit-linear-gradient(135deg, #34c0da 0, #19ceaa 100%);
    background: linear-gradient(135deg, #34c0da 0, #19ceaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0da', endColorstr='#19ceaa',GradientType=1 );
}
.category {
    padding: 20px 59px 40px;
    border: solid 1px #d3dbe5;
    border-radius: 3px
}
.category--top {
    margin: 0;
    padding: 0 0 40px;
    border: none;
    border-radius: 0;
    background: 0 0
}
.category__item {
    display: table;
    width: 100%;
    padding: 20px 0 18px
}
.category__title {
    display: table-cell;
    width: 156px;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 171%
}
.category__lead {
    display: table-cell;
    padding: 10px 60px 10px 50px;
    vertical-align: middle;
    letter-spacing: .08em;
    border-left: solid 1px #d3dbe5;
    font-size: 100%;
    line-height: 1.7
}

/* cacheless-transition-link */

.cacheless-transition-link {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
}

.cacheless-transition-link a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 17px 100px;
  color:#FFFFFF;
  font-weight: bold;
  font-size:110%;
  background: #34c0da;
  background: -webkit-linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
  background: linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0da', endColorstr='#19ceaa',GradientType=1 );
}

.cacheless-transition-link a:after {
  content:"";
  background:url("/cashless/common/img/arrow.png")no-repeat;
  background-size: 9px auto;
  width: 9px;
  height: 17px;
  position: absolute;
  right: 28px;
  margin-top: 3px;
}

.cacheless-transition-link a:hover {
  opacity: 0.8;
  transition: 0.4s;
}
/*-----------------------------------*/
.new_articles{
    background: #d1f6ff;
    padding: 30px 0 40px;
}

.new_articles_title{
    position: relative;
}

.new_articles h2{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-left: 70px;
    min-height: 50px;
    background: url(/cashless/common/img/icon_new_01.png) no-repeat 0 center;
    padding-top: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}
.new_articles_title .articles_title_link{
    margin-top: -20px;
}

.new_articles .cashless__basic__knowledge__content{
    max-width: 385px;
}
.new_articles .cashless__basic__knowledge__content img{
    max-width: 100%;
}

.new_articles_contents{
    position: relative;
}

.new_articles_list{
    width: 85%;
    margin: 0 auto;
}

.new_articles_list .slick-list{
    padding-right: 10%;
    overflow: hidden;
}

.new_articles .slick_button_prev,
.new_articles .slick_button_next{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6%;
    cursor: pointer;
    transition: 0.2s;
}

.new_articles .slick_button_prev:hover,
.new_articles .slick_button_next:hover{
    opacity: 0.8;
}

.new_articles .slick_button_prev{
    background: rgba(255,255,255,0.6) url(/cashless/common/img/articles_arrow_01.png) no-repeat center center;
    left: -9%;
}
.new_articles .slick_button_next{
    background: rgba(255,255,255,0.6) url(/cashless/common/img/articles_arrow_02.png) no-repeat center center;
    right: -9%;
}

.new_articles [aria-disabled="true"]{
    opacity: 0.2 !important;
}

.new_articles_item{
    padding-right: 30px;
    position: relative;
}
.new_articles_item_inner{
    background: #ffffff;
    display: inline-block;
}

.new_articles_item:hover{
    filter: brightness(1.2);
    opacity: 0.9;
}

.new_articles_item img{
    width: 100%;
    margin-bottom: 20px;
}

.new_articles_item .new_articles_item_category{
    height: 34px;
    width: 130px;
    background: -webkit-linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
    background: linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0da', endColorstr='#19ceaa',GradientType=1 );
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 30px;
    text-align: center;
    padding-top: 6px;
}
.new_articles_item .new_articles_item_title{
    font-size: 18px !important;
    line-height: 1.6 !important;
    padding: 0 15px 20px;
}

@media only screen and (max-width: 768px) {
    .new_articles {
        padding: 25px 20px;
    }
    .new_articles h2{
        font-size: 20px;
        background-size: 30px auto;
        padding-top: 5px;
        padding-left: 45px;
        min-height: 37px;
        margin-bottom: 14px;
    }
    .new_articles_title .articles_title_link{
        margin-top: -21px;
    }
    .new_articles h2 + *{
        margin-top: 0px;
    }
    .new_articles_list{
        width: 100%;
        white-space: nowrap;
    }
    .new_articles_item{
        padding-right: 0px;
        margin-left: 20px;
        display: inline-block;
        vertical-align: top;
        width: 80%;
    }
    .new_articles_item:last-child{
        margin-right: 20px;
    }
    .new_articles_contents{
        width: calc(100% + 40px);
        margin-left: -20px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .new_articles_list .slick-list{
        padding-right: 20%;
    }
    .new_articles_item_inner{
        position: relative !important;
        display: block;
        white-space: normal;
    }

    .new_articles .slick_button_prev,
    .new_articles .slick_button_next{
        position: absolute;
        top: 0;
        bottom: 0;
        width: 20px;
        cursor: pointer;
        transition: 0.2s;
    }
    .new_articles .slick_button_prev{
        background: rgba(255,255,255,0.0) url(/cashless/common/img/articles_arrow_01.png) no-repeat center 35%;
        background-size: 65% auto;
        left: -20px;
    }
    .new_articles .slick_button_next{
        background: rgba(255,255,255,0.0) url(/cashless/common/img/articles_arrow_02.png) no-repeat center 35%;
        background-size: 65% auto;
        right: -20px;
    }
    .new_articles_item .new_articles_item_category{
        right: 0px;
    }
    .new_articles_item .new_articles_item_title{
        font-size: 14px !important;
        padding-bottom: 15px;
    }
    .new_articles_item img{
        margin-bottom: 10px;
        max-width: 100%;
    }
}

/*-----------------------------------*/

.category_new_articles{
    background: #fff;
    padding: 30px 0 40px;
}

.category_new_articles_title{
    position: relative;
}

.category_new_articles h2{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-left: 70px;
    min-height: 50px;
    background: url(/cashless/common/img/icon_new_01.png) no-repeat 0 center;
    padding-top: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}
.category_new_articles_title .articles_title_link{
    margin-top: -20px;
}

.category_new_articles_contents{
    margin-top: -30px;
}

.category_new_articles_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-top: -30px;
    counter-reset: ranking;
}

.category_new_articles_item{
    width: 180px;
    margin-left: 30px;
    position: relative;
    color: #344356 !important;
    margin-top: 30px;
    transition: 0.2s;
    display: block;
}
.category_new_articles_item:hover{
    filter: brightness(1.2);
    opacity: 0.9;
}

.category_new_articles_item img{
    max-width: 100%;
    margin-bottom: 19px;
}

.category_new_articles_item h3 {
    font-size: 16px;
    line-height: 1.63;
}

.category_new_articles .more_button{
    margin: 0 auto;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    background: #344356;
    padding: 9px 48px 0;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 55px;
    cursor: pointer;
    transition: 0.2s;
}

.category_new_articles .more_button:hover{
    opacity: 0.6;
}

.category_new_articles .more_button:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
    right: 48px;
    background: #ffffff;
    transform: rotate(45deg);
}
.category_new_articles .more_button:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    right: 48px;
    background: #344356;
    transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
    .category_new_articles {
        padding: 35px 20px;

    }
    .category_new_articles_contents{
        margin-top: -10px
    }
    .category_new_articles_list{
        margin: 0;
        width: calc(100%);

    }
    .category_new_articles_item {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .category_new_articles_item .articles_item_inner {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: stretch;
    }
    .category_new_articles_item figure {
        width: 37%;
        flex: 0 0 auto;
        margin-right: 13.5px;
    }
    .category_new_articles_item h3 {
        font-size: 14px;
    }
    .category_new_articles_item img{
        margin-bottom: 0;
    }
    .category_new_articles .more_button{
        margin-top: 30px;
    }
}

/*-----------------------------------*/

.ranking_articles{
    padding: 40px 0;
}
.ranking_articles h2{
    font-size: 26px;
    margin-bottom: 30px;
    padding-left: 70px;
    min-height: 44px;
    background: url(/cashless/common/img/icon_ranking_01.png) no-repeat 0 center;
    padding-top: 5px;
}

.ranking_articles_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-top: -30px;
    counter-reset:ranking;
}

.ranking_articles_item{
    width: 180px;
    margin-left: 30px;
    position: relative;
    color: #344356 !important;
    margin-top: 30px;
    transition: 0.2s;
    display: block;
}

.ranking_articles_item h3{
    font-size: 16px;
    line-height: 1.63;
}

.ranking_articles_item:nth-child(n+6){
    display: none;
}

.ranking_articles_item:hover{
    filter: brightness(1.2);
    opacity: 0.9;
}

.ranking_articles_item img{
    width: 100%;
    margin-bottom: 19px;
}

.ranking_articles_item:before{
    counter-increment:ranking;
    content:counter(ranking);
    display: block;
    background: #34c0da;
    background: -webkit-linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
    background: linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
    width: 40px;
    height: 40px;
    text-align:center;
    padding-top: 6px;
    box-sizing: border-box;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.ranking_articles .more_button{
    margin: 0 auto;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    background: #344356;
    padding: 9px 48px 0;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 55px;
    cursor: pointer;
    transition: 0.2s;
}
.ranking_articles .more_button:hover{
    opacity: 0.6;
}

.ranking_articles .more_button:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
    right: 48px;
    background: #ffffff;
    transform: rotate(45deg);
}
.ranking_articles .more_button:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    right: 48px;
    background: #344356;
    transform: rotate(45deg);
}

.content__side__box .content__inner{
    width: 100%;
}
.content__side__box .ranking_articles {
    padding: 0;
}
.content__side__box .ranking_articles_list{
    margin: 0;
    margin-top: -10px;
    width: calc(100%);
}
.content__side__box .ranking_articles h2{
    margin-bottom: 21px;
    font-size: 20px;
    min-height: 37px;
    background: url(/cashless/common/img/icon_ranking_01.png) no-repeat 0 center;
    background-size: 30px auto;
    padding-top: 5px;
    padding-left: 45px;
}
.content__side__box .ranking_articles_item {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    display: block;
}
.content__side__box .ranking_articles_item .articles_item_inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
}
.content__side__box .ranking_articles_item figure{
    width: 37%;
    flex: 0 0 auto;
    margin-right: 13.5px;
}
.content__side__box .ranking_articles_item img{
    margin-bottom: 0;
}
.content__side__box .ranking_articles_item:before {
    width: 25px;
    height: 25px;
    padding-top: 3px;
    font-size: 14px;
}
.content__side__box .ranking_articles_item h3{
    font-size: 14px;
    flex:1 1 auto;
}
.content__side__box .ranking_articles .more_button {
    width: 45%;
    height: 39px;
    font-size: 13px;
    padding: 12px 30px 0;
    margin-top: 25px;
}
.content__side__box .ranking_articles .more_button:before{
    top: 12px;
    right: 30px;
}
.content__side__box .ranking_articles .more_button:after{
    top: 9px;
    right: 30px;
}

/*-----------------------------------*/

.articles{
    padding: 47px 0;
}
.articles.use,
.articles.knowledge{
    background: #F6F6F6;
}

.articles_contents{
    position: relative;
}

.articles_list{
    width: 93%;
    margin: 0 auto;
}

.articles_list .slick-track{
    margin: 0;
}

.articles_contents .slick-list{
    padding-right: 15%;
    overflow: hidden;
}

.articles_title h2{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    margin-bottom: 20px;
    padding-left: 70px;
    min-height: 53px;
}
.articles.merit .articles_title h2{
    background: url(/cashless/common/img/icon_articleList_01.png) no-repeat 0 center;
}
.articles.use .articles_title h2{
    background: url(/cashless/common/img/icon_articleList_02.png) no-repeat 0 center;
    min-height: 56px;
    padding-top: 8px;
}
.articles.knowledge .articles_title h2{
    background: url(/cashless/common/img/icon_articleList_03.png) no-repeat 0 center;
}


.articles_title h2 span{
    font-size: 26px;
    display: block;
    line-height: 1;
}

.articles.other .articles_title h2{
    margin-bottom: 30px;
    padding-left: 0px;
}

.articles_title_link{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px !important;
    vertical-align: middle;
    color: #344356 !important;
}

.articles_title_link:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(/cashless/common/img/link_icon_01.png) no-repeat center;
    background-size: 100% auto;
    margin-left: 13px;
    margin-top: -2px;
}

.articles_item{
    padding-right: 20px;
}
.articles_item:hover{
    filter: brightness(1.2);
    opacity: 0.9;
}
.articles_item img{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.articles_item h3{
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #344356;
}

.articles .slick_button_prev,
.articles .slick_button_next{
    position: absolute;
    top: 10%;
    bottom: 45%;
    width: 5%;
    cursor: pointer;
    transition: 0.2s;
}

.articles .slick_button_prev:hover,
.articles .slick_button_next:hover{
    opacity: 0.6;
}
.articles .slick_button_prev{
    background: url(/cashless/common/img/articles_arrow_01.png) no-repeat center center;
    left: calc(-5% - 6px);
}

.articles [aria-disabled="true"]{
    opacity: 0.2 !important;
}

.articles .slick_button_next{
    background: url(/cashless/common/img/articles_arrow_02.png) no-repeat center center;
    right: calc(-5% - 6px);
}

/*-----------------------------------*/
[data-json-render-more]{
    display: none;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*以下SP*/
/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/

/* //cacheless-transition-link */

.sns--pc {
    padding: 0
}
.sns--sp {
    display: none;
}
.sns {
    margin: 80px 0 20px;
    text-align: center;
    letter-spacing: -.4em
}
.sns li {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
    letter-spacing: normal
}
.sns li.for-sp{
    display: none;
}
.sns li a {
    display: block;
    padding: 10px;
}

.sns li a:hover:hover {
    opacity: .7
}
.sns li figure img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
.supervision {
    position: relative;
    display: table;
    width: 100%
}
.supervision__image {
    position: relative;
    display: table-cell;
    width: 180px;
    vertical-align: top
}
.supervision__profile {
    position: absolute;
    top: 0;
    left: 180px;
    display: block;
    width: 500px;
    font-size: 143%;
    line-height: 1.4
}
.supervision__profile span {
    display: block;
    font-size: 60%;
    line-height: 2.3
}
.supervision__profile--no-image {
    left: 0
}
.supervision__text {
    display: table-cell;
    padding: 70px 0 0;
    vertical-align: top;
    font-size: 114%;
    line-height: 1.6
}
.pagination {
    margin: 40px 0 0;
    padding: 40px 0 0
}
.pagination__list {
    position: relative;
    min-height: 60px
}
.pagination__item {
    width: 300px
}
.pagination__item a:hover:hover {
    opacity: .7
}
.pagination__item a figure {
    width: 90px
}
.pagination__item a p {
    width: 170px;
    font-size: 107%;
    line-height: 1.3
}
.pagination__item a p span {
    font-size: 73%;
    line-height: 2.1
}
.pagination__item--prev {
    float: left
}
.pagination__item--prev a {
    padding-right: 24px
}
.pagination__item--next {
    float: right
}
.pagination__item--next a {
    padding-left: 24px
}
.pagination__item--all {
    position: absolute;
    top: 0;
    left: 50%;
    width: 140px !important;
    min-height: 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.pagination__item--all a {
    padding: 24px 0;
    border-right: solid 1px #d3dbe5;
    border-left: solid 1px #d3dbe5;
    font-size: 86%
}
.pagination__item--all a>span>span {
    display: none
}
.detail {
    color: #000
}
.detail__image--w80p img {
    max-width: 80%
}
.detail__image--w60-80p img {
    max-width: 60%
}
.article__detail__box .detail__image {
    text-align: center;
    margin-top: 30px;
}

.detail__image img {
    max-width: 100%;
}
.detail__image figcaption {
    margin-top: 2px;
    text-align: left;
    color: #344356;
    font-size: 12px;
    line-height: 1.7;
}
.detail__note {
    font-size: 100%;
    line-height: 1.7
}
.detail__table table {
    width: 100%
}
.detail__table td, .detail__table th {
    font-size: 114%;
    line-height: 1.4
}
.detail__table caption {
    font-size: 100%;
    line-height: 2
}

/* 記事用CSS */
.article__detail__box>*+* {
    margin-top: 30px;
}
.article__detail__box .article__detail__box,
.article__detail__box + .article__detail__box{
    margin-top: 45px;
}
.article__detail__box div .detail__text+.detail__text {
    margin-bottom: 25px
}
.article__detail__box div .detail__text:last-child {
    margin-bottom: 0
}
.detail__text__hightlight{
    font-size: 100%;
    display: inline;
    font-weight: bold;
}
.leadTxt{
    font-size: 16px;
    color: #344356;
    font-weight: bold;
    margin: 45px 0 0;
    line-height: 1.8;
}
.leadTxt + *{
    margin-top: 0 !important;
}
.quest {
    position: relative;
    margin-left: 2em !important;
    margin-bottom: 30px !important;
}
.quest:before {
    content:"";
    display: block;
    background:url("/cashless/common/img/qaimage.png")no-repeat left;
    background-size: 20px auto;
    width: 20px;
    height: 17px;
    left: -2em;
    top: 4px;
    position: absolute;
}
.detail__title {
    font-size: 32px;
}
.detail__title2 {
    font-size: 22px;
}
.detail__text + .detail__title2 {
    margin-top: 45px;
}
.detail__title3 {
    font-size: 18px;
}
.detail__title3 + * {
    margin-top: 15px;
}
.detail__title4 {
    font-size: 16px;
    display: block;
}
.detail__title4 + * {
    margin-top: 0;
}
/* カテゴリページ */
.content__category{
    border-bottom: 1px solid #e6e8ea;
}
.content__category__inner{
    width: 1024px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}
.content__category__inner::after{
    display: block;
    content: '';
    clear: both;
}
.content__article{
    border-bottom: 1px solid #e6e8ea;
}
.category_title_area{
    margin-bottom: 45px;
}
.category_title_area::after{
    display: block;
    content: '';
    clear: both;
}
.category_title_area .img{
    float: right;
    width: 96px;
    text-align: center;
    margin-top: 5px;
}
.category_title_area .img img{
    max-width: 100%;
    max-height: 90px;
}
.category_title_area .title{
    float: left;
    margin-right: 32px;
    color: #344356;
    width: 544px;
}
.category_title_area .title h1{
    font-size: 32px;
    margin-bottom: 20px;
}
.category_title_area .title h1 span{
    font-size: 32px;
    color: #344356;
}
.category_title_area .title p{
    font-size: 14px;
}
.content__article__inner{
    width: 1024px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}
.content__article__inner::after{
    display: block;
    content: '';
    clear: both;
}
.content__main article{
    position: relative;
    padding-top: 60px;
}
.detail__category{
    display: inline-block;
    min-width: 96px;
    text-align: center;
    background-color: #344356;
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.detail__date{
    position: absolute;
    top: 3px;
    right: 0;
    font-weight: 700;
    color: #818385;
}
.detail__main__image{
    text-align: center;
}
.detail__main__image img{
    max-width: 100%;
}
.detail__text{
    font-size: 16px;
    color: #344356;
    line-height: 1.8;
}
.detail__text a{
    font-size: 16px;
}
.detail__text a:hover{
    opacity: .7;
}
.detail__anchor_wrap {
    margin: 50px 0;
    background: #34c0da;
    background: -webkit-linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
    background: linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0da', endColorstr='#19ceaa',GradientType=1 );
    padding: 10px;
    position: relative;
}
.article__detail__box .detail__anchor{
    padding: 8.45% 5.63%;
    background: #ffffff;
    margin: 0;
    position: relative;
}
.detail__anchor .detail__title2{
    font-size: 28px;
    background-color: #fff;
    padding: 0 25px;
    margin: 0 auto;
    display: table;
    margin-top: calc(-8.45% - 1em);
}

.detail__anchor .detail__title2 + dd{
    margin-top: calc(8.45%);
}
.detail__anchor dt {
    margin: 0 0 10px;
    font-weight: 700;
}
.detail__anchor dd {
    line-height: 2;
}
.detail__anchor dd a {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #344356;
    text-decoration: underline;
}
.detail__anchor dd a:hover {
    text-decoration: none;
}
.detail__anchor dd a:before {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -4px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #344356;
    border-right: 1px solid #344356;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.article__image{
    margin-top: 60px;
}
.article__summary{
    background: #34c0da;
    background: -webkit-linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
    background: linear-gradient(90deg, #34c0da 0, #19ceaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0da', endColorstr='#19ceaa',GradientType=1 );
    padding: 10px;
    position: relative;
}
.article__summary h2{
    position: absolute;
    text-align: center;
    display: table;
    width: 100%;
    left: 0;
    top: -5px;
    font-size: 28px;
}
.article__summary h2 span{
    background-color: #fff;
    padding: 0 25px;
    position: relative;
    font-size: 28px;
    top: -10px;
}
.article__summary__inner{
    background: #fff;
    padding: 60px 55px;
}
.article__summary__inner > section+*{
    margin-top: 45px;
}
.related__article{
    margin: 60px 0;
}
.related__article h2{
    text-align: center;
}
.related__article__inner{
    padding-top: 30px;
}
.detail__related__article + .detail__related__article{
    padding-top: 20px;
}
.detail__related__article a{
    display: table;
    width: 100%;
}
.detail__related__article a:hover{
    opacity: .7;
}
.detail__related__article a figure{
    width: 128px;
    display: table-cell;
    padding-right: 32px;
    vertical-align: top;
}
.related__article__info{
    position: relative;
}
.related__article__text{
    font-size: 18px;
    font-weight: 700;
    color: #344356;
    padding-top: 35px;
}
.detail__related__article .detail__date{
    left: 0;
    right: auto;
    font-size: 13px;
    font-weight: 700;
    color: #818385;
}
.detail__related__article .detail__category{
    left: auto;
    right: 0;
}
.article__special__content{
    margin: 60px 0;
    text-align: center;
}
/* サイドコンテンツ */
.content__side__box + .content__side__box {
    margin-top: 50px;
}
.content__side .sns {
    margin: 0 0 40px;
}
.side__basic__knowledge .title{
    display: table;
    height: 40px;
    width: 100%;
    background: url('/cashless/common/img/img_side_basic_knowledge_bg.png') no-repeat center;
    margin-bottom: 20px;
}
.side__basic__knowledge .title p{
    color: #344356;
    font-weight: 700;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.side__basic__knowledge .title p span{
    background-color: #fff;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    top: 1px;
}
.side__basic__knowledge__content{
    margin-bottom: 15px;
}
.side__basic__knowledge__content a{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.side__basic__knowledge__content a:hover{
    opacity: .7;
}
.side__basic__knowledge__content a figure{
    display: table-cell;
    width: 111px;
    padding-right: 15px;
    box-sizing: border-box;
    vertical-align: top;
}
.side__basic__knowledge__content a figure img{
    width: 96px;
    height: auto;
    max-width: 100%;
}
.side__basic__knowledge__content a p{
    font-size: 14px;
    font-weight: 700;
    color: #344356;
    display: table-cell;
    vertical-align: middle;
}
.side__cashless__settlement__content + .side__cashless__settlement__content{
    margin-top: 30px;
}
.side__cashless__settlement__content a{
    display: table;
    width: 100%;
}
.side__cashless__settlement__content a:hover{
    opacity: .7;
}
.side__cashless__settlement__content a figure{
    display: table-cell;
    text-align: center;
    max-width: 79px;
    padding-right: 15px;
    box-sizing: border-box;
    vertical-align: top;
}
.side__cashless__settlement__content a figure img{
    max-width: 100%;
    max-height: 65px;
}
.side__cashless__settlement__content a p{
    font-size: 18px;
    font-weight: 700;
    color: #344356;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.side__cashless__settlement__content a p::after{
    position: absolute;
    content: "";
    right: 2px;
    top: 50%;
    margin-top: 4px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #344356;
    border-right: 2px solid #344356;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side__cashless__settlement__content a p span{
    font-size: 22px;
}
.side__cashless__settlement-sp{
    display: none;
}
.linkNote {
    margin-top: 0px !important;
}

@media all and (-ms-high-contrast:none) {
    .header__search input[type=text] {
        padding-top: 2px
    }
    .slider__label {
        padding-top: 2px
    }
    .panel__label {
        padding-top: 2px
    }
    .popular__label {
        padding-top: 2px
    }
    .detail__label {
        padding-top: 2px
    }
    .detail__text__hightlight{
        font-size: 100%;
        display: inline;
        font-weight: bold;
    }
}

@media print {
    body {
        width: 1240px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

/*テキストバナー*/
.text_banner{
    border: 2px solid #CCCCCC;
    padding: 20px;
}

.content__special__item .bnr_txt_s{
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .content__special__item .bnr_txt_s{
        font-size: 14px;
    }
}
.header .header__textlogo{
    font-size: small;
    color: white;
    padding-top: 15px;
}
@media only screen and (max-width: 768px) {
    .header .header__textlogo{
        padding-left: 8vw;
        padding-top: 3vw;
    }
}

/*内部リンクモジュール*/
.interlink{
    margin: 25px 0 20px;
    border: solid 2px #cccccc;
}
.interlink p.heading{
    font-weight: bold;
    font-size: 16px;
    user-select: none;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    line-height: 1.8;
}

a.interlink_item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 20px 20px 20px;
}
.interlink_item div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.interlink_item .kv_img{
    width: 120px;
}
.interlink_item .kv_img img{
    width: 100%;
}
@media screen and (max-width:768px) {
    .interlink{
        margin: 4%;
    }
    .interlink_item div{
        width: 56vw;
        margin-left: 4vw;
    }
    .interlink_item .kv_img{
        width: 26vw;
    }
    .interlink_item .kv_img img{
        width: 100%;
    }
    .interlink p.heading{
        font-size: 4vw;
        padding: 5px 4vw;
    }
    .interlink_item .title{
        font-size: 4vw;
    }
    a.interlink_item{
        padding: 0 4vw;
        padding-bottom: 4vw;
        line-height: 1.6;
    }
}