@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

/* common-css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input::placeholder {
    color: #909090;
}

input::-ms-input-placeholder {
    color: #909090;
}

input:-ms-input-placeholder {
    color: #909090;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


:root {
    --base-color: #333;
    --white: #fff;
    --gray: #F4F4F4;
    --blue: #606AFF;
    --yellow: #F1D536;
    --content-l_inner: 65px 0;
    --content-m_inner: 45px 0;
    --relative-base-px: 4px;
}

body {
    min-width: 1100px;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    color: var(--base-color);
    /* padding-top: 144px; */
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
調整系
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.bold,
.common-table tbody tr th.bold {
    font-weight: bold;
}

.text-align {
    text-align: center;
}

.br {
    display: block;
}

.sp-br {
    margin-left: -4px;
}

body.home .wrap,
.wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


.breadcrumbs-wrap {
    margin-top: 20px;
}

.breadcrumbs .arrow {
    margin: 0 5px;
}

.breadcrumbs a {
    border-bottom: 1px solid transparent;
}

.breadcrumbs a:hover {
    border-bottom: 1px solid var(--base-color);
}

.wrap_l_base-area {
    max-width: 900px;
    width: 100%;
    margin: auto;
}


.wrap_base-white {
    background-color: var(--white);
    padding-top: 60px
}

.wrap_base-area {
    max-width: 740px;
    width: 100%;
    margin: auto
}

a {
    transition: .2s;
    text-decoration: none;
}

a:hover {
    opacity: .75;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.mt-3 {
    margin-top: 30px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-8 {
    margin-top: 80px;
}


.mb-2 {
    margin-bottom: 20px;
}

.back-white {
    background: var(--white)
}

.grid {
    display: grid;
}

.ps-re {
    position: relative;
    z-index: 0;
}

.ps-ab {
    position: absolute;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-tb {
    padding: 100px 0;
}

p,
th,
td,
h2,
h3,
body,
li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.news-archive-sec .wrap_base-white {
    padding-bottom: 40px
}

.news-single-list__function_img {
    width: 80px;
    margin: auto;
}

.pagenation {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pagenation img {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.pagenation span {
    color: #707070;
    width: 32px;
    text-align: center;
}

.pagenation span.page {
    display: inline-block;
    font-size: 22px;
    color: #707070;
}

.pagenation span.current {
    color: var(--blue);
    font-weight: bold;
}

.pagenation span.end {
    height: 20px;
    width: 20px;
}

.pagenation span.end::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    background-color: #909090;
}

.pagenation-arrow svg {
    display: block;
    position: relative;
    top: 1px;
    margin: 0 auto;
}

.pagenation-arrow svg path {
    transition: .2s;
}

.pagenation-arrow a:hover svg path {
    stroke: var(--blue);
    stroke-width: 2px;
}

.pagenation a:hover {
    opacity: 1;
    font-weight: bold;
    color: var(--blue);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ニュース
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.news-archive-sec,
.news-single-sec {
    padding-bottom: 100px;
}

.news-list__item-meta__date {
    color: var(--blue);
    margin-right: 20px;
}

.news-archive-sec .news-list__item-meta {
    justify-content: normal;
}

.news-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 85px;
}

.news-nav li {
    margin-left: 42px;
    font-weight: bold;
}

.news-nav li a {
    border-bottom: 1px solid transparent;
    font-size: 18px;
}

.news-nav li.current a {
    border-bottom: 1px solid var(--base-color);
    color: var(--base-color)
}

.news-nav li:first-child {
    margin-left: 0px;
}

.news-nav li a:hover {
    opacity: 1;
    border-bottom: 1px solid var(--base-color);
    color: var(--blue);
}


.news-list__item {
    margin-bottom: 44px;
}

.news-list__item:last-child {
    margin-bottom: 80px;
}

.news-list__item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 22px;
}

.news-list__item-meta__date {
    font-weight: bold;
    color: var(--base-color);
}

.news-list__item-meta__cat {
    width: 100px;
    height: 25px;
    font-size: 12px;
    background: var(--base-color);
    color: var(--white);
    text-align: center;
    line-height: 2;
}

.news-list__item-meta__cat.important {
    background-color: var(--white);
    color: #DC3545;
    border: solid 1px #DC3545;
}

.news-list__item-link.important {
    color: #DC3545;
}

.news-list__item-link {
    width: calc(100% - 60px);
    line-height: 1;
}

.news-list__item-link a {
    font-weight: 500;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.news-list__item-thumbnail {
    max-width: 150px;
    width: 100%
}

.news-list__item-thumbnail+dl {
    margin-left: 35px;
    border-bottom: 1px solid transparent;
    line-height: 1.6;
}

.news-list__item-thumbnail+dl dt {
    font-size: 18px;
}

.news-list__item-thumbnail+dd {
    font-weight: normal;
}

/* ニュースホバー */
.news-list__item-link a:hover .news-list__item-thumbnail+dl {
    opacity: 1;
    border-bottom: 1px solid var(--base-color);
}

/* ニュース個別記事　記事詳細 */
.news-single-sec .news-list__item-meta {
    margin-bottom: 10px;
}

.news_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-img {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.news-img img {
    object-fit: cover;
    width: 100%;
}


.bottommargin-sm {
    margin-bottom: 30px !important;
}

.bottommargin {
    margin-bottom: 50px !important;
}


.post-content h3 {
    margin: 44px 0 20px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.feature-box {
    position: relative;
    padding: 0 0 0 50px;
}

.fbox-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.post-content i {
    font-style: normal;

    text-align: center;
    line-height: 64px;
    width: 40px;
    border-radius: 50%;
    background-color: #1ABC9C;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.post-content i::before {
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    background: url(../images/common/check.svg) no-repeat center/contain;
}


.post-content h3+p {
    font-size: 14px;
}

/* NEWS SINGLE */
.news-single-sec .common_hedding {
    margin: 40px auto;
}

.news-single-sec .common-line-title {
    margin-bottom: 15px;
}

.news-single-sec .news-shingle__connection {
    margin-top: 120px
}

.news-single-sec .news-shingle__connection .common_hedding {
    font-size: 32px;
    margin-bottom: 40px;
}

.left-img {
    margin-right: 20px;
}

.right-img {
    margin-left: 20px;
}

.post-content .news-flex p {
    max-width: 500px;
    width: 100%;
    margin: 0 0;
}


.news-flex dl dt {
    font-size: 24px;
}

.post-content p,
.post-content ul,
.post-content .news-flex {
    margin: 35px 0;
}

.post-content .news-flex {
    display: flex;
}

.news-shingle__connection ul p {
    font-size: 12px;
    font-weight: normal;
}

.connection-list__item {
    max-width: 205px;
    width: 100%;
    line-break: anywhere;
}

.connection-list__item img {
    width: 100%;
}

.news-single-list ul li::before {
    display: none;
}

.news-shingle__connection+.news-shingle__connection {
    margin-top: 70px;
    padding-bottom: 90px;
}

.news-single-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 50px;
}

.news-single-list li:first-child {
    margin-left: 0;
}

.news-single-list li dt {
    margin: 8px 0;
}

.news-single-list li dd {
    font-size: 14px;
}

.news-single-list li img {
    width: 100%;
}

.news-single-list__function ul,
.news-shingle__connection ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 50px;
}

.news-single-list__function li {
    /* max-width: 210px; */
    width: 100%;
    background: var(--gray);
    padding: 40px 16px 16px;
    /* margin: 0 0 20px 20px; */
    text-align: center;
    display: flex;
    flex-direction: column;
}

.news-cta {
    border: solid 5px var(--gray);
    padding: 0 0 40px;
    text-align: center;
}

.news-single-list__function li:nth-child(5),
.news-single-list__function li:nth-child(9) {
    margin-left: 0;
}

.news-single-list__function li dl {
    -ms-flex-positive: 1;
    flex-grow: 2;
    margin: 0 0 10px
}

.news-single-list__function li dt {
    margin: 18px auto;
    font-size: 16px;
}

.news-single-list__function li dd {
    font-size: 12px;
    text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ヘッダー
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* HEADER */
@media screen and (min-width: 992px) {
    body.header-logo-only {
        padding-top: 96px;
    }

    body.header-logo-only #header {
        padding: 9px 0 16px;
    }

    body.header-simple {
        padding-top: 67px;
    }

    body.header-simple #header {
        padding-bottom: 6px;
    }

    body.header-simple .header-content {
        align-items: center;
    }

    body.header-simple .header-menu__account-item--cart {
        margin-left: 10px;
    }
}

#header {
    background-color: var(--white);
    position: absolute;
    z-index: 999;
    top: 0;
    pagenation left: 0;
    width: 100%;
    transition: .2s;
}

#header.fixed,
.home #header.fixed {
    position: fixed;
    animation: headerFixed .3s forwards;
    background: #fff;
}

@keyframes headerFixed {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

#header.fixed .header-nav,
#header.fixed .header-top-nav {
    display: none;
}

.header-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    height: 70px;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    align-items: center;
}

