/* =======================================
	共通
======================================= */
body {color: #222;}

body.page-template-page_fullwidth .container {max-width:970px;}

body,h1,h2,h3,h4,h5,p {
    font-family: 'Noto Sans JP', sans-serif;
}

/* underlineの制御*/
.entry-content a:link:not(.button) {
    text-decoration: underline !important;
}


/*　投稿が無い時　*/
.no-posts-found {display:none;}
/* 入会ボタンカラー */
a.header-item.roll-button.button {color:#fff;font-weight:600;}

/* -------------------------------
　　見出し
　------------------------------- */

.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 H1:not(.elementor H1),
#content .eh1 H1 {
    text-align: left;
    padding: 20px 0;
    font-weight: 500;
/*    text-indent: -1.8em;
    padding-left: 2em;*/
    text-indent: -2.2em;
    padding-left: 2.2em;
}

body.page #content H1:before,
#content .eh1 H1 {
    content: '';
    display: inline-block;
    margin: 0 10px 7px 0;
    background-size: contain;
    vertical-align: text-bottom;
    background-repeat: no-repeat;

/* house線画*/
    width: 50px;
    height: 39px;
    background-image: url("https://y-jimukyo.com/wp/wp-content/uploads/2025/01/h1_beforeicon_house_bk.png");

/* home
    width: 48px;
    height: 38px;
    background-image: url("https://y-jimukyo.com/wp/wp-content/uploads/2024/12/h1_beforeicon.png");
*/

/* shiori
    width: 33px;
    height: 37px;
    background-image: url("https://y-jimukyo.com/wp/wp-content/uploads/2024/12/h1_beforeicon_shiori.png");
*/

}

#content H2:not(.elementor H2), 
#content .eh2 H2 {
    margin: 50px auto 30px;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 0;    
    /* Gold*/
    border-bottom: 3px solid #c9ac27;
    border-image: linear-gradient(to right, #c9ac27 50%, #7f5500 100%);
    /* Blue*/
    border-bottom: 3px solid #0da9d8;
    border-image: linear-gradient(to right, #0da9d8 50%, #0969a1 100%);

    border-image-slice: 1;
}

#content H3:not(.elementor H3), 
#content .eh3 H3 {
    font-weight: 500;
    margin: 50px 0 30px;
    padding: 8px 1em;
    background-color: #f0f0f0;
    /* Gold*/
    border-left: 4px solid #c2a008;
    /* Blue*/
    border-left: 4px solid #0da9d8;
}
  
#content h4:not(.elementor H4), 
#content .eh4 H4 {
    font-weight: 600;
    /* Gold*/
    color: #906600;
    /* Blue*/
    color: #0097c5;
    padding: 5px;
    margin: 50px 0 30px 0;
    line-height: 1.3;
    border-bottom: 1px dotted #ccc;
}

#content h5 {
    font-size: 18px;
    background: #0da9d8;
    color: #fff;
    display: inline-block;
    padding: 2px 18px 5px;
    border-radius: 6px;
}

#content h6 {
    font-size: 18px;
    color: #0da9d8;
    display: inline-block;
    padding: 2px 18px 5px;
    border-radius: 6px;
    border: 2px solid #0da9d8;
}


#content .hentry blockquote{ 
    color: #666;
    font-weight: 500;
    background-color: #f9f9f9;
    padding: 15px 50px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin: 1em auto;
    font-size: 1em;
}

blockquote {
	border: 1px solid #ccc;
    padding: 20px 40px 10px 40px;
    border-radius: 15px;
    background: #fcfcfc;
    margin: 30px auto;
}

/* ---------------------------------
    印刷用（共通）
--------------------------------- */
/* print setting 
@media print {
    body,#wrap,#container {
        margin: 0; padding: 0; width: 100%;
    }
    #headerTop,#header,#panList,#gMenu,#pagetop,
    #sideTower,#footMenu,#footer,#siteBottom {
        display:block !important;
    }
}
*/

/* ---------------------------------
    ヘッダー （共通）
--------------------------------- */

