@charset "UTF-8";
/* ==============================================================================================
 Normalize
================================================================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

pre {
    font-size: 1em;
    font-family: monospace, monospace;
}

a {
    background-color: transparent;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    vertical-align: baseline;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ==============================================================================================
 Content
================================================================================================= */
.contents {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
}

.contents > .contents-inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.contents > .contents-inner > *:last-child {
    margin-bottom: 0;
}

/* ==============================================================================================
 Base
================================================================================================= */
:root {
    font-size: 10px;
}

body {
    min-width: 320px;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Arial, sans-serif;
    color: #180b00;
    line-height: 1.5;
    word-wrap: break-word;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 1.4rem;
    }
}

*, *::before, *::after {
    box-sizing: border-box;
}

main {
    display: block;
}

ul, ol {
    list-style-type: none;
}

a {
    color: #1899cf;
    text-decoration: none;
    transition: .2s;
}

a:hover, a:active, a:focus {
    color: #00618a;
}

em {
    font-weight: bold;
    font-style: normal;
}

strong {
    font-weight: bold;
    color: #ee1d23;
}

sup {
    top: -.2em;
    font-size: 1rem;
}

@media only screen and (min-width: 769px) {
    sup {
        top: -.4em;
        font-size: 1.4rem;
    }
}

i {
    font-style: italic;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

p, ul, ol, dl, dt, dd, table, h1, h2, h3, h4, h5, h6, blockquote, form {
    margin: 0;
    padding: 0;
}

dfn, cite {
    font-style: normal;
}

small {
    font-size: 1.1rem;
}

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="reset"], input[type="image"], input[type="submit"], input[type="button"], button {
    cursor: pointer;
}

button {
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
}

/* ==============================================================================================
 Structure
================================================================================================= */
/*
 * .header
** ------------------------------------------------------ */
.header {
    position: relative;
    box-shadow: 0 .2em .2em rgba(0, 0, 0, .1);
}

.header > .header-inner {
    display: flex;
    justify-content: space-between;
    min-height: 100px;
    margin-right: auto;
    margin-left: auto;
}

.header > .header-inner a:hover, .header > .header-inner a:active, .header > .header-inner a:focus {
    color: #ee1d23;
}

.header > .header-inner .header-logo {
    display: flex;
    align-items: center;
    flex-basis: 20%;
    padding-left: 15px;
}

.header > .header-inner .header-logo .logo-inner > a {
    display: block;
}

.header > .header-inner .header-contents > .header-contents-inner {
    display: flex;
    width: 100%;
    height: 100%;
}

.header > .header-inner .header-contents > .header-contents-inner .item-flow {
    background-color: #ffd9da;
}

.header > .header-inner .header-contents > .header-contents-inner .item-faq {
    background-color: #ffe9a0;
}

@media only screen and (min-width: 769px) {
    .header > .header-inner a {
        color: #180b00;
    }
    .header > .header-inner .header-logo .logo-inner > a .logo-pc {
        display: block;
    }
    .header > .header-inner .header-logo .logo-inner > a .logo-sp {
        display: none;
    }
    .header > .header-inner .sp-menu {
        display: none;
    }
    .header > .header-inner .icon {
        margin-bottom: 10px;
    }
    .header > .header-inner .header-contents {
        display: flex;
        align-items: center;
        flex-basis: 80%;
    }
    .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities {
        display: none;
    }
    .header > .header-inner .header-contents > .header-contents-inner nav {
        flex-basis: 75%;
    }
    .header > .header-inner .header-contents > .header-contents-inner nav > .gloval-nav {
        display: flex;
        height: 100%;
    }
    .header > .header-inner .header-contents > .header-contents-inner nav > .gloval-nav li {
        position: relative;
        display: flex;
        width: 100%;
    }
    .header > .header-inner .header-contents > .header-contents-inner nav > .gloval-nav li:last-child::after {
        border-right: 0;
    }
    .header > .header-inner .header-contents > .header-contents-inner nav > .gloval-nav li::after {
        position: absolute;
        top: 50%;
        right: 0;
        height: 50px;
        border-right: solid 1px #dbdbdb;
        content: "";
        transform: translateY(-50%);
    }
    .header > .header-inner .header-contents > .header-contents-inner nav > .gloval-nav li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 14.5px 15px;
    }
    .header > .header-inner .header-contents > .header-contents-inner nav > .gloval-nav li a:hover, .header > .header-inner .header-contents > .header-contents-inner nav > .gloval-nav li a:active, .header > .header-inner .header-contents > .header-contents-inner nav > .gloval-nav li a:focus {
        background-color: #f8f8f8;
    }
    .header > .header-inner .header-contents > .header-contents-inner .header-utilities {
        flex-basis: 25%;
        width: 100%;
        height: 100%;
    }
    .header > .header-inner .header-contents > .header-contents-inner .header-utilities > ul {
        display: flex;
        height: 100%;
    }
    .header > .header-inner .header-contents > .header-contents-inner .header-utilities > ul li.utility-item {
        display: flex;
        width: 100%;
    }
    .header > .header-inner .header-contents > .header-contents-inner .header-utilities > ul li.utility-item a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 5px;
    }
    .header > .header-inner .header-contents > .header-contents-inner .header-utilities > ul li.utility-item a:hover, .header > .header-inner .header-contents > .header-contents-inner .header-utilities > ul li.utility-item a:active, .header > .header-inner .header-contents > .header-contents-inner .header-utilities > ul li.utility-item a:focus {
        opacity: .7;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        z-index: 100;
        background-color: #fff;
    }
    .header > .header-inner {
        min-height: 62px;
    }
    .header > .header-inner .header-logo {
        flex-basis: auto;
    }
    .header > .header-inner .header-logo a .logo-pc {
        display: none;
    }
    .header > .header-inner .header-logo a .logo-sp {
        display: block;
    }
    .header > .header-inner .header-contents {
        position: absolute;
        top: 62px;
        z-index: 100;
        display: block;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        border-top: solid 1px rgba(0, 0, 0, .1);
    }
    .header > .header-inner .header-contents > .header-contents-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 20px;
    }
    .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities {
        order: 1;
    }
    .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities ul {
        display: block;
        height: 100%;
    }
    .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities ul .utility-item {
        width: auto;
        margin-bottom: 15px;
    }
    .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities ul .utility-item a {
        color: #180b00;
    }
    .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities ul .utility-item a::before {
        position: absolute;
        top: 50%;
        left: calc(100% - 20px);
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #ee1d23;
        content: "";
        transform: translateY(-50%);
    }
    .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities ul .utility-item a:hover, .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities ul .utility-item a:active, .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities ul .utility-item a:focus {
        color: #ee1d23;
    }
    .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities ul .utility-item .item-flow {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 70px;
        background-color: #ffd9da;
        border: solid 2px #ee1d23;
        border-radius: 30px;
    }
    .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities ul .utility-item .item-flow .icon {
        position: absolute;
        left: 25px;
        margin-bottom: 0;
    }
    .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities ul .utility-item .item-faq {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 70px;
        background-color: #ffe9a0;
        border: solid 2px #ee1d23;
        border-radius: 30px;
    }
    .header > .header-inner .header-contents > .header-contents-inner .sp-header-utilities ul .utility-item .item-faq .icon {
        position: absolute;
        left: 25px;
        margin-bottom: 0;
    }
    .header > .header-inner .header-contents > .header-contents-inner nav {
        order: 2;
    }
    .header > .header-inner .header-contents > .header-contents-inner nav .gloval-nav {
        display: flex;
        flex-direction: column;
    }
    .header > .header-inner .header-contents > .header-contents-inner nav .gloval-nav > li a {
        position: relative;
        display: block;
        padding: 15px 20px;
        font-size: 1.8rem;
        text-align: left;
        border-top: solid 1px #eee;
    }
    .header > .header-inner .header-contents > .header-contents-inner nav .gloval-nav > li a::before {
        position: absolute;
        top: 50%;
        left: calc(100% - 20px);
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #ee1d23;
        content: "";
        transform: translateY(-50%);
    }
    .header > .header-inner .header-contents > .header-contents-inner .header-utilities {
        display: none;
        order: 3;
    }
    .header > .header-inner .sp-menu {
        position: relative;
        display: flex;
        width: 62px;
        background-color: #ffd9da;
    }
    .header > .header-inner .sp-menu .sp-menu-btn {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .header > .header-inner .sp-menu .sp-menu-btn::before {
        position: absolute;
        top: 10px;
        left: 50%;
        display: block;
        width: 26px;
        height: 2px;
        background: #ee1d23;
        content: "";
        transform: translateX(-50%);
    }
    .header > .header-inner .sp-menu .sp-menu-btn::after {
        position: absolute;
        top: 26px;
        left: 50%;
        display: block;
        width: 26px;
        height: 2px;
        background: #ee1d23;
        content: "";
        transform: translateX(-50%);
    }
    .header > .header-inner .sp-menu .sp-menu-btn .sp-menu-btn-text {
        font-size: 12px;
    }
    .header > .header-inner .sp-menu .sp-menu-btn .sp-menu-btn-text::after {
        position: absolute;
        top: 18px;
        left: 50%;
        display: block;
        width: 26px;
        height: 2px;
        background: #ee1d23;
        content: "";
        transform: translateX(-50%);
    }
    .header > .header-inner .sp-menu-btn-text {
        display: block;
        margin-top: 35px;
        margin-bottom: 10px;
    }
    .header.is-open {
        position: fixed;
        width: 100%;
    }
    .header.is-open > .header-inner .sp-menu .sp-menu-btn::before {
        top: 18px;
        transform: translate(-50%) rotate(45deg);
    }
    .header.is-open > .header-inner .sp-menu .sp-menu-btn::after {
        top: 18px;
        transform: translate(-50%) rotate(-45deg);
    }
    .header.is-open > .header-inner .sp-menu .sp-menu-btn .sp-menu-btn-text::after {
        position: absolute;
        left: 60%;
        opacity: 0;
    }
}

