@charset "UTF-8";

/******************************************************************************
*
* [共通]メニュー
*
******************************************************************************/

#menu {
    width: 100%;
    max-width: 960px;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#menu .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu .inner h1 {
    width: 100px;
}

/*メニュー*/

#menu .inner ul {
    display: flex;
}

#menu .inner ul li {
    margin-right: 40px;
    letter-spacing: 0.1em;
}

#menu .inner ul li:last-child {
    margin-right: 0;
}

#menu .inner ul li a {
    color: #1a1a1a;
    transition: color 0.5s;
}

#menu .inner ul li a:hover {
    color: #11c79d
}


/*SPメニュー非表示*/

#sp-menu-icon,
#sp_menu {
    display: none;
}

#sp_menu {
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 998;
    overflow: scroll;
}

#sp_menu .list {
    display: block;
    padding: 130px 0 50px;
    width: 80%;
    margin: auto;
}

#sp_menu .list dl {
    padding: 0;
    margin-bottom: 45px;
    letter-spacing: 0;
    border-width: 0;
    text-align: center;
}

#sp_menu .list dl dt .en {
    font-size: 26px;
    font-weight: 200;
    letter-spacing: 0.1em;
}

#sp_menu .list dl dt .sub {
    font-size: 10px;
}

#sp_menu .list dl dd {
    margin-top: 10px;
}

#sp_menu .list dl dd ul li a {
    display: block;
    font-size: 13px;
    padding: 10px;
    border-bottom: dotted 1px rgba(204, 204, 204, 0.22);
}

#sp_menu .list dl dd ul li:first-child a {
    border-top: dotted 1px rgba(204, 204, 204, 0.22);
}

#sp_menu .list dl a {
    color: #1a1a1a;
}



/******************************************************************************
*
* [トップページ] FV
*
******************************************************************************/

header#fv {
    background-image: url(../images/top/fv.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

/*一言コメント*/

header#fv .hitokoto {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 94%;
    max-width: 800px;
    background: #1a1a1a;
    border-radius: 100px;
    padding: 14px 30px
}

header#fv .hitokoto,
header#fv .hitokoto a {
    color: #fff;
    font-weight: 500;
}

header#fv .hitokoto a {
    text-decoration: underline;
}

header#fv .hitokoto .news-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header#fv .hitokoto .news-row .news-cell-date {
    width: 90px;
}

header#fv .hitokoto .news-row .news-cell-category {
    width: 110px;
    font-size: 14px;
    background: linear-gradient(-90deg, rgba(51, 181, 206, 1) 0%, rgba(24, 191, 162, 1) 100%);
    padding: 0 5px;
    text-align: center;
    border-radius: 3px;
}

header#fv .hitokoto .news-row .news-cell-text {
    width: 60%;
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

header#fv .hitokoto .news-row .news-date2 {
    display: none;
}



/******************************************************************************
*
* [トップページ]詳細
*
******************************************************************************/

#about {
    background: linear-gradient(-90deg, rgba(51, 181, 206, 1) 0%, rgba(24, 191, 162, 1) 100%);
}

/*コンテナ*/

#about .box {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

#about .box .lineart {
    width: 47%;
}

#about .box .txt {
    width: 50%;
}

/*テキスト*/

#about h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 0.1em;
}

#about p {
    color: #fff;
    font-weight: 400;
}

#about .c_btn {
    margin-top: 30px
}


/******************************************************************************
*
* [トップページ]サービス
*
******************************************************************************/

/*セクション1*/

#service .list {
    display: flex;
    justify-content: space-between;
}

#service .list dl {
    width: 31%;
    padding: 30px 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

#service .list dl dt {
    width: 70%;
    margin: 0 auto 20px;
}

#service .list dl dd {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
}

#service .list dl dd h3 {
    font-size: 18px;
}

#service .list dl dd aside {
    font-size: 10px;
    color: #8acfdf;
    margin-top: 3px
}

#service .s1 .c_btn {
    margin-top: 50px;
}

#service .s1 .c_btn a {
    margin: auto;
}

/*セクション2*/

#service section.s2 {
    margin-top: 100px;
}

#service section.s2 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#service section.s2 .box:first-child {
    flex-flow: row-reverse;
    margin-bottom: 100px;
}

#service section.s2 .box .lineart {
    width: 35%;
}

