/*
Template:		twentysixteen
Theme Name:		twentysixteen_child
*/

@charset "utf-8";

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../../../fonts/NotoSerifCJKjp-Regular.otf) format('opentype')
}

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../../../fonts/NotoSerifCJKjp-Bold.otf) format('opentype')
}

* {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: normal;
}

p.mincho, .mincho p, p.mincho strong, .mincho p strong {
    font-family: 'Noto Serif Japanese', sans-serif !important;
}

/*wpエディタ上用*/
[class*=" eicon-"], [class^="eicon-"] {
    font-family: eicons !important;
    font-weight: normal !important;
}

/*FontAwesomeのアイコン用*/
.fa {
    font-family: FontAwesome !important;
    font-weight: normal !important;
}


html {
    position: relative;
}

body {
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

table {
    border-collapse: collapse;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    display: none;
}

p {
    padding: 0;
    margin: 0;
}

p, a {
    box-sizing: border-box;
}


p {
    line-height: 1.8em;
}


/*パンくず*/
#breadcrumb a:after {
    content: ">";
    margin: 0 5px;
    display: inline-block;
    color: #000 !important;
    text-decoration: none !important;
}

#breadcrumb {
    visibility: hidden;
}

/*記事が一件もない場合の処理用*/
.ichiran_box li:last-child .elementor-button-text {
    visibility: hidden;
}

/*記事が一件もない場合の処理用*/

/*ウィジェット*/
@media screen and (min-width: 56.875em) {
    .widget p, .widget address, .widget hr, .widget ul, .widget ol, .widget dl, .widget dd, .widget table {
        margin: 0 auto !important;
    }
}

.site {
    margin: 0;
}

header#masthead {
    padding: 0;
}

.site-header-main {
    display: block;
    max-width: 980px;
    margin: 0 auto;
}

.site-header-menu {
    max-width: 980px;
    margin: 0 auto;
}

img.custom-logo {
    max-height: 90px;
    width: auto;
}

@media screen and (max-width: 1024px) {
    img.custom-logo {
        max-height: 60px;
    }
}

#site-navigation {
    margin-top: 19px;
}

.panel-row-style {
    margin: 0 !important;
}

.site-branding {
    margin: 3px auto 3px 2%;
}

.site-title {
    display: none;
}

.site-description {
    display: none;
}

/*PC グローバルナビ*/
.main-navigation .primary-menu > li {
    width: 121.666666px;
    text-align: center;
    height: 70px;
    box-sizing: border-box;
    display: block;
    float: left;
    position: relative;
    letter-spacing: .2em;
}

.main-navigation .primary-menu > li:hover {
    background: rgba(255, 255, 255, 0.2);
}

.main-navigation a {
    color: #000;
    display: block !important;
    width: 100% !important;
    height: 70px;
    line-height: 20px;
    padding-top: 50px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.main-navigation a:visited {
    color: #000;
}

.main-navigation a:link {
    color: #000;
}

.main-navigation a:hover, .main-navigation a:focus {
    color: #000 !important;
    text-decoration: none;
}

.main-navigation li:hover a, .main-navigation li:focus a {
    color: #000 !important;
    text-decoration: none;
}

.site-inner {
    margin: 0 auto;
    max-width: 980px;
    position: relative;
}

.widget {
    border: none;
    margin: 0;
    padding: 0;
}

.site-content {
    padding: 0;
}

.main-index.content-area {
    float: none;
    margin-right: 0;
    width: 100%;
}

.main-index #main {
    width: 100%;
    float: none;
    margin-right: 0;
}

#main {
    margin-right: 0 !important;
    margin-bottom: 4% !important;
}

.main-navigation .primary-menu li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 42px;
    background: url('../../../images/hd_nav_01.png') top center / contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main-navigation .primary-menu li:nth-child(2) a:before {
    background-image: url('../../../images/hd_nav_02.png');
}

.main-navigation .primary-menu li:nth-child(3) a:before {
    background-image: url('../../../images/hd_nav_03.png');
}

.main-navigation .primary-menu li:nth-child(4) a:before {
    background-image: url('../../../images/hd_nav_04.png');
}

.main-navigation .primary-menu li:nth-child(5) a:before {
    background-image: url('../../../images/hd_nav_05.png');
}

.main-navigation .primary-menu li:nth-child(6) a:before {
    background-image: url('../../../images/hd_nav_06.png');
}


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

グローバルナビ 複階層ドロップダウン

------------------------------------------------------------*/
button.dropdown-toggle {
    display: none;
}

.main-navigation {
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.main-navigation .primary-menu {
    position: relative;
    list-style-type: none;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.main-navigation .primary-menu li a {
    display: block;
}

.main-navigation .primary-menu li ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
}

.main-navigation .primary-menu li ul li {
    width: 100%;
    overflow: hidden;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

.main-navigation .primary-menu li ul li a {
    padding: 13px 5px;
    background: #bbb;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    height: auto;
    line-height: 1;
}

.main-navigation .primary-menu li ul li a:hover {
    background: #ccc;
}

.main-navigation .primary-menu > li:hover > a {
    border-radius: 3px 3px 0 0;
}

.main-navigation .primary-menu li:hover ul li {
    overflow: visible;
    height: auto;
    margin-top: 1px;
}

.main-navigation .primary-menu li:hover ul li:first-child {
    border-top: 0;
}

.main-navigation .primary-menu li:hover ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

.main-navigation .primary-menu li:hover ul li:last-child {
    border-bottom: 0;
}

.main-navigation .primary-menu li:hover ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 1024px) {
    .main-navigation {
        display: none !important;
    }
}


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

ヘッダー

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

/*ロゴ*/
#hd_title img {
    max-height: 87px;
}

@media screen and (min-width: 1025px) {
    #hd_title img {
        max-height: none;
    }
}

/*ナビ*/

#hd_es_sp {
    float: left !important;
}

@media screen and (max-width: 1024px) {
    .site-branding {
        width: 70%;
        float: left;
    }

    article {
        overflow: hidden;
    }

    .menu-btn {
        text-align: right;
    }

    .main-navigation .primary-menu > li {
        width: 100%;
        text-align: left;
        height: auto;
        border-left: none;
    }
}


/*下層*/
@media screen and (min-width: 61.5625em) {
    body:not(.search-results) article:not(.type-page) .entry-content {
        float: none;
        width: 100%;
    }
}

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

パンくず

------------------------------------------------------------*/
#breadcrumb {
    min-height: 30px;
    font-size: 14px;
}

#breadcrumb ul {
    font-size: 0.9375em;
}

#breadcrumb ul li {
    display: inline;
    list-style: none;
}

#breadcrumb ul li:first-child:before {
    content: none;
}

#breadcrumb ul li:before {
    content: ">";
    margin: 0 5px 0 0;
}

#breadcrumb ul li > a {
    color: #333;
    margin-right: 5px;
    text-decoration: none;
}

#breadcrumb ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 980px) {
    #breadcrumb {
        padding: 0 2%;
    }
}

@media screen and (max-width: 640px) {
    #breadcrumb {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    #breadcrumb ul li span.e-title {
        display: block;
    }
}

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

SNSボタン

------------------------------------------------------------*/
#main_top .addtoany_content_top {
    display: none;
}

.shareaholic-canvas {
    text-align: right;
    margin: 0px 0px 0px 0px;
    float: right;
}

li.shareaholic-share-button, #main_cnt02 li.shareaholic-share-button {
    width: auto !important;;
}

#root .shareaholic-share-buttons-container.wrapped ul.shareaholic-share-buttons {
    margin: 0 !important;
    zoom: 0.6;
    line-height: 1 !important
}

#main_cnt02 li.shareaholic-total-count, .shareaholic-total-count {
    width: auto !important;
}


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

フラットSNSボタン 

------------------------------------------------------------*/
.share {
    margin: 0;
}

