@charset "UTF-8";

/* ------------------------------------------
下層ページ　各ページ共通
------------------------------------------- */
.pageTitle {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    transition: .3s;
}

.pageTitle h2 {
    color: #fff;
    text-align: center;
    /* font-size: 2rem; */
    font-weight: bold;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    /* filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 1.55)); */
    filter: drop-shadow(0 1px 3px rgba(0, 0, 50, 0.7));
    position: relative;
}

.pageTitle h2::after {
    content: "";
    border: 1px solid #fff;
    width: 90%;
    min-width: 300px;
    max-width: 1000px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ------------------------------------------
アプリ紹介
------------------------------------------- */
/* 機能一覧 */
.app_header_padding {
    padding: 0rem 8px 0rem;
}

.app_nav_wrap {
    max-width: 1280px;
    margin: 1rem auto 4rem;
    padding: 8px;
}

.app_nav_wrap nav {
    margin-bottom: 2rem;
}

.app_nav_cutline {
    border-top: 1px solid #F7FBF2;
    padding-top: 3rem;
}

.application_list dl {
    padding: 24px;
    border: 1px solid #f5f5f5;
    border-left: none;
    border-top: none;
}

.application_list h4 {
    margin-top: 8px;
}


/* 画面サンプル */

.image_sample_wrap li {
    /* padding: 8px 16px; */
    margin-bottom: 3rem;
    text-align: center;
}


/* デモムービー */

.movie_highlight li {
    display: flex;
    justify-content: start;
    margin-bottom: 3rem;
}

.movie_highlight figure {
    flex-basis: 230px;
}


/* マーケティングアプリ */

.marketing_ver_up_list {
    max-width: 800px;
    margin: 3rem auto;
    font-weight: bold;
}

.marketing_ver_up_list li {
    margin: 1rem auto;
    border: 1px solid #BFE8D6;
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.marketing_ver_up_list i {
    font-size: 2rem;
    width: 50px;
    margin-right: 1rem;
    text-align: center;
    display: inline-block;
    color: #36966A;
}


/* マーケティングアプリ - お申込みに関して */

.marketing_guide_inner {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f5f5f5;
}

.marketing_guide_inner h4 {
    color: #2D84C2;
}

.marketing_guide_inner.marketing_guide_inner_rent i {
    background: #2D84C2;
}

.marketing_guide_inner_enter h4 {
    color: #E26918;
}

.marketing_guide_inner_rent a.button {
    background: #2D84C2;
    border-color: #2D84C2 !important;
}

.marketing_guide_inner_rent a.button:hover {
    color: #2D84C2 !important;
    border-color: #2D84C2 !important;
}

.marketing_guide_inner_rent a.button:hover i {
    color: #2D84C2;
}

.marketing_guide_inner button {
    margin-top: auto !important;
}

.marketing_image_sample_list {
    max-width: 640px;
    margin: 1rem auto;
    text-align: center;
}

.marketing_image_sample_list dd {
    margin: 2rem auto 6rem;
}

@media screen and (max-width: 580px) {
    .application_list dl {
        padding: 8px;
    }
}

/* ------------------------------------------
プラン・料金
------------------------------------------- */
.AppStorePlan,
.EnterPlan {
    padding: 32px 24px;
    background: #fff;
}

.AppStorePlan .head {
    color: #36966A;
    text-align: center;
}

.EnterPlan .head {
    color: #E26918;
    text-align: center;
}

.AppStorePlan img,
.EnterPlan img {
    margin-bottom: 16px;
}

.subscription_wrap {
    margin: 40px auto;
}

.plan_price_list {
    margin: 24px auto 48px;
}

.tax {
    font-size: 0.8rem;
    color: #595f65;
}

/* 料金の部分の装飾 */
.price_wrap {
    display: block;
    border-radius: 2px;
    text-align: center;
    font-size: 1.8rem;
    color: #36966A;
    margin: 8px auto;
    padding: 16px;
    border: 1px solid #95c1b8;
    max-width: 300px;
}

/* 文字部分調整 - 初期費用 */
.plan_price_list .cost {
    background: #d7ffdc;
    background: linear-gradient(300deg, #d7ffdc, #ffffbb);
    font-size: 2rem;
    font-weight: bold;
    color: #36966A;
    border: 0px solid #95c1b8;
    border-radius: 100px 30px 100px 27px;
}

/* 文字部分調整 - プラス */
.plan_price_list .text {
    display: block;
    color: #36966A;
    text-align: center;
}

/* 文字部分調整 - タイトル */
.plan_price_list .title {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 8px;
}

/* 文字部分調整 - 値段 */
.plan_price_list .price {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1em;
    display: block;
}

/* ダウンロードボタン */
.app_download_container {
    padding: 2rem 8px 2rem !important;
    margin: 3rem auto;
    border: 2px dotted #BFE8D6;
    border-radius: 8px;
}

.app_download_container .plan_download_img {
    max-width: 200px;
}

.app_download_container .app_download_figcaption {
    background: transparent;
    font-size: 1.4rem;
    padding: 8px;
    line-height: 1.8;
}

.app_download_container.small {
    padding: 1rem 8px 1rem;
    margin: 1rem auto;
}

.app_download_container.small .app_download_figcaption {
    font-size: 1.1rem;
    padding: 0px;
}

.demo_subtext {
    font-size: 0.9rem;
}


/* かりっちゃプラン */
.plan_rent_container .price_wrap {
    margin: 1px;
    background: #fdfffc;
}

.plan_rent_nonelicense * {
    color: #2D84C2 !important;
}

.plan_rent_container .title {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.plan_rent_container .price {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1em;
    display: block;
}

/* プラン レンタルプランの背景 */
.ipad_plan_container {
    background: #87cef1;
    background: linear-gradient(180deg, #87cef1, #f1faff);
    padding-top: 50px;
}

/* プラン レンタルプランの見出し */
.ipad_plan_container h4 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #2D84C2;
}

/* プラン レンタルプランの特徴の図 */
.plan_wrap .max_wrapM {
    margin-bottom: 40px;
}

.ipad_plan .point5_list,
.ipad_plan .point8_list {
    padding: 24px 12px;
}

.ipad_plan .point5_list li {
    flex-basis: calc(100% / 5 - 8px);
    display: inline-block;
    border: 1px #87cef1 solid;
    text-align: center;
    padding: 24px 0;
    border-radius: 2px;
    margin: 1px;
}

/*らくらくプラン*/
.plan_rent_SIMlicense .plan_rent_title,
.plan_rent_7_8license .plan_rent_title,
.plan_rent_5_6license .plan_rent_title {
    color: #2D84C2;
}

.ipad_plan .point8_list li {
    flex-basis: calc(100% / 4 - 10px);
    display: inline-block;
    border: 1px #E5E5E5 solid;
    padding: 16px 16px 24px;
    border-radius: 2px;
    margin: 5px;
}

.ipad_plan .point8_list li img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

.plan_rent_license .price_wrap * {
    color: #2D84C2;
}

.plan_price_rakuraku .price_wrap {
    margin: 1px 4px;
    flex-basis: calc(100%/3 - 8px);
}

.plan_price_rakuraku .price {
    font-size: 1.3rem;
}

.plan_rent_title,
.plan_rent_title2 {
    color: #2D84C2;
    padding: 20px 10px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.plan_rent_title2 {
    color: #36b6ca;
}

.planRent_price {
    text-align: center;
    font-size: 1.4em;
}

.planRent_price_text {
    font-size: 0.9em;
}

.planRent_price_textinner {
    font-size: 0.7em;
}


/* オプション */
.plan_option_list .icon {
    display: block;
    margin: auto;
    margin-top: 1rem;
}

.plan_option_list h4 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.plan_option_list>li {
    background: #fff;
    position: relative;
    padding: 32px 24px;
    margin-bottom: 16px;
}

/* .plan_option_list.flexbox>li:last-of-type {
    flex-basis: 100%;
} */

.plan_option_list small {
    display: inline-block;
    color: #fff;
    background: #A5B6B4;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 90%;
}

@media screen and (max-width: 600px) {

    /* プラン レンタル 5つのポイント*/
    .ipad_plan .point5_list li {
        text-align: left;
        display: flex;
        align-items: center;
        padding: 8px 0;
    }

    .ipad_plan .point5_list li figure {
        display: inline-block;
        width: 50px;
        font-size: 2.5em;
        text-align: center;
        margin: 0px 10px;
    }

    /* プラン レンタル 8つのポイント*/
    .ipad_plan .point8_list li img {
        display: inline-block;
        width: 80px;
        font-size: 2.5em;
        text-align: center;
        margin: 0px;
    }

    .ipad_plan .point8_list li {
        text-align: left;
        display: flex;
        align-items: center;
        padding: 8px;
    }

    .plan_plan_option_listoption .icon {
        font-size: 1.3em;
    }

    .plan_option_list h3 {
        margin: 10px !important;
    }

    /* プラン レンタル */
    .ipad_plan_container h4.small {
        font-size: 1.3rem;
    }
}


/* ------------------------------------------
ご利用方法
------------------------------------------- */

.use_wrap ol li {
    border-top: 1px solid #f5f5f5;
    margin-bottom: 6rem;
    padding-top: 3rem;
}

.use_wrap ol li:first-of-type {
    border-top: none;
}

.use_wrap figure {
    text-align: center;
    margin-bottom: 6rem;
}

.use_wrap figcaption:not(.app_download_figcaption) {
    max-width: 600px;
    margin: 16px auto 0;
    text-align: left;
    padding: 16px 24px;
}

.use_process_list {
    counter-reset: use_process_list_num;
    list-style-type: none;
    padding-left: 0;
}

.use_process_list li h4::before {
    content: counter(use_process_list_num);
    counter-increment: use_process_list_num;
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #a7acaf;
    display: inline-block;
    margin-right: 1rem;
    border-radius: 2px;
}


/* ------------------------------------------
実績
------------------------------------------- */

.achievement_corporation_list li,
.achievement_industry_list figure,
.achievement_industry_list h4 {
    text-align: center;
}

.achievement_corporation_list h4,
.achievement_industry_list h4 {
    margin-top: 1rem;
}

.achievement_industry_list li {
    padding: 32px 24px;
}

.achievement_etc_list {
    max-width: 450px;
    margin: 1rem auto 3rem;
}

.achievement_etc_list li {
    position: relative;
    background: #F7FBF2;
    padding: 0.5rem 0.5rem 0.5rem 3rem;
    ;
    border-left: none;
    font-weight: bold;
    margin: 16px 8px;
}

.achievement_etc_list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 21px;
    height: 16px;
    width: 8px;
    border-right: 3px solid #ff8d00;
    border-bottom: 3px solid #ff8d00;
    transform: translateY(-50%) rotate(45deg);
}


/* 実績紹介 */
.pageTitle.achievement_sunshine_pageTitle h2 {
    font-size: 2rem;
}

.achievement_case_wrap {
    align-items: center;
}

.achievement_case_text {
    flex-basis: 33%;
}

.achievement_company_wrap {
    margin: 1rem auto;
    max-width: 450px;
}

.achievement_company_list dt {
    background: #F7FBF2;
    padding: 0px 16px;
    border-radius: 4px;
    text-align: right;
    float: left;
    min-width: 100px;
    margin-bottom: 1rem;
}

.achievement_company_list dd {
    flex-basis: 300px;
}


/* ------------------------------------------
アプリ開発
------------------------------------------- */
/* お困りではないでしょうか */
.guide_worries_list {
    max-width: 600px;
    margin: 1rem auto;
}

.guide_worries_list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.guide_worries_list .human_i {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #36966A;
    color: #fff;
    border-radius: 100000px;
    padding: 8px;
}

.guide_worries_list .text {
    width: calc(100% - 50px);
    position: relative;
    display: inline-block;
    padding: 1rem;
    border-radius: 16px;
    color: #36966A;
    font-size: 1.2rem;
    background: #fff;
    font-weight: bold;
    margin: 0 0 0 1.2rem;
}

.guide_worries_list .text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
}

.guide_wrap_appeal {
    background: #36966A;
    background: -webkit-linear-gradient(to right, #38ef7d, #36966A);
    background: linear-gradient(to right, #38ef7d, #36966A);
    padding: 4rem 0;
    color: #fff;
    font-weight: bold;
    line-height: 3rem;
    border: none;
}


/* 4種の弊社製品をベースにカスタマイズ提供 */
.guide_dev_list li {
    border-left: none;
    text-align: center;
    font-weight: bold;
}

.guide_dev_list a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 32px 24px;
    background: #36966A;
    /* height: 200px; */
    border-radius: 4px;
    box-shadow: 0 1rem 0.8rem -1rem hsl(200deg 75.76% 32.79% / 40%);
}

.guide_dev_list a:hover {
    opacity: 0.8;
}

.guide_dev_list .guide_dev_list_item_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.guide_dev_list_app_title {
    font-size: 2.2rem;
    margin: 0.7rem;
    display: block;
}

a.guide_dev_list_cardfeel {
    background: rgb(18, 64, 178);
}

a.guide_dev_list_pagepalette {
    /* background: rgb(37, 188, 233); */
    background: rgb(209 122 150);
}

a.guide_dev_list_smile {
    background: rgb(236, 97, 149);
}

a.guide_dev_list_coreregi {
    background: rgb(17 165 192);
}

/* メリット */
.guide_merit_list li {
    position: relative;
    margin-bottom: 12rem;
}

.guide_merit_list figure {
    width: 100%;
}

.guide_merit_list_text_wrap {
    position: absolute;
    top: 35%;
    right: 0%;
    background: #F7FBF2;
    background: rgb(251 255 246 / 95%);
    z-index: 2;
    padding: 3rem;
    width: 500px;
}

.guide_merit_list_text_wrap span {
    display: block;
    font-size: 3rem;
    margin-bottom: 1rem;
    height: 100%;
}

.guide_merit_list_item_right figure {
    text-align: right;
}

.guide_merit_list_item_right .guide_merit_list_text_wrap {
    left: 0%;
}


/* コンポーネントデザインの4つの特徴 */

.guide_4point_list li {
    margin-bottom: 3rem;
    padding: 32px 24px;
}

.guide_4point_list h4 {
    font-size: 1.4rem;
    border-left: 3px solid #84c33c;
    padding: 8px 16px;
}

@media screen and (max-width: 600px) {
    .guide_merit_list_text_wrap span {
        text-align: center;
    }
}

/* ------------------------------------------
FAQページ
------------------------------------------- */

.faq_list dt:not(.) {
    font-size: 1.2em;
    border-top: 1px solid #f5f5f5;
    padding-top: 3rem;
}

.faq_list dt:first-of-type {
    border-top: none;
}

.faq_list dt,
.faq_list dd {
    display: flex;
}

.faq_list dd {
    margin: 24px auto 3rem 24px;
    padding-bottom: 0rem;
    border-left: #BFE8D6 solid 3px;
}


/* FAQ内のQとAの部分 */

.faq_list .Q_block,
.faq_list .A_block {
    display: inline-block;
    min-width: 48px;
    flex-basis: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    background: #36966A;
    color: #fff;
    margin-right: 1rem;
    border-radius: 2px;
}

.faq_list .A_block {
    color: #36966A;
    background: transparent;
}

.faq_list .Q_block::before,
.faq_list .A_block::before {
    content: "";
    min-height: 4rem;
}


/* FAQ内のテキスト */

.faq_list p,
.faq_list dd div:not(.A_block) {
    flex: 1;
    margin: 0;
}

.faq_list dt p {
    display: flex;
    align-items: center;
}


/* FAQ内のリスト */

.faqUl {
    list-style: none;
    margin: 3em auto 0;
}

/* ------------------------------------------
アンケートブログに関して
------------------------------------------- */
ul.table_contents.questionnaire,
ul.table_contents.analysis {
    flex-wrap: wrap;
}

ul.table_contents.questionnaire li,
ul.table_contents.analysis li {
    flex-basis: calc(100% / 4 - 16px);
}

.questionnaire_article_wrap,
.analysis_article_wrap {
    border: 1px #36966A solid;
    padding: 16px 24px;
}

.questionnaire_wrap figure,
.analysis_wrap figure {
    text-align: center;
    max-width: 768px;
    margin: 0 auto 6rem;
}

@media screen and (max-width: 600px) {

    ul.table_contents.questionnaire,
    ul.table_contents.analysis {
        flex-wrap: wrap;
    }

    ul.table_contents.questionnaire li,
    ul.table_contents.analysis li {
        flex-basis: calc(100% / 2 - 16px) !important;
    }
}

/* ------------------------------------------
お問い合わせやご注文
------------------------------------------- */


/* フォームスタイル */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label,
input,
select,
textarea {
    display: block;
    width: 100%;
    position: relative;
}

input,
select,
textarea {
    padding: 8px 16px;
    border: 1px solid #a7acaf;
    background: #fff;
    border-radius: 8px;
    font-size: 1.1rem;
}

textarea {
    height: 15rem;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #36966A;
    box-shadow: 0px 0px 3px#BFE8D6;
    outline: 1px solid #BFE8D6;
}

.contact_form dt,
.order_form dt {
    margin-bottom: 0.7rem;
}

label {
    margin-bottom: 1rem;
}

form dd {
    margin-bottom: 4rem;
}

button.submit {
    display: block;
    border-color: #36966A;
    border-width: 3px;
    border-style: solid;
    border-radius: 100px;
    color: #fff;
    background: #36966A;
    min-width: 240px;
    padding: 16px 24px;
    margin: auto;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
}

button.submit:hover {
    border-color: #ff8d00;
    background: #ff8d00;
    color: #fff;
}

::placeholder {
    color: #E5E5E5;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
    color: #E5E5E5;
}

/* フォーム 必須任意マークベース */
.order_form .required,
.order_form .optional,
.contact_form .required,
.contact_form .optional {
    display: inline-block;
    background: #E66363;
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    padding: 6px 8px;
    margin-left: 10px;
    border-radius: 2px;
    line-height: 1;
}

/* フォーム 任意マーク */
.order_form .optional,
.contact_form .optional {
    background: #36966A;
}

/* フォーム エラー */
.form_error_message {
    background: transparent;
    color: #E66363;
    border: 1px solid #E66363;
    padding: 0 8px;
    margin: 8px 0 2rem;
    border-radius: 2px;
    position: relative;
    background: #F7FBF2;
}

.form_error_message:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 10%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 2;
}

.form_error_message:after {
    content: "";
    position: absolute;
    top: -28px;
    left: 10%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #E66363;
    z-index: 1;
}


/* 利用規約 */
.order_formTerms {
    display: block;
    height: 400px;
    overflow: scroll;
    background: #eee;
    margin: 1rem auto 3rem;
    padding: 10px;
}

.form_list_inner label {
    padding-left: 40px;
}

.form_list_inner label::before,
.form_list_inner label::after {
    position: absolute;
    content: '';
    transition: .2s;
    top: 50%;
    transform: translateY(-50%);
}

.form_list_inner label::before {
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #BFE8D6;
    background: #f5f5f5;
    border-radius: 10000px;
}

.form_list_inner label::after {
    left: 10px;
    transform: translateY(-50%);
    display: block;
    margin-top: -10px;
    width: 12px;
    height: 18px;
    border-radius: 4px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.form_list_inner input:checked+label::after {
    opacity: 1;
}

.form_list_inner input:checked+label::before {
    opacity: 1;
    background: #36966A;
}

/* ------------------------------------------
フッターのCTA
------------------------------------------- */
.campany_table {
    width: 100%;
    margin-bottom: 40px;
}

.campany_table th {
    text-align: center;
    background: #eee;
}

.campany_table th,
.campany_table td {
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

/* ------------------------------------------
スマートフォン～タブレット
------------------------------------------- */
@media all and (max-width: 1180px) {

    /* アプリ紹介のページ */
    .application_list li {
        padding: 8px 16px
    }

    /* アプリ開発のページ */
    .guide_merit_list li {
        margin-bottom: 18rem;
    }

    .guide_merit_list_text_wrap {
        top: 72%;
    }

    .achievement_company_list dt {
        text-align: center;
    }

    .achievement_company_list dd {
        margin-bottom: 1.7rem;
        text-align: center;
    }

    /* 実績紹介のページ */
    .achievement_case_text {
        flex-basis: 90%;
    }
}

@media all and (max-width: 767px) {

    /* 見出し */
    .pageTitle h2 {
        font-size: 1.8rem;
    }

    .page_head_wrap {
        text-align: left;
    }

    .page_head_wrap h3 {
        margin-bottom: 24px;
    }

    .page_head_text {
        margin-bottom: 24px;
    }

    /* デモムービー */
    .movie_highlight li {
        flex-wrap: wrap;
    }

    .movie_highlight li>* {
        flex-basis: 100%;
    }

    .movie_highlight figure {
        text-align: center;
    }

    /* ボタン */
    button.submit {
        min-width: 95%;
    }

    .rent_banner {
        width: 100%;
    }

    /* 見出し */
    .pageTitle {
        height: 100px;
    }

    .pageTitle h2 {
        height: 100px;
    }

    .pageTitle h2::after {
        height: 70px;
    }

    .index_introduction_head {
        font-size: 1.5rem;
        line-height: 2.8rem;
    }

    h2 {
        font-size: 1.9rem;
    }

    .pageTitle.achievement_sunshine_pageTitle h2 {
        font-size: 1.2rem;
    }

    /* コンポーネントデザイン4種のアプリ */
    .guide_dev_list a {
        height: auto;
    }

    .guide_dev_list_app_title {
        font-size: 1.6rem;
        margin: 0.3rem;
    }

    /* コンポーネントデザインのメリット */
    .guide_merit_list_text_wrap {
        position: static;
        width: 100%;
        padding: 1.3rem 1rem 0.5rem;
    }

    .guide_merit_list li {
        margin-bottom: 4rem;
    }

    .guide_merit_list_item_right figure {
        text-align: left;
    }

    .guide_4point_list li {
        margin-bottom: 0rem;
    }

    /* FAQ */
    .faq_list dd {
        margin: 24px auto 3rem 8px;
    }

    .faq_list .A_block {
        margin-right: 8px;
    }
}

@media screen and (max-width: 320px) {}