/* =======================================
	共通
======================================= */

body {
	letter-spacing: 0.02em;font-weight:200;
 font-family:  -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, 
 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 
 "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 
 "MS PGothic", sans-serif;
}

h1,p {line-height: 1.6;}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
    transition:all 0.2s ease-in-out;
}


/* -------------------------------
　　見出し
　------------------------------- */

.content .infoList .rssBtn {display: none;}

.entry-header .byline {
    display: none;
} 

.entry-header .posted-on .sydney-svg-icon {
    display:none;
}

.page .entry-header {
    text-align: center;
    margin: 80px auto 50px;
}

#content H2:not(.elementor H2) {
    border-left: none;
    margin: 35px 0 30px;
    /* background-color: #f8fbef; */
    padding: 10px 0;
    border-bottom: 3px solid #BDD434;
}

#content H3:not(.elementor H3){
    padding: 8px 0.5em;
    margin: 40px 0 15px;
    border-left: 4px solid #BDD434;
    border-bottom: 1px solid #eee;
}
  
#content h4:not(.elementor H4) {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 0.5em;
    background-color: #f7f7f7;
    color: #a3bb13;

}

#content .hentry blockquote{ 
    color: #666;
    background-color: #f8faec;
    padding: 15px 50px;
    border: 1px solid #e7efba;
    border-radius: 10px;
    margin: 1em auto;
    font-size: 1em;
}

/* サイドバー */
#secondary.widget-area {
    border: 3px solid #f1f1f1;
}


/* -------------------------------
　　ヘッダー
　------------------------------- */

/* ナビメニュー横幅 */
@media (min-width: 992px){
    .header-wrap .col-md-8 {
        width: 95%;
    }
}



/* 全てのページ */
.page .page-wrap .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

/* 下の影 */
.main-header {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    transition: all .8s;
}

.main-header.sticky-active {
    background-color: #16B0CE;
}

#panList { font-size:12px; }


nav#mainnav ul li {
    background-color: #16B0CE;
    margin: 0 0.5%;
    padding: 5px 0;
    border-radius: 5px;
    box-sizing: border-box;
    width: 113px;
}

nav#mainnav ul li a {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    float: none;
}

nav#mainnav ul li a img {
    display: block;
    margin: 0 auto;
}

nav#mainnav .fa-stack-1x{
    color: #17b0ce;
    font-size: 0.9em;
}

nav#mainnav .fa-circle,
nav#mainnav .fa-square {
    color: #fff; 
}

#mainnav ul li a{
    font-weight: bold;
}


/* -------------------------------
　　Now On Air
　------------------------------- */

#noa {
    font-family: 'Alata';
}

#noa .noa_program {
    font-size: 2.2vw;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: -0.5px;
}

#noa .noa_program::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f130';
    padding-right: 10px;
    font-size: 25px;
    line-height: 1.1;
}
#noa .noa_time {
    padding: 15px 0 0 22px;
    color: #718721;
}

#noa .noa_time::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f017';
    padding-right: 10px;
    line-height: 1.1;
}

#noa .noa_music::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f001';
    padding-right: 10px;
    font-size: 25px;
}

#noa .noa_music {
    font-size: 1.6vw;
    line-height: 1.1;
    font-weight: bold;
    margin: 0 0 0 20px;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: -1px;
}

#noa .noa_artist {
    font-size: 1.1vw;
    font-weight: bold;
    padding: 0 0 6px 55px;
}


/* -------------------------------
　　投稿
　------------------------------- */

/* 上下余白 */
body.blog #content ,body.archive #content {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* ページネーション */
.nav-links {text-align: center;}
.nav-links .page-numbers {color: #80848b;}

.nav-links .page-numbers.current {
    background-color: #bdd434;
    color: #000;
}

.nav-links .page-numbers {
    background-color: #d9d9d9;
}

/* アーカイブページのレイアウト（上下配置） */
/* 画像上
.content-area:not(.layout4):not(.layout6) .posts-layout .entry-thumb {
    margin: 0 auto 15px;
    width: 60%;
}
*/

/* 画像左 */
.content-area:not(.layout4):not(.layout6) .posts-layout .entry-thumb {
    margin: 0 15px 15px 0;
    width: 30%;
    float: left;
}



#content #primary .post-wrap h1,
#content #secondary h1 {
    border-left: none;
    margin: 1.5em 0 0.5em;
    padding: 10px 0;
    border-bottom: 3px solid #BDD434;
    line-height: 1.5;
}