#service section.s2 .box .txt {
    width: 60%;
}

#service section.s2 h3 {
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

#service section.s2 p {
    font-weight: 400;
    line-height: 1.8;
}


/******************************************************************************
*
* [トップページ] お知らせ
*
******************************************************************************/

#infomation {
    background: #e6e6e6;
}

#infomation .c_btn {
    margin-top: 50px;
}

#infomation .c_btn a {
    margin: auto;
}


/*リストコンテナ*/

#infomation .news_list .cms-news .news-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 18px 60px 18px 30px;
    border-radius: 100px;
    margin-bottom: 20px;
    position: relative;
}

#infomation .news_list .cms-news .news-row::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

#infomation .news_list .cms-news .news-row:last-child {
    margin-bottom: 0;
}

/*日付*/

#infomation .news_list .cms-news .news-row .news-cell-date {
    width: 120px;
    font-weight: 600;
    color: #8acfdf;
}

/*名称*/

#infomation .news_list .cms-news .news-row .news-cell-text {
    width: 80%;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#infomation .news_list .cms-news .news-row .news-cell-text,
#infomation .news_list .cms-news .news-row .news-cell-text a {
    color: #1a1a1a;
}

#infomation .news_list .cms-news .news-row .news-cell-text .news-date2 {
    display: none;
}


/******************************************************************************
*
* [共通]お問い合わせ
*
******************************************************************************/

#contact {
    background-image: url(../images/contact.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

#contact .box {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}

#contact .box .common_h2 {
    text-align: left;
    color: #fff;
    margin-bottom: 50px;
}

#contact .box .common_h2 h2 {
    font-size: 80px;
    line-height: 1;
}

#contact .box .common_h2 .sub {

    font-size: 20px;
    margin-left: 8px;
    margin-top: 10px;
}

#contact .box .btns {
    display: flex;
    justify-content: space-between;
}



/******************************************************************************
*
* [下層]ページタイトル・コンテナ
*
******************************************************************************/

/*---------------------
* ページタイトル
---------------------*/

#title {
    padding: 200px 0 30px;
}

/*情報*/

#title .data {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#title .data time {
    font-size: 16px;
    color: #fd4d75;
}


#title .data .cat {
    margin-left: 20px;
}

#title .data .cat span {
    display: inline-block;
    background: linear-gradient(90deg, rgba(51, 181, 206, 1) 0%, rgba(24, 191, 162, 1) 100%);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 2px 10px 3px;
    border-radius: 50px;
}

/*見出し*/

#title h2 {
    font-size: 42px;
    letter-spacing: 0.1em;
    font-weight: 400;
}

#title p {
    margin-top: 5px;
}


/*---------------------
* テキストエリア
---------------------*/

#under #textarea {
    padding-bottom: 200px;
}

#under #textarea .inner {
    background: #fff;
    padding: 80px;
    border-radius: 50px;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

/*---------------------
* パンくずリスト
---------------------*/

#under .pankuzu {
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}

#under .pankuzu a {
    color: #11c79d;
}



/******************************************************************************
*
* [下層] お知らせ一覧
*
******************************************************************************/

body.news_list #title {
    padding-bottom: 30px;
}

/*リストコンテナ*/

#news_all_list .news_list .cms-news .news-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 18px 60px 18px 30px;
    border-radius: 100px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
}

#news_all_list .news_list .cms-news .news-row::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

#news_all_list .news_list .cms-news .news-row:last-child {
    margin-bottom: 0;
}

/*日付*/

#news_all_list .news_list .cms-news .news-row .news-cell-date {
    width: 120px;
    font-weight: 600;
    color: #8acfdf;
}

/*名称*/

#news_all_list .news_list .cms-news .news-row .news-cell-text {
    width: 80%;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#news_all_list .news_list .cms-news .news-row .news-cell-text,
#news_all_list .news_list .cms-news .news-row .news-cell-text a {
    color: #1a1a1a;
}

#news_all_list .news_list .cms-news .news-row .news-cell-text .news-date2 {
    display: none;
}




/******************************************************************************
*
* [下層]サービス
*
******************************************************************************/

/*---------------------
* タブメニュー
---------------------*/

.tabs {
    width: 100%;
}

/*タブのスタイル*/

