@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  template_c2.css
 style info :  corporate No.2 用の cssの定義
=================================================================== */

/*-----------------------------------------------------------------

common 共通

-----------------------------------------------------------------*/

@media only screen and (max-width: 690px) {
    .txt_l_sp {
        text-align: left !important;
    }
    .txt_c_sp {
        text-align: center !important;
    }
    .txt_r_sp {
        text-align: right !important;
    }
}

/*-----------------------------------------------------------------

メインイメージ

-----------------------------------------------------------------*/

#top_mainimage {
    height: 640px;
    position: relative;
    margin-top: 72px;
}

#top_mainimage .flexslider .slides > li {
    width: 100%;
    height: 640px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

#top_mainimage .main_txt {
    display: table;
    max-width: 1120px;
    padding: 0 24px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

#top_mainimage .main_txt_in {
    display: table-cell;
    vertical-align: middle;
}

#top_mainimage .main_lead {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
    margin: auto;
}

#top_mainimage .main_btn a {
    display: inline-block;
    background-color: #293337;
    color: #ffffff;
    padding: 16px 4em;
    text-align: center;
    position: relative;
    line-height: 1.2;
    border-color: #293337;
    border-width: 2px;
    border-style: solid;
    margin-top: 48px;
    min-width: 240px;
}

#top_mainimage .main_btn a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    padding-right: 10px;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    left: 0;
}

#top_mainimage .main_btn a:hover {
    background-color: #ffffff;
    color: #293337;
    text-decoration: none;
    border-color: #293337;
}

#top_mainimage .main_btn a:hover::before {
    left: 2px;
}

@media only screen and (max-width: 1119px) {
    #top_mainimage {
        height: 560px;
        margin-top: 50px;
    }
    #top_mainimage .flexslider .slides > li {
        height: 560px;
    }
    #top_mainimage .main_lead {
        font-size: 32px;
    }
    #top_mainimage .main_btn a {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 690px) {
    #top_mainimage {
        height: 320px;
        margin-bottom: 30px;
    }
    #top_mainimage .flexslider .slides > li {
        height: 320px;
    }
    #top_mainimage .main_lead {
        font-size: 24px;
    }
    #top_mainimage .main_btn a {
        padding: 16px 2em;
        margin-top: 32px;
        min-width: 200px;
    }
}

/*-----------------------------------------------------------------

top lead

-----------------------------------------------------------------*/

#top_lead {
    background-color: #f5f5f5;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

#top_lead .lead_block {
    background-color: #ffffff;
    width: 100%;
    max-width: 880px;
    margin: -160px auto 0;
    position: relative;
    z-index: 100;
    padding: 40px 40px;
    text-align: center;
    -webkit-box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.1);
}

#top_lead .lead_title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1119px) {
    #top_lead .lead_block {
        width: 88%;
        margin-top: -120px;
    }
}

@media only screen and (max-width: 690px) {
    #top_lead {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    #top_lead .lead_block {
        margin: -70px auto 0;
        padding: 24px 16px;
    }
    #top_lead .lead_title {
        font-size: 22px;
    }
}

body.dcms_editor #top_lead .lead_block,
body#tinymce #top_lead .lead_block {
    margin: 0 auto;
}

/*-----------------------------------------------------------------

top title

-----------------------------------------------------------------*/

.top_title_center_underbar {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
}

.top_title_center_underbar_en {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    margin-top: 24px;
}

.top_title_left_underbar {
    text-align: left;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
}

.top_title_left_underbar_en {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    margin-top: 24px;
}

.top_title_s_left_underbar {
    text-align: left;
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
}

.top_title_s_left_underbar_en {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .1em;
    margin-top: 12px;
}

@media only screen and (max-width: 690px) {
    .top_title_center_underbar,
    .top_title_left_underbar {
        font-size: 26px;
    }
    .top_title_center_underbar_en,
    .top_title_left_underbar_en {
        font-size: 14px;
        margin-top: 20px;
    }
    .top_title_s_left_underbar {
        font-size: 24px;
    }
    .top_title_s_left_underbar_en {
        font-size: 12px;
    }
}


/*-----------------------------------------------------------------

pagetitle

-----------------------------------------------------------------*/

#pagetitle.template_c2 {
    padding: 80px 0;
    margin-bottom: 40px;
    text-align: center;
    background-image: url(../image/pagetitle_bg_template_c2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#pagetitle.template_c2 .pagetitle_bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

#pagetitle.template_c2 .pagetitle_block {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
}

#pagetitle.template_c2 .pagetitle_block .pagetitle {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