.share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share li a {
    display: block;
    padding: 3px 3px 0 3px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.share li a:hover {
    opacity: 0.8;
    color: #fff;
}

.share li a:visited {
    color: #fff;
}

.share ul:after {
    content: "";
    display: block;
    clear: both;
}

.tweet a {
    background-color: #1B95E0;
}

.facebook a {
    background-color: #315096;
}

.googleplus a {
    background-color: #dd4b39;
}

.line a {
    background-color: #00c300;
}

.rss a {
    background-color: #f5a51c;
}

.share li {
    float: left;
    width: 70px;
    margin: 0 2px 0 0;
}

@media screen and (max-width: 640px) {
    /* 画面幅767pxまでの端末 */
    .share li {
        width: 33.3%;
        margin: 0 0 9px;
    }
}


/* WEBフォント */
@font-face {
    font-family: 'icomoon';
    src: url('./fonts/icomoon.eot?iv469e');
    src: url('./fonts/icomoon.eot?iv469e#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?iv469e') format('truetype'),
    url('./fonts/icomoon.woff?iv469e') format('woff'),
    url('./fonts/icomoon.svg?iv469e#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
    content: "\e901";
}

.icon-google-plus3:before {
    content: "\e902";
}

.icon-facebook2:before {
    content: "\e903";
    padding-left: 1em;
}

.icon-twitter:before {
    content: "\e904";
}

.icon-rss2:before {
    content: "\e905";
}


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

フォーム

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

form.wpcf7-form .formlist div {
    box-sizing: content-box !important;
}

/*elementorとの競合回避*/

.form textarea {
    line-height: 1.4em;
}

.form button {
    display: inline-block;
    margin: 0 0 15px !important;
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #999;
    color: #777;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fafafa;
    position: relative;
    font-size: 14px !important;
    box-sizing: border-box;
}

.form button:hover {
    color: #33a1ff;
    border-color: #33a1ff;
}

.form ul.formlist {
    box-sizing: content-box;
}

.form ul.formlist li input {
    padding: 5px;
    box-sizing: border-box;
}

input.form_btn01 {
    cursor: pointer;
    display: block;
    width: 96%;
    max-width: 320px;
    height: 80px;
    border: none;
    text-indent: -9999px;
    background: url(../../../images/form_btn01.png) no-repeat 0 0;
    background-size: 100% auto;
    margin: 4% auto;
    padding: 0;
    border-radius: 0;
    transition: all .4s;
}

input.form_btn01:hover, input.form_btn02:focus {
    background: url(../../../images/form_btn01.png) no-repeat 0 0;
    background-size: 100% auto;
    opacity: .6;
}

input.form_btn02 {
    cursor: pointer;
    display: block;
    width: 96%;
    max-width: 280px;
    height: 70px;
    border: none;
    text-indent: -9999px;
    background: url(../../../images/form_btn02.png) no-repeat 0 0;
    background-size: 100% auto;
    padding: 0;
    float: left;
    margin: 0px 0px 0 20%;
    border-radius: 0;
    transition: all .4s;
}

input.form_btn02:hover, input.form_btn02:focus {
    background: url(../../../images/form_btn02.png) no-repeat 0 0;
    background-size: 100% auto;
    opacity: .6;
}

input.form_btn03 {
    cursor: pointer;
    display: block;
    width: 96%;
    max-width: 280px;
    height: 70px;
    border: none;
    text-indent: -9999px;
    background: url(../../../images/form_btn03.png) no-repeat 0 0;
    background-size: 100% auto;
    padding: 0;
    float: right;
    margin: 0px 20% 0px 0%;
    border-radius: 0;
    transition: all .4s;
}

input.form_btn03:hover, input.form_btn03:focus {
    background: url(../../../images/form_btn03.png) no-repeat 0 0;
    background-size: 100% auto;
    opacity: .6;
}

@media screen and (max-width: 980px) {
    input.form_btn02 {
        max-width: 30%;
    }

    input.form_btn03 {
        max-width: 30%;
    }
}

@media screen and (max-width: 640px) {
    input.form_btn02 {
        max-width: 280px;
        float: none;
        margin: 0px auto;
    }

    input.form_btn03 {
        max-width: 280px;
        float: none;
        margin: 0px auto;
    }
}


/*見積もりフォーム現場連絡先欄 見出し*/
.quotation_site_title {
    text-align: center;
}


/*余計な余白を詰める*/
@media screen and (max-width: 767px) {
    .form ul.formlist li div.itemname, .form ul.formlist li div.itemform, .form ul.formlist li div.itemform2 {
        height: auto ! important;
        min-height: auto !important;
        padding: 15px 2% !important;
    }

    .form ul.formlist li > div:last-child {
        padding-bottom: 2em !important;
    }
}

/*画面をはみ出し防止*/
input[type="text"], input[type="tel"], input[type="email"] {
    max-width: 98%;
}

/*テキストサイズ*/
@media screen and (max-width: 640px) {
    .form p {
        font-size: 14px !important;
    }
}

/*フォーム上*/
.form_catch_box img {
    margin: -60px 0 0 20px !important;
}

.form_catch_box p {
    overflow: visible !important;
}

@media screen and (max-width: 1024px) {
    .form_catch_box img {
        margin: -5px 0 0 20px !important;
    }
}

@media screen and (max-width: 640px) {
    .form_root #layout02 {
        padding: 0;
    }
}


/*◆ 確認画面*/
textarea.wpcf7c-conf, input.wpcf7c-conf {
    background: #fff !important;
    border: none !important;
}

/*UAによるスタイル上書きを防ぐ*/
input.wpcf7c-conf:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*セレクトボックスの装飾を非表示*/
.wpcf7-select.wpcf7c-conf {
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*プレースホルダー非表示*/
input.wpcf7c-conf::placeholder {
    color: transparent;
}


/*◆ 完了画面*/
.sent .formlist, .sent .quotation_site_title {
    display: none !important;
}

.wpcf7-mail-sent-ok {
    border: none;
    font-size: 16px;
}

div.wpcf7-mail-sent-ok {
    padding: 0 4%;
    box-sizing: border-box;
    border: none;
}

/*フッター表示切替*/
.form_footer #layout05, .form_footer #footer_cnt01, .form_footer #RFtNav1, .form_footer #footer_area_description, .form_footer #footer_info {
    display: none;
}

.form_footer #footer_left {
    width: 100%;
    float: none;
}

/*フォーム下*/
.form_description {
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
    .form_description { /*font-size: 108%;*/
    }
}


/*必須・任意アイコン*/
.item_required {
    font-weight: normal;
    background: #FF3332;
    color: #fff;
    padding: 0px 6px !important;
    border-radius: 3px;
    margin-right: 5px !important;
    font-size: 14px;
}

.item_unrequired {
    font-weight: normal;
    background: #C4BFBF;
    color: #fff;
    padding: 0px 6px !important;
    border-radius: 3px;
    margin-right: 5px !important;
    font-size: 14px;
}

/*box-sizing調整*/
.form_root .form_description p {
    box-sizing: border-box !important;
}

.form_root #layout02 div {
    box-sizing: border-box !important;
}

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

サイドメニュー

------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    #sub {
        display: none !important;
    }
}

.pure-pusher-container, .pure-pusher {
    overflow: visible !important;
}

/* left contentsB [ navigation ] */
.widget ul.RSbNav1 {
    font-size: 13px;
    vertical-align: baseline;
    list-style: none;
    margin-bottom: 4% !important;
}

.RSbNav1 li.cat-item {
    zoom: 1;
    vertical-align: baseline;
    list-style: none;
}

.RSbNav1 li.cat-item a {
    margin-bottom: 5px;
    display: block;
    padding: 0px 0;
    color: #3e3d3d;
    text-decoration: none;
    border-bottom: 1px solid #999;
    display: block;
    padding: 4px 15px 4px 15px;
    letter-spacing: -1px;
    box-shadow: none;
}

.RSbNav1 li a:hover, .RSbNav1 li a:hover span:hover {
    opacity: 0.6;
}

/*テキストメニュー ホバー*/
.RSbNav1 li.cat-item a:before {
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #7a0;
}

.cat-item a {
    position: relative;
}

.cat-item a:hover::after {
    left: .3em;
}

.cat-item ul {
    padding-left: 15px;
}

#sub .widget,
.sp_nav .widget {
    margin: 20px 0 0 0;
}

#sub .widget:first-child,
.sp_nav .widget:first-child {
    margin: 0;
}

#sub .RSbNav1 li a.CA1,
.sp_nav .RSbNav1 li a.CA1 {
    box-shadow: none;
}

/* サイドＡここまで */

/*「カテゴリーなし」の項目を非表示*/
.cat-item-none {
    display: none !important;
}

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

フッター

------------------------------------------------------------*/
/*ナビ*/
#footer_left .CA1::after {
    border: none;
}

#footer_left .cat-item a::after {
    border: none;
}

/*ロゴ*/
.footer_info_inner img {
    max-height: 87px;
}


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

pure drower

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

#layout01_bg .pure-toggle-label[data-toggle-label='right'] {
    right: 5px;
    left: auto;
    position: absolute;
}

#layout01_bg .pure-toggle-label {
    top: 5px;
    border: none;
    background: none;
    width: 56px;
    height: 56px;
    border-radius: 0;
    transition: none;
}

#layout01_bg .pure-toggle-label:hover .pure-toggle-icon,
#layout01_bg .pure-toggle-label:hover .pure-toggle-icon:before,
#layout01_bg .pure-toggle-label:hover .pure-toggle-icon:after {
    background-color: #333;
}

nav.pure-drawer {
    background: #f7f7f7 !important;
    width: 240px;
    padding: 90px 0px 60px 0;
    overflow: scroll;
    box-sizing: border-box;
    top: 46px;
}

nav.pure-drawer img {
    margin: 0 0 10px !important;
}

/*バナー画像レイアウト*/
@media screen and (max-width: 390px) {
    nav.pure-drawer img {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px !important;
        display: block;
    }
}

/*PC ボタン非表示*/
#layout01_bg .pure-toggle-label {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    #layout01_bg .pure-toggle-label {
        display: block !important;
    }
}

/*#sub{display:none;}*//*初期状態を非表示に*/
@media screen and (min-width: 1025px) {
    #sub {
        margin-bottom: 20px;
    }
}

.noscroll {
    position: fixed;
    overflow-y: scroll;
}

/*スクロール禁止*/

/*------------------------------------------------------------
    
    スライダー
    
------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
    .bx-pager_wrapper {
        height: auto !important;
    }

    .bx-pager {
        margin: 0px auto 0 !important;
        height: auto !important;
        position: relative !important;
        box-sizing: border-box !important;
        padding: 1% 0;
    }

    .bx-pager li {
        padding: 0 0 0 1% !important;
    }

    .bx-pager a {
        display: block;
        padding: 12px 0px 0 !important;
    }

    .bx-pager a.active {
        width: auto !important;
        height: auto !important;
        display: block;
        padding: 12px 0px 0 !important;
    }
}


/*臨時*/
.post-thumbnail {
    display: none;
}

.panel-grid-cell {
    padding: 0 2% 2% 0;
}

@media (max-width: 640px) {
    .panel-grid-cell {
        padding: 0 0 2% 0;
    }
}

.bx-pager a.active img {
    transition: none !important;
}


/*
	スライダー
------------------------------------------------------------*/

/*アニメーション発火タイミング調整のため 最初は非表示に*/
.slide img {
    display: none;
}

.bx-pager img {
    transition: none !important;
}

/*表示アニメーション*/
#sld_after_load {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

/*active▲*/
@media screen and (min-width: 1025px) {
    .bx-pager a.active {
        position: relative;
    }

    .bx-pager a.active:before {
        content: "";
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: #000;
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .bx-pager a.active img {
        margin-left: -5px;
    }
}

/*------------------------------------------------------------
スライダーサムネイル微調整。
------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
    /* TOP事例導線共通部分ここから */
    .container #layout02 .is_eq li {
        float: left;
        box-sizing: border-box;
        padding: 10px;
    }

    /* one column */
    .container #layout02 .is_eq li:first-child:nth-last-child(1) {
        width: 100%;
    }

    /* two column */
    .container #layout02 .is_eq li:first-child:nth-last-child(2),
    .container #layout02 .is_eq li:first-child:nth-last-child(2) ~ li {
        width: 482px;
    }

    /* three column */
    .container #layout02 .is_eq li:first-child:nth-last-child(3),
    .container #layout02 .is_eq li:first-child:nth-last-child(3) ~ li {
        width: 322px;
    }

    /* four column */
    .container #layout02 .is_eq li:first-child:nth-last-child(4),
    .container #layout02 .is_eq li:first-child:nth-last-child(4) ~ li {
        width: 242px;
    }

    /* five column */
    .container #layout02 .is_eq li:first-child:nth-last-child(5),
    .container #layout02 .is_eq li:first-child:nth-last-child(5) ~ li {
        width: 194px;
    }

    /* six column */
    .container #layout02 .is_eq li:first-child:nth-last-child(6),
    .container #layout02 .is_eq li:first-child:nth-last-child(6) ~ li {
        width: 162px;
    }
}