header#masthead .col-md-4 {
    width: 80%;
}

header#masthead .col-md-4 .site-branding {
	text-align: left;
}

header#masthead .col-md-4.header-elements {
    width: 20%;
}

header#masthead .col-md-4.header-elements-left {
	width: 0;
    padding: 0;
}

/* ---------------------------------
    ナビメニュー （共通）
--------------------------------- */

.bottom-header-row {
	background: linear-gradient(#0da9d8, #1d88c6);
}

.bottom-header-row #mainnav ul li ul, 
.main-header #mainnav ul li ul {
    width: 240px;
}

.bottom-header-row #mainnav ul ul li, 
.main-header #mainnav ul ul li {
   padding: 6px 12px;
}

#mainnav .sub-menu li a {
    padding: 6px 12px;
    width: 100%;
    line-height: 1.4;
    font-size: 15px;
}

#mainnav li:hover>.sub-menu>li>a {
    padding: 6px 12px;
}

#mainnav li {
    padding: 0 20px;
}



/* -------------------------------
　　投稿（共通）
　------------------------------- */

.new_bg {
  display: inline-block;
}

.breadcrumbs .new_bg{
    display: none;
}

.NewMark {
    color: #fff;
    font-size: 10px;
    background: #dc2e3e;
    margin-left: 8px;
    padding: 0px 4px 2px;
    border-radius: 4px;
    vertical-align: middle;
    font-weight: 600;
}


/* 上下余白 
body.post-template-default #content,
body.blog #content,
body.single #content,
body.archive #content {
    padding-top: 60px;
    padding-bottom: 60px;
}
*/

/* カラムサイズ */
@media (min-width: 992px) {
    .col-md-9 {
        width: 80%;
        padding-right:5px;
    }
    .col-md-3 {
        width: 20%;
    }
}

/* ページネーション */
.nav-links {text-align: center;}
.nav-links .page-numbers {color: #80848b;}

.nav-links .page-numbers.current {
    background-color: #0da9d8;
    color: #fff;
}

.nav-links .page-numbers {
    background-color: #d9d9d9;
}

.posts-layout .hentry {
    margin-bottom: 0;
}

body:not([class*="post-type-page"]) #content h1 {
    border-left: none;
    margin: 1em 0 0.5em;
    padding: 10px 0;
    border-bottom: 3px solid #0da9d8;
    line-height: 1.5;
    text-indent: unset;
}

/*
#top_info .veu_postList .postList a {
    color: #ebd3d3;
}

.posts-layout .read-more {
    display: none;
}

.archive.date #content h1 {
    display: none;
}
*/

/* ---------------------------------
    パンくず_breadcrumbs （共通）
--------------------------------- */
.breadcrumbs {
	font-size: 12px;
	color: #999;
	padding-bottom: 15px;
}

.breadcrumbs .separat {
    padding: 0 7px;
}

/* ---------------------------------
    サイドバー（共通）
--------------------------------- */
.posts-layout .entry-header {
    margin-bottom: -15px;
}

#secondary.widget-area {
    font-size: 90%;
    border: 3px solid #f1f1f1;
    padding:0 15px;
    margin-top: 2.5em;
}

#content #secondary h2,
#content #secondary h3 {
    font-size: 16px;
    color: #fff;
    border-left: none;
    margin: 1.5em 0 0.5em;
    background-color: #0da9d8;
    padding: 8px 0.5em;
}

#content #secondary h3.widget-title a:not(.wp-block-button__link)  {
    color: #fff;
}

#content #secondary.widget-area aside#text-5.widget {
    margin-bottom: 0;
}

.single-schedule #content #secondary .veu_postList .postList_date,
.single-schedule #content #secondary .veu_postList .postList_terms a {
    display: none;
}

.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: #eae4c9;
    padding: 5px 15px;
    margin: 35px 0 30px;
    border: none;
    font-family: Arial;
    font-family: comfortaa;
}

.single .entry-header .entry-title {
    padding: 0 10px;
    border-left: 4px solid #5b538c;
    margin: 10px 0;
}