#pagetitle.template_c2 .pagetitle_block .pagetitle::after {
    content: "";
    width: 32px;
    height: 4px;
    background-color: #ED1C21;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 16px);
}

@media only screen and (max-width: 979px) {
    #pagetitle.template_c2 .pagetitle_block {
        flex-direction: column;
    }
    #contents_left #pagetitle.template_c2 {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }
    #pagetitle.template_c2 {
        margin-bottom: 24px;
        padding: 16px 0 24px;
    }
    #pagetitle.template_c2 .pagetitle_block .pagetitle {
        font-size: 24px;
        margin: 8px 0;
    }
    #pagetitle.template_c2 .pagetitle_block .pagetitle::after {
        height: 3px;
    }
}

/*-----------------------------------------------------------------

 rss

-----------------------------------------------------------------*/

.rss_box dl {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.rss_box dl:after {
    content: "";
    display: table;
    clear: both;
}

.rss_date {
    float: left;
    width: 12%;
}

.rss_title {
    float: right;
    width: 88%;
    padding-left: 20px;
}

.rss_title a:hover {
    text-decoration: underline;
}

.rss_contents {
    clear: both;
    padding: 8px 0 0 calc(12% + 20px);
    font-size: .9em;
}

.rss_new {
    display: inline-block;
    padding: 3px 12px 2px;
    font-size: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 979px) {
    .rss_date {
        width: 14%;
    }
    .rss_title {
        width: 86%;
    }
    .rss_contents {
        padding-left: calc(14% + 15px);
    }
}

@media only screen and (max-width: 690px) {
    .rss_date,
    .rss_title {
        width: 100%;
        float: none;
    }
    .rss_date {
        font-size: .85em;
    }
    .rss_title {
        padding: 3px 0;
    }
    .rss_contents {
        padding: 5px 0 0 0;
    }
}

/*-----------------------------------------------------------------

NEWS-F

-----------------------------------------------------------------*/

.rss_f {
    border-width: 1px;
    border-style: solid;
}

.rss_f_title {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 24px;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.rss_f dl {
    border-bottom: none;
    padding-bottom: 0;
}

.rss_f dl:last-child {
    margin-bottom: 0;
}

.rss_f .rss_contents {
    display: none;
}

.rss_f_wrap {
    height: 240px;
    padding: 20px 32px;
}

.rss_f_in {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.rss_f .rss_box {
    padding-right: 40px;
}

@media only screen and (max-width: 979px) {
    .rss_f_wrap {
        padding: 20px 16px;
    }
}

/*-----------------------------------------------------------------

case info

-----------------------------------------------------------------*/

.case_info {
    padding: 16px 0 16px 24px;
    border-left: 2px solid #dddddd;
}

.case_info_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.case_info_list dt {
    width: 120px;
    font-weight: bold;
}

.case_info_list dd {
    width: calc(100% - 120px);
    padding-left: 16px;
}

/*-----------------------------------------------------------------

support info

-----------------------------------------------------------------*/

.support_info {
    padding: 3em 5% 1.5em;
    border: 1px solid #dddddd;
}

.support_info_title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.si_tel,
.si_mail {
    font-size: 32px;
}

.si_tel::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 22px;
    font-size: 24px;
}

.si_mail::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    display: inline-block;
    padding-right: 8px;
    /*vertical-align: middle;*/
    font-size: 20px;
}

@media only screen and (max-width: 979px) {
    .support_info_title {
        font-weight: bold;
        font-size: 20px;
    }
    .si_tel,
    .si_mail {
        font-size: 30px;
    }
    .si_tel::before {
        font-size: 20px;
    }
    .si_mail::before {
        font-size: 16px;
    }
}

@media only screen and (max-width: 690px) {
    .support_info {
        padding: 2em 16px .5em;
    }
    .si_tel,
    .si_mail {
        font-size: 26px;
    }
    .si_tel::before {
        font-size: 16px;
    }
    .si_mail::before {
        font-size: 14px;
    }
}

._dlb_box2-2_it ._dlb_box2-2_txt {
    position: relative;
}

._dlb_box2-2_it ._dlb_box2-2_txt::before {
    position: absolute;
    top: calc(50% - 10px);
    left: -16px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent #ffffff transparent transparent;
}

._dlb_box2-2_ti ._dlb_box2-2_txt {
    position: relative;
}

._dlb_box2-2_ti ._dlb_box2-2_txt::after {
    position: absolute;
    top: calc(50% - 10px);
    right: -16px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #ffffff;
}

@media only screen and (max-width: 690px) {
    ._dlb_box2-2_it ._dlb_box2-2_txt::before,
    ._dlb_box2-2_ti ._dlb_box2-2_txt::after {
        display: none;
    }
}

/*-----------------------------------------------------------------

faq

-----------------------------------------------------------------*/

.faq_block {
    padding-top: 16px;
    border-top: 2px solid #dddddd;
}

.faq_title {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dddddd;
}

/*-----------------------------------------------------------------

adobe link

-----------------------------------------------------------------*/

.adobe_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 3em 1em;
}