/*------------------------------------------------------------
  
 ページネーション
  
------------------------------------------------------------*/
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 5px 9px 5px 9px;
    background-color: #fff;
    color: #555;
    text-decoration: none;
}

.pagination a {
    border: 1px solid #ccc;
}

.pagination a:hover {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}

.pagination .current {
    padding: 5px 9px 5px 9px;
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}

.pagination:before, .pagination:after {
    display: none !important;
}


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

一覧ボタン

------------------------------------------------------------*/
#main_cnt02 .ichiran_box li, .ichiran_box li {
    margin: 5px auto !important;
    padding: 0 !important;
    box-sizing: border-box;
}


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

プラグイン用

------------------------------------------------------------*/
/*Blue Admin*/
html {
    margin-top: 0px !important;
}

/*elementor*/

/*画像回り込みテキスト*/
.float_left_box {
    width: 50% !important;
    float: left !important;
}

.float_left_box_inline {
    padding-left: 2% !important;
}

.float_left_box_inline div {
    display: inline !important;
}

.float_left_box_inline div..float_left_box_inline {
    display: block !important;
}

.float_left_box_inline h2,
.float_left_box_inline h3,
.float_left_box_inline h4,
.float_left_box_inline h5 {
    overflow: hidden;
    clear: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.float_left_box_inline .elementor-widget:first-child h2,
.float_left_box_inline .elementor-widget:first-child h3,
.float_left_box_inline .elementor-widget:first-child h4,
.float_left_box_inline .elementor-widget:first-child h5 {
    margin-top: -10px !important;
}

.float_left_box_inline p {
    display: inline !important;
    clear: none !important;
    padding-left: 0 !important;
}

.float_left_box_inline .elementor-clearfix:after {
    clear: none !important;
}

.float_left_box_inline .elementor-widget-heading .elementor-heading-title {
    line-height: 1.8em !important;
}

.elementor-editor-active .float_left_box_inline .elementor-widget:not(.elementor-element-editable):not(:hover) .elementor-editor-element-settings {
    display: none !important;
}

.elementor-editor-active .float_left_box_inline .elementor.elementor-edit-mode .elementor-editor-widget-settings {
    display: block !important;
}

.elementor-column-gap-wide > .elementor-row,
.elementor-column-gap-wider > .elementor-row {
    padding: 0 10px;
}

/*余白 - あり*/
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 20px 10px !important;
}

/*余白 - 連結*/
.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0 10px 20px 10px !important;
}

@media screen and (max-width: 980px) {
    .elementor-column-gap-wide > .elementor-row,
    .elementor-column-gap-wider > .elementor-row {
        padding: 0 5px;
    }

    /*余白 - あり*/
    .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 10px 5px !important;
    }

    /*余白 - 連結*/
    .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0 5px 10px 5px !important;
    }
}

@media screen and (max-width: 640px) {
    #root .elementor-column-gap-wide > .elementor-row,
    #root .elementor-column-gap-wider > .elementor-row {
        padding: 0 1%;
    }

    /*余白 - あり*/
    #root .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 2% 1% !important;
    }

    /*連結*/
    #root .elementor-column-gap-wide > .elementor-row > .elementor-column:nth-child(n + 2) > .elementor-element-populated {
        padding: 0 1% 2% 1% !important;
    }

    /*余白 - 連結*/
    #root .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0 1% 2% 1% !important;
    }

    /*連結*/
    #root .elementor-column-gap-wider > .elementor-row > .elementor-column:nth-child(n + 2) > .elementor-element-populated {
        padding: 0 1% 2% 1% !important;
    }

    /*25%カラム*/
    /*余白 - あり*/
    #root .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-col-25 > .elementor-element-populated,
    #root .elementor-column-gap-wide > .elementor-row > .elementor-column[data-col="25"] > .elementor-element-populated {
        padding: 4% 2% !important;
    }

    /*連結*/
    #root .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-col-25:nth-child(n + 3) > .elementor-element-populated,
    #root .elementor-column-gap-wide > .elementor-row > .elementor-column[data-col="25"]:nth-child(n + 3) > .elementor-element-populated {
        padding-top: 0 !important;
    }

    /*レスポンシブ（共通）*/
    #root .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-50 > .elementor-element-populated {
        padding: 4% 2% !important;
    }

    #root .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-33 > .elementor-element-populated {
        padding: 6% 3% !important;
    }

    #root .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-25 > .elementor-element-populated,
    #root .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-25:nth-child(n + 3) > .elementor-element-populated,
    #root .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-25.elementor-col-25:nth-child(n + 3) > .elementor-element-populated {
        padding: 8% 4% !important;
    }

    #root .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-20 > .elementor-element-populated {
        padding: 10% 5% !important;
    }

    /*余白 - 連結*/
    #root .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-col-25 > .elementor-element-populated,
    #root .elementor-column-gap-wider > .elementor-row > .elementor-column[data-col="25"] > .elementor-element-populated {
        padding: 0 2% 4% 2% !important;
    }

    /*連結*/
    #root .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-col-25:nth-child(n + 3) > .elementor-element-populated,
    #root .elementor-column-gap-wider > .elementor-row > .elementor-column[data-col="25"]:nth-child(n + 3) > .elementor-element-populated {
        padding-top: 0 !important;
    }

    /*レスポンシブ（共通）*/
    #root .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-50 > .elementor-element-populated {
        padding: 0 2% 4% 2% !important;
    }

    #root .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-33 > .elementor-element-populated {
        padding: 0 3% 6% 3% !important;
    }

    #root .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-25 > .elementor-element-populated,
    #root .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-25:nth-child(n + 3) > .elementor-element-populated,
    #root .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-25.elementor-col-25:nth-child(n + 3) > .elementor-element-populated {
        padding: 0 4% 8% 4% !important;
    }

    #root .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-20 > .elementor-element-populated {
        padding: 0 5% 10% 5% !important;
    }
}


@media (min-width: 641px) {
    .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 20%;
    }

    /*ここは変更不可*/
    .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
        width: 25%;
    }

    /*ここは変更不可*/
    .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 33.333%;
    }

    /*ここは変更不可*/
    .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 50%;
    }

    /*ここは変更不可*/
    .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
        width: 66.666%;
    }

    /*ここは変更不可*/
    .elementor-reverse-mobile > .elementor-container > .elementor-row {
        -webkit-box-direction: normal !important;
        -ms-flex-direction: normal !important;
        flex-direction: row !important;
    }
}

@media (max-width: 640px) {
    .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
        width: 50%;
    }
}

/*非表示設定*/

@media (max-width: 1024px) and (min-width: 641px) {
    body:not(.elementor-editor-active) .elementor-hidden-tablet {
        display: none !important;
    }
}

@media (min-width: 641px) {
    body:not(.elementor-editor-active) .elementor-hidden-phone {
        display: block !important;
    }
}

@media (max-width: 640px) {
    body:not(.elementor-editor-active) .elementor-hidden-phone {
        display: none !important;
    }
}

/*編集不可領域*/
.uneditable_area {
    pointer-events: none;
}


/*デフォルトの余白を隙間なしに*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}


/*Elementor画像ウィジェット ホバー処理*/
#wrapper .pg .elementor a:hover img {
    opacity: 0.6;
}


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

フォント

------------------------------------------------------------*/
select, option, textarea, input {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #000;
}


/*------------------------------------------------------------
  
 アニメーション個別調整 
  
------------------------------------------------------------*/
#root {
    overflow-x: hidden;
}

/*横の動き対応*/


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

統合後整理するもの

------------------------------------------------------------*/
/*施工事例一覧 コメントとボタンの間の余白*/
li.works_box_ccomment {
    margin-bottom: 4%;
}

/*インデックスボタン*/
#works_index_banner li {
    display: flex;
    align-items: center;
}

#works_index_banner a {
    width: 100%;
}

#works_index_banner li span {
    padding: 15px 0 !important;
}

/*施工事例 サムネイルボーダー調整*/
.pic_frame img {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: bottom;
    -webkit-transform: translate3d(0, 0, 0);
}

.entry_voice_box_pic .pic_frame img {
    position: relative;
}

/*施工事例インデックス*/
@media screen and (max-width: 480px) {
    #works_index_banner.works_2col li {
        width: 100% !important;
        margin: 1% 0 0 0;
    }

    #works_index_banner.works_3col li {
        width: 49% !important;
        margin-right: 2% !important;
    }

    #works_index_banner.works_3col li:nth-child(2n) {
        margin-right: 0 !important;
    }

    #works_index_banner.works_3col li:nth-child(2n-1) {
        clear: both;
    }
}

/*お客様の声 見出し画像*/
.entry_voice_box_pic {
    max-width: 48% !important;
}


/*見出し*/
#main h3:not(.name) {
    padding: 15px !important;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

.elementor-widget-heading .elementor-heading-title {
    line-height: inherit !important;
}


/* img */
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

/*switch と elementor　競合解消*/
.elementor .elementor-invisible img {
    visibility: hidden !important;
}


/*ギャラリー*/
.gallery {
    margin-bottom: 2%;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 1% 2% 1%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n-1) {
    clear: both;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n-2) {
    clear: both;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n-3) {
    clear: both;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n-4) {
    clear: both;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.7%;
}

