:root {
  --chukou-color: #3398CB;
  --chukoupta-color: #3332CB;
  --daigaku-color: #CC6666;
  --senshu-color: #009999;
  --shigakufd-color: #CC9900;
  --shigaku-color: #669900;
}


/* =======================================
	共通
======================================= */

/*クリックした要素の周りのdottedを消す*/
a:focus {outline: none !important;}

/*エラーページ対応*/
body.error404 .ast-grid-right-section {
    display: none !important;
}


h2[id], h3[id], section[id] {
  scroll-margin-top: 150px;
}


/* underlineの制御
.entry-content a:link:not(.button) {
    text-decoration: underline !important;
}
*/

/* -------------------------------
　　見出し（基本）
　------------------------------- */

.entry-header .posted-on .sydney-svg-icon {
    display:none;
}


.page .entry-header {
    text-align: center;
}

#content H1:not(.elementor H1),
#content .eh1 H1 {
    text-align: left;
    padding: 20px 0;
    font-weight: 500;
}

#content H2:not(.elementor H2), 
#content .eh2 H2 {
    margin: 50px auto 30px;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 0;    
    border-bottom: 3px solid var(--shigakufd-color);
}

body.archive #content H2:not(.elementor H2) {
    margin-top: 0;
}


#content H3:not(.elementor H3), 
#content .eh3 H3 {
    font-weight: 500;
    margin: 50px 0 30px;
    padding: 8px 1em;
    background-color: #f0f0f0;
    border-left: 4px solid var(--shigakufd-color);
}
  
#content h4:not(.elementor H4), 
#content .eh4 H4 {
    font-weight: 600;
    color: var(--shigakufd-color);
    padding: 5px;
    margin: 50px 0 30px 0;
    line-height: 1.3;
    border-bottom: 1px dotted #ccc;
}

#content h5 {
    font-size: 18px;
    background: var(--shigakufd-color);
    color: #fff;
    display: inline-block;
    padding: 5px 18px 5px;
    border-radius: 6px;
}

#content h6 {
    font-size: 18px;
    color: var(--shigakufd-color);
    display: inline-block;
    padding: 5px 18px 5px;
    border-radius: 6px;
    border: 2px solid var(--shigakufd-color);
}


#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: 10px 40px;
    border-radius: 15px;
    background: #fcfcfc;
    margin: 30px auto;
    font-weight: normal;
    font-style: normal;   
}

#content h3 ~ p {
    padding-left: 20px;
}

#content h3 ~ ol,
#content h3 ~ ul {
    margin-left: 20px;
}

#content h3 ~ ol li {
    margin-bottom: 16px;
}

#content h3 ~ ul li {
    margin-bottom: 16px;
}

#content h3:not(.elementor h3) ~ h4 {
    margin-left: 20px;
}

#content h4 ~ p {
    padding-left: 40px;
}

#content h4 ~ ol,
#content h4 ~ ul {
    margin-left: 40px;
}

#content h4 ~ ol li {
    margin-bottom: 16px;
}

#content h4 ~ ul li {
    margin-bottom: 16px;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
    font-size: 13px;
}

.post-navigation a {
    color: #b69609;
}

/* -------------------------------
　　見出し（各協会）
　------------------------------- */

/* 中高 */
body[class*="chukou"] #content H2:not(.elementor H2),
body[class*="chukou"] #content .eh2 H2,
body.parent-pageid-2469 #content H2:not(.elementor H2) {
    border-bottom-color: var(--chukou-color);
}
body[class*="chukou"] #content #secondary .sidebar-main H2 {
    background-color: var(--chukou-color);
}

body[class*="chukou"] #content H3:not(.elementor H3), 
body[class*="chukou"] #content .eh3 H3,
body.parent-pageid-2469 #content H3:not(.elementor H3) {
    border-left-color: var(--chukou-color);
}
body[class*="chukou"] #content h4:not(.elementor H4), 
body[class*="chukou"] #content .eh4 H4,
body.parent-pageid-2469 #content H4:not(.elementor H4) {
    color: var(--chukou-color);
}

body[class*="chukou"] #content h5,
body.parent-pageid-2469 #content h5 {
    background: var(--chukou-color);
}

body[class*="chukou"] #content h6,
body.parent-pageid-2469 #content h6 {
    font-size: 18px;
    color: var(--chukou-color);
    border-color: var(--chukou-color);
}

/* 中高PTA */
body[class*="chukoupta"] #content H2:not(.elementor H2),
body[class*="chukoupta"] #content .eh2 H2 {
    border-bottom-color: var(--chukoupta-color);
}
body[class*="chukoupta"] #content #secondary .sidebar-main H2 {
    background-color: var(--chukoupta-color);
}