.gallery-item {
    padding: 8px;
    box-sizing: border-box;
}

.single .entry-header .entry-meta, .single .entry-header .entry-meta a {
  justify-content: flex-end;
}

/* 固定ページサイドバー*/
.widget-area .widget ul li {
    padding: 0 !important;
}

body.page #secondary li a {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    font-size: 13px;
}

#content #secondary h3.widget-title {
    padding: 2px 0.5em;
    margin-bottom: 10px;
}

body.page #secondary li a:hover,
body.page #secondary li.current_page_item {
    background-color: #e7e7e9;
}


/* ---------------------------------
    新着情報（共通）
--------------------------------- */

/*.entry-body {width:90%;margin:0 auto;}*/

.entry-meta-dataList {display: none;}

#info {
    width: 100%;
    float:left; 
    padding: 0;
    margin: 0 auto;
    font-size: 15px;
}

#info ul {
    padding: 0 20px;
}

#info ul li {
  list-style-type: none;
  border-bottom: 1px dotted #ccc;
  line-height: 1.6;
  padding: 10px 0;
}

.cs-date {
    font-size:12px;
    color:#999;
}

/* 新着カテゴリー */
.cs-kyoukai,.cs-gyosei,.cs-sanjyo,.cs-dantai,.cs-act {
    color: #FFFFFF;
    display: inline-block;
    padding: 0 4px;
    margin: 0 8px 2px 5px;
    font-size: 11px;
    width: 70px;
    text-align: center;
    text-indent: 0em;
}
/* 新着カテゴリーカラー */
.cs-kyoukai {background-color: #008DBD;}
.cs-gyosei {background-color: #669c29;}
.cs-sanjyo {background-color: #d9ad00;}
.cs-dantai {background-color: #d1874c;}
.cs-act {background-color: #c46988;}

.postNextPrev {
    display: none;
}

/* ---------------------------------
    新着情報アーカイブ（共通）
--------------------------------- */

#content .posts-layout H2.entry-title {
font-size: 15px;
    font-weight: 600;
}

.posts-layout .entry-title a {
    color: #593c14;
}
.posts-layout .entry-title a:hover {
    color: #ac6f23;
}

/* ---------------------------------
	正会員リスト
--------------------------------- */

#sl {
    text-align: center;
}

#sl .memberMap {
    margin-top: 30px;
}

#sl .tablepress tbody td {
padding: 8px;
font-size: 14px;
}

#sl .tablepress thead th {
    font-size: 14px;
    padding: 8px 20px 8px 8px;
}


#sl .tablepress thead th,
#sl td.column-2,#sl td.column-3,#sl td.column-5,
#sl td.column-6,#sl td.column-7,#sl td.column-8 {
text-align: center;
}

#sl .form-control {
    width: 280px;
margin: 0 auto;
}

#sl .tablepress .extLink::after {
display: none;
}

#sl .tablepress tbody td a {
    display: block;
}

/*
#sl .entry-content a:not(.button):not(.elementor-button-link):not(.wp-block-button__link) {
display: block;
}
*/


/* ---------------------------------
	賛助会員リスト
--------------------------------- */

#skl {
    text-align: left;
}

#skl .memberMap {
    margin-top: 30px;
}

#skl .tablepress tbody td {
padding: 8px;
font-size: 13px;
}

#skl .tablepress tbody td.column-7 {
    font-size: 11px;
    }

#skl .tablepress thead th {
    font-size: 13px;
    padding: 8px;
    line-height: 1.5;
}


#skl .tablepress thead th,
#skl td.column-2,#skl td.column-4,#skl td.column-5,#skl td.column-6 {
text-align: center;
}

#skl .form-control {
    width: 280px;
margin: 0 auto;
}

#skl .tablepress .extLink::after {
display: none;
}

#skl .tablepress tbody td a {
    display: block;
}

/* ---------------------------------
	賛助会員紹介ページ
--------------------------------- */
.sanjoHP {
    margin: -30px 0 30px 0;
    text-align: right;
}