.gallery-columns-6 .gallery-item:nth-child(6n-5) {
    clear: both;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-7 .gallery-item:nth-child(7n-6) {
    clear: both;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n-7) {
    clear: both;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.1%;
}

.gallery-columns-9 .gallery-item:nth-child(9n-8) {
    clear: both;
}

@media screen and (max-width: 640px) {
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item:nth-child(3n-2) {
        clear: none;
    }

    .gallery-columns-4 .gallery-item:nth-child(4n-3) {
        clear: none;
    }

    .gallery-columns-5 .gallery-item:nth-child(5n-4) {
        clear: none;
    }

    .gallery-columns-6 .gallery-item:nth-child(6n-5) {
        clear: none;
    }

    .gallery-columns-7 .gallery-item:nth-child(7n-6) {
        clear: none;
    }

    .gallery-columns-8 .gallery-item:nth-child(8n-7) {
        clear: none;
    }

    .gallery-columns-9 .gallery-item:nth-child(9n-8) {
        clear: none;
    }

    .gallery-columns-3 .gallery-item:nth-child(2n-1) {
        clear: both;
    }

    .gallery-columns-4 .gallery-item:nth-child(2n-1) {
        clear: both;
    }

    .gallery-columns-5 .gallery-item:nth-child(2n-1) {
        clear: both;
    }

    .gallery-columns-6 .gallery-item:nth-child(2n-1) {
        clear: both;
    }

    .gallery-columns-7 .gallery-item:nth-child(2n-1) {
        clear: both;
    }

    .gallery-columns-8 .gallery-item:nth-child(2n-1) {
        clear: both;
    }

    .gallery-columns-9 .gallery-item:nth-child(2n-1) {
        clear: both;
    }
}

/*elementor ギャラリー調整*/
.elementor-image-gallery .gallery-columns-2 .gallery-item:nth-child(2n-1) {
    clear: none;
}

.elementor-image-gallery .gallery-columns-3 .gallery-item:nth-child(3n-2) {
    clear: none;
}

.elementor-image-gallery .gallery-columns-4 .gallery-item:nth-child(4n-3) {
    clear: none;
}

.elementor-image-gallery .gallery-columns-5 .gallery-item:nth-child(5n-4) {
    clear: none;
}

.elementor-image-gallery .gallery-columns-6 .gallery-item:nth-child(6n-5) {
    clear: none;
}

.elementor-image-gallery .gallery-columns-7 .gallery-item:nth-child(7n-6) {
    clear: none;
}

.elementor-image-gallery .gallery-columns-8 .gallery-item:nth-child(8n-7) {
    clear: none;
}

.elementor-image-gallery .gallery-columns-9 .gallery-item:nth-child(9n-8) {
    clear: none;
}


.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

img.alignleft {
    margin: 0 2% 2% 0;
}

img.alignright {
    margin: 0 0 2% 2%;
}

.elementor-image-gallery .gallery-item {
    float: none;
}

@media screen and (max-width: 1024px) {
    img.alignleft {
        max-width: 50% !important;
    }

    img.alignright {
        max-width: 50% !important;
    }
}


.gallery-item img {
    margin-bottom: 0.5em;
}

.gallery-item .gallery-icon img {
    width: 100%;
}

/*お客様の声*/
.entry_voice_box p {
    display: inline;
}


.form_root #main {
    margin: 10px auto 0 !important;
}


/*
背景
------------------------------------------------------------*/

.bg_white {
    background: #fff;
}

/*
 クリック無効
------------------------------------------------------------ */
.btn-disabled {
    pointer-events: none;
}


/*
リンク文字
------------------------------------------------------------*/
.all_listbox a:visited {
    color: #333;
}

.all_listbox a:link {
    color: #333;
}

/*
テキストボタン重複分調整
------------------------------------------------------------*/
:not(a).bg-info a,
:not(a).bg-info:hover a,
:not(a).bg-success a,
:not(a).bg-success:hover a,
:not(a).bg-warning a,
:not(a).bg-warning:hover a,
:not(a).bg-danger a,
:not(a).bg-danger:hover a {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    transition: none !important;
    text-decoration: none !important;
}

li.bg-info:hover,
li.bg-success:hover,
li.bg-warning:hover,
li.bg-danger:hover {
    opacity: 0.6;
}


/*
共通フリーエリアブログ
------------------------------------------------------------*/
/**/
/* 内部ブログCSSここから */
#main .blog_belt01,
.blog_main_top .blog_belt01 {
    margin: 10px 0px 23px 0px;
    padding: 10px 5px 10px 10px;
    position: relative;
    color: #ffffff;
    background: #707070;
}

#main .blog_belt01:after,
#main .blog_belt01:before,
.blog_main_top .blog_belt01:after,
.blog_main_top .blog_belt01:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}

#main .blog_belt01:after,
.blog_main_top .blog_belt01:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #707070;
}

#main .blog_belt01:before,
.blog_main_top .blog_belt01:before {
    left: 37px;
    border: 13px solid transparent;
    border-top: 13px solid #707070;
}

#main .blog_btn01,
.blog_main_top .blog_btn01 {
    padding: 6px 15px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f3f0e7), color-stop(1, #f3f0e7));
    background: -moz-linear-gradient(top, #f3f0e7 5%, #f3f0e7 100%);
    background: -webkit-linear-gradient(top, #f3f0e7 5%, #f3f0e7 100%);
    background: -o-linear-gradient(top, #f3f0e7 5%, #f3f0e7 100%);
    background: -ms-linear-gradient(top, #f3f0e7 5%, #f3f0e7 100%);
    background: linear-gradient(to bottom, #f3f0e7 5%, #f3f0e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f0e7', endColorstr='#f3f0e7', GradientType=0);
    background-color: #f3f0e7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

#main .blog_btn01:hover,
.blog_main_top .blog_btn01:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f3f0e7), color-stop(1, #f3f0e7));
    background: -moz-linear-gradient(top, #f3f0e7 5%, #f3f0e7 100%);
    background: -webkit-linear-gradient(top, #f3f0e7 5%, #f3f0e7 100%);
    background: -o-linear-gradient(top, #f3f0e7 5%, #f3f0e7 100%);
    background: -ms-linear-gradient(top, #f3f0e7 5%, #f3f0e7 100%);
    background: linear-gradient(to bottom, #f3f0e7 5%, #f3f0e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f0e7', endColorstr='#f3f0e7', GradientType=0);
    background-color: #f3f0e7;
}

#main .blog_btn01:active,
.blog_main_top .blog_btn01:active {
    position: relative;
    top: 1px;
}

.all_listbox .blog-content a {
    color: #f18b1b;
    text-decoration: none;
}


/*トップページコンテンツ用*/
.blog_main_top {
    width: 100%;
    float: right;
    clear: right;
    font-size: 90%;
}

/*facebook併用での変更点*/
#main_top_cnt05 {
    width: 100%;
    margin: 0 auto;
    color: #000;
}

/*facebook併用での変更点*/
.blog_main_top .blog_belt01 {
    margin-top: 0;
    font-size: 120%;
    font-weight: normal;
}

.blog_main_top .blog_belt01 .blog_br {
    display: block;
    float: none !important;
    margin: 0 !important;
}

#main_top_cnt05 h2 .no-wrap {
    margin: 6px 0 0 0;
    padding: 0;
    white-space: nowrap;
    display: inline;
    float: left;
    font-size: 90%;
}

#main_top_cnt05 h2 span {
    margin: 0 0.5%;
    float: right;
}

#main_top_cnt05 li {
    width: 98%;
    margin: 1% auto;
    position: relative;
}

#main_top_cnt05 .blog_txtcnt li {
    padding: 0;
}

#main_top_cnt05 a {
    color: #000;
    text-decoration: none;
}

#main_top_cnt05 img {
    width: 100%;
}

#main_top_cnt05 h3 {
    border-bottom: 3px solid #423930;
    color: #423930;
}

.blogh2_01 {
    display: inline;
}

.blogh2_02 {
    display: inline;
}

.blog_btn01_1 {
    position: absolute;
    top: 70%;
    right: 0;
}

.blog_txtcnt {
    overflow: hidden;
}

.blog_main_top .text_overflow {
    margin-bottom: 35px;
    font-size: 14px;
}

.blog_main_top .blog_btn01_1 > span {
    padding: 5px 10px;
    font-size: 12px;
}

@media screen and (max-width: 980px) {
    /*facebook併用での変更点*/
    #main_top_cnt05 h2 .no-wrap {
        width: 100%;
    }

    .blog_main_top .blog_belt01 .blog_br {
        display: none;
    }


    #layout05 .is_1per2 li:first-child {
        overflow: hidden;
    }
}

@media screen and (max-width: 640px) {
    /*facebook併用での変更点*/
    .blog_main_top .text_overflow {
        font-size: 13px;
    }

    .blog_main_top {
        width: 100%;
    }

    #layout05 .cnt_fbblog_box .is_1per2 li {
        width: 100%;
    }

    #layout05 .cnt_fbblog_box .is_1per2 > li:first-of-type {
        text-align: center;
    }

    #layout05 .cnt_fbblog_box .cnt_info_box .is_1per2 li {
        width: 50%;
    }

}

@media screen and (max-width: 480px) {
    .blogh2_01 {
        display: block;
    }
}

@media only screen and (max-width: 360px) {
    .blog_main_top .blog_belt01 {
        font-size: 150%;
    }

    #main_top_cnt05 h2 .no-wrap {
        width: 100%;
    }

    /*facebook併用での変更点*/
    #main_top_cnt05 h2 span {
        width: 49%;
    }

    #main_top_cnt05 img {
        width: 99.6%;
    }
}

/*下層ページコンテンツ用*/
#main .blog_belt01 {
    font-size: 120%;
}

.line01 {
    height: 0px;
    margin: 15px 0;
    padding: 0px;
    border-top: 1px dashed #bbb;
    border-bottom: 1px dashed #bbb;
    display: block;
    background: none;
}

.widget-list-item {
    margin: 5px 20px;
}

.widget-list-item a {
    color: #412f28;
}

.blog_topic li {
    width: 32.3%;
    margin: 1% 0.5%;
    float: left;
    text-align: center;
}

.blog_list_border {
    width: 100%;
    border-bottom: 1px solid #FF8A00;
    color: #FF8A00;
}

@media screen and (max-width: 1024px) {
    .widget-archive-category,
    .widget-recent-entries,
    .widget-archive-monthly {
        width: 32.6%;
        float: left;
        margin: 0 0.3%;
    }
}

@media screen and (max-width: 480px) {
    .widget-archive-category,
    .widget-recent-entries,
    .widget-archive-monthly {
        width: 100%;
        float: none;
        margin: 0;
    }
}

@media only screen and (max-width: 360px) {
    #main .blog_belt01 {
        font-size: 100%;
    }
}

/* facebook併用での追加点ここから */
#facebook_blog {
    width: 96%;
    max-width: 940px;
    margin: 20px auto;
    overflow: hidden;
}

#facebook_box {
    width: 48%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}

#blogbanner_box {
    width: 50%;
    float: left;
    text-align: right;
}

#blog_banner_title {
    float: right;
    margin-bottom: 1%;
}

#blog_banner_02,
#blog_banner_03 {
    float: right;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    #facebook_blog {
        margin: 2% auto;
    }
}

@media screen and (max-width: 640px) {
    #facebook_box {
        width: 100%;
        margin: 0% 0% 2%;
        text-align: center;
    }

    #blogbanner_box {
        width: 98%;
        margin: 0% 1% 1%;
    }

    #blog_banner_02,
    #blog_banner_03 {
        margin-bottom: 2%;
    }
}

/* facebook併用での追加点ここまで */
/* 内部ブログCSSここまで */


/*お客様の声  エディタ調整*/
.type-voice.pg .entry_voice_box {
    margin-top: 2%;
}