body[class*="chukoupta"] content H3:not(.elementor H3), 
body[class*="chukoupta"] #content .eh3 H3 {
    border-left-color: var(--chukoupta-color);
}

body[class*="chukoupta"] #content H3:not(.elementor H3), 
body[class*="chukoupta"] #content .eh3 H3 {
    border-left-color: var(--chukoupta-color);
}
  
body[class*="chukoupta"] #content h4:not(.elementor H4), 
body[class*="chukoupta"] #content .eh4 H4 {
    color: var(--chukoupta-color);
}

body[class*="chukoupta"] #content h5 {
    background: var(--chukoupta-color);
}

body[class*="chukoupta"] #content h6 {
    font-size: 18px;
    color: var(--chukoupta-color);
    border-color: var(--chukoupta-color);
}

/* 大学 */
body[class*="daigaku"] #content H2:not(.elementor H2),
body[class*="daigaku"] #content .eh2 H2 {
    border-bottom-color: var(--daigaku-color);
}
body[class*="daigaku"] #content #secondary .sidebar-main H2 {
    background-color: var(--daigaku-color);
}

body[class*="daigaku"] content H3:not(.elementor H3), 
body[class*="daigaku"] #content .eh3 H3 {
    border-left-color: var(--daigaku-color);
}
  
body[class*="daigaku"] #content h4:not(.elementor H4), 
body[class*="daigaku"] #content .eh4 H4 {
    color: var(--daigaku-color);
}

body[class*="daigaku"] #content h5 {
    background: var(--daigaku-color);
}

body[class*="daigaku"] #content h6 {
    font-size: 18px;
    color: var(--daigaku-color);
    border-color: var(--daigaku-color);
}

/* 専修 */
body[class*="senshu"] #content H2:not(.elementor H2),
body[class*="senshu"] #content .eh2 H2,
body.parent-pageid-755 #content H2:not(.elementor H2) {
    border-bottom-color: var(--senshu-color);
}
body[class*="senshu"] #content #secondary .sidebar-main H2 {
    background-color: var(--senshu-color);
}

body[class*="senshu"] content H3:not(.elementor H3), 
body[class*="senshu"] #content .eh3 H3,
body.parent-pageid-755 #content H3:not(.elementor H3)  {
    border-left-color: var(--senshu-color);
}
  
body[class*="senshu"] #content h4:not(.elementor H4), 
body[class*="senshu"] #content .eh4 H4,
body.parent-pageid-755 #content H4:not(.elementor H4) {
    color: var(--senshu-color);
}

body[class*="senshu"] #content h5,
body.parent-pageid-755 #content H5 {
    background: var(--senshu-color);
}

body[class*="senshu"] #content h6,
body.parent-pageid-755 #content h6 {
    font-size: 18px;
    color: var(--senshu-color);
    border-color: var(--senshu-color);
}


/* -------------------------------
　　固定ページ タイトル（H1）
　------------------------------- */
/* 専修 */
body.page-id-755 .ast-single-entry-banner,
body.parent-pageid-755 .ast-single-entry-banner,
body.parent-pageid-2393 .ast-single-entry-banner {
    background-color: #33c1c1 !important;
}

/* 中高 */
body.parent-pageid-2469 .ast-single-entry-banner {
    background-color: #62bdea !important;
}

/* 中高PTA */
body.parent-pageid-34 .ast-single-entry-banner {
    background-color: #576fcb !important;
}



/* ---------------------------------
    ヘッダー （共通）
--------------------------------- */
.sticky-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

/* ---------------------------------
    フッター（共通）
--------------------------------- */
footer a.fmap {
    color: #fff;
    border-radius: 5px;
    background-color: #d09a40;
    padding: 4px 8px;
    margin: 0 15px;
    transition: opacity 0.3s ease;
}

footer a.fmap:hover {
    opacity: 0.5;
}


/* ---------------------------------
    パンくず_breadcrumbs （共通）
--------------------------------- */
.breadcrumbs {
	font-size: 12px;
	color: #999;
	padding-bottom: 15px;
}

.breadcrumbs .separat {
    padding: 0 7px;
}

/* ---------------------------------
    サイドバー（共通）
--------------------------------- */

.posts-layout .entry-header {
    margin-bottom: -15px;
}

body.page #secondary li a {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    font-size: 14px;
}

#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;
}


.ast-right-sidebar #primary,
.ast-right-sidebar #secondary {
        border: unset;
}

#second_el .veu_postList .postList_title {
    font-size: 13px;
}

#second_el .veu_postList .postList_title a {
    font-weight: 500;
    line-height: 1.3;
}


/* -------------------------------
　　投稿（共通）
　------------------------------- */

.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;
}