#content #secondary h2 {
    border-left: none;
    margin: 1.5em 0 0.5em;
    background-color: #28b6d2;
    color: #fff;
    padding: 5px 0.5em;
    font-size: 1.3em;
}

#content #secondary h3 {
    font-size: 18px;
    border-left: none;
    margin: 1.5em 0 0.5em;
    background-color: #e8f1c4;
    padding: 10px 0.5em;
}

.post-type-personality #content #primary {
    width: 100%;
}

.veu_postList .postList_date {
    margin-right: 10px;
    color: #bd9626;
    text-align: right;
    font-size: 75%;
}

#content .posts-layout H2.entry-title {
    background-color: #BDD434;
    padding: 5px 15px;
    border: none;
    font-family: Arial;
    margin-top: 10px;
/*    font-family: comfortaa;*/
}

.single .entry-header .entry-title {
    padding: 0 10px;
    border-left: 4px solid #BDD434;
    margin: 10px 0;
}

.gallery-item {
    padding: 8px;
    box-sizing: border-box;
}

#content #secondary .textwidget .bnr_prg {
	line-height: 1.2;
    font-size: 0.8em;
}

#content #secondary .textwidget .bnr_prg img {
	border-radius: 10px;
    margin-bottom: 5px;
}

#content #secondary .textwidget .bnr_prg a {
	color: #bd9626;
}

.post-type-personality #content #secondary {
    display: none;
}

.single .entry-header .entry-meta, .single .entry-header .entry-meta a {
  justify-content: flex-end;
}


/* 新着情報カテゴリーの色*/
.veu_postList .postList_terms a[href*="pickup"] {
	background-color: #a53f6e;
	color: #fff;
}

.veu_postList .postList_terms a[href*="news"] {
	background-color: #1ba4ab;
	color: #fff;
}

.veu_postList .postList_terms a[href*="live"] {
	background-color: #bb9e34;
	color: #fff;
}

.veu_postList .postList_terms a[href*="prg"] {
	background-color: #a2b522;
	color: #fff;
}

/*postgridサムネ対策*/

.eael-entry-thumbnail {
	height:auto;
	width:auto;
	object-fit: cover;
}

/*postgrid_load moreをoff*/
.eael-load-more-button-wrap {display: none;}


/* ---------------------------------
	サイドバー
--------------------------------- */


/* ---------------------------------
	番組表
--------------------------------- */

#content ul li .prg-dtl h2.fs {
    font-size: 22px;
    margin-bottom: 0;
}

.prg-info {font-size:15px;font-weight:normal;clear:both;}

.prg-time {clear: both;}

.prg-data dl {
    width: 90%;
    margin: 0 auto;
}

.prg-data dt {
    width: 12%;
    float: left;
    text-align: right;
    padding: 8px 0px;
    border-top: 1px #b2b7ac dashed;
    vertical-align:top;
}

.prg-data dd {
    margin-left: 0;
    width: 88%;
    float: left;
    padding: 8px 0 8px 20px;
    border-top: 1px #b2b7ac dashed;
}

.prg-data dt:first-child {border-top: none;}
.prg-data dd:nth-child(2) {border-top: none;}


    @media (max-width: 480px) {

        #content ul li .prg-dtl h2.fs {
            font-size: 13px;
        }

        .prg-data dl {width: 98%;}
        .prg-data dt {width: 25%;}
        .prg-data dd {width: 75%;}

    }


/* ---------------------------------
	パーソナリティ
--------------------------------- */

.personality-template-default .entry-meta {
    display: none;
}

.personality-template-default #content #primary .post-wrap h1 {
	border: none;
    text-align: center;
    font-weight: normal;
    font-size: 2.4em;
    letter-spacing: 1px;
    padding: 0;
}


/* ---------------------------------
	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;
}

.mw_wp_form_g-standard input[type="text"],
.mw_wp_form_g-standard input[type="password"],
.mw_wp_form_g-standard input[type="number"],
.mw_wp_form_g-standard input[type="email"],
.mw_wp_form_g-standard input[type="url"] {
	padding:0px 10px;
	height:40px;
}


::placeholder{
  color:#BBB
}

#content .sectionFrame {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 25px 25px 5px;
    margin-bottom: 20px;
    clear: both;
    border-radius: 5px;
    box-shadow: inset 1px 1px 0px rgb(255 255 255);
    margin-bottom: 20px;
}


.hissu {color: #bd1919;}


/* ---------------------------------
	ボタン
--------------------------------- */
/* 背景イエロー */
.content a.btnYellow{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 15px 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #ffb100;
    transition: .4s;
}