.header-logo-item {
    max-width: 50px;
    width: 100%;
}

.header-logo-item:not(:last-child) {
    margin-right: 34px;
}

.header-logo-item img {
    width: 45px;
}

.header-menu {
    align-items: center;
}

.header-menu__nav {
    margin-right: 28px;
    font-weight: bold;
}

.header-menu__nav a {
    font-size: 14px;
}

.header-menu__nav a:hover {
    opacity: 1;
    color: var(--base-color);
}

.header-menu__nav li:not(:last-child) {
    margin-right: 34px;
}

.header-menu__account-item__icon svg {
    width: 20px;
    height: 25px;
}

.header-menu__account-item span:not([class]) {
    font-size: 10px;
}

.header-menu__account-item {
    width: 51px;
    height: 51px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.header-menu__account-item a {
    display: block;
    text-align: center;
    color: #707070;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-top: 7px;
    position: relative;
}

.header-menu__account-item svg path {
    transition: .2s;
}

.header-menu__account-item--cart__count {
    position: absolute;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--base-color);
    text-align: center;
    font-weight: 500;
    right: -12px;
    margin-top: 0;
    width: 25px;
    height: 25px;
    padding-top: 6px;
    top: 5px;
}

.header-menu__account-item span {
    display: block;
    margin-top: 3px;
}

.header-menu__account-item.active-login:not(.header-menu__account-item--cart) img {
    transform: translateX(5px);
}

