/* elementorのcontainerの全幅 */
body.elementor-template-full-width .container {
    width: 100%;
    max-width: 100%;
}


/* -------------------------------
　　見出し
　------------------------------- */

.entry-header .byline {
    display: none;
} 

.entry-header .posted-on .sydney-svg-icon {
    display:none;
}

.page .entry-header {
    text-align: center;
    margin: 0px auto 50px;
}

.hentry h1.title-post {
    line-height: normal;
    letter-spacing: 5px;
    font-size: 34px;
    padding-top: 40px;

}

#content H2:not(.elementor H2){
    margin: 50px 0; 
    /*   margin: 10px 0px 20px 0;*/
    padding: 5px;
    border-bottom: 1px solid #757575;
}

#content h3:not(.elementor H3) {
    padding: 10px 0.5em;
    background-color: #E8E6D2;
    margin: 1.5em 0;
}
    
#content h4:not(.elementor H4) {
    border-top: 1px solid #E8E6D2;
    border-bottom: 1px solid #E8E6D2;
    padding: 10px 0.5em;
    background-color: #f7f7f7;

}

.hentry blockquote{ 
    color: #666;
    background-color: #f5f5f5;
    padding: 40px;
    border: 1px solid #c2c5c9;
    border-radius: 4px;
    margin: 1em auto;
}


/* サイドバー */
#secondary.widget-area {
    border: 3px solid #f1f1f1;
}




/* -------------------------------
　　投稿
　------------------------------- */

/* 上下余白 */
body.post-template-default #content,
body.blog #content,
body.single #content,
body.archive #content {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* NEWSの背景色*/
body.blog #content,
body.single-post #content,
body.archive  #content {
    background-color: #E8E6D2;
}

/* WORKSカテゴリページの背景色*/
body.archive.tax-work_cat #content {
    background-color: #F0F0F0;
}

/* WORKSサイドバーh3*/
body.post-type-work #content #secondary h3 {
    background-color: #F0F0F0;
}

body.blog #content main article,
body.post-template-default #content main article,
body.archive #content main article {
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
}

/* サイドバー */
#secondary.widget-area {
    border: none;
}

.widget-area .widget-title {
    font-size: 17px;
}

/* ページネーション */
.nav-links {text-align: center;}
.nav-links .page-numbers {color: #80848b;}

.nav-links .page-numbers.current {
    background-color: #0089C4;
    color: #fff;
}

.nav-links .page-numbers {
    background-color: #d9d9d9;
}

.single .hentry .title-post {
    border-bottom: 1px solid #757575;
    padding: 5px;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 0;
}

.classic-alt .meta-post {
    text-align:left;
}

.single .single-meta, .classic-alt .posted-on {
    text-align: right;
    display: block;
}

#content h3.archive-title {margin-top:0px;}


/* -------------------------------
　　ヘッダー
　------------------------------- */

/* リンクオーバー*/
.bottom-header-row #mainnav .menu > li > a:hover,
.bottom-header-row #mainnav .menu > li > a[aria-current="page"] {
    font-weight: bold;
    color: #000;
}

header.main-header .top-header-row {
    padding-bottom: 0;
}


/* -------------------------------
　　フッター
　------------------------------- */

#sidebar-footer .sidebar-column:nth-child(1) {
    text-align: center;
}

#sidebar-footer aside#media_image-2 {
    margin-bottom: 20px;
}

#secondary .veu_postList .postList_date {
    color: var(--sydney-grey-color);
    font-size: 12px;
}

#sidebar-footer a i.f_insta {
    font-size: 50px;
    color: #000;
}

#sidebar-footer a i {
    transition: all .5s;
}

#sidebar-footer a i.f_insta:hover {
    color: #d77bb4;
    
}

/* ---------------------------------
    Contact form 7（共通）
--------------------------------- */

.cf-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2em 0;
    border-bottom: 1px dashed #ccc;
    transition: all .3s;
}

.cf-area:last-child {
    border-bottom: none;
}

.cf-area dt {
    width: 180px;
    padding-right: 30px;
    text-align: right;
    line-height:1.5em;
}

.cf-area dd {
    flex: 1;
    margin-left: 10px;
}

.cf-area input, .cf-area textarea {
    width: 100%;
    padding: 0.8em;
    border: none;
    background-color: #e6e6e6;
    font-size: 16px;
    resize: vertical;
    transition: all .3s;
}