/* ページネーション */
.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.post-type-senshu_news main header h1  {
    border-left: none;
    margin: 1em 0 0.5em;
    padding: 10px 0;
    border-bottom: 3px solid #339998;
    line-height: 1.5;
    text-indent: unset;
}

/* アーカイブページの日付を右揃え */
.entry-meta, .entry-meta {
    text-align: right;
}


/* -------------------------------
　　投稿ページ（共通）
　------------------------------- */

body:not([class*="post-type-page"]) #content h1 {
    border-left: none;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #444;
    line-height: 1.5;
}

.archive.date #content h1 {
    display: none;
}

.veu_postList .postList_date {
    font-size: 15px;
    color: #444;
    text-align: right;
}

#content .posts-layout H2.entry-title {
    background-color: #009999;
    padding: 5px 15px;
    margin: 35px 0 30px;
    border: none;
    font-family: Arial;
    font-family: comfortaa;
}

.single .entry-header .entry-title {
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
    margin: 50px 0;
}

.gallery-item {
    padding: 8px;
    box-sizing: border-box;
}


/* -------------------------------
　　投稿ページ　サイドバー（共通）
　------------------------------- */

.posts-layout .entry-header {
    margin-bottom: -15px;
}

#secondary .postList_title a,
.sidebar-main .postList_title a {
    font-weight: 500;
    font-size: 14px;
}

#content #secondary h2,
#content #secondary h3 {
    font-size: 18px;
    border-left: none;
    background-color: var(--shigakufd-color);
    color: #fff;
    padding: 10px;
    border-bottom: none;
}

.sidebar-main {
    border: 5px solid #eeeeee;
/*    padding: 0 20px;*/
}

#content #secondary .sidebar-main h2 {margin-top: 10px;}


/* ---------------------------------
    新着情報（共通）
--------------------------------- */

#newsList .veu_postList ul.postList li {
	display: flex; 
    align-items: center;
    font-size: 1.1em;
    padding: 20px 0;
}

#newsList .veu_postList .postList_meta_items {
    font-size: 90%;
    padding: 0 10px;
    width: 100%;
    max-width: 100px;
}

#newsList .veu_postList .postList_terms a {
    background-color: unset;
    border: 1px solid #339998;
    border-radius: 50px;
    padding: 7px 2px;
    font-size: 13px;
    color: #339998;
}

/* 新着情報カテゴリー*/
#newsList .veu_postList .postList_terms a {
    width: 100%;
    display: block;
    text-align: center;
    white-space: nowrap;
}

/* 新着情報カテゴリー（お知らせ）*/
#newsList .veu_postList .postList_terms a[href*="info"] {
	border-color: #a58115;
	color: #a58115 !important;
}

/* 新着情報カテゴリー（イベント）*/
#newsList .veu_postList .postList_terms a[href*="event"]{
	border-color: #993399;
	color: #993399 !important;
}

#newsList .veu_postList .postList_title {
    display: unset;
}

#newsList .veu_postList .postList_title a {
    font-size: 1.1rem;
    font-weight: 500;
}

#newsList .veu_postList .postList_title a:hover {
	color: #8c6900;
}
 

/* ---------------------------------
    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;
    }
}

/* ---------------------------------
    大学・専修（共通）
--------------------------------- */
#school_list table td:nth-of-type(1) > div {
  display: flex;
  align-items: center;
  column-gap: 11px;
}

/* 家アイコン */
#school_list table td:nth-of-type(1) > div a {
  color: #d09a40;
  font-size: 1.2em;
}

/* MAP*/
#school_list table td:nth-of-type(1) > div a.fancybox-iframe {
  font-size: 14px;
  font-weight: 500;
  font-family: initial;
  text-align: center;
  padding: 1px 8px;
  border-radius: 50px;
  letter-spacing: 0;
  border: 1px solid #c68213;
}

#school_list table td:nth-of-type(2)  {
  font-size: 1em;
  letter-spacing: 1.5px;
}

/* マウスオーバー*/
#school_list table td:nth-of-type(1) > div > a {
  display: inline-block;
  transform-origin: center;
  transition: transform 0.3s ease;
}
#school_list table td:nth-of-type(1) > div > a:hover {
  transform: scale(1.15);
}

/* ---------------------------------
    ボタン（共通）
--------------------------------- */

/* 複数ボタンを横に並べる */
.button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* ボタン ベースデザイン（背景色タイプ） */
a.btnBase{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 15px 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #8c6900;
    transition: .4s;
}

a.btnBase:after {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    right: 10px;
}

a.btnYellow:hover {
    background-color: #EBEBEB;
    color: #8c6900;
}


/* ボタン ベースデザイン（枠線タイプ） */
a.btnBase_bd {
    display: inline-block;
    padding: 5px 1em;
    text-decoration: none;
    font-size: 0.9em;
    color: #8c6900;
    border: solid 2px #8c6900;
    border-radius: 5px;
    transition: .4s;
}