.type-voice.pg p:after {
    display: block;
    width: 0;
    font-size: 0 !important;
    content: ".";
    visibility: hidden;
}

.type-voice.pg p {
    padding: 0 0 10px;
}

/*IE10以降に適用されるCSSハック*/
@media all and (-ms-high-contrast: none) {
    .type-voice.pg p:after {
        padding-bottom: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .type-voice.pg p {
        padding: 0 0 2%;
    }
}

/*電話番号タップ無効*/
@media screen and (max-width: 1024px) {
    .none_tap {
        pointer-events: none;
    }
}

/*電話タップ */
.tel_tap {
    text-align: center;
    padding: 20px;
}

@media screen and (max-width: 1024px) {
    .tel_tap {
        padding: 10px;
    }
}

@media screen and (max-width: 640px) {
    .tel_tap {
        padding: 2%;
    }
}

/*テキスト赤文字*/
.home_top strong {
    color: red;
    font-weight: normal;
}

/*add 20180119*/
@media screen and (max-width: 1024px) {
    .container #layout02 .cnt_slider_box #image-bloc .bx-wrapper .bx-controls {
        display: none;
    }
}

/*------------------------------------------------------------
ハンバーガーメニュー
------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
    #layout01_bg .menu-trigger {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #layout01_bg .menu-trigger,
    #layout01_bg .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    #layout01_bg .menu-trigger {
        position: absolute;
        top: 12px;
        right: 10px;
        width: 45px;
        height: 45px;
        background: none;
    }

    #layout01_bg .menu-trigger span {
        position: absolute;
        left: 10px;
        width: 60%;
        height: 5px;
        background-color: #000;
    }

    #layout01_bg .menu-trigger span:nth-of-type(1) {
        top: 10px;
    }

    #layout01_bg .menu-trigger span:nth-of-type(2) {
        top: 19px;
        backface-visibility: hidden;
    }

    #layout01_bg .menu-trigger span:nth-of-type(2)::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 5px;
        background-color: #000;
        transition: all .4s;
    }

    #layout01_bg .menu-trigger span:nth-of-type(3) {
        top: 28px;
    }

    #layout01_bg .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(20px) scale(0);
    }

    #layout01_bg .menu-trigger.active span:nth-of-type(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #layout01_bg .menu-trigger.active span:nth-of-type(2)::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #layout01_bg .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-20px) scale(0);
    }

    #layout01_bg #hd_sp_icon {
        width: 104px;
    }

    #layout01_bg #hd_sp_icon #hd_es_sp {
        margin: 0 auto 0 0;
        height: 66px;
        max-width: 56px;
        font-size: 35px;
        line-height: 1em;
    }

    #layout01_bg #hd_sp_icon #hd_es_sp a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 35px;
        width: 35px;
        margin: auto;
    }

    #layout01_bg #hd_sp_icon #hd_es_sp a,
    #layout01_bg #hd_sp_icon #hd_es_sp a:link,
    #layout01_bg #hd_sp_icon #hd_es_sp a:visited {
        color: #000;
    }

    #layout01_bg #hd_sp_icon #hd_es_sp a i {
        position: absolute;
        top: 0;
        left: 0;
        height: 35px;
    }

    #layout01_bg #hd_sp_icon #hd_es_sp a i:before {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 35px;
        height: 26px;
        line-height: 26px;
        vertical-align: top;
    }
}


/*------------------------------------------------------------------------------
 ブログ 新タイプ
 ------------------------------------------------------------------------------*/
#main .blog_block2 {
    padding: 20px;
    box-sizing: border-box;
}

#main .blog_block2:nth-of-type(2n) {
    background: #dfdfdf;
}

#main .blog_block2 .left-col {
    width: 70%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

#main .blog_block2 .right-col {
    width: 30%;
    float: left;
}

#main .blog_block2 .public_date {
    margin: 0;
    padding: 0;
    border-bottom: transparent;
}

#main .blog_block2 h3 {
    border: transparent !important;
    padding: 0 !important;
}

@media screen and (max-width: 1024px) {
    #main .blog_block2 {
        padding: 2%;
    }

    #main .blog_block2 .left-col {
        padding-right: 2%;
    }
}

/*
unique
------------------------------------------------------------*/


/* FOOTER */
#layout04.footer_02 {
    background: url('../../../images/footer_bg.png');
}

#layout04.footer_02 .footer_info_inner .footer_info_text span {
    background: url('../../../images/ft_tel.png') left center / contain no-repeat;
}

#layout04.footer_02 #footer_cnt04 {
    background: url('../../../images/copyright_bg.png');
}

@media screen and (min-width: 641px) {
    #layout04.footer_02 .menu_home > a {
        background: url('../../../images/ft_nav_01.png') left center / auto no-repeat;
    }

    #layout04.footer_02 .menu_works > a {
        background: url('../../..//images/ft_nav_02.png') left center / auto no-repeat;
    }

    #layout04.footer_02 .menu_voice > a {
        background: url('../../../images/ft_nav_03.png') left center / auto no-repeat;
    }

    #layout04.footer_02 .menu_info > a {
        background: url('../../../images/ft_nav_04.png') left center / auto no-repeat;
    }

    #layout04.footer_02 .menu_info + .menu_info > a {
        background: url('../../../images/ft_nav_05.png') left center / auto no-repeat;
    }

    #layout04.footer_02 .menu_contact > a {
        background: url('../../../images/ft_nav_06.png') left center / auto no-repeat;
    }
}

@media screen and (max-width: 640px) {
    .crumb {
        display: none !important;
    }

    .slide_crumb {
        display: none !important;
    }
}

@media screen and (min-width: 641px) {
    .slide_crumb {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        pointer-events: none;
        z-index: 2;
    }

    .slide_crumb img {
        margin: 0 auto;
        max-width: 96%;
    }
}

.home_top h2 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 48px;
    color: #000; /*line-height: 70px;*/
    max-width: 940px;
    margin: 0 auto;
    padding-left: 90px;
    position: relative;
    background: transparent left center / contain no-repeat;
}