.cf-area input:focus,.cf-area textarea:focus {
    outline: none;
/*	background: #dde2e9; */
}

.cf-required {
    background: #b91e23;
    color: #fff;
    font-size: 0.8em;
    padding: 0 5px 2px;
    border-radius: 2px
}

.cf-send input {
    display: block;
    background: linear-gradient(135deg, #b0085b 0%, #813A5D 80%);
    width: 300px;
    height: 60px;
    margin: 30px auto 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
    font-size: 1.3em;
    font-weight: bold;
    transition: all .3s;
}

.cf-send input:hover {
    filter: brightness(1.25);
    color:#fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #fce3e3;
    border: none;
    text-align: center;
}

@media screen and (max-width:768px){
    .cf-area {
        display: block;
    }

    .cf-area dt {
    width: 100%;
        margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
        line-height:1.5em;
    }
}


/* ---------------------------------
    MW WP Form（共通）
--------------------------------- */

.mw_wp_form_g-standard .notes {
    color: #0f0f0f;
    display: initial;
    font-size: 16px;
    margin: 5px 0 0;
}

.g-standard-description {
    font-size: 12px;
    margin-bottom: -20px;
}

.nodisplay {display:none;} 

.mw_wp_form .horizontal-item:first-child {
    margin-right: 14px;  
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
    margin-right: 14px;
}

.mw_wp_form_g-standard label {
    text-indent: -1.5em;
    margin-left: 1.5em;
}


::placeholder{
    color:#BBB
}



/* ---------------------------------
    オリジナル（共通）
--------------------------------- */

.clear { clear: both; }
.clearfix {min-height: 1px;}
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.left {	text-align: left; }
.center {text-align: center;}
.right {text-align: right;}

.font1em {font-size:1em !important;}
.font8px {font-size:8px;}
.font9px {font-size:9px;}
.font10px {font-size:10px;}
.font11px {font-size:11px;}
.font12px {font-size:12px;}
.font13px {font-size:13px;}
.font14px {font-size:14px;}
.font15px {font-size:15px;}
.font16px {font-size:16px;}
.font18px {font-size:18px;}
.font20px {font-size:20px;}
.fontB {font-weight:700;}
.att_red { color: #D30000;font-weight: 600;}
.att_green { color: #3A9923;font-weight: 600;}
.att_blue { color: #2776DB;font-weight: 600;}
.serif,#content .serif h1 { font-family: serif !important;}
.red { color: #F00;}
.blue { color:#1D73E1;}

#content .sectionFrame {
    border-radius: 5px;
    box-shadow: inset 1px 1px 0px rgb(255 255 255);
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 25px 25px 5px;
    margin-bottom: 20px;
    clear: both;
}

/* 1文字字下げ */
.jisage {
    text-indent: -1em;
    padding-left: 1em;}
    
/* 2文字字下げ */
.jisage2 {
    text-indent: -2em;
    padding-left: 1em;
    margin-left:2em;
}

.jisage3 {
    text-indent: -3em;
    padding-left: 1em;
    margin-left:3em;
}
    
/*マーカー風ライン*/
.marker01 {
    background:linear-gradient(transparent 75%, #ff9393 75%);
    display: inline;
}
    

/* -------------------------------
    マーク（共通）
------------------------------- */

.mMAIL:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0e0';
    padding-right: 0.5em;
}

.mTEL:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f095';
    padding-right: 0.4em;
}

.mFAX:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1ac';
    padding-right: 0.5em;
}

.mURL:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f015';
    color: #333;
    padding-right: 0.5em;
}

.mPDF:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1c1';
    font-size: 1.2em;
    color: #C71825;
    padding-right: 0.5em;
}

.mEXCEL:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1c3';
    font-size: 1.2em;
    color: #3F8D23;
    padding-right: 0.5em;
}

.mWORD:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1c2';
    font-size: 1.2em;
    color: #0F48AE;
    padding-right: 0.5em;
}

.m2down:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f103';
    font-size: 1.2em;
    padding-left: 0.5em;
}

.mORDER:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f044';
    font-size: 1.2em;
    padding-left: 0.5em;
}

p.mMAIL,p.mTEL,p.mURL,p.mFAX,p.mPDF,p.mEXCEL,p.mWORD{
    line-height: 1;
    font-size: 1.1em;
}