a.btnBase_bd:hover {
    background: #8c6900;
}

/* 枠線 茶 */
a.btnBrown_bd {
    color: #b79209;
    border: solid 2px #c7b15f;
    background: #fffdf5;
}

a.btnBrown_bd:hover {
    background: #c0a958;
}

/*マーカー風ライン*/
.marker01 {
background:linear-gradient(transparent 75%, #ff9393 75%);
}

/* 蛍光ペン風ライン */
/* イエロー */
.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;
}

/*左ライン*/
.leftbg {
  border-left: 4px solid #8c6900;
  padding: 0px 6px;
  line-height: initial;
  margin: 22px 0;
}

/* 二重線 */
.bd_double {border-bottom: 3px double #ccc;}


/* -------------------------------
    テーブル（共通）
------------------------------- */

table { 
    border-collapse: collapse;
}

table th,
table td {
    padding: 10px;
    font-size:15px;
}

.tablepress thead table { 
    text-align: center;
}

table th,.tablepress thead th {
    box-shadow: inset 1px 1px 0px #fff;
   background-color: #EEEBE2;
    font-weight: 500;
    border-collapse: collapse;
    vertical-align: middle;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
}

table td,.tablepress tbody td {
    border: 1px solid #bbb !important;
    font-weight: 400;
    border-collapse: collapse;
    vertical-align: middle;
} 

/* 偶数行の背景色を変更 */  
#content table.bgE tr:nth-child(even) td {   
    background-color: #fbfaf4;   
}   
    
/* 奇数行の背景色を変更 */  
#content table.bgO tr:nth-child(odd) td {   
    background-color: #fbfaf4;   
}   
    
/* 任意の行数毎に背景色を変更
  (この例だと4nと指定しているので4行ごと) */  
#content table.bg4 tr:nth-child(4n) td {   
    background-color: #fbfaf4;   
}  

/* 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: #c8b045;
    padding-right: 0.3em;
    padding-left: 0.6em;
}

/* 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.extLink:link[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;
}

p.mMAIL, p.mTEL, 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;
}
*/

.wpel-icon-right i.wpel-icon {
    font-size: 10px;
}
.arrow:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0a9';
    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-weight:700;}
.font900 {font-weight:900;}
.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
}

/* リストのような表（flex版）*/
.flexDl dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  margin-left: 40px;
}

.flexDl dt {
  font-weight: normal;
  white-space: nowrap;
  color:#000!important;
  width: 10%;
  padding: 10px 0 0px 20px;
  margin-bottom: 0;
}

.flexDl dd {
  margin-left: 0;
  padding: 10px 0 0px 20px;
  margin-bottom: 0;
  width: calc(100% - 35px - 10%);
}

/* 蛍光ペン風ライン */
/* イエロー */
.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;}
.mleft70 {margin-left:70px!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 .guideDl dl {display: flex; flex-wrap: wrap; width: 100%;}
.hText .guideDl dt {width: 12%;margin-left: 10px; padding-bottom: 15px; line-height: 1.5;}
.hText .guideDl 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;}


/* -------------------------------
    画像（共通）
------------------------------- */

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; 
}

img.img_grow2 {box-shadow: 0px 0px 6px #666;}


/* =======================================
    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;
    }

    /* -------------------------------
        レイアウト（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;
    }

    .m0a {
        margin: 0 auto !important;
    }
    

    /* -------------------------------
        画像・Gallery（PC）
    ------------------------------- */

    .gallery-item {
        padding: 15px;
        box-sizing: border-box;
    }


} /* PC用ここまで*/



/* =======================================
    モバイル用（スマホ・タブレット）
======================================= */

@media (max-width: 768px) {
    
.nosp { display:none; }

    /* ---------------------------------
    パンくず_breadcrumbs （モバイル）
    --------------------------------- */
    .breadcrumbs {
        padding-left: 15px;
    }

    /* -------------------------------
        サイドバー（モバイル）
    ------------------------------- */
    .subSection .widget#text-2 {
        margin-top: 0;
    }

    /* -------------------------------
        新着情報（モバイル）
    ------------------------------- */

    #newsList .veu_postList ul.postList li {
    flex-wrap: wrap;
    }
    
    #newsList .veu_postList .postList_title {
    width: 100%;
    }

    /* -------------------------------
        テーブル（モバイル）
    ------------------------------- */
    .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;
    }

/* spの時block */
  table.spTable {border:none!important;}
  table.spTable th, table.spTable td {
   text-align: left;
   display:block;
   width:100%!important;
   border:none!important;
 }

} /* モバイル用ここまで */