.home_top h2 span {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 70px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.home_top .cnt001 h2 {
    background-image: url('../../../images/cnt001_icon.png');
}

.home_top .cnt002 h2 {
    background-image: url('../../../images/cnt002_icon.png');
}

.home_top .cnt003 h2 {
    background-image: url('../../../images/cnt003_icon.png');
}

.home_top .cnt004 h2 {
    background-image: url('../../../images/cnt004_icon.png');
}

.home_top .cnt005 h2 {
    background-image: url('../../../images/cnt005_icon.png');
}

.home_top .cnt006 h2 {
    background-image: url('../../../images/cnt006_icon.png');
}

@media screen and (max-width: 768px) {
    .home_top h2 {
        font-size: 40px; /*line-height: 60px;*/
        padding-left: 80px;
    }

    .home_top h2 span {
        font-size: 20px;
        line-height: 60px;
    }
}

@media screen and (max-width: 640px) {
    .home_top h2 {
        font-size: 24px; /*line-height: 30px;*/
        padding-left: 50px;
        background-size: 7% auto;
        padding-left: 10%;
    }

    .home_top h2 span {
        font-size: 24px;
        line-height: 30px;
        position: static;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .home_top h2 span {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .home_top h2 span {
        font-size: 14px;
    }
}

/*CONCEPT*/
.cnt001 {
    background: url('../../../images/cnt001_bg.png');
    padding: 100px 0;
}

.cnt001 h2 {
    color: #fff;
}

.cnt001 .cnt001_inner {
    padding: 0 20px;
}

.cnt001 .cnt001_inner p {
    color: #fff;
    margin: 30px auto;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .cnt001 {
        padding: 10% 0;
    }

    .cnt001 .cnt001_inner {
        padding: 0 2%;
    }

    .cnt001 .cnt001_inner p {
        margin: 3% auto;
        width: 96%;
    }
}

@media screen and (max-width: 640px) {
    .cnt001 .cnt001_inner p {
        margin-bottom: 8%;
    }
}

/*WHAT'S NEWS*/
.cnt002 {
    background: url('../../../images/cnt002_bg.png');
    padding-bottom: 100px;
    position: relative;
}

.cnt002 .crumb {
    max-width: 96%;
    margin: 0 auto;
}

.cnt002 h2 {
    margin: 20px auto 30px;
}

.cnt002 .cnt002_inner {
    width: 96%;
    max-width: 940px;
    margin: 0 auto;
}

.cnt002 .cnt002_inner.cnt002_inner_txt {
     color: red;
	margin-top: 2%;
}

.cnt002 .cnt002_inner ul {
    border: 4px solid #000;
    background: #fff;
    padding: 0 20px;
    /*box-shadow: 0 5px 0 rgba(0, 0, 0, .3);*/
}

.cnt002 .cnt002_inner ul li {
    padding: 20px 0;
}

.cnt002 .cnt002_inner ul li + li {
    border-top: 2px solid #000;
}

.cnt002 .cnt002_inner ul li a {
    font-weight: bold;
    color: #000;
    transition: all .4s;
}

.cnt002 .cnt002_inner ul li a:hover {
    text-decoration: none;
    opacity: .6;
}

.cnt002 .cnt002_inner ul li a > div {
    float: left;
}

.cnt002 .cnt002_inner ul li a > div:first-of-type {
    width: 170px;
    height: 118px;
    overflow: hidden;
    position: relative;
}

.cnt002 .cnt002_inner ul li a > div:last-of-type {
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    padding: 0 40px 0 20px;
    position: relative;
}

.cnt002 .cnt002_inner.cnt002_inner_topics ul li a > div:last-of-type i {
display: none;
}
.cnt002 .cnt002_inner ul li a > div:last-of-type i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 4px solid #000;
    background: #ff9000;
    font-size: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.cnt002 .cnt002_inner ul li a > div:last-of-type i:before {
    display: block;
    width: 15px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cnt002 .news_category {
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
    font-size: 14px;
    background: #ff9000;
    border-radius: 5px;
    font-weight: bold;
}

.cnt002 .news_title {
    display: inline-block;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
}

.cnt002 .news_date {
    font-size: 14px;
    color: #ff9000;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .cnt002 h2 {
        margin: 2% auto 3%;
    }

    .cnt002 .cnt002_inner ul {
        padding: 0 2%;
    }

    .cnt002 .cnt002_inner ul li {
        padding: 2% 0;
    }

    .cnt002 .cnt002_inner ul li a > div:last-of-type {
        padding: 0 40px 0 2%;
    }

    .cnt002 .news_title {
        padding: 2% 0;
    }
}

@media screen and (max-width: 640px) {
    .cnt002 {
        padding: 5% 0;
    }

    .cnt002 h2 {
        margin: 0 auto 3%;
    }

    .cnt002 .cnt002_inner ul li a > div:first-of-type {
        width: 100%;
    }

    .cnt002 .cnt002_inner ul li a > div:last-of-type {
        width: 100%;
        padding: 1% 40px 0 2%;
    }

    .cnt002 .news_category,
    .cnt002 .news_date {
        font-size: 12px;
    }

    .cnt002 .news_title {
        font-size: 16px;
    }
}

@media screen and (min-width: 1025px) {
    .cnt002:before,
    .cnt002:after {
        content: url('../../../images/cnt002_crumb_02.png');
        position: absolute;
        bottom: 20px;
    }

    .cnt002:before {
        left: -webkit-calc(50% + 590px);
        left: calc(50% + 590px);
    }

    .cnt002:after {
        right: -webkit-calc(50% + 590px);
        right: calc(50% + 590px);
    }
}


/*CONTENTS*/
.cnt003 {
    background: url('../../../images/cnt003_bg_pc.jpg') center center / cover no-repeat;
    padding: 100px 0;
}

.cnt003 h2 {
    margin-bottom: 30px;
}

.cnt003 ul.cnt003_inner {
    width: 96%;
    max-width: 940px;
    margin: 0 auto;
}

.cnt003 ul.cnt003_inner li {
    width: 300px;
    border: 4px solid #000;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 6px 0 rgba(0, 0, 0, .3);
    float: left;
    margin-right: 20px;
}

.cnt003 ul.cnt003_inner li:nth-child(3n) {
    margin-right: 0;
}

.cnt003 ul.cnt003_inner li:nth-child(-n + 3) {
    margin-bottom: 20px;
}

.cnt003 ul.cnt003_inner li img {
    width: 100%;
}

.cnt003 ul.cnt003_inner li a {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.cnt003 ul.cnt003_inner li a:hover {
    text-decoration: none;
}

.cnt003 ul.cnt003_inner li a div {
    position: relative;
}

.cnt003 ul.cnt003_inner li a div p {
    padding: 25px 50px 25px 20px;
    line-height: 20px;
}

.cnt003 ul.cnt003_inner li a div i {
    display: block;
    width: 30px;
    height: 30px;
    border: 4px solid #000;
    border-radius: 15px;
    background: #ff9000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.cnt003 ul.cnt003_inner li a div i:before {
    display: block;
    width: 14px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .cnt003 {
        padding: 10% 0;
    }

    .cnt003 h2 {
        margin-bottom: 3%;
        width: 96%;
    }

    .cnt003 ul.cnt003_inner li {
        width: 32%;
        margin-right: 2%;
    }

    .cnt003 ul.cnt003_inner li:nth-child(3n) {
        margin-right: 0;
    }

    .cnt003 ul.cnt003_inner li:nth-child(-n + 3) {
        margin-bottom: 2%;
    }

    .cnt003 ul.cnt003_inner li a div p {
        padding: 20px 2%;
        padding-right: -webkit-calc(30px + 2%);
        padding-right: calc(30px + 2%);
    }

    .cnt003 ul.cnt003_inner li a div i {
        right: 1%;
    }
}

@media screen and (max-width: 768px) {
    .cnt003 ul.cnt003_inner li {
        width: 49%;
    }

    .cnt003 ul.cnt003_inner li:nth-child(3n) {
        margin-right: 2%;
    }

    .cnt003 ul.cnt003_inner li:nth-child(-n + 3) {
        margin-bottom: 0;
    }

    .cnt003 ul.cnt003_inner li:nth-child(2n) {
        margin-right: 0;
    }

    .cnt003 ul.cnt003_inner li:nth-child(n + 3) {
        margin-top: 2%;
    }
}

@media screen and (max-width: 640px) {
    .cnt003 {
        padding: 5% 0;
    }

    .cnt003 ul.cnt003_inner {
        width: 92%;
    }

    .cnt003 ul.cnt003_inner li {
        width: 48.5%;
        box-shadow: none;
    }

    .cnt003 ul.cnt003_inner li:nth-child(2n + 1) {
        margin-right: 3%;
    }
}

@media screen and (max-width: 360px) {
    .cnt003 ul.cnt003_inner li a div p {
        font-size: 14px;
    }
}


/*Reform MENU*/
.cnt004 {
    background: url('../../../images/cnt004_bg.png');
    padding-bottom: 100px;
    position: relative;
}

.cnt004:before {
    content: url('../../../images/cnt004_crumb_02.png');
    position: absolute;
    top: 170px;
    right: -webkit-calc(50% + 550px);
    right: calc(50% + 550px);
}

.cnt004:after {
    content: url('../../../images/cnt004_crumb_03.png');
    position: absolute;
    top: 100px;
    left: calc(50% + 630px);
    left: calc(50% + 630px);
}

.cnt004 .crumb {
    max-width: 96%;
    margin: 0 auto;
}

.cnt004 h2 {
    margin: 20px auto 30px;
}

.cnt004 .cnt004_inner {
    max-width: 940px;
    width: 96%;
    margin: 0 auto;
}

.cnt004 .cnt004_inner ul li {
    position: relative;
}

.cnt004 .cnt004_inner ul li + li {
    margin-top: 30px;
}

.cnt004 .cnt004_inner ul li:nth-child(n + 4) {
    display: none !important;
}

.cnt004 .cnt004_inner ul li > div {
    float: left;
}

.cnt004 .cnt004_inner ul li > div.left-col {
    width: 320px;
    height: 240px;
}

.cnt004 .cnt004_inner ul li > div.left-col > a {
    width: 100%;
    height: 100%;
    border: 4px solid #000;
    display: inline-block;
    background: #fff;
}

.cnt004 .cnt004_inner ul li > div.left-col div {
    width: 100%;
    height: 100%;
}

.cnt004 .cnt004_inner ul li > div.left-col > a > div:hover {
    opacity: 0.6;
}

.cnt004 .cnt004_inner ul li > div.right-col {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    padding-left: 50px;
}

.cnt004 .cnt004_inner ul li > div.right-col > p:nth-of-type(1) {
    font-weight: bold;
    line-height: 30px;
    font-size: 18px;
}

.cnt004 .cnt004_inner ul li > div.right-col > p:nth-of-type(1) span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 22px;
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
    border: 4px solid #000;
    background: #ff9000;
    box-sizing: border-box;
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: 0;
}

.cnt004 .cnt004_inner ul li > div.right-col > p:nth-of-type(2) {
    height: 3.6em;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
}

.cnt004 .cnt004_inner ul li > div.right-col > div {
    padding-right: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
}

.cnt004 .cnt004_inner ul li > div.right-col > div p:nth-of-type(1) {
    font-size: 48px;
    color: #ff0000;
    font-family: 'Oswald', sans-serif !important;
    line-height: 70px;
    height: 70px;
    text-align: right;
}

.cnt004 .cnt004_inner ul li > div.right-col > div p:nth-of-type(2) {
    box-sizing: border-box;
    border: 4px solid #000;
    background: #ff9000;
    color: #000;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    line-height: 62px;
    text-align: center;
}

.cnt004 .cnt004_inner ul li > div.right-col > div p:nth-of-type(2) a {
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.cnt004 .cnt004_inner ul li > div.right-col > h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    margin: 10px auto;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cnt004 .cnt004_inner ul li > div.right-col > div > div:nth-of-type(1) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 52px;
    font-size: 0;
    margin: auto;
}

.cnt004 .cnt004_inner ul li > div.right-col > div > div:nth-of-type(1) > div {
    height: 25px;
    width: 90px;
    box-sizing: border-box;
    border: 4px solid #000;
    color: #000;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
}

.cnt004 .cnt004_inner ul li > div.right-col > div > div:nth-of-type(1) > div + div {
    margin-top: 2px;
}

@media screen and (max-width: 1024px) {
    .cnt004 {
        padding-bottom: 10%;
    }

    .cnt004 h2 {
        margin: 2% auto 3%;
        width: 96%;
    }

    .cnt004 .cnt004_inner ul li + li {
        margin-top: 3%;
    }

    .cnt004 .cnt004_inner ul li > div.right-col {
        padding-left: 5%;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div {
        width: -webkit-calc(95% - 320px);
        width: calc(95% - 320px);
    }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
    .cnt004 .cnt004_inner ul li {
        padding-bottom: 25px;
    }

    .cnt004 .cnt004_inner ul li > div.right-col {
        padding-left: 2%;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div {
        padding-top: 25px;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div > div:nth-of-type(1) {
        bottom: auto;
        width: 100%;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div > div:nth-of-type(1) > div {
        display: inline-block;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div > div:nth-of-type(1) > div + div {
        margin-top: 0;
        margin-left: 1%;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div p:nth-of-type(2) {
        top: auto;
        height: -webkit-calc(100% - 25px);
        height: calc(100% - 25px);
    }
}

@media screen and (max-width: 640px) {
    .cnt004 {
        padding: 5% 0;
    }

    .cnt004 h2 {
        margin: 0 auto 3%;
    }

    .cnt004 .cnt004_inner {
        width: 92%;
    }
}

@media screen and (max-width: 640px) {
    .cnt004 .cnt004_inner ul li > div.left-col {
        width: 100%;
        margin: 0 auto 2%;
    }

    .cnt004 .cnt004_inner ul li > div.right-col {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div {
        position: relative;
        width: 100%;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > h3 {
        margin: 0 auto;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .cnt004 .cnt004_inner ul li > div.right-col > div {
        padding-top: 25px;
        margin-top: 2%;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div > div:nth-of-type(1) {
        bottom: auto;
        width: 100%;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div > div:nth-of-type(1) > div {
        display: inline-block;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div > div:nth-of-type(1) > div + div {
        margin-top: 0;
        margin-left: 1%;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > p:nth-of-type(2) {
        font-size: 14px;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div p:nth-of-type(1) {
        font-size: 30px;
        line-height: 50px;
        height: 50px;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div p:nth-of-type(1) span {
        font-size: 18px;
    }

    .cnt004 .cnt004_inner ul li > div.right-col > div p:nth-of-type(2) {
        top: auto;
        height: -webkit-calc(100% - 25px);
        height: calc(100% - 25px);
        line-height: 39px;
    }
}


/*事例・声*/
.cnt005 .works_box .works_block2 .works_box_client,
.cnt006 .works_box .works_block2 .works_box_client,
.cnt005 .works_box .works_block2 .works_box_category,
.cnt006 .works_box .works_block2 .works_box_category {
    width: 100%;
    margin: 0;
}

.works_box .works_block_top ul .works_block2 .works_dousen i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 4px solid #000;
    background: #ff9000;
    font-size: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #000;
}

.works_box .works_block_top ul .works_block2 .works_dousen i:before {
    display: block;
    width: 14px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*OUR WORKS*/
.cnt005 {
    background: url('../../../images/cnt005_bg.png');
    padding-bottom: 100px;
    position: relative;
}

.cnt005:before {
    content: url('../../../images/cnt005_crumb_02.png');
    display: block;
    position: absolute;
    right: -webkit-calc(55% + 490px);
    right: calc(55% + 490px);
    bottom: 100px;
}

.cnt005 .crumb {
    margin: 0 auto;
    max-width: 96%;
}

.cnt005 h2 {
    margin: 20px auto 30px;
}

.cnt005 .all_listbox {
    padding: 0 20px;
    margin-bottom: 50px;
}

.cnt005 #partsworks_03 .works_box .works_block_top {
    width: 460px;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.cnt005 #partsworks_03 .works_box .works_block_top:nth-of-type(2n) {
    margin-left: 20px;
}

.cnt005 #partsworks_03 .works_box .works_block_top:nth-of-type(-n + 2) {
    margin-bottom: 20px;
}

.cnt005 #partsworks_03 .works_box .works_block_top > ul > li:first-child {
    width: 410px;
    margin: 0 0 0 auto;
}

.cnt005 #partsworks_03 .works_box .works_block_top > ul > li:last-child {
    width: 300px;
    border: 4px solid #000;
    margin-top: -40px;
    background: url('../../../images/cnt005_bg.png');
    z-index: 3;
    position: relative;
}

.cnt005 #partsworks_03 .works_box .works_block_top a:hover {
    text-decoration: none;
}

.cnt005 .works_block_top ul .works_block2 {
    padding: 20px 60px 20px 20px;
}

.cnt005 .works_box .works_block2 .works_box_client {
    text-align: left;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.cnt005 .works_box .works_block2 .works_box_category {
    text-align: left;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    min-height: 27px;
}

.cnt005 .works_box .works_block_top ul .works_block2 .works_dousen i {
    top: auto;
    bottom: 15px;
    right: 15px;
}

.cnt005 .works_box .pic_frame2 {
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 0;
}

.cnt005 .works_box .pic_frame {
    box-shadow: 0 0 0 5px #000 inset;
    margin-bottom: 0;
}

.cnt005 .works_box .pic_frame img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
}

@media screen and (max-width: 1024px) {
    .cnt005 {
        padding-bottom: 10%;
    }

    .cnt005:before {
        bottom: 10%;
    }

    .cnt005 h2 {
        margin: 2% auto 3%;
        width: 96%;
    }

    .cnt005 .all_listbox {
        padding: 0 2%;
        margin-bottom: 5%;
    }

    .cnt005 #partsworks_03 .works_box .works_block_top {
        width: 49%;
    }

    .cnt005 #partsworks_03 .works_box .works_block_top:nth-of-type(2n) {
        margin-left: 2%;
    }

    .cnt005 #partsworks_03 .works_box .works_block_top:nth-of-type(-n + 2) {
        margin-bottom: 2%;
    }

    .cnt005 #partsworks_03 .works_box .works_block_top > ul > li:first-child {
        width: 90%;
        float: none;
    }

    .cnt005 #partsworks_03 .works_box .works_block_top > ul > li:last-child {
        width: 65%;
        margin-top: -10%;
    }

    .cnt005 #partsworks_03 .works_block_top ul li {
        float: none;
    }

    .cnt005 .works_box .works_block2 .works_box_client {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .cnt005 .works_dousen {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .cnt005 {
        padding: 5% 0;
    }

    .cnt005 h2 {
        margin: 0 auto 3%;
    }

    .cnt005 #partsworks_03 .works_box .works_block_top {
        width: 100%;
    }

    .cnt005 #partsworks_03 .works_box .works_block_top:nth-of-type(2n) {
        margin-left: 0;
    }

    .cnt005 #partsworks_03 .works_box .works_block_top:nth-of-type(-n + 3) {
        margin-bottom: 2%;
    }

    .cnt005 #partsworks_03 .works_box .works_block_top > ul > li:first-child {
        width: 100%;
        margin: 0 auto;
    }

    .cnt005 #partsworks_03 .works_box .works_block_top > ul > li:last-child {
        width: 100%;
        margin: 1% auto 0;
    }

    .cnt005 .works_block_top ul .works_block2 {
        padding: 2%;
    }

    .cnt005 #partsworks_03 li.works_dousen {
        margin: 0 !important;
    }

    .cnt005 .works_box .works_block2 .works_box_client {
        font-size: 18px;
    }

    .cnt005 .works_box .works_block2 .works_box_category {
        font-size: 14px;
    }
}


/*VOICE*/
.cnt006 {
    background: url('../../../images/cnt006_bg_pc.jpg') center center / cover no-repeat;
    padding: 100px 0;
    overflow: hidden;
}

.cnt006 h2 {
    margin-bottom: 30px;
}

.cnt006 a.top_btn {
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {
    .cnt006 {
        padding: 10% 0;
    }

    .cnt006 h2 {
        margin-bottom: 3%;
        width: 96%;
    }

    .cnt006 a.top_btn {
        margin-top: 5%
    }
}

.cnt006 .all_listbox {
    overflow: visible;
}

.cnt006 #partsworks_03 #main_top_cnt02 {
    width: 940px;
}

.cnt006 #partsworks_03 .works_box .works_block_top {
    width: 100%;
    margin: 0;
    background: #fff;
    position: relative;
}

.cnt006 #partsworks_03 .works_box .works_block_top:before {
    content: '';
    width: 50vw;
    height: 100%;
    background: rgba(255, 144, 0, .5);
    position: absolute;
    left: 100%;
    top: 0;
}

.cnt006 #partsworks_03 .works_box .works_block_top:nth-of-type(2):before {
    left: auto;
    right: 100%;
}