.adobe_link .icon {
    margin-right: 5%;
}

.adobe_link .txt a {
    text-decoration: underline;
}

@media only screen and (max-width: 979px) {
    .adobe_link {
        display: none;
    }
}

/*-----------------------------------------------------------------

TOP サービス紹介ブロック

-----------------------------------------------------------------*/

.list_icon li {
    list-style: none;
    background-position: left center;
    background-size: 48px auto;
    padding: 12px 0 12px 70px;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
}

.list_icon li.list_icon01 {
    background-image: url(../image/icon_chat.png);
}

.list_icon li.list_icon02 {
    background-image: url(../image/icon_headset.png);
}

.list_icon li.list_icon03 {
    background-image: url(../image/icon_laptop.png);
}

.list_icon li.list_icon04 {
    background-image: url(../image/icon_help.png);
}

.col_bg ._dlb_box2-2_area ._dlb_box2-2_txt {
    background-color: #ffffff;
}

.col_bg ._dlb_box2-2_area {
    -webkit-box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

.list_link .col {
    height: 280px;
    position: relative;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.list_link .col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
}

.list_link .col:hover {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.list_link .col:hover a {
    text-decoration: underline;
}

.list_link .col:hover::before {
    background-color: rgba(51, 51, 51, 0.4);
}

.list_link .list_link_img {
    height: 100%;
}

.list_link .list_link_txt {
    position: absolute;
    z-index: 2;
    height: 100%;
    display: table;
}

.list_link .list_link_txt_in {
    padding: 16px 2em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}

.list_link .list_link_txt_in a {
    color: #ffffff;
}

.list_link .list_link_title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
}

.list_link .list_link_title_en {
    font-size: 13px;
    margin-bottom: 16px;
    letter-spacing: .1em;
    line-height: 1.2;
}

@media only screen and (max-width: 690px) {
    .list_link .col {
        height: 160px;
    }
    .list_link .list_link_title {
        font-size: 24px;
    }
    .list_link .list_link_txt_in {
        padding: 8px 1.5em;
    }
}

/*---------------------------------------------------------------
-----------------------------------------------------------------

_dlb_box3-6_area ブロックダウンロード

-----------------------------------------------------------------
-----------------------------------------------------------------*/

._dlb_box3-6_area .col {
    border: 1px solid #dddddd;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #ffffff;
}

._dlb_box3-6_area .col:hover {
    -webkit-box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

._dlb_box3-6_area .col:hover .txt_link {
    text-decoration: underline;
    color: #ED1C21;
}

._dlb_box3-6_area ._dlb_box3-6_txt {
    padding: 24px;
}

/* ----------------------------

サムネイル名 ： フロー図 No.01

----------------------------- */

._dlb-flow_area_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

._dlb-flow_area_2 ._dlb-flow_item {
    width: 120px;
    text-align: center;
    padding: 4% 2%;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

._dlb-flow_area_2 ._dlb-flow_num {
    margin-bottom: 30px;
    position: relative;
    letter-spacing: .1em;
    font-weight: bold;
}

._dlb-flow_area_2 ._dlb-flow_num::after {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 8px);
}

._dlb-flow_area_2 ._dlb-flow_txt {
    width: calc(100% - 120px);
    padding: 1.5em;
    border-width: 1px;
    border-style: solid;
}

._dlb-flow_area_2 ._dlb-flow_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
}

._dlb-flow_area_2 + ._dlb-flow_area_2 {
    margin-top: 40px;
}

._dlb-flow_area_2 + ._dlb-flow_area_2 ._dlb-flow_item::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    position: absolute;
    top: -30px;
    left: calc(50% - 12px);
}