.content a.btnYellow:after {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  right: 10px;
}

.content a.btnYellow:hover {
    background-color: #EBEBEB;
    color: #ffb100;
}

/* 背景ブルー */
.content a.btnBlue{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 15px 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #2C7FC0;
    transition: .4s;
}

.content a.btnBlue:after {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  right: 10px;
}

.content a.btnBlue:hover {
    background-color: #EBEBEB;
    color: #2C7FC0;
}

/* 枠線イエロー */
.content a.btnBDyellow {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  color: #ffb100;
  border: solid 2px #ffb100;
  border-radius: 3px;
  transition: .4s;
}

.content a.btnBDyellow:hover {
  background: #ffb100;
  color: white;
}

/* 枠線ブルー */
.content a.btnBDblue {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  color: #2C7FC0;
  border: solid 2px #2C7FC0;
  border-radius: 3px;
  transition: .4s;
}

.content a.btnBDblue:hover {
  background: #2C7FC0;
  color: white;
}

/* -------------------------------
    テーブル
------------------------------- */

th, td {
	border: 1px solid #ccc;
    padding: 8px;
}

th {
    background-color: #eee;
}


/* ---------------------------------
	フッター
--------------------------------- */

.go-top.show {
	border-radius: 6px;
}

#sidebar-footer aside#media_image-2 {
    text-align: center;
    margin-bottom: 20px;
}

#sidebar-footer aside#media_image-6 {
    text-align: center;
}

#sidebar-footer aside#media_image-6 img {
    width: 150px;
}

#sidebar-footer .widget .hz ul li {
    padding: 0px 3px;
    display: inline-block;
    font-size: 13px;
    color: #a0bb00;
}

#sidebar-footer .widget ul li {
    padding: 5px 10px;
    display: inline-block;
}

.sidebar-column #nav_menu-2 ul li:before,
.sidebar-column #nav_menu-3 ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    font-size: 90%;
    padding-right: 0.2em;
}


/* ---------------------------------
	オリジナル
--------------------------------- */

.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;}
.bold {font-weight: bold;}

.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-style:700;}
.att_red { color: #D30000;font-weight: bold;}
.att_green { color: #3A9923;font-weight: bold;}
.maker_yl {
    background: linear-gradient(transparent 60%, #fffb80 0%);
}

.bbox {
    box-sizing: border-box;
}

.red { color: #F00;}

/* 1文字字下げ */
.jisage {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 1em;}
  
/* アンダーライン */
.uline {text-decoration:underline;}

/* 取消線 */
.torikeshi {text-decoration: line-through; }


/* -------------------------------
	マーク
------------------------------- */

.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;
}

/* PDF */
a.extLink[href$=".pdf"]:not(.noicon):before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1c1';
    font-size: 1.2em;
    color: #C71825;
    padding-right: 0.5em;
}

a.extLink[href$=".pdf"]:not(.noicon) {
    color: #c71825;
    border: solid 2px #ecc5c8;
    padding: 6px 10px;
    border-radius: 5px;
    transition: .4s;
    display: inline-block;
}

a.extLink[href$=".pdf"]:not(.noicon):hover {
    background: #ecc5c8;
}

/* EXCEL */
a.extLink[href$=".xlsx"]:not(.noicon):before,
a.extLink[href$=".xls"]:not(.noicon):before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1c3';
    font-size: 1.2em;
    color: #3F8D23;
    padding-right: 0.5em;
}

a.extLink[href$=".xlsx"]:not(.noicon),
a.extLink[href$=".xls"]:not(.noicon) {
    color: #3F8D23;
    border: solid 2px #c2e2bc;
    padding: 6px 10px;
    border-radius: 5px;
    transition: .4s;
    display: inline-block;
}

a.extLink[href$=".xlsx"]:not(.noicon):hover ,
a.extLink[href$=".xls"]:not(.noicon):hover  {
    background: #c2e2bc;
}

/* WORD */
a.extLink[href$=".docx"]:not(.noicon):before,
a.extLink[href$=".doc"]:not(.noicon):before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1c2';
    font-size: 1.2em;
    color: #0F48AE;
    padding-right: 0.5em;
}

a.extLink[href$=".docx"]:not(.noicon),
a.extLink[href$=".doc"]:not(.noicon) {
    color: #0f48ae;
    border: solid 2px #bccde2;
    padding: 6px 10px;
    border-radius: 5px;
    transition: .4s;
    display: inline-block;
}

