@charset "UTF-8";
.main_container img {
    max-width: 100%;
}

/* ----------------------------------------------
フローター
----------------------------------------------*/
.floater_btn {
    display: none;
}

/*-------------------
共通パーツ
---------------------*/
.content_wrap {
    margin: 30px auto;
    max-width: 1040px;
}

.content_wrap h2.head_tit {
    padding: 15px 10px 15px 115px;
    border-bottom: 2px solid #055241;
    background-repeat: no-repeat;
    background-position: 10px bottom;
    background-size: 90px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #055241;
    line-height: 1.5;
}

.content_wrap h2.head_tit span {
    display: block;
    font-size: 14px;
    color: #db3107;
}

.fukidashi {
    position: relative;
    background: #F29130;
    border-radius: 8px;
    padding: 10px;
    margin: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.fukidashi::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(100%/2 - 10px);
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #F29130;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

/* cvボタン */
.btn_wrap {
    margin: 20px 0;
}

.gift_list_wrap > .btn_wrap {
    margin: 0 auto 15px;
}

.gift_list_wrap .inner > .btn_wrap {
    margin: 0;
}

.pr_wrap .btn_wrap,
.content_wrap.voice .btn_wrap,
.question_wrap + .btn_wrap {
    padding: 0 15px;
    margin: 15px auto;
}

.campaign_detail .btn_wrap {
    margin: 20px 15px;
}

.btn_wrap span:not(.easy) {
    position: relative;
    font-size: 14px;
    display: table;
    margin: 0 auto 3px;
}

.btn_wrap span:not(.easy)::before,
.btn_wrap span:not(.easy)::after {
    position: absolute;
    top: 0;
}

.btn_wrap span:not(.easy)::before {
    content: "＼";
    left: -15px;
}

.btn_wrap span:not(.easy)::after {
    content: "／";
    right: -12px;
}

.btn_wrap a {
    display: block;
    line-height: 1.4;
    padding: 10px 5px 7px;
    border-radius: 50px;
    background: #FD5925;
    box-shadow: 0px 4px 6px #3542474D;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}

.btn_wrap a .easy {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.btn_wrap .period {
    margin: 10px auto 5px;
    color: #354247;
    font-size: 14px;
    text-align: center;
}

/* 詳しく見る */
.main_container .fold_wrap .fold_content {
    display: none;
}

.main_container .voice_wrap .fold_wrap .fold_content {
    margin-bottom: 15px;
}

.main_container .fold_wrap .more_btn {
    position: relative;
    line-height: 1;
    margin: 15px auto 5px;
    padding: 12px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 3px #D1D1D1;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.main_container .question_wrap .fold_wrap .more_btn,
.main_container .voice_wrap .fold_wrap .more_btn {
    margin-top: 0;
}

.main_container .fold_wrap .more_btn::before,
.main_container .fold_wrap .more_btn::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 15px;
    display: block;
    width: 14px;
    height: 2px;
    background: #888;
}
.main_container .fold_wrap .more_btn::after {
    transform: rotate(90deg);
}
.main_container .fold_wrap .more_btn.open::after {
    content: none;
}

/*-------------------
メインビジュアル
---------------------*/
.mv_wrap,
.pr_wrap {
    margin: auto;
    max-width: 1040px;
}

/*-----------------------------
キャンペーン
-------------------------------*/
.gift_list_wrap {
    position: relative;
    background: #FEFEDE;
    padding: 15px;
    text-align: center;
}

.gift_list_wrap .inner {
    position: relative;
    z-index: 1;
}

.gift_list_wrap h2 {
    font-size: 14px;
    color: #354247;
    line-height: 1.3;
}

.gift_list_wrap h2 span {
    font-size: 16px;
    font-weight: bold;
    border-bottom:1px solid #333;
}

.gift_list_wrap h2 em {
    color: #E3315C;
    font-size: 24px;
    font-weight: bold;
    border-color: #E3315C;
    border-bottom:1px solid #E3315C;
    vertical-align: bottom;
}

.gift_list_wrap .gift_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px auto;
}

.gift_list_wrap .gift_list li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 15px;
}

.gift_list_wrap .gift_list li img {
    border: 4px solid #800000;
}

.gift_list_wrap .gift_list li figcaption {
    line-height: 1.2;
    margin-top: 5px;
    font-size: 13px;
    text-align: left;
}

/* campaign_detail_btn */
.gift_list_wrap .campaign_detail_btn {
    margin: 5px auto;
}

.gift_list_wrap .campaign_detail_btn a {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 0 18px 0 0;
    color: #FD5925;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

.gift_list_wrap .campaign_detail_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #FD5925 transparent transparent transparent;
    transform: translateY(-50%);
}

/*-------------------
メインビジュアル下エリア
---------------------*/
.pr_wrap .fukidashi br {
    display: none;
}

/*-------------------
教育シミュレーション
---------------------*/
.simulation {
    background: #faf6e1;
    text-align: center;
    padding: 0 0 15px;
}

.simulation h2.head_tit {
    margin: 0 0 15px;
    background-image: url(images/bg_heading_simulation.png);
    text-align: left;
}

.simulation h2.head_tit + p {
    margin: 0 0 15px;
}

.simulation .simform_wrap #age_form {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 15px;
}

