@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}
html, body {
    font-family: ”Yu Gothic Medium”, “游ゴシック Medium”, YuGothic, “游ゴシック体”, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    color: #373A3C;
    line-height: 1.8em;
    background: #F9F9F9;
}
body {
    padding-top: 84px;
}
a, a:active, a:visited {
    color: #2581C4;
    text-decoration: underline;
}

/**
    ユーティリティ.
 */
.sp-only { display: none; }
.c-mt-0 { margin-top: 0px !important; }
.c-mt-5 { margin-top: 5px !important; }
.c-mt-10 { margin-top: 10px !important; }
.c-mt-15 { margin-top: 15px !important; }
.c-mt-20 { margin-top: 20px !important; }
.c-mt-30 { margin-top: 30px !important; }
.c-mt-40 { margin-top: 40px !important; }
.c-mt-60 { margin-top: 60px !important; }
.c-mt-80 { margin-top: 80px !important; }
.c-mb-0 { margin-bottom: 0 !important; }
.c-mb-10 { margin-bottom: 10px !important; }
.c-mb-30 { margin-bottom: 30px !important; }
.c-mb-40 { margin-bottom: 40px !important; }
.c-mlr-a { margin-left: auto; margin-right: auto; }
.c-ml-n20 { margin-left: -20px !important; }
.c-mr-n20 { margin-right: -20px !important; }
.c-pt-0 { padding-top: 0 !important;}
.c-pb-0 { padding-bottom: 0px !important; }
.c-pb-10 { padding-bottom: 10px !important; }
.c-pb-40 { padding-bottom: 40px !important; }
.c-pl-10 { padding-left: 10px !important; }
.c-pl-25 { padding-left: 25px !important; }
.c-pl-list { padding-left: 1.5em !important; }
.c-bg-gray { background: #F9F9F9; }
.c-bg-white { background: #FFFFFF; }
.c-bg-blue { background: #ECF7FE; }
.c-bg-blue2 { background: linear-gradient(180deg, #0062cc 0%, #004ea3 100%); }
.c-bg-gray-2 { background: #4f4f4f; }
.c-fc-red { color: #D0021B; }
.c-fc-black { color: #373A3C !important; }
.c-fc-white { color: #ffffff !important; }
.c-fw-bold { font-weight: bold; }
.c-f-bold-red { color: #D0021B; font-weight: bold; font-size: 20px; }
.c-ta-center { text-align: center; }
.c-ta-right { text-align: right; }
.c-line-yellow {
    background: linear-gradient(to bottom, rgba(248,231,28,0) 0%,rgba(248,231,28,0) 60%,rgba(248,231,28,1) 61%,rgba(248,231,28,1) 100%);
    padding-bottom: 2px;
}
.c-fs-10 { font-size: 10px; }
.c-fs-14 { font-size: 14px; }
.c-fs-16 { font-size: 16px; }
.c-lh-14 { line-height: 1.4em; }
.c-lh-15 { line-height: 1.5em; }
.c-clearfix::after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    clear: both;
}
.c-block { display: block; }
.c-w-160 { width: 160px; }
.c-w-980 { width: 980px !important; }
.c-w-100p { width: 100%; }
.c-bb-0 { border-bottom: none !important; }
.c-bt-0 { border-top: none !important; }


@media (min-width: 901px) {
    .c-pc-mt-0 { margin-top: 0px !important; }
    .c-pc-pt-0 { padding-top: 0px !important; }
}

/**
    サイトヘッダー.
 */
.c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.c-header-body {
    display: flex;
    align-items: flex-end;
    height: 84px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 10px;
}
.c-header-title {
    display: block;
    flex: 1;
    text-align: left;
}
.c-header-title-img {
    height: 60px;
}
.c-header-tel-text {
    position: relative;
    top: 10px;
    font-size: 30px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN";
    color: #D0021B;
    line-height: 40px;
}
.c-header-tel-text::before {
    position: absolute;
    top: 8px;
    left: -30px;
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    background: url("../image/icon-tel-green.svg??v=12");
    background-size: 22px 22px;
}
.ie11 .c-header-tel-text::before {
    left: 0;
}
.c-header-web {
    margin-left: 18px;
}
.c-header-web-btn {
    position: relative;
    display: block;
    width: 178px;
    height: 40px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 17px;
    padding-left: 29px;
    line-height: 40px;
    border-radius: 4px;
    background-image: linear-gradient(180deg, #009944 4%, #00662D 100%);
}
.c-header-web-btn::before {
    position: absolute;
    top: 9px;
    left: 10px;
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    background: url("../image/icon-web.svg??v=12");
    background-size: 22px 22px;
}
.c-header-time-tel {
    position: relative;
    top: 4px;
}
.c-header-time-tel img {
    width: 216px;
    height: auto;
}
.c-header-time-web {
    font-size: 14px;
    font-weight: bold;
    color: #383838;
    margin-top: 5px;
    line-height: 1;
}

/**
    グロナビ.
 */
.c-nav {
    background: linear-gradient(180deg, #0062cc 0%, #007bff 100%);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.c-nav ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    height: 64px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.c-nav li {
    flex: 1;
    position: relative;
}
.c-nav li::after {
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    content: "";
    background: rgba(255, 255, 255, .25);
}
.c-nav li:hover {
    text-decoration: underline;
}
.c-nav li:first-child {
    flex: 0 0 64px;
    text-indent: -9999px;
    font-size: 0;
    background: url("/image/icon-home.svg") center center no-repeat;
    background-size: 24px 24px;
}
.c-nav li:first-child::before {
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 60%;
    content: "";
    background: rgba(255, 255, 255, .25);
}
.c-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: 0.15em;
}

/**
    パンくずリスト.
 */
.c-breadcrumbs {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    padding: 4px 20px;
    background: #F9F9F9;

}
.c-breadcrumbs a {
    color: #373A3C;
}

/**
    本文2列表示.
 */
.c-body-2col {
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.c-body-2col-1 {
    flex: 1;
    margin-right: 16px;
}
.c-body-2col-2 {
    flex: 0 0 300px;
    margin-right: 20px;
}
/**
    本文2列表示（SPでは1列表示）.
 */
@media (max-width: 1200px) {
    .c-body-2col {
        display: block;
    }
    .c-body-2col-1 {
        margin-right: 0;
    }
    .c-body-2col-2 {
        padding: 15px 20px;
        margin-right: 0;
    }
}

/**
   サイドバー.
*/
.c-sidebar-body {
    padding: 20px;
    background: #ffffff;
    border: 1px #e5e5e5 solid;
}
.c-sidebar-body .c-h3 {
    border-left: 0;
    margin: -20px -20px 0 -20px;
    background-color: #57585A;
    /*border-radius: 3px;*/
    padding: 2px 10px;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
}
.c-sidebar-body .c-link-box {
    margin-left: -20px;
    margin-right: -20px;
}
.c-sidebar-body .c-link-box li {
    padding-left: 20px;
    padding-right: 20px;
}
.c-sidebar-img-me-container {
    margin-left: -20px;
    margin-right: -20px;
}
.c-sidebar-img-me {
    display: block;
    width: 100%;
}

/**
   電話表示.
*/
.c-tel {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    background: url("/image/icon-tel-green.svg") center left no-repeat;
    background-size: 20px 20px;
    color: #D0021B;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none !important;
}
.c-tel-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(180deg, #d33415 0%, #981a02 100%);
    color: #ffffff !important;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 4px;
}

/**
   Webボタン.
*/
.c-web-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 24px;
    font-weight: bold;
    padding-left: 29px;
    line-height: 60px;
    border-radius: 4px;
    background-image: linear-gradient(180deg, #009944 4%, #00662D 100%);
}
.c-web-btn::before {
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    content: "";
    background: url(../image/icon-web.svg?v=12);
    background-size: 36px 36px;
}

/**
   リンクボックス.
*/
.c-link-box {
    list-style: none;
    margin-bottom: 0;
}
.c-link-box li {
    position: relative;
    padding: 15px 5px;
    line-height: 1.3;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 25px !important;
}
.c-link-box li::before {
    position: absolute;
    top: 19px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    content: ">";
    display: inline-block;
}
.c-link-box a {
    word-break: break-all;
    word-wrap: break-word;
    color: #373A3C !important;
    text-decoration: none;
    font-size: 14px;
}
.c-link-box a:hover {
    color: #2581C4 !important;
}
.c-link-box-top-border {
    border-top: 1px solid #e5e5e5;
}

/**
    セクション
 */
.c-section {
    padding-left: 20px;
    padding-right: 20px;
    background: #F9F9F9;
}
.c-section-body {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 40px 60px;
    border: 1px #e5e5e5 solid;
}
.c-section-body.is-no-bottom-border {
    border-bottom: none;
}
.c-bg-blue2.c-section-body {
    color: #FFFFFF;
}
.c-section:not(:first-child) .c-section-body,
.is-no-top-border .c-section .c-section-body {
    border-top: none;
}
.c-section:not(:last-child) .c-section-body {
    border-bottom: none;
}
.c-section-body-content {
    padding: 25px 0 40px;
}
.c-section-title {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    color: #383838;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
.c-bg-blue .c-section-title {
    color: #0062cc;
}
.c-bg-blue2 .c-section-title {
    color: #FFFFFF;
}
.c-section-title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 5px;
    width: 150px;
    margin-left: -75px;
    background: #0062cc;
    content: '';
}
.c-section-title.c-section-title__no-underline::after {
    display: none;
}
.c-section .c-h2 {
    margin-left: -41px;
    width: calc(100% + 81px);
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

/**
    テーブル.
 */
.c-table-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
.c-table-container::-webkit-scrollbar{
    display:none;
}
.c-table {
    width: 100%;
    border-collapse: collapse;
}
.c-table-layout-fixed {
    table-layout: fixed;
}
.c-table th, .c-table td {
    border: 1px solid #373A3C;
    padding: 7px;
}
.c-table th {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background: #5e6265;
}
.c-table th.is-primary {
    background: #0062cc;
    text-align: center;
    padding: 10px;
}
.c-table td {
    background: #FFFFFF;
}
.c-table td.is-primary {
    background: #ECF7FE;
}
.c-table th.thead {
    font-size: 18px;
    text-align: center;
    padding: 10px;
}


/**
    ボタン.
 */
.c-button {
    position: relative;
    display: block;
    width: 100%;
    max-width: 420px;
    height: 60px;
    margin: 20px auto;
    border: 2px solid #0062cc;
    border-radius: 6px;
    line-height: 56px;
    text-align: center;
    color: #0062cc !important;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    background-image: url("../image/icon-arrow-right.svg??v=12");
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 13px 20px;
}
.c-button-2 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 420px;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(180deg, #0062cc 0%, #007bff 100%);
    border-radius: 8px;
    color: #FFFFFF !important;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none !important;
    letter-spacing: 0.1em;
}
.c-button-2::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 13px;
    height: 20px;
    content: "";
    margin-top: -10px;
    background-image: url("/image/icon-arrow-right-white.svg??v=12");
    background-size: 13px 20px;
}

/**
    Google Map ボタン.
 */
.c-button-google-map {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 36px;
    border: 1px solid #373A3C;
    border-radius: 4px;
    font-size: 16px;
    background-image: url("../image/icon-window-restore.svg??v=12");
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: 16px 16px;
    text-align: center;
    color: #373A3C !important;
    text-decoration: none;
    padding-left: 20px;
    margin: 10px 0 15px;
}

/**
    h1ヘッダー.
 */
.c-h1 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #0062cc;
}

/**
    h2ヘッダー.
 */
h2 {
    font-size: 24px;
    text-align: center;
}
.c-h2 {
    background: #0062cc;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
}

/**
    h3ヘッダー.
 */
.c-h3 {
    font-size: 20px;
    border-left: 6px solid #0062cc;
    padding-left: 10px;
}


/**
    フッター.
 */
.c-footer {
    position: relative;
    background: #373A3C;
    color: #FFFFFF;
    padding: 30px 40px 40px;
    display: flex;
    flex-direction: column;
}
.c-footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.c-footer-logo {
    flex: 0 0 380px;
}
.c-footer-logo img {
    width: 100%;
    height: auto;
}
.c-footer-address {
    font-size: 16px;
}
.c-footer-links {
    display: flex;
}
.c-footer-links ul {
    flex: 0 0 250px;
    font-size: 14px;
    list-style-type: none;
}
.c-footer-links a {
    color: #FFFFFF !important;
    text-decoration: none;
}
.copyright {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 10px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 0;
}

/**
    CVエリア
 */
.c-cv {
    margin-top: -28px;
    background: linear-gradient(
            180deg,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0) 28px,
            #F8E71C 28px,
            #F8E71C 78px,
            #FEFAD2 78px,
            #FEFAD2 100%
    );
}
.c-cv-body {
    position: relative;
    width: 980px;
    height: 225px;
    margin-left: auto;
    margin-right: auto;
    background: url("../image/bg-cv.png??v=12");
}
.c-cv-button {
    position: absolute;
    right: 28px;
    bottom: 58px;
}
.c-cv-button img {
    width: 304px;
    height: 68px;
}

/**
    CV2エリア（赤色のもの）
 */
.c-cv2 {
}
.c-cv2-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.c-cv2-button {
    display: block;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.c-cv2-button img {
    width: 100%;
}

/**
    ヘルプ.
 */
.help {
    display: flex;
}
.help-text {
    flex: 1;
    margin-right: 40px;
    font-size: 18px;
    line-height: 1.8em
}
.help-image {
    flex: 0 0 357px;
}
.help-image img {
    width: 357px;
    height: auto;
}


/**
    選ばれる理由.
 */
.choice-reason {
    display: flex;
}
.choice-reason-item {
    flex: 1;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11);
    background: #ffffff;
}
.choice-reason-item img {
    width: 100%;
}
.choice-reason-item:nth-child(2) {
    margin-left: 40px;
    margin-right: 40px;
}
.choice-reason-title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #0062cc;
    text-align: center;
    line-height: 33px;
    margin: 15px 0;
}
.choice-reason-text {
    font-size: 16px;
    padding: 0 20px 10px;
}

/**
    ワンストップサービス.
 */
.one-stop-service {
    padding: 20px;
}
.one-stop-service img {
    width: 100%;
    height: auto;
}

/**
    アクセス.
 */
.access-link {
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 16px;
}

/**
    よくある質問.
 */
.qa-box {
    background: #ECF7FE;
    font-size: 16px;
    border-radius: 16px;
    margin-bottom: 40px;
}
.qa-box-q, .qa-box-a {
    position: relative;
    padding: 25px 25px 25px 90px;
}
.qa-box-q {
    border-bottom: 1px solid #ffffff;
}
.qa-box-q::before, .qa-box-a::before {
    position: absolute;
    top: 18px;
    left: 37px;
    width: 44px;
    height: 47px;
    content: "";
}
.qa-box-q::before {
    background: url("../image/icon-qa-q.svg??v=12");
    background-size: 44px 47px;
}
.qa-box-a::before {
    background: url("../image/icon-qa-a.svg??v=12");
    background-size: 44px 47px;
}

/**
    青色ボックス.
 */
.c-box-blue {
    background: #ECF7FE;
    padding: 20px 40px;
    border-radius: 5px;
    margin: 25px 0;
}
.c-box-blue .c-box-title {
    color: #0062cc;
}

/**
    赤色ボックス.
 */
.c-box-red {
    background: #FDF7F8;
    padding: 20px 40px;
    border-radius: 5px;
    margin: 25px 0;
}
.c-box-red .c-box-title {
    color: #D0021B;
}

/**
    アイコン（◯）
 */.c-icon-good {
       position: relative;
       padding-left: 25px;
   }
.c-icon-good::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "";
    background: url("/image/icon-good.svg");
    background-size: 20px 20px;
}

/**
    アイコン（×）
 */
.c-icon-bad {
    position: relative;
    padding-left: 25px;
}
.c-icon-bad::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 18px;
    height: 18px;
    content: "";
    background: url("/image/icon-bad.svg");
    background-size: 18px 18px;
}

/**
    アイコン（1）
 */
.c-icon-1 {
    position: relative;
    padding-left: 25px;
}
.c-icon-1::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 18px;
    height: 18px;
    content: "";
    background: url("/image/icon-1.svg");
    background-size: 18px 18px;
}

/**
    アイコン（1、赤）
 */
.c-icon-1-red {
    position: relative;
    padding-left: 25px;
}
.c-icon-1-red::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 18px;
    height: 18px;
    content: "";
    background: url("/image/icon-1-red.svg");
    background-size: 18px 18px;
}

/**
    アイコン（2）
 */
.c-icon-2 {
    position: relative;
    padding-left: 25px;
}
.c-icon-2::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 18px;
    height: 18px;
    content: "";
    background: url("/image/icon-2.svg");
    background-size: 18px 18px;
}

/**
    アイコン（2、赤）
 */
.c-icon-2-red {
    position: relative;
    padding-left: 25px;
}
.c-icon-2-red::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 18px;
    height: 18px;
    content: "";
    background: url("/image/icon-2-red.svg");
    background-size: 18px 18px;
}

/**
    アイコン（3）
 */
.c-icon-3 {
    position: relative;
    padding-left: 25px;
}
.c-icon-3::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 18px;
    height: 18px;
    content: "";
    background: url("/image/icon-3.svg");
    background-size: 18px 18px;
}

/**
    アイコン（3、赤）
 */
.c-icon-3-red {
    position: relative;
    padding-left: 25px;
}
.c-icon-3-red::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 18px;
    height: 18px;
    content: "";
    background: url("/image/icon-3-red.svg");
    background-size: 18px 18px;
}