a.extLink[href$=".docx"]:not(.noicon):hover,
a.extLink[href$=".doc"]:not(.noicon):hover {
    background: #bccde2;
}

.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;
}

/* 別窓で開く extLink */
.extLink:not(.elementor a)::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d2";
    text-decoration: none;
    margin: 0 3px;
    font-weight: normal;
    font-size: 0.6rem;
}




/* =======================================
	PC用
======================================= */

@media (min-width: 768px) {
	.nopc { display:none; }

    /* -------------------------------
        フッター（モバイル）
    ------------------------------- */

    #sidebar-footer .fbn_lm {
        margin: 15px;
    }

}/* PC用ここまで768px*/

@media (min-width: 970px) {

/* -------------------------------
	ヘッダー（PC）
------------------------------- */
.site-logo {
    padding-left: 15px;
}

nav#mainnav ul li#menu-item-98 a {
    letter-spacing: -0.5px;
}


/* -------------------------------
	レイアウト（PC）
------------------------------- */

/* サイト全体の横幅 

.container {
	max-width: 1500px;
    width: 100%;
    }
*/

/* 全てのページ */
.page .page-wrap .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.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;
}

.w100per {
    width: 100%;
    margin: 0 auto;
  }

.w80per {
    width: 80%;
    margin: 0 auto;
}

.header_layout_2 .header-col {
    padding-left: 0px;
    padding-right: 0px;
}


}/* PC用ここまで970px*/




/* =======================================
	モバイル用（スマホ・タブレット）
======================================= */

@media (max-width: 1024px) {
    /* -------------------------------
        ヘッダー（モバイル）
    ------------------------------- */
    #masthead-mobile .sydney-svg-icon {
        width: auto;
        height: 22px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    
    #masthead-mobile i.sydney-svg-icon:after{
        content: 'Menu';
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
        display: block;
        text-align: center;
        margin: 2px auto 0;
    }

    #masthead-mobile svg {
        width: auto;
        height: 22px;
    }


    .mobile-header {
        padding-top: 15px;
        padding-bottom: 0;
    }
    
    .page .page-wrap .content-wrapper,
    .single .page-wrap .content-wrapper {
        padding-top: 15px;
    }

    nav#mainnav ul li {
        margin: 0 0.5%;
        padding: 5px;
        width: 100%;
        float: left;
        border-radius: 0;
    }

    nav#mainnav ul li a {
        width: auto;
        display: inline-block;
    }

    nav#mainnav ul li a img {
        display: inline-block;
        margin-right: 10px;
    }

    .sydney-offcanvas-menu #mainnav a {
        width: auto;
    }

}/* タブレット用ここまで1024px */


@media (max-width: 480px) {

    .nosp { display:none; }
    
    .mobile-header .col-xs-4 {
        width: auto;
    }
    
    /* モバイルで画像を折り返す */
    #content img.spBL {
    float: none;
    display: block;
    margin: 10px auto;
    }


}/* モバイル用ここまで480px */


@media (min-width: 769px) {
    .nopc { display:none; }
}/* モバイル用ここまで769px */


@media (max-width: 768px) {
    .nosp { display:none; }


    /* -------------------------------
        テーブル（モバイル）
    ------------------------------- */
    .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;
    }

    /* -------------------------------
        サイドバー（モバイル）
    ------------------------------- */
    #main #container #sideTower {text-align: center;}

    /* -------------------------------
        Now On Air（モバイル）
    ------------------------------- */

    #noa .noa_music {
        font-size: 1.3em;
    }

    #noa .noa_artist {
        font-size: 1em;
    }

    #noa .noa_program {
        font-size: 1.4em;
    }

    /* -------------------------------
　　    投稿
    ------------------------------- */

    #content #primary .post-wrap h1,
    #content #secondary h1 {
        font-size: 22px;
        line-height: 1.3;
    }

    .posts-layout .list-image {
        width: 30% !important;
        padding-right: 10px;
    }

    .posts-layout .list-content {
        width: 100%;
        max-width: 100%;
    }

    #content .posts-layout H2.entry-title {
        margin: 5px 0 15px;
    }



    /* -------------------------------
        プログラム（モバイル）
    ------------------------------- */

    .col2 .elementor-inner-column {
        width: 50%;
          }
          
    .col2 .elementor-container {
justify-content: center;
}


    /* -------------------------------
    フッター（モバイル）
    ------------------------------- */

    #sidebar-footer .fbn_lm {
        margin-bottom: 30px;
    }




}/* モバイル用ここまで768px */