.simulation .simform_wrap #age_form select {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    width: calc(100% - 120px);
    padding: 15px 20px 15px 25px;
    border: 2px solid #055241;
    box-shadow: 0px 2px 0px #055241;
    border-radius: 4px;
    font-size: 20px;
    background: #fff url(images/ico_arrow.png) no-repeat scroll 95% center/10px auto;
}

.simulation .simform_wrap #age_form button {
    color: #333;
    appearance: none;
    width: 110px;
    padding: 0;
    background-color: #fff;
    border: 2px solid #055241;
    box-shadow: 0px 2px 0px #055241;
    border-radius: 4px;
    font-size: 18px;
}

/*-------------------------------------
保険相談を利用したセンパイママに聞きました！
--------------------------------------*/
.senior_mom h2.head_tit {
    background-image: url(images/bg_heading_question.png);
}

.senior_mom .fukidashi + p {
    position: relative;
    text-align: center;
    z-index: 1;
}

.senior_mom .fukidashi + p span {
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    z-index: 2;
    color: #db3107;
    line-height: 1.5;
}

.senior_mom .fukidashi + p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #db3107;
}

/* 保険相談ってどんなことを聞いてるの？ */
.senior_mom .question_wrap {
    background: #faf6e1;
    padding: 15px;
}

.senior_mom .question_wrap .fukidashi {
    margin: 0 0 15px;
}

.senior_mom .question_wrap .fukidashi + p span {
    background: #faf6e1;
}

.senior_mom .question_wrap .qa_parent .qa_child {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.senior_mom .question_wrap .fold_content > .qa_child:first-child {
    margin-top: 0;
}

.senior_mom .question_wrap .qa_parent .qa_child .q_txt {
    position: relative;
    width: calc(100% - 90px);
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
}

.senior_mom .question_wrap .qa_parent .qa_child .q_txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 8px solid transparent;
}

.senior_mom .question_wrap .qa_parent .qa_child .character {
    width: 90px;
}

.senior_mom .question_wrap .qa_parent > .qa_child:nth-child(odd) .q_txt::after,
.senior_mom .question_wrap .qa_parent .fold_content .qa_child:nth-child(even) .q_txt::after {
    left: 0;
    border-left: 8px solid #fd5925;
}

.senior_mom .question_wrap .qa_parent > .qa_child:nth-child(even) .q_txt::after,
.senior_mom .question_wrap .qa_parent .fold_content .qa_child:nth-child(odd) .q_txt::after {

    right: 0;
    border-right: 8px solid #fd5925;
}