/* 単独キャプション */
.sanjoLabel {
  position: absolute;
  margin: -70px 0 0 -10px;
  text-align: left;
  background: #000000b8;
  color: #fff;
  padding: 5px 20px;
}

/* ギャラリーキャプション */
.post-type-sanjo_prf.wp-caption-text, .post-type-sanjo_prf figcaption {
  position: absolute;
  margin: -50px 0 0 -10px;
  text-align: left;
  background: #000000b8;
  color: #fff;
  padding: 5px 20px;
}

/* ---------------------------------
	会員作品
--------------------------------- */

body.single-works #main table th {
    width: 25%;
}

/* ---------------------------------
	賛助会員紹介
--------------------------------- */

.logo_right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25%;
}

@media (max-width: 480px) {
.logo_right { width: 30%;top: 10px;}
}


/* ---------------------------------
    Contact form 7（共通）
--------------------------------- */

.cf-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.5em 0;
    border-bottom: 1px dashed #ccc;
    transition: all .3s;
}

.cf-area:last-child {
    border-bottom: none;
}

.cf-area dt {
  width: 230px;
  padding-right: 25px;
  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;
    font-size: 16px;
    resize: vertical;
    transition: all .3s;
    background-color: #f9f9f9;
    border: 1px solid #c7c7c7;
}

.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;
    margin-left: 3px;
}

.cf-send input {
    display: block;
    width: 300px;
    margin: 30px auto 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    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;
    }
}

/* ---------------------------------
    フッター（共通）
--------------------------------- */

.veu_contentAddSection h1 {
    font-size: 1.4em;
}

#sidebar-footer { 
    position: relative;
}

#sidebar-footer img.footerImg {
    width: 100%;
    max-width: 70vw;
    height: auto;
    position: absolute;
    top: -6.2vw;
    right: 0;
}

.site-info {
    font-size: 14px;
}

#sidebar-footer ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#sidebar-footer ul.menu li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    padding-right: 0.5em;
}

#sidebar-footer ul.menu li {
    /* width: 25%; */
    padding-right: 25px;
}

/*

.siteFooter {
    background-color: #e8e8e2;
}

footer .container.copySection {
    max-width: 100%;
    background-color: #282a2b;
}


footer .copySection p:nth-child(2) {
    display:none !important;
}


footer .sectionBox.copySection {
	padding: 15px;
}

footer .copySection p {
    font-size: 0.9em;
    color: #909090;
    margin-bottom: 0;
}
    */


/* ---------------------------------
    ボタン（共通）
--------------------------------- */