/*
 * #footer
** ------------------------------------------------------ */
.footer {
    position: relative;
    background-color: #f7f7f7;
}

.footer > .footer-inner {
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 33px 15px;
}

.footer > .footer-inner .footer-logo {
    display: flex;
    align-items: center;
    flex-basis: calc(30% - 10px);
    margin-right: 10px;
}

.footer > .footer-inner .footer-list-link {
    flex-basis: 70%;
}

.footer > .footer-inner .footer-list-link > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer > .footer-inner .footer-list-link > ul li {
    display: flex;
}

.footer > .footer-inner .footer-list-link > ul li a {
    position: relative;
    display: block;
    padding: 7px 15px;
}

.footer > .footer-inner .footer-list-link > ul li a::before {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #ee1d23;
    content: "";
    transform: translateY(-50%);
}

.footer .footer-copyright {
    padding: 17px 0;
    text-align: center;
    border-top: solid 1px #fff;
}

@media only screen and (max-width: 768px) {
    .footer > .footer-inner {
        flex-direction: column;
    }
    .footer > .footer-inner .footer-logo {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 20px;
    }
    .footer > .footer-inner .footer-list-link {
        margin-right: auto;
        margin-left: auto;
    }
    .footer > .footer-inner .footer-list-link > ul {
        flex-direction: column;
    }
}

/* ----------------------------------------
 Main
---------------------------------------- */
.main-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-inner.lower-page {
    padding-top: 0;
}

.main-inner.lower-page.full-box {
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .main-inner {
        padding-top: 0;
    }
}

/*
 * .breadcrumb
** ------------------------------------------------------ */
.breadcrumb {
    padding-right: 15px;
    padding-left: 15px;
}

.breadcrumb > .breadcrumb-inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumb > .breadcrumb-inner .breadcrumb-list {
    padding: 20px 0;
    text-align: left;
}