.header-menu__account-item__icon {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu__account-item--cart {
    margin-left: 10px;
}

.header-menu__account-item--cart a {
    background-color: #D9328E;
    color: var(--white);
}

.header-menu__account-item--cart svg {
    transform: translateX(-5px);
    width: 29px;
    height: 25px;
}

.header-menu__account-item:not(.header-menu__account-item--cart):not(.active-login) a:hover {
    opacity: 1;
    color: var(--base-color);
}

.header-menu__account-item:not(.header-menu__account-item--cart) a:hover svg path {
    fill: var(--base-color);
}

.header-menu__account-item.active-login a {
    background-color: var(--base-color);
    color: var(--white);
}

.header-menu__account-item.header-menu__account-item--cart.active-login a {
    background-color: var(--white);
    color: #707070;
}

.header-menu__account-item.active-login .header-menu__account-item--cart__count {
    color: var(--white);
}

.header-nav {
    padding-bottom: 10px;
    max-width: 1000px;
    margin: 15px auto 0;
}

.header-nav__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.header-nav a {
    font-size: 22px;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 1.6;
    position: relative;
}

.header-nav li+li {
    border-left: 1px solid #CDCDCD;
}

.header-nav a::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--base-color);
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: .2s;
    pointer-events: none;
    opacity: 0;
}

.header-nav a:hover {
    opacity: 1;
}

.header-nav a.current::before,
.header-nav a:hover::before {
    opacity: 1;
}

#drawer,
#drawer-overlay {
    display: none;
}

.nav-toggle {
    position: relative;
    width: 21px;
    height: 15px;
    display: block;
    margin-left: 20px;
}

.nav-toggle span {
    background-color: #000;
    height: 2px;
    width: 100%;
    transition: .3s;
    position: absolute;
    left: 0;
}

.nav-toggle span:nth-of-type(1) {
    top: 0;
}

.nav-toggle span:nth-of-type(2) {
    /* display: none; */
    top: 7px;
}

.nav-toggle span:nth-of-type(3) {
    top: 14px;
}

.open .nav-toggle span:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
}

.open .nav-toggle span:nth-of-type(2) {
    opacity: 0;
}

.open .nav-toggle span:nth-of-type(3) {
    transform: translateY(-7px) rotate(-45deg);
}


/* DRAWER */
#drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 998;
}

#drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--white);
    z-index: -1;
    width: 86%;
    max-width: 325px;
    height: calc(100vh);
    overflow-y: scroll;
    transition: .3s;
    padding: 100px 20px 35px;
    opacity: 0;
    visibility: hidden;
}

#header.open #drawer {
    opacity: 1;
    visibility: visible;
}

.drawer-menu a {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 15px 0;
    display: block;
}

.drawer-menu a::before {
    content: "";
    pointer-events: none;
    width: 27px;
    height: 19px;
    background: url(../images/header/drawer-arrow.svg) no-repeat center center / contain;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}

.drawer-menu li:not(:last-child) {
    border-bottom: 1px solid #E6E4E4;
}

.drawer-link {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.drawer-link li+li::before {
    content: "|";
    margin: 0 10px;
}


/* PAGE */
.page-title {
    text-align: center;
    color: #1A2FBA;
    /* margin-bottom: 50px; */
    font-size: 26px;
    font-weight: bold;
}

/* .common_btn a {
    color: #1A2FBA;
    background: var(--yellow);
    border-radius: 30px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 3.2;
    text-align: center;
    max-width: 325px;
    height: 65px;
    margin: auto;
    position: relative;
box-shadow: 0 10px;
} */


/* ボタン共通設定 */
.common_btn a,
.common_btn p {
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    text-decoration: none;
    display: block;
    text-align: center;
    background: var(--yellow);
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 3.2;
    text-align: center;
    max-width: 340px;
    height: 65px;
    margin: auto;
    transition: all 0.2s ease;
}

/*hoverをした後のボタンの形状*/
.common_btn a:hover,
.common_btn input:hover {
    border-color: transparent;
    background-color: transparent;
}

.common_btn p input {
    width: 100%;
    color: var(--base-color);
}

.common_btn p input:hover {
    background-color: var(--base-color);
    color: var(--white);
}

/*ボタンの中のテキスト*/
.common_btn a span,
.common_btn p input {
    position: relative;
    z-index: 2;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
    display: block;
    background: var(--yellow);
    border-radius: 30px;
    color: #1A2FBA;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
}

/*== 下に押し込まれる（立体が平面に） */

/*影の設定*/
.common_btn a:before,
.common_btn input:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 0;
    /*影の形状*/
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.2);
}