input[name="tab_item"],
input[name="tab_item2"] {
    display: none;
}

.tab_item {
    display: block;
    float: left;
    width: 24%;
    width: calc(100%/4.2);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-right: 1.3%;
    border-radius: 500px;
    background: #ededed;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    cursor: pointer;
}

.tab_item.last {
    margin-right: 0;
}

.tabs input:checked + .tab_item {
    background-color: #5ab4bd;
    color: #fff;
}

/*タブコンテンツ*/

.tab_content {
    display: none;
    clear: both;
    padding: 50px 0 0;
}

/*表示*/

#hp:checked ~ #hp_box,
#lp:checked ~ #lp_box,
#custom:checked ~ #custom_box,
#other:checked ~ #other_box,
#hp-s1:checked ~ #hp1_box,
#hp-s2:checked ~ #hp2_box,
#hp-s3:checked ~ #hp3_box {
    display: block;
}

/*サブメニュー用*/

.tab_item2 {
    display: block;
    float: left;
    width: 33%;
    width: calc(100%/3);
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    cursor: pointer;
    border-bottom: solid 3px #e3e3e3;
}

.tab_item.last {
    margin-right: 0;
}

.tabs input:checked + .tab_item2 {
    border-bottom-color: #5ab4bd;
    color: #11c79d;
}

/*---------------------
* コンテナ内
---------------------*/

.tab_content .c:nth-child(n+2) {
    margin-top: 100px;
}

.tab_content .illust {
    width: 300px;
    margin: 0 auto 30px;
}

.tab_content h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
}

.tab_content dl {
    padding: 30px;
    background: #f7f7f7;
    margin-top: 30px;
    border-radius: 10px;
}

.tab_content dl dt {
    font-size: 24px;
    margin-bottom: 30px;
}

.tab_content table th,
.tab_content table td {
    text-align: left;
    width: 33%;
    font-size: 14px;
    padding: 10px 5px;
    border-bottom: solid 1px #ccc;
    vertical-align: middle;
}

.tab_content table tr:first-child th,
.tab_content table tr:first-child td {
    border-top: solid 1px #ccc;
}



/******************************************************************************
*
* [下層]お問い合わせ
*
******************************************************************************/

.cw_banner {
    width: 100%;
    max-width: 640px;
    margin: auto;
    border: solid 1px #ccc;
}

.contact p.tc {
    text-align: center;
    margin: 30px 0;
}

/*注意*/

aside.attention {
    background: #ededed;
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding: 30px;
    color: #444;
}

aside.attention h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

aside.attention ul li {
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
}

aside.attention ul li:nth-child(n+2) {
    margin-top: 5px;
}



/******************************************************************************
*
* [下層]制作の流れ
*
******************************************************************************/

.flow_la {
    width: 500px;
    margin: 0 auto 50px;
}

.flow .c_btn {
    margin-top: 50px;
}

.flow .c_btn a {
    margin: auto;
}

/*流れ*/

.flow_design {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 50px;
}

.flow_design .flow {
    padding-left: 0;
    border-bottom: solid 1px #E1E8ED;
    width: 100%;
}

.flow_design .flow > li {
    list-style-type: none;
    display: flex;
    padding: 20px 0 30px;
    border-top: solid 1px #E1E8ED;
}

.flow_design .flow > li dl dt {
    font-size: 1.2em;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 10px;
}

.flow_design .flow > li .num {
    line-height: 1;
    font-size: 2em;
    font-weight: bold;
    color: #E26B5D;
    text-align: center;
    width: 70px;
    position: relative;
    margin-top: 0;
}

.flow_design .flow > li .num::before {
    content: 'STEP';
    font-size: 0.3em;
    display: block;
    margin-bottom: 3px;
    letter-spacing: 1px;
}

.flow_design .flow > li .num::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 50px);
    background-color: #858585;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
}

.flow_design .flow > li dl dd {
    margin: 0;
}

.flow_design .flow > li dl {
    width: calc(100% - 70px);
    margin-top: 0.8em;
}



/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*1400px以下*/

@media only screen and (max-width: 1400px) {}

/*960px以下*/