.breadcrumb > .breadcrumb-inner .breadcrumb-list > .breadcrumb-item {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.breadcrumb > .breadcrumb-inner .breadcrumb-list > .breadcrumb-item:first-child {
    padding-left: 0;
}

.breadcrumb > .breadcrumb-inner .breadcrumb-list > .breadcrumb-item a {
    color: #180b00;
}

.breadcrumb > .breadcrumb-inner .breadcrumb-list > .breadcrumb-item a:hover {
    color: #797979;
}

.breadcrumb > .breadcrumb-inner .breadcrumb-list > .breadcrumb-item::after {
    position: absolute;
    top: 50%;
    right: -2px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #180b00;
    content: "";
    transform: rotate(45deg) translateY(-50%);
}

.breadcrumb > .breadcrumb-inner .breadcrumb-list > .breadcrumb-item:last-child::after {
    content: none;
}

.breadcrumb > .breadcrumb-inner .breadcrumb-list .breadcrumb-item.is-current a {
    color: #989898;
}

/*
 *  top-mv-area
** ------------------------------------------------------ */
.top-mv-area > .top-mv-area-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.top-mv-area > .top-mv-area-inner > h1 > img.mv-h1 {
    position: absolute;
    top: 50%;
    left: 60px;
    width: 50%;
    padding: 10px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
    .top-mv-area {
        height: 600px;
    }
    .top-mv-area > .top-mv-area-inner .mv-top-pc {
        display: block;
    }
    .top-mv-area > .top-mv-area-inner .mv-top-sp {
        display: none;
    }
    .top-mv-area > .top-mv-area-inner .mv-h1 {
        display: block;
    }
    .top-mv-area > .top-mv-area-inner .mv-h1-sp {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .top-mv-area {
        margin-top: 0;
    }
    .top-mv-area > .top-mv-area-inner {
        padding-right: 0;
        padding-left: 0;
    }
    .top-mv-area > .top-mv-area-inner .mv-top-pc {
        display: none;
    }
    .top-mv-area > .top-mv-area-inner .mv-top-sp {
        display: block;
        width: 100%;
        height: auto;
    }
    .top-mv-area > .top-mv-area-inner .mv-h1 {
        display: none;
    }
    .top-mv-area > .top-mv-area-inner .mv-h1-sp {
        display: block;
    }
    .top-mv-area > .top-mv-area-inner > h1 > img.mv-h1-sp {
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*  mv-area
** ------------------------------------------------------ */
.mv-area {
    height: 140px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fae8da;
}

.mv-area > .mv-area-inner {
    position: relative;
    max-width: 1200px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.mv-area > .mv-area-inner::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 213px;
    height: 100%;
    max-height: 116px;
    background-image: url("/lpgas/common/img/mv-img.png");
    background-repeat: no-repeat;
    content: "";
}

/* ==============================================================================================
 Modules
================================================================================================= */
/*
 * .hdg
** ------------------------------------------------------ */
/* ==============================================================================================
 h1
================================================================================================= */
.hdg-l1-01 {
    position: relative;
    z-index: 10;
    padding-top: 50px;
}

.hdg-l1-01 > .hdg {
    font-size: 3.6rem;
    color: #ee1d23;
    line-height: 1.5;
}

.hdg-l1-02 {
    position: relative;
    z-index: 10;
    padding-top: 30px;
}

.hdg-l1-02 > .hdg-sub-text {
    font-weight: bold;
    font-size: 1.8rem;
    color: #ee1d23;
    line-height: 1.5;
}

.hdg-l1-02 > .hdg {
    font-size: 3.6rem;
    color: #ee1d23;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .hdg-l1-01 > .hdg {
        font-size: 2.6rem;
    }
    .hdg-l1-02 > .hdg-sub-text {
        font-size: 1.4rem;
    }
    .hdg-l1-02 > .hdg {
        font-size: 2.6rem;
    }
}

/* ==============================================================================================
 h2
================================================================================================= */
.hdg-l2-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.hdg-l2-01 > .hdg {
    font-size: 4.2rem;
    color: #ee1d23;
}

.hdg-l2-01 .hdg-sub-title {
    font-size: 1.8rem;
    color: #535353;
    border-bottom: solid 2px #535353;
}

.hdg-l2-02 {
    margin-bottom: 40px;
    padding-bottom: 5px;
    border-bottom: solid 2px #ee1d23;
}

.hdg-l2-02 > .hdg {
    font-size: 3rem;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .hdg-l2-02 > .hdg {
        font-size: 2.2rem;
    }
}

/* ==============================================================================================
 h3
================================================================================================= */
.hdg-l3-01 {
    margin-bottom: 40px;
    padding-bottom: 5px;
    border-bottom: solid 2px #dbdbdb;
}

.hdg-l3-01 > .hdg {
    font-size: 2.6rem;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .hdg-l3-01 > .hdg {
        font-size: 1.8rem;
    }
}

/* ==============================================================================================
 h4
================================================================================================= */
.hdg-l4-01 {
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: solid 4px #ee1d23;
}

.hdg-l4-01 > .hdg {
    font-size: 2.2rem;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .hdg-l4-01 > .hdg {
        font-size: 1.6rem;
    }
}

/*
 * text
** ------------------------------------------------------ */
.n-text {
    margin-bottom: 35px;
    color: #180b00;
}

.lead-text {
    display: inline;
    font-weight: bold;
    font-size: 1.8rem;
    background: linear-gradient(transparent 55%, #ffd9da 45%);
}

.lead-text + * {
    margin-top: 20px;
}

/* ==============================================================================================
label
================================================================================================= */
.label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 25px;
    color: #fff;
    background-color: #535353;
    border-radius: 30px;
}

.link-icon {
    display: inline-flex;
    padding-left: 5px;
}

/*
 * .list
** ------------------------------------------------------ */
/* ==============================================================================================
news-list (お知らせ記事リスト)
================================================================================================= */
.news-list {
    margin-bottom: 50px;
}

.news-list > .news-contents {
    display: flex;
    align-items: flex-start;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-bottom: solid 1px #ddd;
}

.news-list > .news-contents > .news-content-header {
    flex-shrink: 0;
    margin-right: 10px;
}

.news-list > .news-contents > .news-content-header .news-labels {
    display: inline-flex;
    margin-left: 10px;
}

.news-list > .news-contents > .news-content-header .news-labels > .news-label {
    display: flex;
    margin-right: 10px;
}

.news-list > .news-contents > .news-content-header .news-labels > .news-label:last-child {
    margin-right: 0;
}

.news-list > .news-contents .news-content-item {
    padding: 3px 0;
}

@media only screen and (min-width: 769px) {
    .news-list > .news-contents > .news-content-header .news-labels > .news-label {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 768px) {
    .news-list > .news-contents {
        flex-direction: column;
    }
    .news-list > .news-contents > .news-content-header {
        flex-shrink: 0;
        margin-bottom: 10px;
    }
}

/* ==============================================================================================
.desc-list （記述リスト・テーブル内）
================================================================================================= */
/* テキスト横並び sp時縦並び */
.desc-lists-01 .desc-list-inner {
    display: flex;
}

.desc-lists-01 .desc-list-inner dt {
    width: 15%;
    padding: 7px 0;
    font-weight: bold;
}

.desc-lists-01 .desc-list-inner dd {
    width: 85%;
    padding: 7px 0;
}

@media only screen and (max-width: 768px) {
    .desc-lists-01 .desc-list-inner {
        flex-direction: column;
    }
    .desc-lists-01 .desc-list-inner dt {
        width: auto;
    }
    .desc-lists-01 .desc-list-inner dd {
        width: auto;
    }
}

/* ==============================================================================================
.note-lists （注釈リスト）
================================================================================================= */
.note-lists {
    margin-bottom: 50px;
}

.note-lists > li {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.note-lists > li > * {
    margin-bottom: 0;
}

.note-lists > li:last-child {
    margin-bottom: 0;
}

.note-lists > li .note-icon {
    flex-shrink: 0;
    margin-right: 15px;
    color: #8c8b8b;
}

.note-lists > li .note-text {
    color: #8c8b8b;
}

/* ==============================================================================================
step-list (ステップアイコン付きリスト)
================================================================================================= */
.step-lists {
    margin-bottom: 50px;
}

.step-lists > .step-list {
    margin-bottom: 45px;
}

.step-lists > .step-list:last-child {
    margin-bottom: 0;
}

.step-lists > .step-list > .list-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.step-lists > .step-list > .list-title > .step-number {
    padding: 10px;
    font-weight: bold;
    color: #ee1d23;
    text-align: center;
    background-color: #ffd9da;
    border-radius: 50%;
}

.step-lists > .step-list > .list-title > .step-number + .title {
    margin-left: 30px;
}

.step-lists > .step-list > .list-title > .title {
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .step-lists > .step-list > .list-title > .title {
        font-size: 2.2rem;
    }
    .step-lists > .step-list .list-item > .img-layout {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .step-lists > .step-list .list-title .title {
        font-size: 1.8rem;
    }
    .step-lists > .step-list > .list-item > .img-layout > .img-area {
        margin-bottom: 20px;
    }
}

/* ==============================================================================================
bullet-lists （通常リスト）
================================================================================================= */
.bullet-lists {
    margin-bottom: 50px;
}

.bullet-lists > li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.bullet-lists > li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #ee1d23;
    border-radius: 100%;
    content: "";
}

.bullet-lists > li:last-child {
    margin-bottom: 0;
}

.bullet-lists > li > .bullet-lists {
    margin: 0;
}

.bullet-lists > li > .bullet-lists > li {
    margin: 10px 0;
}

/* ==============================================================================================
order-lists (順序リスト)
================================================================================================= */
.order-lists {
    margin-bottom: 50px;
    counter-reset: order-list;
}

.order-lists > li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 18px;
}

.order-lists > li::before {
    position: absolute;
    left: 0;
    content: counter(order-list) ".";
    counter-increment: order-list;
}

/* ==============================================================================================
dfn-list （定義リスト v-side付与：横並び・thテキスト赤）
================================================================================================= */
.dfn-lists-01 {
    margin-bottom: 50px;
}

.dfn-lists-01 > .dfn-list {
    margin-bottom: 18px;
}

.dfn-lists-01 > .dfn-list:last-child {
    margin-bottom: 0;
}

.dfn-lists-01 > .dfn-list > .dfn-heading {
    margin-bottom: 10px;
    font-weight: bold;
}

.dfn-lists-01 > .dfn-list > .dfn-text > *:last-child {
    margin-bottom: 0;
}

.dfn-lists-01.v-side > .dfn-list {
    display: flex;
}

.dfn-lists-01.v-side > .dfn-list:last-child {
    margin-bottom: 0;
}

.dfn-lists-01.v-side > .dfn-list > .dfn-heading {
    flex-shrink: 0;
    margin-bottom: 0;
    color: #ee1d23;
}

.dfn-lists-01.v-side > .dfn-list > .dfn-text > *:last-child {
    margin-bottom: 0;
}

/* ==============================================================================================
dfn-list-02 （横並び定義リスト）
================================================================================================= */
.dfn-lists-02 {
    margin-bottom: 50px;
}

.dfn-lists-02 > .dfn-list {
    display: flex;
    margin-bottom: 18px;
}

.dfn-lists-02 > .dfn-list:last-child {
    margin-bottom: 0;
}

.dfn-lists-02 > .dfn-list > .dfn-heading {
    flex-shrink: 0;
    margin-bottom: 0;
    color: #ee1d23;
}

.dfn-lists-02 > .dfn-list > .dfn-text > *:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .dfn-lists-02 > .dfn-list > .dfn-heading {
        flex-basis: 9%;
        padding: 7px 0;
    }
    .dfn-lists-02 > .dfn-list > .dfn-text {
        padding: 7px 7px 7px 30px;
        border-left: solid 1px #dbdbdb;
    }
}

@media only screen and (max-width: 768px) {
    .dfn-lists-02 > .dfn-list {
        display: block;
        margin-bottom: 10px;
    }
    .dfn-lists-02 > .dfn-list > .dfn-heading {
        padding: 7px;
    }
    .dfn-lists-02 > .dfn-list > .dfn-text {
        padding: 7px;
        border-top: solid 1px #dbdbdb;
    }
}

/* ==============================================================================================
qa-list
================================================================================================= */
.qa-lists {
    margin-bottom: 50px;
}

.qa-lists > .qa-list-item {
    padding: 30px 0;
    border-bottom: solid 1px #dbdbdb;
}

.qa-lists > .qa-list-item > .qa-list-q {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.qa-lists > .qa-list-item > .qa-list-q > .mark {
    margin-right: 20px;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    background-color: #ee1d23;
    border-radius: 50%;
}

.qa-lists > .qa-list-item > .qa-list-q > .text {
    font-weight: bold;
    font-size: 1.8rem;
}

.qa-lists > .qa-list-item > .qa-list-a {
    display: flex;
    align-items: baseline;
}

.qa-lists > .qa-list-item > .qa-list-a > .mark {
    margin-right: 20px;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 2rem;
    background-color: #ffe9a0;
    border-radius: 50%;
}

.qa-lists > .qa-list-item > .qa-list-a > .text {
    font-size: 1.8rem;
}

.qa-lists > .qa-list-item > .qa-list-a > .text:last-child > * {
    margin-bottom: 0;
}

.qa-lists > .qa-list-item:first-child {
    padding-top: 0;
}

@media only screen and (max-width: 768px) {
    .qa-lists > .qa-list-item {
        padding: 20px 0;
    }
    .qa-lists > .qa-list-item > .qa-list-q {
        margin-bottom: 20px;
    }
    .qa-lists > .qa-list-item > .qa-list-q > .mark {
        font-size: 1.6rem;
    }
    .qa-lists > .qa-list-item > .qa-list-a > .mark {
        font-size: 1.6rem;
    }
    .qa-lists > .qa-list-item > .qa-list-a > .text {
        font-size: 1.4rem;
    }
}

/*
 * .link
** ------------------------------------------------------ */
/* ==============================================================================================
.link-lists-01 リンクリスト v-side付与で横並び
================================================================================================= */
.link-lists-01 {
    margin-bottom: 50px;
}

.link-lists-01 > .link-lists-inner > .link-list > a {
    position: relative;
    display: inline-block;
    padding: 5px 18px;
}

.link-lists-01 > .link-lists-inner > .link-list > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #ee1d23;
    content: "";
    transform: translateY(-50%);
}

.link-lists-01 > .link-lists-inner > .link-list > a.is-current {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    color: #989898;
}

.link-lists-01 > .link-lists-inner > .link-list > a.is-current::before {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #535353;
    content: "";
    transform: translateY(-50%);
}

.link-lists-01.v-side > .link-lists-inner > .link-list {
    display: inline;
}

@media only screen and (max-width: 768px) {
    .link-lists-01.v-side {
        text-align: center;
    }
}

/* ==============================================================================================
.link-01 単独リンク
================================================================================================= */
.link-01 {
    margin-bottom: 50px;
}

.link-01 > a {
    position: relative;
    display: inline-block;
    padding: 5px 18px;
}

.link-01 > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #ee1d23;
    content: "";
    transform: translateY(-50%);
}

/* ==============================================================================================
.media-link-lists-01 メディアリンクリスト 横並び sp時縦並び
画像の背景が白の時のみmedia-ingにbg-whiteをつける
================================================================================================= */
.media-link-lists-01 {
    margin-bottom: 50px;
}

.media-link-lists-01 > .media-link-lists-inner {
    display: flex;
    flex-wrap: wrap;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list {
    margin-bottom: 20px;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > a {
    display: block;
    width: 100%;
    height: 100%;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > a .media-link-contents .media-img {
    margin-top: auto;
    margin-bottom: 20px;
    border: solid 2px transparent;
    border-radius: 4px;
    transition: border-color .2s;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > a .media-link-contents.bg-white {
    border-color: #d2d2d2;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > a .media-link-contents .media-item {
    padding: 5px;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > a .media-link-contents .media-item .text {
    color: #180b00;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > a .media-link-contents .media-item > *:last-child {
    margin-bottom: 0;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > a:hover .media-img {
    border-color: #ee1d23;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > a:hover .media-img.bg-white {
    border-color: #ee1d23;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > .media-link-contents .media-img {
    margin-top: auto;
    margin-bottom: 20px;
    border: solid 2px transparent;
    border-radius: 4px;
    transition: border-color .2s;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > .media-link-contents.bg-white {
    border-color: #d2d2d2;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > .media-link-contents .media-item {
    padding: 5px;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > .media-link-contents .media-item .text {
    color: #180b00;
}

.media-link-lists-01 > .media-link-lists-inner > .media-link-list > .media-link-contents .media-item > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .media-link-lists-01 > .media-link-lists-inner > .media-link-list {
        width: 100%;
    }
    .media-link-lists-01 > .media-link-lists-inner > .media-link-list > a .media-link-contents .media-img {
        margin-bottom: 10px;
    }
    .media-link-lists-01 > .media-link-lists-inner > .media-link-list > a .media-link-contents .media-img img {
        width: 100%;
        height: auto;
    }
    .media-link-lists-01 > .media-link-lists-inner > .media-link-list > a .media-link-contents .media-img.bg-white {
        margin-bottom: 10px;
    }
    .media-link-lists-01 > .media-link-lists-inner > .media-link-list > .media-link-contents > .media-img {
        margin-bottom: 10px;
    }
    .media-link-lists-01 > .media-link-lists-inner > .media-link-list > .media-link-contents > .media-img img {
        width: 100%;
        height: auto;
    }
    .media-link-lists-01 > .media-link-lists-inner > .media-link-list > .media-link-contents > .media-img.bg-white {
        margin-bottom: 10px;
    }
}

/* ==============================================================================================
.media-link-lists-02 アイコン付きリンクリスト td内のみ想定
================================================================================================= */
.media-link-lists-02 > .media-link-lists-inner {
    display: flex;
}

.media-link-lists-02 > .media-link-lists-inner > .media-link-list > a {
    display: block;
    width: 100%;
    height: 100%;
}

.media-link-lists-02 > .media-link-lists-inner > .media-link-list > a .media-link-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.media-link-lists-02 > .media-link-lists-inner > .media-link-list > a .media-link-contents .media-img {
    height: 100%;
    margin-bottom: 10px;
    border: solid 2px #d2d2d2;
    border-radius: 4px;
    transition: border .2s;
}

.media-link-lists-02 > .media-link-lists-inner > .media-link-list > a .media-link-contents .media-item {
    padding: 5px;
}

.media-link-lists-02 > .media-link-lists-inner > .media-link-list > a .media-link-contents .media-item .text {
    color: #180b00;
}

.media-link-lists-02 > .media-link-lists-inner > .media-link-list > a .media-link-contents .media-item > *:last-child {
    margin-bottom: 0;
}

.media-link-lists-02 > .media-link-lists-inner > .media-link-list > a:hover .media-img {
    border: solid 2px #ee1d23;
}

@media only screen and (min-width: 769px) {
    .media-link-lists-02 > .media-link-lists-inner > .media-link-list {
        margin-right: 30px;
        margin-bottom: 0;
    }
    .media-link-lists-02 > .media-link-lists-inner > .media-link-list:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .media-link-lists-02 > .media-link-lists-inner {
        flex-wrap: wrap;
    }
    .media-link-lists-02 > .media-link-lists-inner > .media-link-list > a .media-img img {
        width: 100%;
    }
}

/* ==============================================================================================
.link-lists-03 アンカーリンクリスト 横並び
================================================================================================= */
.link-lists-03 {
    margin-bottom: 50px;
}

.link-lists-03 > .link-lists-inner > .link-list {
    display: inline-block;
    margin-right: 50px;
}

.link-lists-03 > .link-lists-inner > .link-list:last-child {
    margin-right: 0;
}

.link-lists-03 > .link-lists-inner > .link-list > a {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.link-lists-03 > .link-lists-inner > .link-list > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #ee1d23;
    content: "";
    transform: translateY(-50%) rotate(90deg);
}

@media only screen and (max-width: 768px) {
    .link-lists-03 {
        margin-bottom: 50px;
    }
    .link-lists-03 > .link-lists-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .link-lists-03 > .link-lists-inner > .link-list {
        width: 50%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* ==============================================================================================
link-lists-04 アンカーリンクリスト 横並び5カラム/sp時、1カラム成り行き
================================================================================================= */
.link-lists-04 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.link-lists-04 > .link-list {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 40px;
}

.link-lists-04 > .link-list:nth-child(5n) {
    margin-right: 0;
}

.link-lists-04 > .link-list > .list-title {
    margin-bottom: 18px;
    font-weight: bold;
}

.link-lists-04 > .link-list > .list-item > .anc-lists > .anc-list {
    margin-bottom: 20px;
}

.link-lists-04 > .link-list > .list-item > .anc-lists > .anc-list:last-child {
    margin-bottom: 0;
}

.link-lists-04 > .link-list > .list-item > .anc-lists > .anc-list a {
    position: relative;
    display: block;
    padding-left: 15px;
}

.link-lists-04 > .link-list > .list-item > .anc-lists > .anc-list a::before {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #ee1d23;
    content: "";
    transform: translateY(-50%) rotate(90deg);
}

@media only screen and (max-width: 768px) {
    .link-lists-04 {
        display: block;
    }
    .link-lists-04 > .link-list {
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .link-lists-04 > .link-list > .list-item > .anc-lists {
        display: flex;
        flex-wrap: wrap;
    }
    .link-lists-04 > .link-list > .list-item > .anc-lists > .anc-list {
        margin-right: 15px;
    }
    .link-lists-04 > .link-list > .list-item > .anc-lists > .anc-list:last-child {
        margin-right: 0;
    }
}

/* ==============================================================================================
 idx-box-01
================================================================================================= */
.idx-box-01 {
    margin-bottom: 50px;
}

.idx-box-01 > .idx-box-inner {
    display: flex;
    flex-wrap: wrap;
}

.idx-box-01 > .idx-box-inner > .idx-box-item {
    margin-bottom: 40px;
}

.idx-box-01 > .idx-box-inner > .idx-box-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
    border: solid 2px #ee1d23;
    border-radius: 10px;
}

.idx-box-01 > .idx-box-inner > .idx-box-item a .idx-contents {
    margin-bottom: auto;
}

.idx-box-01 > .idx-box-inner > .idx-box-item a .idx-contents .idx-title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ee1d23;
}

.idx-box-01 > .idx-box-inner > .idx-box-item a:hover, .idx-box-01 > .idx-box-inner > .idx-box-item a:active, .idx-box-01 > .idx-box-inner > .idx-box-item a:focus {
    background-color: #ffd9da;
}

@media only screen and (min-width: 769px) {
    .idx-box-01 > .idx-box-inner > .idx-box-item {
        width: 30%;
        margin-right: 5%;
    }
    .idx-box-01 > .idx-box-inner > .idx-box-item:nth-of-type(3n) {
        margin-right: 0;
    }
    .idx-box-01 > .idx-box-inner > .idx-box-item:last-child {
        margin-right: 0;
    }
    .idx-box-01 > .idx-box-inner > .idx-box-item .idx-img {
        margin-bottom: 10px;
    }
    .idx-box-01 > .idx-box-inner > .idx-box-item .idx-img > .idx-img-icon {
        max-width: 100%;
    }
    .idx-box-01 > .idx-box-inner > .idx-box-item .idx-contents > .idx-title {
        font-size: 1.8rem;
    }
    .idx-box-01 > .idx-box-inner > .idx-box-item .idx-contents > .idx-text {
        display: block;
        color: #180b00;
    }
}

@media only screen and (max-width: 768px) {
    .idx-box-01 > .idx-box-inner > .idx-box-item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .idx-box-01 > .idx-box-inner > .idx-box-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .idx-box-01 > .idx-box-inner > .idx-box-item:last-child {
        margin-right: 0;
    }
    .idx-box-01 > .idx-box-inner .idx-img {
        margin-bottom: 10px;
    }
    .idx-box-01 > .idx-box-inner .idx-img > .idx-img-icon {
        max-width: 60px;
    }
    .idx-box-01 > .idx-box-inner .idx-contents > .idx-text {
        display: none;
    }
    .idx-box-01 > .idx-box-inner .idx-contents > .idx-title {
        font-size: 1.6rem;
    }
}

/* ==============================================================================================
 idx-box-02 2col
================================================================================================= */
.idx-box-02 {
    margin-bottom: 50px;
}

.idx-box-02 > .idx-box-inner > .idx-box-item {
    margin-bottom: 20px;
}

.idx-box-02 > .idx-box-inner > .idx-box-item > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 40px 40px;
    border: solid 2px #ee1d23;
    border-radius: 10px;
}

.idx-box-02 > .idx-box-inner > .idx-box-item > a > .idx-img {
    margin-right: 30px;
}

.idx-box-02 > .idx-box-inner > .idx-box-item > a > .idx-img > .idx-img-icon {
    max-width: 60px;
}

.idx-box-02 > .idx-box-inner > .idx-box-item > a:hover, .idx-box-02 > .idx-box-inner > .idx-box-item > a:active, .idx-box-02 > .idx-box-inner > .idx-box-item > a:focus {
    background-color: #ffd9da;
}

.idx-box-02 > .idx-box-inner > .idx-box-item > a > .idx-contents {
    margin-bottom: auto;
}

.idx-box-02 > .idx-box-inner > .idx-box-item > a > .idx-contents > .idx-title {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #ee1d23;
}

.idx-box-02 > .idx-box-inner > .idx-box-item > a > .idx-contents > .idx-text {
    color: #180b00;
}

@media only screen and (min-width: 769px) {
    .idx-box-02 > .idx-box-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .idx-box-02 > .idx-box-inner > .idx-box-item {
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 30px;
    }
    .idx-box-02 > .idx-box-inner > .idx-box-item:nth-child(2n) {
        margin-right: 0;
    }
    .idx-box-02 > .idx-box-inner > .idx-box-item > a > .idx-img {
        margin-right: 35px;
    }
    .idx-box-02 > .idx-box-inner > .idx-box-item > a > .idx-img > .idx-img-icon {
        max-width: none;
    }
}

/* ==============================================================================================
 .utility-btn-box
================================================================================================= */
.utility-btn-box {
    padding: 30px 20px;
    text-align: center;
    background-color: #f7f7f7;
    border-top: solid 2px #ee1d23;
}

.utility-btn-box .btn-box-title {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 1.8rem;
}

.utility-btn-box .lists .utility-item .item-flow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 150px;
    color: #180b00;
    background-color: #ffd9da;
    border: solid 2px #ee1d23;
    border-radius: 30px;
}

.utility-btn-box .lists .utility-item .item-flow .icon {
    position: absolute;
    left: 25px;
    margin-bottom: 0;
}

.utility-btn-box .lists .utility-item .item-flow:hover, .utility-btn-box .lists .utility-item .item-flow:active, .utility-btn-box .lists .utility-item .item-flow:focus {
    color: #ee1d23;
    opacity: .7;
}

.utility-btn-box .lists .utility-item .item-flow::before {
    position: absolute;
    top: 50%;
    left: calc(100% - 20px);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #ee1d23;
    content: "";
    transform: translateY(-50%);
}

.utility-btn-box .lists .utility-item .item-faq {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 128px;
    color: #180b00;
    background-color: #ffe9a0;
    border: solid 2px #ee1d23;
    border-radius: 30px;
}

.utility-btn-box .lists .utility-item .item-faq .icon {
    position: absolute;
    left: 25px;
    margin-bottom: 0;
}

.utility-btn-box .lists .utility-item .item-faq:hover, .utility-btn-box .lists .utility-item .item-faq:active, .utility-btn-box .lists .utility-item .item-faq:focus {
    color: #ee1d23;
    opacity: .7;
}

.utility-btn-box .lists .utility-item .item-faq::before {
    position: absolute;
    top: 50%;
    left: calc(100% - 20px);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #ee1d23;
    content: "";
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
    .utility-btn-box .lists {
        display: flex;
        justify-content: center;
        height: 100%;
    }
    .utility-btn-box .lists .utility-item + .utility-item {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .utility-btn-box .lists {
        display: block;
    }
    .utility-btn-box .lists .utility-item {
        width: auto;
        margin-bottom: 15px;
    }
    .utility-btn-box .lists .utility-item .item-flow {
        padding: 20px 70px;
    }
    .utility-btn-box .lists .utility-item .item-faq {
        padding: 20px 70px;
    }
}

/* ==============================================================================================
 .btn-box-01
================================================================================================= */
.btn-box-01 {
    width: 100%;
    margin-bottom: 50px;
    padding: 30px 20px;
    text-align: center;
    background-color: #ffe9a0;
}

.btn-box-01 .text {
    margin-bottom: 25px;
}

.btn-box-01 .btn {
    position: relative;
    display: inline-block;
    padding: 20px 60px;
    color: #180b00;
    text-align: center;
    background-color: #fff;
    border: solid 2px #ee1d23;
    border-radius: 30px;
    transition: .2s;
}

.btn-box-01 .btn::before {
    position: absolute;
    top: 50%;
    right: 24px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #ee1d23;
    content: "";
    transform: translateY(-50%);
}

.btn-box-01 .btn:hover, .btn-box-01 .btn:active, .btn-box-01 .btn:focus {
    color: #180b00;
    background-color: #ffd9da;
}

/* ==============================================================================================
 .box-01
================================================================================================= */
.box-01 {
    margin-bottom: 50px;
    padding: 20px;
    background-color: #f7f7f7;
    border-top: solid 2px #ee1d23;
}

.box-01 .box-title {
    padding-bottom: 17px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    border-bottom: solid 1px #bdbdbd;
}

.box-01 .box-item {
    margin-top: 20px;
}

.box-01 .box-item > *:last-child {
    margin-bottom: 0;
}

.box-01 > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .box-01 .box-title {
        font-size: 1.6rem;
    }
}

/*
 * .btn
** ------------------------------------------------------ */
.btn-wrap {
    margin-bottom: 50px;
}

.btn-wrap .btn {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font-weight: bold;
    color: #180b00;
    text-align: center;
    background-color: #fff;
    border: solid 2px #ee1d23;
    border-radius: 30px;
    transition: .2s;
}

.btn-wrap .btn::before {
    position: absolute;
    top: 50%;
    right: 24px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #ee1d23;
    content: "";
    transform: translateY(-50%);
}

.btn-wrap .btn:hover, .btn-wrap .btn:active, .btn-wrap .btn:focus {
    color: #180b00;
    background-color: #ffd9da;
}

.btn-wrap .btn.size-m {
    width: 200px;
    max-width: 100%;
}

.p-center {
    text-align: center;
}

.p-left {
    text-align: left;
}

.p-right {
    text-align: right;
}

/*
 * media
** ------------------------------------------------------ */
.media-wrap {
    margin-bottom: 50px;
}

@media only screen and (min-width: 769px) {
    .media-wrap > .img-sp {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .media-wrap img {
        width: 100%;
        height: auto;
    }
    .media-wrap > .img-pc {
        display: none;
    }
    .media-wrap > .img-sp {
        display: block;
    }
}

.media-iframe {
    width: 100%;
    max-width: 1200px;
    height: 600px;
    margin-bottom: 50px;
    border: 0;
}

/*
 * .img-layout
** ------------------------------------------------------ */
.img-layout {
    display: flex;
    margin-bottom: 50px;
}

.img-layout > .img-area {
    flex-basis: 30%;
    margin-right: 5%;
}

.img-layout > .layout-item {
    flex-basis: 65%;
}

.img-layout > .layout-item > *:last-child {
    margin-bottom: 0;
}

.img-layout.v-right {
    flex-direction: row-reverse;
}

.img-layout.v-right > .img-area {
    margin-right: 0;
    margin-left: 5%;
}

@media only screen and (max-width: 768px) {
    .img-layout {
        flex-direction: column;
        align-items: center;
    }
    .img-layout > .img-area {
        flex-basis: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .img-layout > .img-area img {
        width: 100%;
        height: auto;
    }
    .img-layout > .layout-item {
        flex-basis: auto;
    }
    .img-layout.v-right {
        flex-direction: column;
    }
    .img-layout.v-right > .img-area {
        margin-left: 0;
    }
    .img-layout.v-right > .img-area img {
        width: 100%;
        height: auto;
    }
}

/*
 * .heading-layout
** ------------------------------------------------------ */
.heading-layout {
    display: flex;
    margin-bottom: 50px;
}

.heading-layout .layout-area {
    flex-basis: 48%;
    margin-right: 4%;
}

.heading-layout .layout-area:last-child {
    margin-right: 0;
}

.heading-layout .layout-area .head-title {
    margin-bottom: 20px;
}

.heading-layout .layout-area .head-title > * {
    margin-bottom: 0;
}

.heading-layout .layout-area .item > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .heading-layout {
        display: block;
    }
    .heading-layout .layout-area {
        flex-basis: auto;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .heading-layout .layout-area:last-child {
        margin-bottom: 0;
    }
}

/*
 * .table
** ------------------------------------------------------ */
/* theadなし sp時、1カラム */
.table-01 {
    margin-bottom: 50px;
}

.table-01 > .table-01-inner {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.table-01 > .table-01-inner th {
    padding: 20px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    background-color: #fff8f2;
    border-bottom: solid 1px #dbdbdb;
}

.table-01 > .table-01-inner th > * {
    margin-bottom: 0;
}

.table-01 > .table-01-inner td {
    padding: 20px;
    border-bottom: solid 1px #dbdbdb;
}

.table-01 > .table-01-inner td > .text {
    margin-bottom: 10px;
}

.table-01 > .table-01-inner td > *:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .table-01 > .table-01-inner tr:last-child th, .table-01 > .table-01-inner tr:last-child td {
        border-bottom-width: 0;
    }
}

@media only screen and (max-width: 768px) {
    .table-01 > .table-01-inner tr:first-child > th {
        border-top: 0;
    }
    .table-01 > .table-01-inner th {
        display: block;
        border-top: solid 1px #dbdbdb;
    }
    .table-01 > .table-01-inner td {
        display: block;
        border: 0;
    }
}

/*
 * .table-02 sp時にアイコン表示 左右スクロール可能
** ------------------------------------------------------ */
.table-02 {
    position: relative;
    margin-bottom: 50px;
}

.table-02 .table-scroll-wrap .table-02-inner {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.table-02 .table-scroll-wrap .table-02-inner tr > th {
    padding: 20px 8px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    background-color: #fff8f2;
    border-right: 1px solid #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
}

.table-02 .table-scroll-wrap .table-02-inner tr > th > * {
    margin-bottom: 0;
}

.table-02 .table-scroll-wrap .table-02-inner tr > td {
    padding: 20px 8px;
    text-align: center;
    border-right: 1px solid #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
}

.table-02 .table-scroll-wrap .table-02-inner tr > td > .text {
    margin-bottom: 10px;
}

.table-02 .table-scroll-wrap .table-02-inner tr > td > *:last-child {
    margin-bottom: 0;
}

.table-02 .table-scroll-wrap .table-02-inner tr > *:last-child {
    border-right: 0;
}

@media only screen and (min-width: 769px) {
    .table-02 .table-scroll-icon {
        display: none;
    }
    .table-02 .table-scroll-wrap .table-02-inner {
        table-layout: fixed;
    }
}

@media only screen and (max-width: 768px) {
    .table-02 .table-scroll-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        visibility: hidden;
        transition: opacity .2s ease;
        transform: translate(-50%, -50%);
    }
    .table-02 .table-scroll-wrap {
        overflow-x: auto;
    }
    .table-02 .table-scroll-wrap .table-02-inner tr > th {
        white-space: nowrap;
    }
    .table-02 .table-scroll-wrap .table-02-inner tr > td {
        white-space: nowrap;
    }
    .table-02.is-scroll .table-scroll-icon {
        opacity: 0;
    }
}

/* ==============================================================================================
テーブル調整
================================================================================================= */
.w-15 {
    width: 15%;
}

.w-35 {
    width: 35%;
}

.w-85 {
    width: 85%;
}

/*
 * unique modules
** ------------------------------------------------------ */
/* ==============================================================================================
 shop-map
================================================================================================= */
.shop-map {
    margin-bottom: 50px;
}

.shop-map .shop-map-lists {
    height: auto;
    border: solid 2px #ee1d23;
    border-radius: 5px;
}

.shop-map .shop-map-lists > .shop-map-lists-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.shop-map .shop-map-lists > .shop-map-lists-inner > .shop-map-list .list-title {
    display: flex;
    justify-content: center;
    padding: 7px;
    background-color: #ffd9da;
}

.shop-map .shop-map-lists > .shop-map-lists-inner > .shop-map-list .list-items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 16px;
}

.shop-map .shop-map-lists > .shop-map-lists-inner > .shop-map-list .list-items > .list-item {
    width: 33.33%;
}

.shop-map .shop-map-lists > .shop-map-lists-inner > .shop-map-list .list-items > .list-item a {
    position: relative;
    display: block;
    padding: 5px 0 7px 10px;
}

.shop-map .shop-map-lists > .shop-map-lists-inner > .shop-map-list .list-items > .list-item a::before {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #ee1d23;
    content: "";
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
    .shop-map-img {
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
    }
    .shop-map-lists > .shop-map-lists-inner > .shop-map-list {
        display: flex;
        flex-direction: column;
        width: 31.12%;
        margin-right: 3.32%;
        margin-bottom: 3%;
    }
    .shop-map-lists > .shop-map-lists-inner > .shop-map-list:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .shop-map-img {
        display: none;
    }
    .shop-map-lists > .shop-map-lists-inner > .shop-map-list {
        width: 100%;
        margin-right: 0;
    }
    .shop-map-lists > .shop-map-lists-inner > .shop-map-list .list-items {
        padding: 10px 0;
    }
}

/* ==============================================================================================
javascript-wedgit
================================================================================================= */
/* ==============================================================================================
news-tab
================================================================================================= */
.news-tab {
    position: relative;
    margin-bottom: 50px;
}

.news-tab .tab-pager .left, .news-tab .tab-pager .right {
    position: absolute;
}

.news-tab .tab-pager .left:disabled, .news-tab .tab-pager .right:disabled {
    background-color: #ccc;
    cursor: auto;
}

.news-tab .tab-pager .left {
    top: 50%;
    left: 0;
    height: 100%;
    color: transparent;
    background-color: #ee1d23;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transform: translateY(-50%);
}

.news-tab .tab-pager .left::before {
    position: absolute;
    top: 50%;
    right: calc(100% - 4px - (14px / 2));
    border-top: 4px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 4px solid transparent;
    content: "";
    transform: translateY(-50%);
}

.news-tab .tab-pager .right {
    top: 50%;
    right: 0;
    height: 100%;
    color: transparent;
    background-color: #ee1d23;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: translateY(-50%);
}

.news-tab .tab-pager .right::before {
    position: absolute;
    top: 50%;
    left: calc(100% - 4px - (14px / 2));
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    content: "";
    transform: translateY(-50%);
}

.news-tab .tab-pager .tab-list-frame {
    overflow-x: hidden;
    margin: 0 30px;
}

.news-tab .tab-pager .tab-list {
    display: flex;
    transition: transform .5s;
    transform: translateX(0);
}

.news-tab .tab-pager .tab-list > .list-item {
    flex-shrink: 0;
    width: 220px;
    margin-right: 5px;
}

.news-tab .tab-pager .tab-list > .list-item:first-child {
    margin-left: auto;
}

.news-tab .tab-pager .tab-list > .list-item:last-child {
    margin-right: auto;
}

.news-tab .tab-pager .tab-list > .list-item > .item-content {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 15px;
    color: #180b00;
    border: 2px solid #ee1d23;
    border-radius: 5px;
}

.news-tab .tab-pager .tab-list > .list-item > .item-content:hover, .news-tab .tab-pager .tab-list > .list-item > .item-content:active, .news-tab .tab-pager .tab-list > .list-item > .item-content:focus {
    background-color: #ffd9da;
}

.news-tab .tab-pager .tab-list > .list-item > .item-content.is-active {
    background-color: #ffd9da;
}

/* ==============================================================================================
 carousel
================================================================================================= */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;

    -webkit-touch-callout: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.slick-track::before, .slick-track::after {
    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;
    width: 100%;
}

.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;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    font-size: 0;
}

.slick-prev:hover, .slick-prev:active, .slick-prev:focus, .slick-next:hover, .slick-next:active, .slick-next:focus {
    background-color: #ffd9da;
}

.slick-prev:hover::before, .slick-prev:active::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:active::before, .slick-next:focus::before {
    transform: translate(-50%, -50%) scale(1.5);
}

.slick-prev {
    top: 50%;
    left: 2%;
    z-index: 10;
    width: 40px;
    height: 40px;
    padding: 5px;
    color: transparent;
    background-color: #fff;
    border: solid 2px #ee1d23;
    border-radius: 100%;
    box-shadow: 4px 0 6px -4px rgba(0, 0, 0, .5);
    transform: translateY(-50%);
}

.slick-prev::before {
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    border-top: 5px solid transparent;
    border-right: 8px solid #ee1d23;
    border-bottom: 5px solid transparent;
    content: "";
    transition: transform .2s;
    transform: translate(-50%, -50%) scale(1);
}

.slick-next {
    top: 50%;
    right: 2%;
    z-index: 10;
    width: 40px;
    height: 40px;
    padding: 5px;
    color: transparent;
    background-color: #fff;
    border: solid 2px #ee1d23;
    border-radius: 100%;
    box-shadow: -4px 0 6px -4px rgba(0, 0, 0, .5);
    transform: translateY(-50%);
}

.slick-next::before {
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #ee1d23;
    content: "";
    transition: transform .2s;
    transform: translate(-50%, -50%) scale(1);
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.slick-dots > li:first-child:last-child {
    display: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    font-size: 0;
    color: transparent;
    line-height: 0;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 1;
}

.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    font-size: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 20px;
    background-color: #e5e5e5;
    border-radius: 50%;
    content: "";
    opacity: 1;
}

.slick-dots li.slick-active button::before {
    background-color: #ee1d23;
    opacity: 1;
}

.carousel-01 {
    margin-bottom: 50px;
}

@media only screen and (min-width: 769px) {
    .carousel-01 .carousel-main {
        width: 100%;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    }
    .carousel-01 .carousel-main .carousel-slide {
        width: 100%;
        max-width: 1000px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .carousel-01 .carousel-main .carousel-slide img {
        max-width: 100%;
    }
    .carousel-01 .carousel-main .overlay-prev, .carousel-01 .carousel-main .overlay-next {
        position: absolute;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 5px;
        content: "";
        opacity: 0;
    }
    .carousel-01 .carousel-main .overlay-prev {
        left: -15px;
        transform: translateX(-100%);
    }
    .carousel-01 .carousel-main .overlay-next {
        right: -15px;
        transform: translateX(100%);
    }
    .carousel-01 .slick-center {
        position: relative;
    }
    .carousel-01 .slick-center .overlay-prev, .carousel-01 .slick-center .overlay-next {
        opacity: 1;
    }
    .carousel-control-nav {
        max-width: 720px;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
    }
    .carousel-control-nav-item {
        max-width: 240px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .carousel-control-nav-item.slick-current img {
        border: solid 2px #ee1d23;
        border-radius: 7px;
    }
    .carousel-control-nav .slick-track {
        transform: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-01 .carousel-control-nav .carousel-control-nav-item {
        display: none;
    }
    .slick-prev {
        left: -15px;
        width: 30px;
        height: 30px;
    }
    .slick-next {
        right: -15px;
        width: 30px;
        height: 30px;
    }
}

/* ==============================================================================================
 carousel ガスフォームページ
================================================================================================= */
.carousel-02 {
    width: 600px;
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
}

.carousel-02 .carousel-panel {
    position: relative;
    max-width: 600px;
}

.carousel-02 .carousel-panel .cap {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 5px;
    color: #fff;
    background-color: #2a2a2a;
    border-radius: 20px;
}

.carousel-02 .slick-prev {
    left: -50px;
}

.carousel-02 .slick-next {
    right: -50px;
}

@media only screen and (max-width: 768px) {
    .carousel-02 {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 70px;
    }
    .carousel-02 .carousel-panel {
        max-width: 100%;
    }
    .carousel-02 .carousel-panel .cap {
        top: 8px;
        left: 8px;
    }
    .carousel-02 .slick-prev {
        left: -10px;
    }
    .carousel-02 .slick-next {
        right: -10px;
    }
}

/* ==============================================================================================
 page-top
================================================================================================= */
.page-top {
    position: -webkit-sticky;
    position: sticky;
    bottom: 60px;
    left: 0;
    z-index: 11;
    width: 100%;
    pointer-events: none;
}

.page-top .page-top-inner {
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    margin-top: -40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.page-top .page-top-inner a {
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 100%;
    pointer-events: auto;
}

.page-top .page-top-inner a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #fff;
    border-left: 6px solid transparent;
    content: "";
    transform: translate(-50%, -50%);
}

.page-top .page-top-inner a > span {
    overflow-y: hidden;
    opacity: 0;
}

/*
 * 調整クラス
** ------------------------------------------------------ */
.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* ==============================================================================================
 カラム調整
================================================================================================= */
/*
 * PC用
** ------------------------------------------------------ */
@media only screen and (min-width: 769px) {
    .col-3 > ul > li {
        width: 30%;
        margin-right: 5%;
    }
    .col-3 > ul > li:nth-of-type(3n) {
        margin-right: 0;
    }
    .col-3 > ul > li:last-child {
        margin-right: 0;
    }
}

/*
 * SP用
** ------------------------------------------------------ */
@media only screen and (max-width: 768px) {
    .sp-col2 > ul > li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .sp-col2 > ul > li:nth-of-type(2n) {
        margin-right: 0;
    }
    .sp-col2 > ul > li:last-child {
        margin-right: 0;
    }
}