/* 保険相談？あなたはどれを選んだの？ */
.senior_mom .reason {
    padding: 0 15px;
}

.senior_mom .reason .reason_box {
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
}

.senior_mom .reason .reason_box .tit {
    text-align: center;
    min-height: 150px;
    padding: 50px 150px 0 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px;
}

.senior_mom .reason .reason_box .tit span {
    display: block;
    font-size: 30px;
}

.senior_mom .reason .reason_box .reason_parent {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin: 0 0 15px;
}

.senior_mom .reason .reason_box .reason_parent .reason_child {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    line-height: 1.5;
}

.senior_mom .reason .reason_box:not(.online) .reason_parent > .reason_child {
    margin-bottom: 0;
}

.senior_mom .reason .reason_box:not(.online) .fold_content > .reason_child:first-child {
    margin: 15px 0;
}

.senior_mom .reason .reason_box .reason_parent .reason_child:last-child {
    margin: 0;
}

.senior_mom .reason .reason_box .reason_parent .reason_child::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.senior_mom .reason .reason_box .link {
    text-align: center;
}

.senior_mom .reason .reason_box.online {
    background-color: #E1EDFA;
}

.senior_mom .reason .reason_box.online .tit {
    background-image: url(images/consul_online.png);
}

.senior_mom .reason .reason_box.online .reason_child::before {
    background: #7DB9FA;
}

.senior_mom .reason .reason_box.shop {
    background-color: #FAE5E1;
}

.senior_mom .reason .reason_box.shop .tit {
    background-image: url(images/consul_shop.png);
}

.senior_mom .reason .reason_box.shop .tit span {
    display: inline;
}

.senior_mom .reason .reason_box.shop .reason_child::before {
    background: #FA917D;
}

.senior_mom .reason .reason_box.visit {
    background-color: #EEF8DA;
}

.senior_mom .reason .reason_box.visit .tit {
    background-image: url(images/consul_visit.png);
}

.senior_mom .reason .reason_box.visit .reason_child::before {
    background: #AACC66;
}

/*-------------------------------------
お客様の声
--------------------------------------*/
.voice h2.head_tit {
    background-image: url(images/bg_heading_voice.png);
    margin: 0 0 15px;
}

.voice .tab {
    display: flex;
    position: relative;
    z-index: 2;
}

.voice .tab li {
    width: calc(100%/3);
    text-align: center;
    padding: 54px 0 10px;
    border-top: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 50px;
    font-size: 14px;
}

.voice .tab li:first-child {
    background-image: url(images/ico_online_on.png);
}

.voice .tab li:first-child.active {
    background-image: url(images/ico_online_off.png);
}

.voice .tab li:nth-child(2) {
    background-image: url(images/ico_tenpo_on.png);
}

.voice .tab li:nth-child(2).active {
    background-image: url(images/ico_tenpo_off.png);
}

.voice .tab li:last-child {
    background-image: url(images/ico_visit_on.png);
}

.voice .tab li:last-child.active {
    background-image: url(images/ico_visit_off.png);
}

.voice .tab li.active {
    background-color: #F1F1F1;
    position: relative;
    top: 3px;
    color: #888;
}

.voice .voice_wrap {
    position: relative;
    background: #F1F1F1;
    border-top: 2px solid #D1D1D1;
    z-index: 1;
    padding: 15px;
}

.voice .voice_wrap .voice_parent .voice_child {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    margin: 0 0 15px;
}

.voice .voice_wrap .voice_parent .voice_child:last-child {
    margin: 0;
}

.voice .voice_wrap .voice_parent .voice_child .personal_data {
    display: flex;
    align-items: center;
}

.voice .voice_wrap .voice_parent .voice_child .icon {
    width: 52px;
}

.voice .voice_wrap .voice_parent .voice_child .age_gender {
    font-weight: bold;
    margin: 0 10px;
    flex-grow: 1;
}