@media only screen and (max-width: 960px) {

    /*---------------------
    * [共通]メニュー
    ---------------------*/

    #menu {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none;
        background: none;
    }


    #menu,
    #menu .inner {
        padding: 0 5px;
        height: 60px;
    }

    #menu .inner h1 {
        width: 90px;
    }

    /*メニュー*/

    #menu .inner ul {
        display: none;
    }

    /*非表示*/

    #sp-menu-icon {
        display: block;
    }

    #sp-menu-icon {
        width: 35px;
        height: 35px;
        cursor: pointer;
        background-image: url(../images/menu-open.png);
        background-size: cover;
        background-position: center;
        z-index: 999;
    }

    #sp-menu-icon.on {
        background-image: url(../images/menu-close.png);
    }

    /*---------------------
    * [共通]FV
    ---------------------*/

    header#fv {
        background-image: url(../images/top/fv_sp.jpg);
    }

}

/*644px以下*/

@media only screen and (max-width: 644px) {

    /*一言コメント*/

    header#fv .hitokoto {
        bottom: 0;
        width: 100%;
        border-radius: 0;
        padding: 14px 18px
    }


    header#fv .hitokoto .news-row {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    header#fv .hitokoto .news-row .news-cell-date {
        width: 75px;
        font-size: 12px;
    }

    header#fv .hitokoto .news-row .news-cell-category {
        width: 80px;
        font-size: 11px;
        padding: 2px 0;
    }

    header#fv .hitokoto .news-row .news-cell-text {
        font-size: 12px;
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
        margin-top: 5px;
    }



    /*---------------------
    * [トップページ]詳細
    ---------------------*/

    /*コンテナ*/

    #about .box {
        display: block;
        padding-bottom: 30px;
    }

    #about .box .lineart {
        width: 80%;
        margin: 40px calc(50% - 50vw) 0;
        width: 100vw;
    }

    #about .box .txt {
        width: 100%;
    }

    /*テキスト*/

    #about h2 {
        font-size: 24px;
        letter-spacing: 0.05em;
    }

    #about .c_btn {
        margin-top: 20px;
    }

    #about .c_btn a {
        margin: auto;
    }


    /*---------------------
    * [トップページ]サービス
    ---------------------*/

    #service {
        padding-bottom: 100px
    }

    /*セクション1*/

    #service .list {
        display: block;
    }

    #service .list dl {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 15px;
        border-radius: 10px;
        margin-bottom: 20px;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    }

    #service .list dl:last-child {
        margin-bottom: 0;
    }

    #service .list dl dt {
        width: 85px;
        margin: 0;
    }

    #service .list dl dd {
        text-align: left;
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }

    #service .list dl dd h3 {
        font-size: 17px;
    }

    #service .list dl dd aside {
        font-size: 10px;
        color: #8acfdf;
        margin-top: 3px
    }

    #service .s1 .c_btn {
        margin-top: 50px;
    }

    #service .s1 .c_btn a {
        margin: auto;
    }

    /*セクション2*/

    #service section.s2 .box {
        display: block;
    }

    #service section.s2 .box:first-child {
        margin-bottom: 100px;
    }

    #service section.s2 .box .lineart {
        width: 60%;
        margin: 0 auto 30px;
    }

    #service section.s2 .box .txt {
        width: 100%;
    }

    #service section.s2 h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }


    /*---------------------
    * [トップページ]お知らせ
    ---------------------*/

    #infomation .c_btn {
        margin-top: 30px;
    }

    /*リストコンテナ*/

    #infomation .news_list .cms-news .news-row {
        display: flex;
        align-items: center;
        padding: 15px 35px 15px 20px;
        margin-bottom: 14px;
    }

    #infomation .news_list .cms-news .news-row::before {
        width: 14px;
        height: 14px;
        right: 12px;
    }

    /*日付*/

    #infomation .news_list .cms-news .news-row .news-cell-date {
        width: 75px;
        font-size: 12px;
    }

    /*名称*/

    #infomation .news_list .cms-news .news-row .news-cell-text {
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
    }

    #infomation .news_list .cms-news .news-row .news-cell-text,
    #infomation .news_list .cms-news .news-row .news-cell-text a {
        font-size: 12px;
    }


    /*---------------------
    * [共通]お問い合わせ
    ---------------------*/

    #contact {
        background-image: url(../images/contact_sp.jpg);
        padding: 50px 0;
    }

    #contact .box .common_h2 {
        text-align: center;
        margin-bottom: 50px;
    }

    #contact .box .common_h2 h2 {
        font-size: 40px;
    }

    #contact .box .common_h2 .sub {
        font-size: 12px;
        margin-left: 0;
        margin-top: 10px;
    }

    #contact .box .btns {
        display: block;
    }

    #contact .box .btns a {
        margin: auto;
    }

    #contact .box .btns a:last-child {
        margin-top: 10px;
    }

    /*---------------------
    * [下層]記事
    ---------------------*/

    /*ページタイトル*/

    #title {
        padding: 150px 0 30px;
    }

    #title .data {
        margin-bottom: 10px;
    }

    #title .data time {
        font-size: 14px;
    }

    #title .data .cat {
        margin-left: 12px;
    }

    #title .data .cat span {
        font-size: 10px;
    }

    #title h2 {
        font-size: 28px;
        letter-spacing: 0.05em;
    }

    /*テキストエリア*/

    #under #textarea {
        padding-bottom: 0;
    }

    #under #textarea .wrap {
        width: 100%;
    }

    #under #textarea .inner {
        padding: 50px 30px 100px;
        border-radius: 0px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    }

    /*パンくずリスト*/

    #under .pankuzu {
        width: 92%;
        margin: auto;
        font-size: 12px;
        margin-bottom: 10px;
    }

    /*---------------------
    * [下層]お知らせ一覧
    ---------------------*/

    body.news_list #title {
        padding-bottom: 20px;
        padding-left: 10px;
    }

    /*リストコンテナ*/

    #news_all_list .news_list .cms-news .news-row {
        display: flex;
        align-items: center;
        padding: 15px 35px 15px 20px;
        margin-bottom: 14px;
    }

    #news_all_list .news_list .cms-news .news-row::before {
        width: 14px;
        height: 14px;
        right: 12px;
    }

    /*日付*/

    #news_all_list .news_list .cms-news .news-row .news-cell-date {
        width: 75px;
        font-size: 12px;
    }

    /*名称*/

    #news_all_list .news_list .cms-news .news-row .news-cell-text {
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
    }

    #news_all_list .news_list .cms-news .news-row .news-cell-text,
    #news_all_list .news_list .cms-news .news-row .news-cell-text a {
        font-size: 12px;
    }


    /*---------------------
    * [下層]サービス
    ---------------------*/

    .tab_item {
        width: 48%;
        width: calc(100%/2.1);
        height: 50px;
        line-height: 50px;
        font-size: 12px;
        margin-right: 4.5%;
        margin-bottom: 10px;
    }

    .tab_item.sp_last {
        margin-right: 0;
    }

    .tab_content {
        padding: 30px 0 0;
    }

    .tab_item2 {
        font-size: 12px;
        border-bottom-width: 2px;
    }

    /*コンテナ内*/

    .tab_content .c:nth-child(n+2) {
        margin-top: 60px;
    }

    .tab_content .illust {
        width: 180px;
        margin: 0 auto 20px;
    }

    .tab_content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tab_content dl {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding: 30px 12px;
        border-radius: 0;
        margin-top: 30px;
        background: #fff;
    }

    .tab_content dl dt {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .tab_content table th,
    .tab_content table td {
        font-size: 12px;
        padding: 15px 10px;
    }

    .tab_content table td {
        width: 30%;
    }

    .tab_content table td:last-child {
        width: 40%;
        font-size: 11px;
        line-height: 1.5;
    }


    /*---------------------
    * [下層]お問い合わせ
    ---------------------*/

    .contact p.tc {
        margin: 20px 0 30px;
    }

    /*注意*/

    .contact aside.attention {
        padding: 20px 12px;
    }

    .contact aside.attention h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .contact aside.attention ul li {
        font-size: 11px;
    }


    /*---------------------
    * [下層]制作の流れ
    ---------------------*/

    .flow_la {
        width: 250px;
        margin: 0 auto 30px;
    }

    .flow_design {
        margin-top: 50px;
    }

    .flow_design .flow > li dl dd {
        margin: 0;
    }

    .flow_design .flow > li dl {
        width: calc(100%);
    }
}

/*375px以下*/

@media only screen and (max-width: 375px) {}

/*360px以下*/

@media only screen and (max-width: 360px) {}

/*330px以下*/

@media only screen and (max-width: 330px) {}