/* 複数ボタンを横に並べる */
.button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* ボタンカラー */
a.button.roll-button.purple {background: #7367f0; border: #7367f0;}
a.button.roll-button.purple:hover {background:#5f54da;}

a.button.roll-button.pink {background: #BD598B; border: #BD598B;}
a.button.roll-button.pink:hover {background:#a24172;}

/* ボタン ベースデザイン（背景色タイプ） */

a.btnBase{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 15px 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #437314;
    transition: .4s;
}

a.btnBase:after {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    right: 10px;
}

a.btnYellow:hover {
    background-color: #EBEBEB;
    color: #437314;
}


a.btnYellow{
    background-color: #ffb100;
}

a.btnYellow:hover {
    background-color: #EBEBEB;
    color: #ffb100;
}

/* ボタン ベースデザイン（枠線タイプ） */
a.btnBase_bd {
    display: inline-block;
    padding: 5px 1em;
    text-decoration: none;
    font-size: 0.9em;
    color: #65ad24;
    border: solid 2px #65ad24;
    border-radius: 5px;
/*    background: #f7ffed;*/
    transition: .4s;
}


a.btnBase_bd:hover {
    background: #65ad24;
}

/* 枠線 茶 */
a.btnBrown_bd {
    color: #b79209;
    border: solid 2px #c7b15f;
    background: #fffdf5;
}

a.btnBrown_bd:hover {
    background: #c7b15f;
}

/* 枠線 PDF */
a.btnPDF_bd {
    color: #c71825;
    border: solid 2px #ecc5c8;
}

a.btnPDF_bd:hover {
    background: #ecc5c8;
}

/* 枠線 WORD */
a.btnWORD_bd {
    color: #0f48ae;
    border: solid 2px #bccde2;
}

a.btnWORD_bd:hover {
    background: #bccde2;
}



a.right_arrow:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    text-decoration: none;
    margin-left: 10px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    font-size: 20px;
    margin-top: -10px; /*font-sizeの半分*/
}


/*マーカー風ライン*/
.marker01 {
background:linear-gradient(transparent 75%, #ff9393 75%);
}

/*左緑ライン*/
.leftbg {
  border-left: 4px solid #accb89;
  padding: 0px 6px;
  line-height: initial;
  margin: 22px 0;
}

/* message */
.msg_box {
	border-style: solid;
	border-width: 3px;
	position: relative;
	margin-top: 0.5em;
	padding: 1em 1em 0.6em;
	border-radius: 10px;
}
.msg_gold {
	border-color: #c9ac27;
}
.msg_box_ttl {
	background-color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	left: 0.6em;
	max-width: calc( 100% - 1.2em);
	padding: 0 0.5em;
	position: absolute;
	top: -0.8em;
}
.msg_gold .msg_box_ttl {
	color:#c9ac27;
}

/* 二重線 */
.bd_double {border-bottom: 3px double #ccc;}

/* -------------------------------
    テーブル（共通）
------------------------------- */

table,.dataTables_wrapper .tablepress {
    border: 1px solid #ddd;
}

table { 
    border: 1px solid #bbb !important;
    border-collapse: collapse;
    font-size:15px;
    margin-top:30px;
}

.tablepress thead table { 
    text-align: center;
}


table th,.tablepress thead th {
    box-shadow: inset 1px 1px 0px #fff;
    background-color: #f4f4f4;
    font-weight: 400;
    border-collapse: collapse;
    vertical-align: middle;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
}

table th,table td,.tablepress tbody td {
    border: 1px solid #bbb !important;
    font-weight: 400;
    border-collapse: collapse;
    vertical-align: middle;
} 

table th {text-align: center;}
table td {text-align: left;}


table.mobile-block th {
    box-shadow: inset 1px 1px 0px #fff;
}

/* 偶数行の背景色を変更 */  
#content table.bgE tr:nth-child(even) td {   
    background-color: #f1f7f9;   
}   
    
/* 奇数行の背景色を変更 */  
#content table.bgO tr:nth-child(odd) td {   
    background-color: #f1f7f9;   
}   
    
/* 任意の行数毎に背景色を変更
  (この例だと4nと指定しているので4行ごと) */  
#content table.bg4 tr:nth-child(4n) td {   
    background-color: #f1f7f9;   
}  

/* Tableの線を消す */
.no_border,.no_border th,.no_border td {border:none!important;}

/* -------------------------------
    マーク（共通）
------------------------------- */

.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;
/*   font: var(--fa-font-solid);*/
    content: '\f1c1';
    font-size: 1.2em;
    color: #C71825;
    padding-right: 0.5em;
}

a.extLink[href$=".pdf"]:not(.noicon) {
    color: #c71825!important;
    border: solid 2px #ecc5c8;
    margin:8px;
    padding: 3px 12px;
    border-radius: 5px;
    transition: .4s;
    display: inline-block;
    border-color:#e4b9b9f0;
    line-height: 1.3;
    text-indent: -1.8em;padding-left: 2.5em !important;
}

a:link.extLink[href$=".pdf"]:not(.noicon) {
    text-decoration: none !important
}

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!important;
    padding-right: 0.5em;
}

a.extLink[href$=".xlsx"]:not(.noicon),
a.extLink[href$=".xls"]:not(.noicon) {
    color: #3F8D23!important;
    border: solid 2px #c2e2bc;
    margin:8px;
    padding: 3px 12px;
    border-radius: 5px;
    transition: .4s;
    display: inline-block;
    border-color:#428b177a;
    text-decoration: none !important;
    line-height: 1.3;
}

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!important;
    padding-right: 0.5em;
}