/**
    アイコン（4、赤）
 */
.c-icon-4-red {
    position: relative;
    padding-left: 25px;
}
.c-icon-4-red::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 18px;
    height: 18px;
    content: "";
    background: url("/image/icon-4-red.svg");
    background-size: 18px 18px;
}

/**
    下三角矢印.
 */
.c-arrow-bottom {
    height: 24px;
    background: url("/image/icon-arrow-bottom.svg");
    background-size: 39px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}

/**
    対応内容.
 */
.c-service-list {
    display: flex;
}
.c-service-list-image {
    flex: 0 0 300px;
}
.c-service-list-image img {
    width: 100%;
    height: auto;
}
.c-service-list-items {
    margin-left: 16px;
}

/**
    チェックリスト
 */
.c-checklist {}
.c-checklist li {
    padding: 5px 0 5px 34px;
    line-height: 1.5em;
    list-style: none;
    background-image: url("../image/icon-check-on.svg??v=12");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
}

/**
    SP対応.
 */
@media (max-width: 900px) {
    .c-cv {
        height: auto;
        margin-top: 0;
    }
    .c-cv-title {
        height: 60px;
        line-height: 60px;
        background: #F8E71C;
        font-weight: bold;
        font-size: 19px;
        color: #0062cc;
        text-align: center;
    }
    .c-cv-body-sp {
        background: #FEFAD2;
        padding: 15px 20px;
    }
    .c-cv-button-tel {
        display: block;
    }
    .c-cv-button-tel img {
        width: 100%;
        height: auto;
    }
    .c-cv-time-tel {
        display: block;
        width: calc(100% - 30px);
        height: auto;
        margin: 10px auto 20px;
    }
    .c-cv-button-web {
        display: block;
        margin-top: 20px;
    }
    .c-cv-button-web img {
        width: 100%;
        height: auto;
        margin-top: 5px;
    }
    .c-cv-time-web {
        font-weight: bold;
        font-size: 22px;
        color: #383838;
        letter-spacing: 0;
        text-align: center;
        margin-top: 5px;
    }

    .c-cv2-body {
        padding: 20px 10px;
    }
    .c-cv2-title {
        font-size: 21px;
        line-height: 1.4;
        padding: 0 20px;
    }
    .c-f-bold-red {
    color: #D0021B;
    font-weight: bold;
    font-size: 16px;
    }

    /**
        ボタン.
     */
    .c-button-2 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(180deg, #007bff 0%, #174F78 100%);
    border-radius: 8px;
    color: #FFFFFF !important;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none !important;
    }
    .c-button {
    position: relative;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 60px;
    margin: 20px auto;
    border: 2px solid #003A79;
    border-radius: 6px;
    line-height: 56px;
    text-align: center;
    color: #003A79 !important;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    background-image: url(../image/icon-arrow-right.svg?v=12);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 13px 20px;
    }

    /**
        青色ボックス、赤色ボックス.
     */
    .c-box-blue,
    .c-box-red {
        padding: 20px 16px;
    }

    /**
        サービス一覧.
     */
    .c-service-list {
        display: block;
    }
    .c-service-list-items {
        margin-top: 10px;
        margin-left: 0;
    }
}