@media only screen and (max-width: 690px) {
    ._dlb-flow_area_2 {
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ._dlb-flow_area_2 ._dlb-flow_item {
        width: 100%;
        max-width: 100%;
        text-align: left;
        padding: 1em 1.5em;
    }
    ._dlb-flow_area_2 ._dlb-flow_num {
        margin-bottom: 0;
        margin-right: 5px;
        display: inline-block;
        font-size: 12px;
    }
    ._dlb-flow_area_2 ._dlb-flow_num::after {
        display: none;
    }
    ._dlb-flow_area_2::after {
        display: none;
    }
    ._dlb-flow_area_2 ._dlb-flow_txt {
        display: block;
        width: 100%;
        padding: 32px 16px 16px;
    }
    ._dlb-flow_area_2 ._dlb-flow_title {
        font-size: 18px;
    }
    ._dlb-flow_area_2 .col_l {
        margin-top: 0;
    }
    ._dlb-flow_area_2 ._dlb-flow_txt {
        padding-bottom: 1em;
    }
}

._dlb-flow_area_2.last ._dlb-flow_item::after,
._dlb-flow_area_2.last::after {
    display: none;
}

/* ----------------------------

サムネイル名 ： ポイント No.01

----------------------------- */

._dlb-point_area_1 .col {
    padding: 24px;
    border: 1px solid #dddddd;
    border-radius: 6px;
}

._dlb-point_area_1 ._dlb-point_num {
    width: 90%;
    margin: -44px auto 24px;
    text-align: center;
    background-color: #ED1C21;
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
}

._dlb-point_area_1 ._dlb-point_title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.4;
}

@media only screen and (max-width: 690px) {
    ._dlb-point_area_1 .col {
        margin-bottom: 32px;
    }
}

/*-----------------------------------------------------------------

サムネイル名 ： box No.

-----------------------------------------------------------------*/

._dlb_box2-9_img {
    float: right;
    width: 240px;
    margin-right: 0;
    margin-left: 32px;
    margin-bottom: 32px;
}

@media only screen and (max-width: 690px) {
    ._dlb_box2-9_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ._dlb_box2-9_img {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 16px 0 0 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    ._dlb_box2-9_txt {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

/*-----------------------------------------------------------------

CTA 共通お問い合わせ

-----------------------------------------------------------------*/

#cta_area.template_c2 {
    margin-top: 80px;
    background-color: #293337;
    padding: 32px 16px 40px;
}

#cta_area.template_c2 .cta_block {
    max-width: 880px;
    margin: auto;
}

#cta_area.template_c2 .cta_title {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 32px;
    font-weight: bold;
    line-height: 1.4;
}

#cta_area.template_c2 .cta_block .col {
    padding: 0 16px;
}

#cta_area.template_c2 .cta_txt {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
}

#cta_area.template_c2 .cta_btn {
    max-width: 400px;
    margin: auto;
}

#cta_area.template_c2 .cta_btn a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 24px 16px 24px 8px;
    background-color: #ED1C21;
    background-position: calc(100% - 1em) center;
    background-repeat: no-repeat;
    background-size: 24px auto;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

#cta_area.template_c2 .cta_l .cta_btn a {
    background-color: #ED1C21;
}

#cta_area.template_c2 .cta_r .cta_btn a {
    background-color: #1E7B7E;
}

#cta_area.template_c2 .cta_btn a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 699px) {
    #cta_area.template_c2 {
        margin-top: 40px;
        padding-bottom: 16px;
    }
    #cta_area.template_c2 .cta_title {
        margin-bottom: 8px;
        font-size: 18px;
    }
    #cta_area.template_c2 .cta_block .col {
        width: 100%;
        margin: 16px auto 24px;
    }
    #cta_area.template_c2 .cta_btn a {
        font-size: 16px;
        background-size: 16px auto;
    }
    #cta_area.template_c2 .cta_txt {
        margin-bottom: 12px;
    }
}

.pagetitle_bg_none {
    background-color: rgba(0, 0, 0, 0);
}

.pagetitle02 {
    text-align: left;
    color: #fff
}

/*-----------------------------------------------------------------

お問い合わせ

-----------------------------------------------------------------*/

.contact .col{
    background-color: #ffffff;
}

.contact .col .place{
    background-color: #ED1C21;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.contact .col ._dlb_contact_telnum{
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}
.contact .col ._dlb_contact_telnum a{
    font-family: "メイリオ", 'Meiryo', sans-serif;
}
#form_intro .col {
    background-color: #F5F5F5;
}
#form_intro ._dlb_contact_telnum {
    text-align: start;
}
#form_intro span.fas.fa-phone {
    margin-left: 2em;
}
#form_intro .fa-phone:before {
    margin-right: 10px;
}

@media only screen and (max-width: 690px) {
#form_intro span.fas.fa-phone {
    margin-left: 0;
    margin-top: 20px;
}
#form_intro ._dlb_contact_telnum {
    text-align: center;
}
/*------------------------------------*/}
/*-----------------------------------------------------------------

個人情報保護方針

-----------------------------------------------------------------*/ 

.privacy img,
.security img{
    margin-left: 0;
}