a.extLink[href$=".docx"]:not(.noicon),
a.extLink[href$=".doc"]:not(.noicon) {
    color: #0f48ae!important;
    border: solid 2px #bccde2;
    margin:8px;
    padding: 3px 12px;
    border-radius: 5px;
    transition: .4s;
    display: inline-block;
    text-decoration: none !important;
    line-height: 1.3;
}

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(.noicon):after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d2";
    text-decoration: none;
    margin: 0 3px;
    font-weight: normal;
    font-size: 10px;
}

.arrow:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0a9';
    font-size: 1.2em;
    padding-left: 0.5em;
}

.insta:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f16d';
    font-size: 1.2em;
    padding-left: 0.5em;
}


/* ---------------------------------
    オリジナル（共通）
--------------------------------- */

.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;}
.m0a { margin: 0 auto!important;}

.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: #ed0a0a;font-weight: 400;}
.att_green { color: #3A9923;font-weight: 400;}
.red { color: #F00;}
.required {color: #ca2525;}
.underline {text-decoration:underline;}
.ls_none {list-style: none;}

/* 引用 */
.scBox {
  border: 1px solid #ccc;
  padding: 40px 30px 25px 30px;
  border-radius: 15px;
  background: #fbfbfb;
	margin-bottom:20px;
	line-height: 1.5;
	}

/* リストの様な表 */
.guideDl {margin:25px 0px 25px 40px;}
.guideDl dl {
  margin: 0 0 5px 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  width:100%;
}
.guideDl dt {
  font-weight: normal;
  white-space: nowrap;
  padding: 10px 0;
}
.guideDl dd {
  margin-left: 0;
  padding: 10px 0;
}
/* サイズ */
.guideDl dt {width: 17%;}
.guideDl dd {width: 83%;}
/* border */ 
.guideDl.brd dt,.guideDl.brd dd {border-bottom: 1px dotted #ccc;}

/* リスト表カラム下に */
.flcolumn {flex-direction: column;}
.guideDl .flcolumn dd {
  padding-left: 4.4em;
  margin-top: -10px;
}

.double-border {
    text-decoration:underline double blue
}

/* 蛍光ペン風ライン */
/* イエロー */
.uLine {
    text-decoration: underline;
    text-underline-offset: -0.2em;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(255, 228, 0, 0.4);
    text-decoration-skip-ink: none;
  }
/* ピンク */  
.pline {
    text-decoration: underline;
    text-underline-offset: -0.2em;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgb(215 48 113 / 16%);;
    text-decoration-skip-ink: none;
}

/* 整形用 */
.mleft0 {margin-left:0px!important;}
.mleft10 {margin-left:10px!important;}
.mleft20 {margin-left:20px!important;}
.mleft30 {margin-left:30px!important;}
.mleft40 {margin-left:40px!important;}
.mleft50 {margin-left:50px!important;}

.mtop-40 {margin-top:-40px!important;}
.mtop-30 {margin-top:-30px!important;}
.mtop-20 {margin-top:-20px!important;}
.mtop-10 {margin-top:-10px!important;}
.mtop0 {margin-top:0px!important;}
.mtop10 {margin-top:10px!important;}
.mtop20 {margin-top:20px!important;}
.mtop30 {margin-top:30px!important;}
.mtop40 {margin-top:40px!important;}
.mtop50 {margin-top:50px!important;}

.mbtm0 {margin-bottom:0px!important;}
.mbtm10 {margin-bottom:10px!important;}
.mbtm20 {margin-bottom:20px!important;}
.mbtm30 {margin-bottom:30px!important;}
.mbtm40 {margin-bottom:40px!important;}
.mbtm50 {margin-bottom:50px!important;}

.mright0 {margin-right:0px!important;}
.mright10 {margin-right:10px!important;}
.mright20 {margin-right:20px!important;}
.mright30 {margin-right:30px!important;}
.mright40 {margin-right:40px!important;}
.mright50 {margin-right:50px!important;}

.margin10 {margin:10px!important;}
.margin20 {margin:20px!important;}
.margin30 {margin:30px!important;}
.margin40 {margin:40px!important;}
.margin50 {margin:50px!important;}

.hText p {margin-left:20px;}
.hText ul {margin:25px 0px 25px 10px;}
.hText li {margin-bottom:16px;}

.hText dl {display: flex; flex-wrap: wrap; width: 100%;}
.hText dt {width: 12%;margin-left: 10px; padding-bottom: 15px; line-height: 1.5;}
.hText dd {width: 80%; margin-left: 0px; padding-bottom: 15px; line-height: 1.5;}

.hText table {width: 98%;margin-left: 2%;}

.jisage1 {text-indent:-1em; padding-left:1em;}
.jisage2 {text-indent:-2em; padding-left:2em;}
.jisage3 {text-indent:-3em; padding-left:3em;}
.jisage4 {text-indent:-4em; padding-left:4em;}
.jisage5 {text-indent:-5em; padding-left:5em;}
.jisage6 {text-indent:-6em; padding-left:6em;}
.jisage7 {text-indent:-7em; padding-left:7em;}
.jisage8 {text-indent:-8em; padding-left:8em;}

.mv::before {
    font-family: "FontAwesome";
    content: '\f03d';
    font-weight: normal;
    font-size: 1.2em;
    padding: 0 0.3em;
    color: #b26d45;
}

/* リンク位置調整 */
a.jump_point {
  height: 1px;
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}

/* 疑似li */
.plist {
  text-indent: -0.6em;
  padding-left: 1.6em;
}

.plist::before {
  content: "\25CF";
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 10px;
}

.history {
    text-align:right;
    font-size: 14px;
    color: gray;
}


/* -------------------------------
    画像（共通）
------------------------------- */

img.floatL { float:left; }
img.mid { vertical-align:middle; }
img.LR5px{ margin: auto 5px; }
img.LR10px{ margin: auto 10px; }
img.LR20px{ margin: auto 20px; }
img.img_grow {
    box-shadow: 0px 0px 6px #333;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px; 
}

/* ---------------------------------
    問い合わせ先（共通）
--------------------------------- */

table.toiawasesaki,.hText table.toiawasesaki {
    width:70%;
    margin:20px auto;
}

.toiawasesaki th,.toiawasesaki td {
  padding:10px;
}

.toiawasesaki tr:nth-child(1) th:nth-of-type(1),.toiawasesaki tr:nth-child(2) th:nth-of-type(1),.toiawasesaki tr:nth-child(4) th:nth-of-type(1) {
  letter-spacing: 8px;
  padding-right: 3px;
}


/* =======================================
    PC用
======================================= */
    
    
@media (min-width: 770px) {
        .nopc { display:none; }
}
    
@media print, screen and (min-width: 992px) {
    
    /* -------------------------------
        サイズ（PC）
    ------------------------------- */

    /* メイン*/
    .content-area .post-wrap, .contact-form-wrap {
        padding-right: 50px;
    }

    /* メイン 
    .mainSection-col-two {
        width: 73%;
    }*/ 

    /*
    .mainSection-col-one, .sideSection-col-one {
        width: 96%;
        margin: 0 auto;
    }
    */

    /* サイド  
    .sideSection-col-two {
        width: calc(100% - 73% - 2rem);
    }*/

    /* -------------------------------
        ヘッダー（PC）
    ------------------------------- */
    .siteHeader_logo {
        float: none;
        text-align: left;
        padding-left: 1vw;
    }
    
    /* -------------------------------
        ナビメニュー（PC）
    ------------------------------- */
    .container.siteHeadContainer {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .navbar-header {
        width: 1140px;
        order: 0;
        float: none;
        margin: 0 auto;
    }

    .siteHeader_logo {
        float: none;
        width: 100%;
    }

    .siteHeader_logo img {
        margin: 0 auto;
    }

    .gMenu_outer {
        width: 100%;
        order: 1;
        float: none;
    }

    ul.gMenu {
        float: none;
        display: flex;
        justify-content: center;
    }
    
    .device-pc .gMenu>li>a {
        color: #fff;
        padding: 12px 2vw;
    }
    
    .header_scrolled .gMenu>li {
        border-left: 1px solid rgb(224 224 224 / 25%);
    }

    .header_scrolled .gMenu>li:last-child {
        border-right: 1px solid rgb(224 224 224 / 25%);
    }

    /* ---------------------------------
        サイドバー（PC）
    --------------------------------- */
    .textwidget #gbook {
        margin: 0 -10px 35px;
    }


    /* -------------------------------
        レイアウト（PC）
    ------------------------------- */
    
    .w100per {
    width: 100% !important;
    margin: 0 auto;
    }
    .w90per {
    width: 90% !important;
    margin: 0 auto;
    }    
    .w80per {
    width: 80% !important;
    margin: 0 auto;
    }
    .w70per {
    width: 70% !important;
    margin: 0 auto;
    }
    .w60per {
    width: 60% !important;
    margin: 0 auto;
    }
    .w50per {
    width: 50% !important;
    margin: 0 auto;
    }
    .w40per {
    width: 40% !important;
    margin: 0 auto;
    }
    .w30per {
    width: 30% !important;
    margin: 0 auto;
    }
    .w20per {
    width: 20% !important;
    margin: 0 auto;
    }
    

    /* -------------------------------
        画像・Gallery（PC）
    ------------------------------- */

    .gallery-item {
        padding: 15px;
        box-sizing: border-box;
    }

/* 新着情報 */
#info ul li {
	text-indent: -11.2em;
	margin-left: 180px;
}


} /* PC用ここまで*/
    



/* =======================================
    モバイル用（スマホ・タブレット）
======================================= */
    
@media (max-width: 480px) {
  
  .guideDl dl {display: block;}
  .guideDl dt {width: 100%;font-weight: 600;padding:0;}
  .guideDl dd {width: 100%;padding-bottom:15px;}
  
  .su-tabs-pane {padding: 15px 0;}
  
}/* モバイル用480pxここまで */


@media (max-width: 768px) {
    
.nosp { display:none; }

    /* モバイルで画像を折り返す */
    #content img.spBL {
        float: none;
        display: block;
        margin: 10px auto;
    }
    
    /* ---------------------------------
    パンくず_breadcrumbs （モバイル）
    --------------------------------- */
    .breadcrumbs {
        padding-left: 15px;
    }

    /* -------------------------------
        テーブル（モバイル）
    ------------------------------- */
    .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;
    }

    /* -------------------------------
        ヘッダー（モバイル）
    ------------------------------- 
    header .siteHeader_logo img {
        max-height: 50px;
    }
    .siteHeader_logo {
        padding: 0 10px 10px;
    }
    */

    /* -------------------------------
        サイドバー（モバイル）
    ------------------------------- */
    .subSection .widget#text-2 {
        margin-top: 0;
    }

    /* -------------------------------
        新着情報（モバイル）
    ------------------------------- */
    #info ul {
        padding-left:5%;
    }

    /* ---------------------------------
        フッター（モバイル）
    --------------------------------- */
    
    .veu_contentAddSection h1 {
        font-size: 1.2em;
    }

    #sidebar-footer img.footerImg {
        max-width: 100%;
        top: -9vw;
        right: 0;
    }
    
    
    /*
    footer .sectionBox.copySection {
        padding: 15px 0;
    }

    footer .copySection p {
        font-size: 0.9em;
    }
        */

    /* -------------------------------
        テーブル（モバイル）
    ------------------------------- */

    .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;
    }

 /* ---------------------------------
       問い合わせ先（モバイル）
    --------------------------------- */        
table.toiawasesaki,.hText table.toiawasesaki {
    width:auto;
}

}/* モバイル用ここまで */