.voice .voice_wrap .voice_parent .voice_child .comment {
    width: 100%;
    margin: 10px 0 0 0;
}

/* 表示非表示(タブ切り替え時) */
.voice .voice_wrap {
    display: none;
}

.voice .voice_wrap.show {
    display: block;
}

/*    評価・星
----------------------------*/
.voice_wrap .valuation {
    overflow: hidden;
    width: 107px;
    height: 20px;
    margin: 0 10px 0 0;
}

.voice_wrap .valuation .star45 {
    margin: -25px 0 0;
}

.voice_wrap .valuation .star40 {
    margin: -50px 0 0;
}

.voice_wrap .valuation .star35 {
    margin: -75px 0 0;
}

.voice_wrap .valuation .star30 {
    margin: -100px 0 0;
}

.voice_wrap .valuation .star25 {
    margin: -124px 0 0;
}

.voice_wrap .valuation .star20 {
    margin: -149px 0 0;
}

.voice_wrap .valuation .star15 {
    margin: -174px 0 0;
}

.voice_wrap .valuation .star10 {
    margin: -199px 0 0;
}

.voice_wrap .valuation .star05 {
    margin: -223px 0 0;
}

.voice_wrap .valuation .star0 {
    margin: -248px 0 0;
}

/* 概要 */

.campaign_detail .gift_list_wrap,
.campaign_detail .campaign_btn_blk{
    display: none;
}

.campaign_detail .campaign_wblk .campaign_detail {
    padding-bottom: 0;
}

.campaign_detail + dl.agency {
    max-width: 1040px;
    margin: 0 auto 40px;
    padding: 0 15px;
    background: #fff;
    font-size: 14px;
}

.campaign_detail + dl.agency dt {
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    text-align: center;
}

.campaign_detail + dl.agency dd {
    padding: 0 5px;
}