/*hoverの際にY軸に4pxずらす*/
.common_btn a:hover span {
    background-color: #333;
    color: #fff;
    transform: translateY(10px);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    下層見出し
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.lower-layer_heading {
    background-color: var(--white);
        padding: 125px 0 96px;
    text-align: center;
    height: 220px
}

.lower-layer_heading_02 {
    background-color: var(--white); /* 背景色は既存のものを保持 */
    padding: 125px 0 56px; /* 既存のパディング */
    text-align: center; /* テキストを中央揃え */
    height: auto; /* 高さを自動にして柔軟性を確保 */
    display: flex; /* 子要素をフレックスで配置 */
    flex-direction: column; /* 子要素を縦並びに配置 */
    align-items: center; /* 子要素を中央揃え */
    justify-content: center; /* 垂直方向で中央揃え */
}

.lower-layer_heading_02 .page-title {
    margin: 0; /* タイトルの余白をリセット */
    font-size: 1.8rem; /* 必要に応じてタイトルのフォントサイズを調整 */
    line-height: 1.5; /* 行の高さを調整 */
}

.lower-layer_heading_02 .subttl {
    margin-top: 10px; /* タイトルとサブタイトルの間に余白を追加 */
    font-size: 1rem; /* サブタイトルのフォントサイズ */
    color: #333; /* サブタイトルのテキスト色 */
    display: inline-block; /* ブロック要素で中央揃えを維持 */
    width: 100%; /* サブタイトルを幅いっぱいに設定 */
    max-width: 760px; /* 最大幅を760pxに制限 */
    text-align: center; /* サブタイトルのテキストを中央揃え */
}

/* 幅760px以下のレスポンシブ対応 */
@media (max-width: 760px) {
    .lower-layer_heading_02 {
        padding: 80px 0; /* 狭い画面に適したパディングを設定 */
    }

    .lower-layer_heading_02 .subttl {
        margin-top: 10px; /* 必要に応じて余白を調整 */
    }
}

.lower-layer_heading p {
    margin-top: 35px;
}

.lower-layer_heading_02 p.subttl {
    margin-top: 5px;
}

.subttl {
    display: inline-block; /* 横並びを維持しつつ改行を許可 */
    margin-top: 0; /* 上部の余白をリセット */
    margin-left: 20px; /* 通常時の横方向の余白 */
}

/* 幅760px以下で改行を強制 */
@media (max-width: 760px) {
    .subttl {
        display: block; /* 強制的に改行 */
        width: 100%; /* 要素をブロックレベルにして幅を全体に設定 */
        margin-left: 0; /* 左余白をリセット */
        margin-top: 10px; /* 上部の余白を追加 */
    }
}



.common_hedding {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.common_hedding span {
    display: block;
    margin-top: -10px;
    font-size: 16px;
}

section {
    margin-top: 105px;
}

.breadcrumbs-wrap+section {
    margin-top: 30px;
}

.top-operation-sec,
.top-function-sec,
.top-qa-sec {
    background: var(--white);
    padding-top: 105px;
    margin-top: 0;

}

.top-qa-sec {
    padding-bottom: 105px;
}

.common-contact-sec {
    margin-top: 0;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top operation sec
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.top-operation-sec {
    margin: 0;
    padding: 105px 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common-contact-sec
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.secondary_hedding {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.common-table thead th {
    padding: 35px;
    font-size: 22px;
    text-align: center;
    background: #8A8ECC;
    color: var(--white);
    width: 20%;
}

.common-table thead th:first-child {
    width: 35%
}

.common-table thead th:nth-child(even) {
    background: #4E53A2
}

.common-table tbody tr th {
    font-size: 20px;
   padding-top: 20px;
   padding-bottom: 20px;
    font-weight: normal;
}

.common-table tbody tr:nth-child(odd) {
    background: #F8F8F8
}


.common-table tbody tr td {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.top-function-sec .common-table {
    position: relative;
    margin-bottom: 10px;
}

.top-function-sec .common-table::before {
  content: "";         /* 疑似要素に必須 */
  width: 100%;         /* 幅いっぱい */
  height: 50%;        /* 高さいっぱい */
  display: block;      /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(rgba(255,255,255,0) 0, #fff 80%); /* 徐々に透明にする */
  position: absolute;  /*  */
  bottom: 0;
  left: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
よくある質問
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.accordion-title .question,
.accordion-text .answer {
    color: var(--blue);
    font-size: 40px;
    margin-right: 60px;
    margin-top: -10px;
}

.accordion-text .flex {
    flex-wrap: nowrap;
    align-items: center;
}
.accordion-text .answer {
    color: #FFB134;
    /* width: 20%; */
}

.accordion-title {
    display: flex;
    align-items: center;
    border-top: 1px solid #707070;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 40px 20px;
    position: relative;
}

.accordion-list:last-child {
    border-bottom: 1px solid #707070;
}

.accordion {
    position: relative;
    width: 70px;
    height: 70px;
    border: solid var(--blue) 2px;
    border-radius: 100px;
    display: block;
    margin: 0 0 0 auto;
}
.accordion::before {
    position: absolute;
    content: '';
    top: 47%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 4px;
    width: 40px;
    background: var(--blue);
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.accordion::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 4px;
    width: 40px;
    background: var(--blue);
    transition: all .3s ease-in-out;
}

.accordion-title.open .accordion:before{
    transform: rotate(180deg);
}

.accordion-title.open .accordion:after {
    opacity: 0;
}

.accordion-text {
    display: none;
    align-items: center;
    padding: 10px 40px 25px 40px;
}

/* .accordion-text .answer,
.accordion-text .txt {
    display: inline-block;
} */


/* .accordion-text .txt {
    width: 60%;
} */


.top-case-sec ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    row-gap: 50px;
}

.top-case-sec ul a {
    display: block;
    text-align: center;
}

.top-case-sec .wrap_base-white {
    padding: 40px 0;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
コンタクト　お問い合わせ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.common-contact-sec {
    padding: 80px 0 65px;
    background: url(../images/top/contact_img.svg) center/cover;
}

.common-contact-sec .secondary_hedding {
    margin-bottom: 40px
}

.common-contact-sec p {
    margin-bottom: 45px;
}

.common-contact-sec h2,
.common-contact-sec p {
    color: var(--white)
}

/* CONTACT */
/* .contact-sec__text {
    margin-bottom: 80px;
}

.form .contact-sec__form-select {
    max-width: 300px;
} */

.contact-sec .common_btn {
    margin-top: 35px;
    margin-bottom: 105px;
}
.contact-sec .common-line-title:not(:first-of-type) {
    margin-top: 100px;
}

.contact-sec__form-text {
    text-align: center;
    margin-top: 55px;
}

.contact-sec__form-text a {
    color: var(--blue);
    text-decoration: underline;
}

a.external-link::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 4px;
    background: url(../images/common/icon-external.svg) no-repeat center center / contain;
}

.agree-checkbox+label {
    position: relative;
    padding-left: 70px;
    padding-top: 15px;
}

.agree-checkbox+label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #CDCDCD;
    background-color: var(--white);
    transition: .2s;
}

.agree-checkbox+label::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    width: 30px;
    height: 30px;
    opacity: 0;
    transition: .2s;
    background: url(../images/common/check.svg) no-repeat center center / contain;
}

.contact-sec__form-agree {
    text-align: center;
    margin-top: 65px;
}

.agree-checkbox:checked+label::before {
    background-color: var(--base-color);
    border-color: var(--base-color);
}

.agree-checkbox:checked+label::after {
    opacity: 1;
}

.error-message-box {
    border: 1px solid #DC3545;
    background-color: #FFEFEF;
    padding: 15px;
    margin: -40px 0 40px;
}

.error-message-box__text {
    color: #DC3545;
}

.contact-confirm-sec .contact-sec__text {
    font-size: 20px;
    font-weight: 500;
}

.contact-sec__form-submit {
    margin-top: 60px;
}

.contact-complete-sec .common-line-title {
    margin-bottom: 50px;
}

.contact-complete-sec .contact-sec__text {
    margin-bottom: 23px;
}

.contact-complete-sec__view-more {
    text-align: center;
    margin-top: 80px;
}

.contact-complete-sec__banner {
    margin-top: 110px;
    text-align: center;
}

.form-dl dl {
    display: flex;
}

.form_privacy .common_hedding {
    margin-bottom: 40px
}

.wrap_base-white+.wrap_base-white {
    margin-top: 43px;
}

.wrap.form {
    padding: var(--content-l_inner)
}

.wrap.form_privacy {
    padding: var(--content-m_inner)
}

.form_privacy-content {
    height: 300px;
    overflow: scroll;
}


/* フォーム */
.form dl:not(:last-child) {
    margin-bottom: 30px;
}

.form dl dt {
    font-weight: bold;
    max-width: 200px;
    width: 100%;
    /*margin-bottom: 4px;*/
}

.form_add dl dt {
    margin-bottom: -3px;
}

.form dl dt span {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    /* padding: 0 4px 2px; */
    margin-left: 0px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.form dl dd {
    max-width: 545px;
    width: 100%;
}

.form dl:first-child dd {
    max-width: 300px;
    width: 100%;
}

.form dl dd {
    font-size: 18px;
}

.form dl dt span.must {
    color: #FF0000;
}

.form dl dt span.any {
    background-color: #707070;
}

.form input[type="text"].error-input,
.form input[type="tel"].error-input,
.form input[type="email"].error-input,
.form input[type="number"].error-input,
.form input[type="password"].error-input,
.form select.error-input,
.form textarea.error-input {
    background-color: #FFF0F2;
    border: 1px solid #DC3545;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="number"],
.form input[type="password"],
.form select {
    background-color: var(--white);
    appearance: none;
    -webkit-appearance: none;
    height: 45px;
    width: 100%;
    border: 1px solid #CDCDCD;
    border-radius: 6px;
    padding: 0 13px;
    font-size: 18px;
}

.form textarea {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background-color: var(--white);
    border: 1px solid #CDCDCD;
    resize: none;
    height: 205px;
    border-radius: 6px;
    padding: 8px 14px;
}

.form input[type="radio"]+label {
    padding-left: 24px;
    position: relative;
}

.form input[type="radio"]+label::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #CDCDCD;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
    background-color: var(--white);
}

.form input[type="radio"]+label::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--base-color);
    position: absolute;
    top: 7px;
    left: 4px;
    transition: .2s;
    opacity: 0;
}

.form input[type="radio"]:checked+label::after {
    opacity: 1;
}

.form input.form-zipcode__input {
    max-width: 140px;
}

.form .form-pref {
    max-width: 330px;
}

.form .form-pref.sm {
    max-width: 110px;
}

.form-zipcode {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-zipcode__search {
    border: 1px solid var(--blue);
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    padding: 3px 10px;
    color: var(--blue);
    cursor: pointer;
    margin-left: 18px;
    transition: .2s;
    background-color: var(--white);
}

@media screen and (min-width: 992px) {
    .form-zipcode__search:hover {
        background-color: var(--blue);
        color: var(--white);
    }
}

.form .form-pref {
    position: relative;
    width: 100%;
}

.form .form-pref::before {
    content: "";
    z-index: 1;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 14px;
    width: 11px;
    height: 11px;
    background: url(../images/common/select-arrow.svg) no-repeat center center / contain;
}

.form-submit {
    text-align: center;
    margin-top: 50px;
}


.form-submit input[type="submit"].md,
.form-submit input[type="button"].md {
    font-size: 16px;
    min-width: 187px;
    padding: 18px 20px;
}

.form-submit input[type="submit"] {
    color: var(--blue);
    border: 1px solid var(--blue);
}

.form-submit.pink input[type="submit"] {
    background: var(--base-color);
    color: var(--white);
    border: solid var(--base-color) 1px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 3.2;
    text-align: center;
    max-width: 325px;
    width: 100%;
    height: 65px;
    margin: auto;
}

.form-submit.bg-pink input[type="submit"] {
    border-color: var(--base-color);
    background-color: var(--base-color);
    color: var(--white);
}

.form-submit input[type="button"] {
    color: var(--base-color);
    border: 1px solid var(--base-color);
}

.form-submit input[type="submit"]:hover {
    background-color: var(--blue);
    color: var(--white);
}

.form-submit.pink input[type="submit"]:hover {
    background-color: var(--white);
    color: var(--base-color);
}

.form-submit.bg-pink input[type="submit"]:hover {
    background-color: var(--white);
    color: var(--base-color);
}

.form-submit input[type="button"]:hover {
    background-color: var(--base-color);
    color: var(--white);
}

.mypage-customer-modify-confirm .form dl:not(:last-child) {
    margin-bottom: 35px;
}

.form-submit-flex {
    justify-content: center;
}

.form-submit-flex input[type="button"] {
    margin-right: 40px;
}

.form-attention {
    font-size: 14px;
    padding-left: 1em;
    margin-top: 5px;
}

.form-attention::before {
    content: "※";
    margin-left: -1em;
}







/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
フッター
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header-menu__nav a,
#footer .footer-menu a,
a.text-link_border {
    overflow: hidden;
    border-bottom: transparent solid 1px;
}
.header-menu__nav a:hover,
#footer .footer-menu a:hover,
a.text-link_border:hover {
    opacity: 1;
    border-bottom: var(--base-color) solid 1px;
}

/* FOOTER */
#footer {
    background-color: var(--white);
    padding: 86px 0 20px;
}

.footer-link {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 80px;
}

.footer-link li,
.footer-link a {
    color: var(--white);
}

.footer-link a {
    position: relative;
}

.footer-link a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: var(--base-color);
    transition: .2s;
}

.footer-link a:hover {
    opacity: 1;
}

.footer-link .sin-ul>li,
.footer-link .sin-ul>li>a {
    font-weight: bold;
}

.footer-link .sin-ul>li>a::before {
    content: "";
    width: 26px;
    height: 19px;
    display: inline-block;
    background: url(../images/common/footer-arrow-double.svg) no-repeat center center / contain;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.footer-link .sin-ul>li>a::after {
    left: 32px;
}

.footer-link .sec-ul>li>a::after {
    left: 19px;
}

@media screen and (min-width: 992px) {
    .footer-link .sin-ul>li>a:hover::after {
        width: calc(100% - 32px);
    }

    .footer-link .sec-ul>li>a:hover::after {
        width: calc(100% - 19px);
    }
}

.footer-link .sin-ul>li:not(:last-child) {
    margin-bottom: 35px;
}

.footer-link .sec-ul {
    margin-top: 15px;
}

.footer-link .sec-ul a {
    font-weight: 500;
    color: #E6E4E4;
}

.footer-link .sec-ul a::before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../images/common/footer-arrow.svg) no-repeat center center / contain;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.footer-link .sec-ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 25px;
}

.footer-menu a {
    font-size: 16px;
    font-weight: bold;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-menu li:not(:last-child)::after {
    content: "";
    display: inline-block;
    padding: 0 0.8em;
}

.footer-copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 45px;
    margin-bottom: 55px;
}

footer .wrap {
    position: relative;
}

.footer-logo {
    margin-top: 45px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top トップ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav_contact a{
    background: var(--yellow);
    padding: 2px 24px;
    border-radius: 20px;
    display: block;
}

.nav_contact a:hover {
    background-color: var(--base-color);
    color: var(--white);

}

#header {
    background: var(--gray)
}

.home .news-list__item-meta {
    margin-bottom: 0;
    flex-wrap: nowrap;
    margin-right: 20px;
}

.home .news-list__item-meta__date {
    margin-right: 20px;
    color: var(--base-color);
    font-weight: normal;
}

.home main,
body {
    background-color: var(--gray);
}

.home h2.common_hedding,
.plan-sec h2.common_hedding {
    font-size: 32px;
}

.home h2.common_hedding::after,
.plan-sec h2.common_hedding::after {
    content: "";
    width: 7rem;
    height: 5px;
    background: var(--blue);
    display: block;
    margin: 10px auto auto;
}

.home #footer {
    margin-top: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top news
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.top-news-sec {
    background-color: var(--gray);
    margin-top: 40px;
    position: relative;
}

.top-news-sec ul li a {
    display: flex;
    align-items: center;
}

.top-news-sec ul li a .news-list__item-link p {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: background .4s;
}

.top-news-sec ul li a:hover .news-list__item-link p,
.connection-list__item a:hover p {
    opacity: 1;
    text-decoration: underline;
    /* overflow: auto; */
}

.top-news-sec ul li {
    margin-bottom: 20px;
}

.top-news-sec ul li:last-child {
    margin-bottom: 0;
}

.home .top-news-sec h2.common_hedding {
    margin: 40px auto auto;
    font-size: 24px;
}

.home .top-news-sec h2.common_hedding::after {
    width: 5rem;
}

.top-news-sec ul,
.top-profile-sec ul,
.top-service-sec ul {
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding-bottom: 60px;
    ;
}

.top-profile-sec ul li dl dt {
    width: 160px;
}

.top-profile-sec ul li {
    margin-bottom: 30px;
}

.top-fv-sec .common_btn a {
    margin: 30px auto auto 0;
}

.top-fv-sec p.copy {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
}

.top-fv-sec {
    position: relative;
    max-height: 600px;
    height: 100%;
    overflow: hidden;
    margin-top: 0;
}

.fv-text {
    width: 35%;
}


@media (min-width: 1000px){
    .fv-text .copy+p {
        margin-top: 30px;
    }
}

.fv-img {
    margin-right: -60px;
    width: 70%;
}

body.home .top-fv-sec .wrap.flex {
    margin: 123px auto;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top service sec
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.common-contact-sec p,
.top-service-sec h3 {
    text-align: center;
    margin-bottom: 30px;
}

.top-service-sec p {
    text-align: left;
}

.top-service-sec li p {
    text-align: left;
}

.top-service-sec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    border-top: 51px solid var(--gray);
    border-bottom: 0;
}

.top-service-sec {
    position: relative;
    margin-top: 60px;
    padding: 100px 0 80px;
    background-color: #DCDDEC;
}

.home .top-service-sec h2.common_hedding {
    margin-bottom: 40px;
}

.top-service-sec ul li img {
    width: 100%;
}

.top-service-sec .wrap_base-white {
    padding-top: 0;
    background-color: transparent;
}

.top-service_content-detail p {
    margin-bottom: 70px;
}

.top-service_content-detail .common_btn a span {
    color: var(--base-color)
}

.top-service_content-detail .common_btn a:hover span {
    color: var(--white)
}

.top-service-sec .service_img {
    max-width: 300px;
    width: 100%;
}

.top-service-sec .flex {
    padding: 60px;
    background: url(../images/top/mv.png) no-repeat center/contain;
    background-position: 470px 0;
    background-size: 50%;
}


.top-service_content-detail {
    max-width: 50%;
    text-align: center;
}

.common_btn a.more_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    max-width: unset;
    height: auto;
    border: solid;
    padding: 0 10px;
    line-height: unset;
    font-size: inherit;
    color: #000;
    background: transparent;
}

.common_btn a.more_btn::after {
    content: "";
    background: url(../images/common/down-arrow.svg) no-repeat center/contain;
    height: 14px;
    margin-left: 6px;
    width: 20px;
    display: block;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top problem
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.top-problem-sec {
    margin-top: 100px;
}

.top-problem-sec ul li p {
    max-width: 400px;
    width: 100%;
    ;
}

.top-problem-sec ul li:nth-child(even) {
    flex-flow: row-reverse;
}

.top-problem-sec ul {
    counter-reset: hoge;
    list-style: none;
    max-width: 860px;
    width: 100%;
    ;
    margin: auto;
}

.top-problem-sec ul li {
    counter-increment: hoge;
    position: relative;
    margin-top: 80px;
}

.top-problem-sec ul li::before {
    content: counter(hoge, decimal-leading-zero);
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    display: block;
    position: absolute;
    font-size: 6.3333vw;
    color: var(--blue);
    margin-top: -300px;
}

.top-problem-sec ul li:nth-child(3):before {
    margin-top: -430px;
}

.top-problem-sec ul li:nth-child(4):before {
    margin-top: -460px;
}

.top-problem-sec .problem-flex .img {
    max-width: 410px;
    width: 100%;
    height: auto;
}

.problem-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
機能一覧・料金プラン
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.full.wrap_base-area {
    max-width: 100%;
}
.common-table th.bold {
    padding-left: 20px;
}
.common-table th {
    padding-left: 40px;
}
.plan-sec .common-table {
    background: #fff;
}
.plan-sec .common-table tbody tr:nth-child(odd) {
    background: transparent;
}
.plan-sec .common-table tbody tr:nth-child(even) {
    background: #F8F8F8;
}
.plan-sec .common-table tbody tr td {
    font-size: 30px;
}

.plan-sec ul li {
    margin-top: 76px;
}

.plan-sec ul li:first-child {
    margin-top: 0;
}

.plan-sec ul li:last-child {
    margin-bottom: 34px;
}

.plan-sec+.common-contact-sec {
    margin-top: 75px;
}

.common-table.plan-table tbody tr td {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.common-table.plan-table tbody tr td span {
    font-size: 24px;
}
.common-table.plan-table tbody tr td span.small {
    font-size: 14px;
}


.common-table.plan-table thead th:first-child{
    width: 20%;
}

.common-table.option-table tbody tr th {
        padding: 35px;
    font-size: 22px;
    text-align: center;
    background: #8A8ECC;
    color: var(--white);
    width: 30%;
    font-weight: bold;
}

.common-table.option-table tbody tr:nth-child(even) th {
    background: #4E53A2;
}

.plan-sec .common-table.option-table tbody tr td {
    font-size: 16px;
    width: 70%;
    padding: 20px;
    text-align: left;
}

.plan-sec .common-table.option-table table{
    width: 100%;
}


.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 1s;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    /* transform: translateY(-50px); */
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        /* transform: translateY(0); */
        opacity: 1;
    }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
機能一覧　追加
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.common-table_kinou table {
    width: 100%;
}

.common-table_kinou th {
    border:#f4f4f4 1px solid;
}



.common-table_kinou thead th {
    padding: 35px;
    font-size: 0.8rem;
    text-align: center;
    background: #4E53A2;
    color: var(--white);
    width: 20%;
    border:#ff0000 10px solid;
}

.common-table_kinou thead th:first-child {
    width: 35%
}

.common-table_kinou thead th:nth-child(even) {
    background: #4E53A2;
}

.common-table_kinou tbody tr th {
    font-size: 0.9rem;
    font-weight:bold;
    text-align: center;
    color: aliceblue;
    padding: 40px 20px 40px 20px;
    font-weight: normal;
    background: #4E53A2;
    border-bottom: #FFFFFF;
    vertical-align: middle;
}

.common-table_kinou tbody tr:nth-child(odd) {
    background: #FFFFFF
}

.common-table_kinou tbody tr:nth-child(even) {
    background: #F8F8F8;
}


.common-table_kinou tbody tr td {
    font-size: 0.8rem;
    font-weight: normal;
    text-align: left;
    padding: 20px;
    width: 80%;
    vertical-align: middle;
}
.top-function-sec .common-table_kinou {
    position: relative;
    margin-bottom: 10px;
}

.top-function-sec .common-table_kinou::before {
  content: "";         /* 疑似要素に必須 */
  width: 100%;         /* 幅いっぱい */
  height: 50%;        /* 高さいっぱい */
  display: block;      /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(rgba(255,255,255,0) 0, #fff 80%); /* 徐々に透明にする */
  position: absolute;  /*  */
  bottom: 0;
  left: 0;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
機能一覧　ページャー
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.feature-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    border: 2px solid #606AFF; /* 全体のボーダーを2pxに設定 */
    background-color: #FFFFFF;
    margin-bottom: 100px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
    box-sizing: border-box;
    font-size: 0.9rem;
}

.feature-item {
    position: relative;
    flex: 1;
    text-align: center;
    border-left: 2px solid #606AFF; /* ボーダーを2pxに設定 */
    background-color: #fff;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

.feature-item:first-child {
    border-left: none; /* 左端の最初のボーダーを削除 */
}

.feature-item .feature-link {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.feature-item .feature-link:hover {
    background-color: #f1c40f;
    color: #fff;
}

.corner-decoration {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #f1c40f;
    clip-path: polygon(0 80%, 80% 80%, 80% 0);
}

/* レスポンシブデザイン */
@media (max-width: 760px) {

    .feature-grid {
        display: flex;
        flex-direction: row;
        gap: 0px; /* アイテム間の余白 */
        flex-wrap: wrap; /* 必要に応じて折り返し可能 */
        justify-content: flex-start; /* 左詰め */
        border: 0px solid #606AFF; /* 全体のボーダーを2pxに設定 */
        border-top: 2px solid #606AFF; /* ボーダーを2pxに設定 */
        border-right: 2px solid #606AFF; /* ボーダーを2pxに設定 */
        border-bottom: 2px solid #606AFF; /* ボーダーを2pxに設定 */
    }

    .feature-item {
        border-bottom: 2px solid #606AFF; /* 横線を2pxに設定 */
        border-left: 2px solid #606AFF; /* ボーダーを2pxに設定 */
        flex: 0 0 33.33%; /* 3列構成 */
    }

    .feature-item:first-child {
        border-left: 2px solid #606AFF; /* ボーダーを2pxに設定 */
    }
    .feature-grid::after {
        content: "";
        width: 33.33%;
        border-left: 2px solid #606AFF; /* ボーダーを2pxに設定 */
    }

    .feature-item:nth-last-child(1),
    .feature-item:nth-last-child(2):nth-child(3n+1),
    .feature-item:nth-last-child(2):nth-child(3n+2),
    .feature-item:nth-last-child(3):nth-child(3n+1){
        border-bottom: none;
    }
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
機能一覧　注意アイコン
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.release-notice {
    display: flex;
    justify-content: left; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
    margin: 10px 0; /* 上下の余白 */
}

.warning-icon {
    display: inline-flex;
    align-items: center; /* アイコンとテキストを垂直方向で中央揃え */
    font-size: 0.8rem; /* テキストサイズ */
    font-weight: bold; /* 太字に設定 */
    color: #ff0000; /* テキストの赤色 */
    background-image: url('../images/common/warning.png'); /* アイコン画像の設定 */
    background-size: 20px 20px; /* アイコンのサイズ */
    background-repeat: no-repeat; /* アイコンを繰り返さない */
    background-position: left center; /* 左中央にアイコンを配置 */
    padding-left: 25px; /* アイコンとテキストの間に余白を追加 */
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
機能一覧　リストタグ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.plan-sec .custom-subsection ul li {
    margin-top: 0.2rem;
    margin-left: 1rem;
}

.plan-sec .custom-subsection ul li:last-child {
    margin-bottom: 5px;
}

.custom-subsection {
    margin: 20px 0 5px 0;
}

.custom-subsection .subtitle {
    display: flex;
    align-items: center; /* 垂直方向の中央揃え */
    font-size: 0.9rem; /* サブタイトルのフォントサイズ */
    font-weight: bold; /* 太字 */
    color: #000; /* サブタイトルの色 */
    margin-bottom: 10px; /* タイトルとリストの間の余白 */
}

.custom-subsection .subtitle .line {
    width: 15px; /* 線の幅 */
    height: 2px; /* 線の高さ */
    background-color: #606AFF; /* 線の色 */
    margin-right: 8px; /* 線とテキストの間の余白 */
}

.custom-subsection .bullet-list {
    list-style: none; /* デフォルトのリストスタイルを削除 */
    padding: 0; /* パディングを削除 */
    margin: 0; /* マージンを削除 */
}

.custom-subsection .bullet-list li {
    display: flex;
    align-items: center; /* 垂直方向の中央揃え */
    margin-bottom: 2px; /* リスト項目間の余白 */
    font-size: 0.8rem; /* リストのフォントサイズ */
    color: #333; /* テキストの色 */
}

.custom-subsection .bullet-list li::before {
    content: ""; /* アイコンを挿入 */
    width: 8px; /* アイコンの幅 */
    height: 8px; /* アイコンの高さ */
    background-color: #606AFF; /* アイコンの色 */
    border-radius: 50%; /* 丸い形にする */
    margin-right: 5px; /* アイコンとテキストの間の余白 */
}