.cnt006 #partsworks_03 .works_box .works_block_top:nth-of-type(n + 4) {
    display: none !important;
}

.cnt006 #partsworks_03 .works_box .works_block_top > ul > li {
    width: 50%;
}

.cnt006 #partsworks_03 .works_box .works_block_top:nth-of-type(2) > ul > li {
    width: 50%;
    margin: 0 0 0 auto;
    float: right;
}

.cnt006 #partsworks_03 .works_box .works_block_top > ul > li:last-child {
    width: 530px;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: auto;
    right: 0;
    z-index: 3;
    background: #fff;
}

.cnt006 #partsworks_03 .works_box .works_block_top:nth-of-type(2) > ul > li:last-child {
    right: auto;
    left: 0;
}

.cnt006 .works_box .pic_frame,
.cnt006 .works_box .pic_frame2 {
    box-shadow: none;
    margin: 0;
    padding-top: 0;
}

.cnt006 .works_box .pic_frame {
    padding-bottom: 60%;
}

.cnt006 .pic_frame img {
    z-index: 1;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

.cnt006 .works_block_top ul a:hover {
    text-decoration: none;
}

.cnt006 .works_block_top ul .works_block2 {
    height: 100%;
    padding: 20px 20px 20px 40px;
}

.cnt006 .works_block_top:nth-of-type(2) ul .works_block2 {
    padding: 20px 40px 20px 20px;
}

.cnt006 .works_block_top ul .works_block2 li {
    color: #000;
    text-align: left;
    font-size: 16px;
}

.cnt006 .works_block_top ul .works_block2 p {
    padding: 0;
    color: #000;
}

.cnt006 .works_block_top ul .works_block2 .works_box_client {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cnt006 .works_block_top:nth-of-type(2) ul .works_block2 .works_box_client {
    text-align: right;
}

.cnt006 .works_block_top ul .works_block2 .works_dousen i {
    top: auto;
    bottom: -10px;
    right: 20px;
}

.cnt006 .works_block_top:nth-of-type(2) ul .works_block2 .works_dousen i {
    left: 20px;
    right: auto;
}

@media screen and (max-width: 1024px) {
    .cnt006 #partsworks_03 #main_top_cnt02 {
        width: 100%;
    }

    .cnt006 #partsworks_03 .works_box .list_box .all_listbox {
        width: 100%;
        margin: 0 auto;
    }

    .cnt006 #partsworks_03 .works_box .works_block_top {
        width: 96%;
        margin: 0 auto;
        padding: 0;
        float: none;
    }

    .cnt006 #partsworks_03 .works_box .works_block_top > ul > li:last-child {
        top: 3%;
        bottom: 3%;
        left: 44%;
        width: 54%;
    }

    .cnt006 #partsworks_03 .works_box .works_block_top:nth-of-type(2n) > ul > li:last-child {
        right: 44%;
        left: auto;
    }

    .cnt006 .works_block_top ul .works_block2 .works_dousen i {
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .cnt006 .works_dousen {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .cnt006 {
        background: none;
        padding: 5% 0;
    }

    .cnt006 h2 {
        margin: 0 auto 3%;
    }

    .cnt006 #partsworks_03 li.works_dousen {
        margin: 0 !important;
    }

    .cnt006 #partsworks_03 .works_box .works_block_top {
        width: 92%;
        margin: 0 auto;
    }

    .cnt006 #partsworks_03 .works_box .works_block_top + .works_block_top {
        margin-top: 2%;
    }

    .cnt006 .works_block_top ul .works_block2 {
        padding: 0;
    }

    .cnt006 .works_block_top:nth-of-type(2) ul .works_block2 {
        padding: 0;
    }

    .cnt006 #partsworks_03 .works_box .works_block_top > ul > li {
        float: left;
        width: 49%;
    }

    .cnt006 #partsworks_03 .works_box .works_block_top:nth-of-type(2) > ul > li {
        width: 49%;
    }

    .cnt006 #partsworks_03 .works_box .works_block_top > ul > li:last-child {
        width: 49%;
        position: static;
        margin-left: 2%;
    }

    .cnt006 .works_block_top:nth-of-type(2) ul .works_block2 .works_box_client {
        text-align: left;
    }

    .cnt006 .works_block_top ul .works_block2 p {
        font-size: 14px;
    }

    .cnt006 #partsworks_03 .works_box .works_block_top:nth-of-type(2) > ul > li:last-child {
        right: 0;
        left: auto;
    }

    .cnt006 .works_block_top ul .works_block2 .works_dousen i {
        bottom: 0;
        right: 0;
    }

    .cnt006 .works_block_top:nth-of-type(2) ul .works_block2 .works_dousen i {
        right: 0;
        left: auto;
    }

    .cnt006 .works_block_top ul .works_block2 .works_box_client {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .cnt006 #partsworks_03 .works_box .works_block_top + .works_block_top {
        margin-top: 4%;
    }

    .cnt006 #partsworks_03 .works_box .works_block_top > ul > li,
    .cnt006 #partsworks_03 .works_box .works_block_top:nth-of-type(2) > ul > li {
        width: 100%;
        float: none;
    }

    .cnt006 #partsworks_03 .works_box .works_block_top > ul > li:last-child {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .cnt006 .works_block_top ul .works_block2 p {
        padding-right: 40px;
    }
}