/* ----------------------------------
  ipad縦＆PC用
-------------------------------------*/
@media only screen and (min-width: 768px) {
    .main_container {
        margin: 20px auto;
    }

    /* ----------------------------------------------
    フローター
    ----------------------------------------------*/
    .floater_btn .link_area ul {
        margin: 0 auto;
        max-width: 1040px;
    }

    .floater_btn .link_area ul li a br {
        display: none;
    }

    .floater_btn .link_area ul li a {
        font-size: 20px;
        padding: 15px 5px;
    }

    .floater_btn .link_area ul li a:hover {
        background-color: #0b9c7d;
        box-shadow: 0px 3px 0px 0px #068166;
        transition: all 0.3s ease;
    }

    /*-------------------
    共通パーツ
    ---------------------*/
    .content_wrap {
        margin: 60px auto;
    }

    .content_wrap h2.head_tit {
        padding: 40px 10px 15px 155px;
        min-height: 125px;
        border-bottom: 4px solid #055241;
        background-position: 10px bottom;
        background-size: 120px;
        font-size: 32px;
    }

    .content_wrap h2.head_tit br {
        display: none;
    }

    .content_wrap h2.head_tit span {
        font-size: 24px;
    }

    .fukidashi {
        padding: 15px;
        margin: 30px 0;
        font-size: 28px;
    }

    /* cvボタン */
    .btn_wrap {
        max-width: 600px;
    }

    .pr_wrap .btn_wrap {
        margin: 30px auto;
    }

    .gift_list_wrap .inner > .btn_wrap {
        margin: 30px auto 15px;
    }

    .gift_list_wrap > .btn_wrap,
    .campaign_detail .btn_wrap {
        margin: 20px auto;
    }

    .btn_wrap a {
        padding: 14px;
        font-size: 24px;
    }

    .btn_wrap a:hover {
        transition: all 0.3s ease;
        opacity: .8;
    }

    .btn_wrap span:not(.easy) {
        font-size: 16px;
    }

    .btn_wrap span:not(.easy)::before {
        left: -20px;
    }

    .btn_wrap span:not(.easy)::after {
        right: -17px;
    }

    .btn_wrap a .easy {
        font-size: 16px;
    }

    .btn_wrap .period {
        font-size: 18px;
    }

    .gift_list_wrap .campaign_detail_btn {
        font-size: 18px;
    }

    /*-------------------
    キャンペーン
    ---------------------*/
    .gift_list_wrap {
        max-width: 1040px;
        margin: auto;
        padding: 15px 20px;
    }
    .gift_list_wrap::before,
    .gift_list_wrap::after {
        content: "";
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .gift_list_wrap::before {
        background-image: url(images/bg_campaign01_pc.webp);
        width: 228px;
        height: 248px;
        left: 0;
    }
    .gift_list_wrap::after {
        background-image: url(images/bg_campaign02_pc.webp);
        width: 233px;
        height: 266px;
        right: 0;
    }
    .gift_list_wrap h2 {
        font-size: 20px;
    }
    .gift_list_wrap h2::before {
        left: -108px;
        top: -25px;
        width: 100px;
        height: 100px;
    }
    .gift_list_wrap h2 span {
        font-size: 24px;
    }
    .gift_list_wrap h2 em {
        font-size: 40px;
    }
    .gift_list_wrap .gift_list {
        max-width: 800px;
        gap: 15px;
        margin-top: 20px;
    }
    .gift_list_wrap .gift_list li {
        flex: 1;
    }
    .gift_list_wrap .gift_list li figcaption {
        margin-top: 10px;
        font-size: 14px;
    }
    .gift_list_wrap .cp_btn p.period {
        margin-top: 10px;
        font-size: 18px;
    }
    .gift_list_wrap .campaign_detail_btn {
        margin-top: 10px;
    }
    .gift_list_wrap .campaign_detail_btn a {
        font-size: 18px;
    }

    /*-------------------
    メインビジュアル下エリア
    ---------------------*/
    .pr_wrap .fukidashi br {
        display: block;
    }

    .pr_wrap .att_list {
        padding: 0;
    }

    .pr_wrap .att_list li {
        margin: 5px 0;
    }

    /*-------------------
    教育シミュレーション
    ---------------------*/
    .simulation {
        padding: 0 0 40px;
    }

    .simulation h2.head_tit {
        padding: 20px 10px 15px 155px;
    }

    .simulation h2.head_tit + p {
        font-size: 20px;
    }

    .simulation .simform_wrap #age_form {
        margin: auto;
    }

    .simulation .simform_wrap #age_form select {
        width: calc(100% - 200px);
        font-size: 28px;
    }

    .simulation .simform_wrap #age_form button {
        width: 180px;
        font-size: 28px;
        cursor: pointer;
    }

    /*-------------------------------------
    保険相談を利用したセンパイママに聞きました！
    --------------------------------------*/
    .senior_mom .fukidashi + p br {
        display: none;
    }

    .senior_mom .fukidashi + p span {
        font-size: 24px;
    }

    /* 保険相談ってどんなことを聞いてるの？ */
    .senior_mom .question_wrap {
        padding: 30px 40px;
    }

    .senior_mom .question_wrap .fukidashi br {
        display: none;
    }

    .senior_mom .question_wrap .qa_parent .qa_child {
        margin: 0;
    }

    .senior_mom .question_wrap .qa_parent .qa_child .q_txt {
        width: 340px;
        padding: 15px;
        font-size: 18px;
    }

    .senior_mom .question_wrap .qa_parent .qa_child .q_txt::after {
        border-top: 12px solid transparent;
    }

    .senior_mom .question_wrap .qa_parent .qa_child .character {
        width: 120px;
    }

    .senior_mom .question_wrap .qa_parent > .qa_child:nth-child(odd) .q_txt::after,
    .senior_mom .question_wrap .qa_parent .fold_content .qa_child:nth-child(even) .q_txt::after {
        border-left: 12px solid #fd5925;
    }

    .senior_mom .question_wrap .qa_parent > .qa_child:nth-child(even),
    .senior_mom .question_wrap .qa_parent .fold_wrap .qa_child:nth-child(odd) {
        justify-content: flex-end;
    }

    .senior_mom .question_wrap .qa_parent > .qa_child:nth-child(even) .q_txt::after,
    .senior_mom .question_wrap .qa_parent .fold_content .qa_child:nth-child(odd) .q_txt::after {
        border-right: 12px solid #fd5925;
    }

    /* 保険相談？あなたはどれを選んだの？ */
    .senior_mom .reason {
        padding: 0;
    }

    .senior_mom .reason_wrap .fukidashi br {
        display: none;
    }

    .senior_mom .reason .reason_box .inner {
        width: 600px;
        margin: auto;
        text-align: center;
    }

    .senior_mom .reason .reason_box .tit {
        display: inline-block;
        min-height: 120px;
        padding: 30px 150px 0 0;
        background-size: 120px;
        line-height: 1.2;
    }

    .senior_mom .reason .reason_box .reason_parent .reason_child {
        text-align: left;
        margin: 0 35px 10px;
    }

    .senior_mom .reason .reason_box:not(.online) .fold_content > .reason_child:first-child {
        margin: 15px 35px;
    }

    .senior_mom .reason .reason_box .reason_parent .reason_child:last-child,
    .senior_mom .reason .reason_box:not(.online) .fold_content > .reason_child:last-child {
        margin: 0 35px;
    }

    .senior_mom .reason .reason_box .link a:hover {
        color: #e31732;
    }

    /*-------------------------------------
    お客様の声
    --------------------------------------*/
    .voice h2.head_tit {
        margin: 0 0 30px;
    }
    
    .campaign_detail + dl.agency dd br {
        display: none;
    }
}