/* 別窓で開く
a[target="_blank"]:not(.noicon):after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d2";
    font-size: 7px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 3px;
}
    */


/* -------------------------------
    Table（共通）
------------------------------- */

/*セルの間隔を無くす*/
table {
    border-collapse: collapse;
}

table, table td, 
table th {
    border: solid 1px #ccc;
    padding: 10px 1em;
}

table.left td, 
table.left th {
    text-align: left;
}

table th {
    background-color: #eee;
}

table.dot {
    border: none;
}
table.dot td, 
table.dot th {
    border: none;
    border-bottom: dotted 1px #ccc;
    padding: 10px 1em;
}


/* =======================================
    PC用
======================================= */


@media (min-width: 768px) {
    .nopc { display:none; }
    }
    
@media print, screen and (min-width: 970px) {

    /* -------------------------------
        投稿（PC）
    ------------------------------- */
    
    body.blog #content .container,
    body.archive.tax-work_cat #content .container {
        max-width: 640px ;
    }

    /* WORKS 幅*/
    body.single-work #primary {
        padding-left: 10%;
        padding-right: 5%;
    }

    body.single-work #secondary {
        padding: 0;
    }
        
    /* -------------------------------
        レイアウト（PC）
    ------------------------------- */
    /*
    body.blog .container {
        max-width: 640px;
    }

    .wDef {
        width: 1170px;
        margin: 0 auto;
    }
    
    */
    
    .w100per {
        width: 100%;
        margin: 0 auto;
    }
    .w90per {
        width: 90%;
        margin: 0 auto;
    }
    .w80per {
        width: 80%;
        margin: 0 auto;
    }
    .w70per {
        width: 70%;
        margin: 0 auto;
    }
    .w60per {
        width: 60%;
        margin: 0 auto;
    }
    .w50per {
        width: 50%;
        margin: 0 auto;
    }
    .w40per {
        width: 40%;
        margin: 0 auto;
    }
    .w30per {
        width: 30%;
        margin: 0 auto;
    }
    .w20per {
        width: 20%;
        margin: 0 auto;
    }
    .w10per {
        width: 10%;
        margin: 0 auto;
    }
    .w1100 {
        width: 1100px;
        margin: 0 auto;
    }
    .w1000 {
        width: 1000px;
        margin: 0 auto;
    }
    .w950 {
        width: 950px;
        margin: 0 auto;
    }
    .w900 {
        width: 900px;
        margin: 0 auto;
    }
    .w850 {
        width: 850px;
        margin: 0 auto;
    }
    .w800 {
        width: 800px;
        margin: 0 auto;
    }
    .w750 {
        width: 750px;
        margin: 0 auto;
    }
    .w700 {
        width: 700px;
        margin: 0 auto;
    }
    .w600 {
        width: 600px;
        margin: 0 auto;
    }
    .w500 {
        width: 500px;
        margin: 0 auto;
    }
    .w400 {
        width: 400px;
        margin: 0 auto;
    }

    .floatL {
        float: left;
        box-sizing: border-box;
    }

    .floatR {
        float: right;
        box-sizing: border-box;
    }
    
    .clearfix {
        min-height: 1px;
        }
        
    .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    }

    .clear {
    clear: both;
    }

    
    
}/* PC用ここまで970px*/
    
    

/* =======================================
        モバイル用（スマホ・タブレット）
======================================= */ 
    
@media (max-width: 768px) {

    .nosp { display:none; }
    
    /* モバイルで画像を折り返す */
    #content img.spBL {
        float: none;
        display: block;
        margin: 10px auto;
    }


    /* -------------------------------
        ヘッダー
    ------------------------------- */

    .text-slider .maintitle {
        font-size: 2.2em;
        padding-bottom: 20px;
    }

    .text-slider .subtitle {
        padding-top: 20px;
        padding-bottom: 0;
    }
        
    /* -------------------------------
        テーブル（モバイル）
    ------------------------------- */
    .mbscroll{
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    .mbscroll::-webkit-scrollbar{
        height: 5px;
    }
    .mbscroll::-webkit-scrollbar-track{
        background: #F1F1F1;
    }
    .mbscroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }

    /* -------------------------------
        フッター（モバイル）
    ------------------------------- */

        
}/* モバイル用768pxここまで */