/*共通フリーエリア*/
.cnt_free_box h2 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    max-width: 940px;
    margin: 0 auto 3%;
    padding-left: 50px;
    position: relative;
    background: url('../../../images/cntfree_icon.png') left center / contain no-repeat;
    width: 96%;
}

.cnt_free_box h2 span {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 641px) {
    .cnt_free_box h2 {
        display: none !important;
    }
}

.cnt_free_box {
    background: url('../../../images/cnt_free_bg.png');
    padding: 20px 0;
}

.cnt_free_box ul {
    width: 96%;
    max-width: 940px;
    margin: 0 auto;
}

.cnt_free_box ul li {
    width: calc(100% / 6);
    box-sizing: border-box;
    border-right: 1px solid #fff;
    float: left;
}

.cnt_free_box ul li:first-child {
    border-left: 1px solid #fff;
}

.cnt_free_box ul li img {
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .cnt_free_box {
        padding: 2% 0;
    }
}

@media screen and (max-width: 640px) {
    .cnt_free_box {
        padding: 5% 0;
    }

    .cnt_free_box ul {
        width: 92%;
    }

    .cnt_free_box ul li {
        width: 48.5%;
        border: none;
    }

    .cnt_free_box ul li:nth-child(2n) {
        margin-left: 3%;
    }

    .cnt_free_box ul li:nth-child(n + 3) {
        margin-top: 2%;
    }

    .cnt_free_box h2 {
        font-size: 24px;
        line-height: 30px;
        padding-left: 50px;
        background-size: 7% auto;
        padding-left: 10%;
    }

    .cnt_free_box h2 span {
        font-size: 24px;
        line-height: 30px;
        position: static;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .cnt_free_box h2 span {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .cnt_free_box h2 span {
        font-size: 14px;
    }
}

/*
@media screen and (min-width: 641px) {
.cnt_free_box ul li:last-child {display: none;}
}
*/


.cnt_contact_box h2 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    max-width: 940px;
    margin: 0 auto 3%;
    padding-left: 50px;
    position: relative;
    background: url('../../../images/cntcontact_icon.png') left center / contain no-repeat;
    width: 96%;
}

.cnt_contact_box h2 span {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 641px) {
    .cnt_contact_box {
        padding: 30px 0;
        background: url('../../../images/cnt005_bg.png');
    }

    .cnt_contact_box h2 {
        font-size: 48px;
        line-height: 52px;
        margin: 0 auto 20px;
        padding-left: 90px;
        background-image: url('../../../images/cnt_contact_icon_pc.png');
    }

    .cnt_contact_box h2 span {
        line-height: 52px;
    }

    .cnt_contact_box ul {
        width: 96%;
        margin: 0 auto;
    }

    .cnt_contact_box ul li {
        width: 300px;
        float: left;
    }

    .cnt_contact_box ul li + li {
        margin-left: 20px;
    }

    .cnt_contact_box ul li a {
        background: url('../../../images/cnt_free_bg.png');
        display: block;
        transition: 0.4s;
    }

    .cnt_contact_box ul li a:hover {
        opacity: .6;
        transition: 0.4s;
    }

    .cnt_contact_box ul li a img {
        margin: 0 auto;
    }

    .cnt_contact_box ul li a:hover * {
        opacity: 1 !important;
    }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    .cnt_contact_box {
        padding: 3% 0;
    }

    .cnt_contact_box h2 {
        margin-bottom: 2%;
    }

    .cnt_contact_box ul li {
        width: 32%;
    }

    .cnt_contact_box ul li + li {
        margin-left: 2%;
    }
}

@media screen and (max-width: 640px) {
    .cnt_contact_box {
        padding: 5% 0;
    }

    .cnt_contact_box ul {
        width: 92%;
        margin: 0 auto;
    }

    .cnt_contact_box ul li + li {
        margin-top: 2%;
    }

    .cnt_contact_box ul li a {
        display: block;
        padding: 10px 0;
        border-radius: 3px;
        background: #000;
        overflow: hidden;
    }

    .cnt_contact_box h2 {
        font-size: 24px;
        line-height: 30px;
        padding-left: 50px;
        background-size: 7% auto;
        padding-left: 10%;
    }

    .cnt_contact_box h2 span {
        font-size: 24px;
        line-height: 30px;
        position: static;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .cnt_contact_box h2 span {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .cnt_contact_box h2 span {
        font-size: 14px;
    }
}


@media screen and (min-width: 641px) {
    .goTop {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .goTop {
        background: url('../../../images/cnt_free_bg.png');
    }

    .goTop a {
        display: block;
        padding: 25px 0 15px;
        color: #000 !important;
        position: relative;
        text-align: center;
        transition: all .4s;
    }

    .goTop a:before {
        content: "\f106";
        font-family: FontAwesome;
        font-size: 60px;
        position: absolute;
        top: 1%;
        left: 0;
        right: 0;
        text-align: center;
        display: block;
        color: #000 !important;
        transform: scaleY(0.7);
        font-weight: bold;
        height: 30px;
        line-height: 30px;
    }

    .goTop a:hover {
        text-decoration: none;
        opacity: .6;
    }
}

/*価格表導線_サイドバナーここから*/
/*価格表 インデックスボタン*/
.cnt_price_box_side {
    padding-bottom: 2%;
    overflow: hidden;
}

.cnt_price_box_side li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0 4% 0;
    box-sizing: border-box;
    float: left;
}

.cnt_price_box_side li::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    content: "\f061";
    font-family: FontAwesome;
    vertical-align: middle;
    z-index: 50;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 3px solid #000;
    border-radius: 12px;
    background: #ff9000;
    text-align: center;
    pointer-events: none;
}

.cnt_price_box_side .lineup_cnt_box {
    padding: 0;
    background: url('../../../images/cnt004_bg.png');
    border-radius: 0;
    border: 3px solid #000;
    box-sizing: border-box;
    position: relative;
}

.cnt_price_box_side .lineup_cnt_box:hover {
    opacity: 0.6;
}

.cnt_price_box_side .lineup_list_info {
    width: 75%;
    padding: 3% 6% 2% 2%;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 2%;
    bottom: 8%;
    z-index: 2;
    box-sizing: border-box;
    position: absolute;
}

.cnt_price_box_side .lineup_list_info_02 {
    padding: 0 2em;
    color: #fff;
    background: #0d8dce;
    font-size: 14px;
    font-weight: bold;
    left: 1%;
    top: 9%;
    position: absolute;
    z-index: 3;
}

.cnt_price_box_side .lineup_thumb_img {
    margin: 0;
    max-width: 38%;
    height: 65px;
    overflow: hidden;
    position: relative;
}

.cnt_price_box_side .lineup_thumb_img img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

/*画像上下中央寄せ*/
.cnt_price_box_side .lineup_cnt_box .lineup_discount {
    width: 80px;
    font-size: 12px;
    background-size: contain;
    padding: 13px 2% 7% 2%;
    right: 2%;
    left: auto;
}

.cnt_price_box_side .lineup_discount1 {
    font-size: 14px;
}

.cnt_price_box_side .lineup_list_title {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2em;
}

.cnt_price_box_side .lineup_list_price {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #de1a1a;
}

.cnt_price_box_side .lineup_list_price span {
    font-weight: bold;
}

.cnt_price_box_side .lineup_list_price .lineup_list_price2 {
    font-size: 11px;
}


/*SPナビ用微調整*/
.sp_nav .lineup_list_info {
    width: 85%;
}

.sp_nav .cnt_price_box_side .lineup_thumb_img {
    max-width: 47%;
}


/*価格表導線_サイドバナーここまで*/

/*puredrawerfix*/
.pure-container .pure-toggle {
    position: fixed;
}

/* header add */
#hd_line {
    display: none;
}

@media screen and (max-width: 640px) {
    #hd_line {
        width: 35px;
        float: left;
        margin: 20px 15px 0 0;
        display: block;
    }
}

/* slider add */
#layout02 #image-bloc .bx-wrapper .bx-pager-item a {
    border-radius: 10px;
}

#layout02 #image-bloc .bx-wrapper .bx-pager-item a.active {
    border-radius: 10px;
}

#layout02 .bx-pager a.active {
    width: 10px !important;
    height: 10px !important;
    background: #ff9000 !important;
}

#layout02 .bx-pager a.active:before {
    content: normal;
    border: none;
}

@media (min-width: 1025px) {
    #layout02 #image-bloc .bx-wrapper .bx-controls-direction a {
        text-indent: -9999px;
    }

    #layout02 .bx-default-pager {
        padding: 0;
        top: 270px;
        bottom: auto;
        display: block;
    }

    .bx-controls.bx-has-pager.bx-has-controls-direction {
        max-width: 1074px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        left: 0;
        right: 0;
        height: 0;
    }
}

@media (max-width: 1024px) {
    .container #layout02 .cnt_slider_box #image-bloc .bx-wrapper .bx-controls {
        margin-top: -30px;
        background: rgba(255, 255, 255, 0.6);
        display: block;
    }

    #layout02 #image-bloc .bx-wrapper .bx-controls-direction a {
        top: 0;
    }
}

/*口コミadd*/
.cnt_kuchi_box {
    padding: 30px 0;
    background: url('../../../images/cnt002_bg.png');
}

/*Add 20200729*/
#sub_ft_sp ul li {
    float: left;
    width: 50%;
}

.cnt002 .cnt002_inner.cnt002_inner_renewal .news_title{min-height: 120px;}


/*speed optimize*/
#sld_after_load {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
}

#kuchikomi_fv01 {
    height: 48px !important;
}

.icon-facebook2:before {
    padding-left: 0 !important;
}