/* ----------------------------------
  iPad縦のみ
-------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 950px) {

    .gift_list_wrap::before,
    .gift_list_wrap::after {
        content: none;
    }

    /*-------------------
    メインビジュアル下エリア
    ---------------------*/
    .pr_wrap .fukidashi br {
        display: none;
    }

    .pr_wrap {
        margin: 0 15px;
    }
}

/* ----------------------------------
  PCのみ
-------------------------------------*/
@media only screen and (min-width: 950px) {

    /* 詳しく見る */
    .main_container .fold_wrap .more_btn {
        display: none;
    }

    .main_container .fold_wrap .fold_content {
        display: block;
    }

    /*-------------------------------------
    お客様の声
    --------------------------------------*/
    .voice .tab li {
        text-align: left;
        padding: 15px 0 15px 160px;
        background-position: 100px;
        font-size: 18px;
    }

    .voice .tab li:hover {
        cursor: pointer;
    }

    .voice .tab li:first-child {
        padding: 15px 0 15px 140px;
        background-position: 80px;
    }

    .voice .voice_wrap {
        padding: 15px 30px;
    }

    .voice .voice_wrap .voice_parent,
    .voice .voice_wrap .fold_wrap .fold_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .voice .voice_wrap .voice_parent .voice_child {
        width: calc((100% - 40px)/2);
        margin: 0 0 20px 0;
    }
    .voice .voice_wrap .voice_parent .voice_child:last-child {
        margin-bottom: 20px;
    }
}

/* ----------------------------------
  iPhone5等小さい画面用
-------------------------------------*/
@media only screen and (max-width: 360px) {

    /* 保険相談？あなたはどれを選んだの？ */
    .senior_mom .reason .reason_box .tit {
        padding: 30px 120px 0 0;
        background-size: 120px;
        min-height: 120px;
    }

    .senior_mom .reason .reason_box .tit span {
        font-size: 28px;
    }
}