/*
 * コンバージョンボタン
 */
.btn-cv {
    overflow: hidden;
    position: relative;
}
.btn-cv a {
    display: block;
}

.btn-cv a:hover {
    opacity: .7;
}

/* ボタンの光沢 */
.is-reflection a {
    overflow: hidden;
}
.is-reflection a:after {
    -ms-animation: is-reflection 4s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -webkit-animation: is-reflection 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    animation: is-reflection 4s ease-in-out infinite;
    background-color: #fff;
    content: " ";
    height: 200%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -180px;
    transform: rotate(45deg);
    width: 100px;
    /*width: 100%;*/
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@keyframes is-reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.3; }
    81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 0.5; }
    100% { -webkit-transform: scale(70) rotate(45deg); transform: scale(70) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.3; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.5; }
    100% { -webkit-transform: scale(70) rotate(45deg); opacity: 0; }
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
    -webkit-animation-name:is-trembling;
    -webkit-animation-duration:.8s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease;
    -moz-animation-name:is-trembling;
    -moz-animation-duration:1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
    0% {-webkit-transform:translate(-3px, 0);}
    100% {-webkit-transform:translate(0, 0);}
}

/* ボタンをバウンドさせる */
.is-bounce {
    animation: bounce 4s infinite;
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
@-webkit-keyframes bounce {
    0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
    5% {-webkit-transform: translateY(-6px);}
    12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
    20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
    25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
    32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

/* ぷるるるるん！ */
.is-purun {
    -webkit-animation: is-purun 5s infinite;
    -moz-animation: is-purun 5s infinite;
    animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
    0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
    4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
    8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
    12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
    18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
    25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
    0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
    8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
    12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
    18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
    25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}




/**
 * ===============================================
 * MediaQuery : スマホ対応
 * ===============================================
 */
@media only screen and (max-width: 767px) {
    /* コンバージョンボタン */
    .btn-cv a {
        font-size: 1.3em;
        margin: 0 auto;
        width: 94%;
    }
}

/**
    シミュレーションはこちらバナー.
 */
.c-cv-3 {}
.c-cv-3-button {
    background: #D0021B;
    position: relative;
    width: 80%;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff !important;
    font-size: 28px;
    line-height: 1.6;
    text-decoration: none !important;
    border-radius: 4px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.11);
    padding-left: 20px;
    padding-right: 40px;
    font-weight: bold;
    margin: 0 auto;
}
.c-cv-3-button::after {
    position: absolute;
    top: 50%;
    right: 32px;
    display: block;
    width: 19px;
    height: 32px;
    margin-top: -16px;
    content: "";
    background: url("/image/icon-arrow-right-white.svg?v=12") no-repeat;
    background-size: 19px 32px;
}
.c-cv-3-button > div > div:first-child {
    font-size: 0.75em;
}
.c-cv-3-button > div > div:last-child span {
    font-size: 0.75em;
}
.c-cv-3-button.is-narrow {
    font-size: 20px;
    width: 100%;
}
.c-cv-3-button.is-narrow::after {
    right: 16px;
}
.c-cv-3-button.is-narrow br {
    display: block;
}
.c-cv-3-button.is-narrow > div > div:first-child {
    margin-bottom: .3em;
}
@media (max-width: 900px) {
    .c-cv-3-button {
        font-size: 20px;
        width: 100%;
    }
    .c-cv-3-button::after {
        right: 16px;
    }
    .c-cv-3-button > div > div:first-child {
        margin-bottom: .3em;
    }
}

/**
    シミュレーションはこちらバナー（ver2）.
 */
.c-cv4-container {
    display: flex;
    justify-content: space-between;
}
.c-cv4-button {
    flex: 0 0 48%;
    width: 48%;
    border: 1px solid #333333;
    text-decoration: none !important;
    text-align: center;
}
.c-cv4-button.is-tax {
    background: #f3fef1;
}
.c-cv4-button.is-fee {
    background: #fcf1f5;
}
.is-only-fee-sim .c-cv4-button.is-tax {
    display: none;
}
.is-only-fee-sim .c-cv4-button.is-fee {
    flex: 0 0 100%;
    width: 100%;
}
.c-cv4-button-header {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #333333;
}
.c-cv4-button-body {
    padding: 2px 0;
    color: #ffffff;
    font-weight: bold;
}
.c-cv4-button-body > div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.c-cv4-button-body > div::after {
    position: absolute;
    top: 50%;
    right: 32px;
    display: block;
    width: 14px;
    height: 24px;
    margin-top: -12px;
    content: "";
    background: url("/image/icon-arrow-right-white.svg?v=12") no-repeat;
    background-size: 14px 24px;
}
.c-cv4-button.is-tax .c-cv4-button-body > div {
    background: #51b15f;
}
.c-cv4-button.is-fee .c-cv4-button-body > div {
    background: #bf2828;
}
.c-cv4-button-body span {
    font-size: 160%;
}
.c-cv4-button-footer {
    height: 30px;
    border-top: 1px solid #333333;
    color: #333333;
    font-size: 14px;
}
/** サイドバー用のカスタマイズ. */
.c-cv4-container.is-sidebar {
    display: block;
    justify-content: space-between;
}
.is-sidebar .c-cv4-button {
    display: block;
    width: 100%;
}
.is-sidebar .c-cv4-button:first-child {
    margin-bottom: 16px;
}
.is-sidebar .c-cv4-button-body > div {
    display: block;
    height: auto;
    padding: 15px 0 10px;
}
.is-sidebar .c-cv4-button-body > div::after {
    right: 16px;
}


/** SP. */
@media (max-width: 900px) {
    .c-cv4-container {
        display: block;
        justify-content: space-between;
    }
    .c-cv4-button {
        display: block;
        width: 100%;
    }
    .c-cv4-button:first-child {
        margin-bottom: 16px;
    }
    .c-cv4-button-body > div {
        display: block;
        height: auto;
        padding: 15px 0 10px;
    }
}

/**
    シミュレーション.
 */
.c-sim {}
.c-sim th {
    background: #004376;
}
.c-sim tr th {
    border-bottom-color: #FFFFFF;
}
.c-sim tr th.is-bottom-border-black {
    border-bottom-color: #373A3C;
}
.c-sim .c-table td:last-child {
    width: 160px;
}
.c-sim.is-tax-sim .c-table td:last-child {
    width: 190px;
}
.c-sim-table-sub-title {
    background: #ECF7FE !important;
}
.c-sim-select-container {
    /*display: flex;*/
    /*justify-content: flex-end;*/
}
.c-sim-empty-row td {
    border-left: none;
    border-right: none;
}
.c-sim-unit {
    padding-left: 10px;
    flex: 0 0 50px;
}
.c-shim-notice {
    margin-top: 40px;
    font-size: 13px;
}
@media (max-width: 900px) {
    .c-sim .c-table td:last-child {
        width: 120px;
    }
}

/**
    シミュレーションバナー（.c-cv5）.
 */
.c-cv5 {
    display: flex;
    justify-content: space-between;
}
.c-cv5-item {
    flex: 0 0 48%;
    width: 48%;
    display: block;
    color: #FFFFFF !important;
    text-decoration: none !important;
    text-align: center;
    padding: 32px 8px;
    transition: opacity .5s ease;
}
.c-cv5-item:hover {
    opacity: .8;
}
.c-cv5-item.is-tax {
    background: url("/load-image.php?q=/image/sim/bg-sim-tax.png") center center;
    background-size: cover;
}
.c-cv5-item.is-fee {
    background: url("/load-image.php?q=/image/sim/bg-sim-fee.png") center center;
    background-size: cover;
}
.c-cv5-item-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
}
.c-cv5-item-text {
    font-size: 16px;
    margin-bottom: 32px;
}
.c-cv5-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 266px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 8px;
    color: #373A3C !important;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none !important;
}
.c-cv5-btn::after {
    position: relative;
    top: -2px;
    width: 12px;
    height: 18px;
    content: "";
    background: url("/image/icon-arrow-right-black.svg") no-repeat;
    background-size: 12px 18px;
    margin-left: 10px;
}
@media (max-width: 900px) {
    .c-cv5 {
        display: block;
    }
    .c-cv5-item {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0 auto;
    }
    .c-cv5-item:first-child {
        margin-right: auto;
        margin-bottom: 16px;
    }
}
/* シミュレーションバナー(.c-cv5)：税理士報酬のみ.*/
.is-service .c-cv5-item.is-tax {
    display: none;
}
@media (min-width: 901px) {
    .is-service .c-cv5-item.is-fee {
        flex: 0 0 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: url("/image/sim/bg-sim-fee-2.png");
        background-size: cover;
        padding: 32px 40px;
    }
    .is-service .c-cv5-item-inner {
        text-align: left;
    }
    .is-service .c-cv5-item-text {
        margin-bottom: 0;
    }
    .is-service .c-cv5-btn {
        width: 330px;
    }
}
@media (min-width: 1201px) {
    .is-service .c-cv5-btn {
        width: 256px;
    }
}
/* シミュレーションバナー(.c-cv5)：サイドバー.*/
.is-sidebar .c-cv5 {
    flex-direction: column;
}
.is-sidebar .c-cv5-item {
    flex: 0 0 100%;
    width: 100%;
}
.is-sidebar .c-cv5-item:first-child {
    margin-bottom: 24px;
}
















