/* =======================================
	共通
======================================= */


/* -------------------------------
　　見出し
　------------------------------- */

.entry-header .byline {
    display: none;
} 

.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;
    text-indent: -2.2em;
    padding-left: 2.2em;
    letter-spacing: 1px;
}

#content H2:not(.elementor H2), 
#content .eh2 H2 {
    margin: 50px auto 30px;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 0;    
    border-bottom: 2px solid  var(--sydney-global-color-6);
}

#content H3:not(.elementor H3), 
#content .eh3 H3 {
    font-weight: 500;
    margin: 50px 0 30px;
    padding: 8px 1em;
    background-color: #F0F0EE;
    border-left: 4px solid  var(--sydney-global-color-6);
}
  
#content h4:not(.elementor H4), 
#content .eh4 H4 {
    font-weight: 600;
    padding: 5px;
    margin: 50px 0 30px 0;
    line-height: 1.3;
    border-bottom: 1px dotted #ccc;
}

#content h5 {
    font-size: 18px;
    background:  var(--sydney-global-color-2);
    color: #fff;
    display: inline-block;
    padding: 5px 18px 5px;
    border-radius: 6px;
}

#content h6 {
    font-size: 18px;
    color:  var(--sydney-global-color-2);
    display: inline-block;
    padding: 5px 18px 5px;
    border-radius: 6px;
    border: 2px solid  var(--sydney-global-color-6);
}


#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;
}

#content h3 ~ p {
    padding-left: 20px;
}

#content h3:not(.elementor h3) ~ h4 {
    margin-left: 20px;
}

#content h4 ~ p {
    padding-left: 40px;
}


.post-navigation .nav-previous, .post-navigation .nav-next {
    font-size: 13px;
}

.post-navigation a {
    color: #b69609;
}


/* ---------------------------------
    ナビメニュー 
--------------------------------- */

nav#mainnav li.lang a {
	border: 1px solid #333 !important;
    border-radius: 50px;
    font-size: 90%;    padding: 0 14px;
}

.sydney-offcanvas-menu #mainnav ul li.lang {
    text-align: center;
}

.mobile-header-item .site-branding img {
        filter: brightness(0) invert(1);
}



/* -------------------------------
　　投稿
　------------------------------- */

/*　投稿が無い時　*/
.no-posts-found {display:none;}

.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;
}

/* カラムサイズ */
@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:  var(--sydney-global-color-2);
    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: 2em 0 0.5em;
    padding: 15px 0;
    border-bottom: 1px solid #333;
    line-height: 1.5;
    text-indent: unset;
}

.entry-meta.delimiter-dot>:after {
    opacity: 1;
}

/* ---------------------------------
    パンくず_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%;
    padding:0 15px;
    margin-top: 2.5em;
}

#content #secondary h2,
#content #secondary h3 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 25px;
    padding: 8px 0.5em;
    background-color: #eee;
    border: unset;
    font-family: sans-serif;
}


#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 {
    padding: 5px 15px;
    margin: 35px 0 30px;
    border: none;
    background-color: var(--sydney-global-color-1);
}

#content .posts-layout H2.entry-title a {
    color: #fff;
}

.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;
}

body.page #secondary li a:hover,
body.page #secondary li.current_page_item {
    background-color: #e7e7e9;
}


/* ---------------------------------
    新着情報
--------------------------------- */

.entry-meta-dataList {display: none;}


/* ---------------------------------
    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 {
    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;
    }
}

/* ---------------------------------
    フッター
--------------------------------- */

.footer-widgets {
    background-image: url(https://www.iipi.jp/wp/wp-content/uploads/2026/02/member_bg01e.jpg);
    background-image: url(https://www.iipi.jp/wp/wp-content/uploads/2026/04/member_bg_gray02.jpg);
    background-size: cover;
    background-position: 50% 30%;
}


.veu_contentAddSection h1 {
    font-size: 1.4em;
}

#sidebar-footer { 
    position: relative;
}

.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';
    content: '-';
    font-weight: 900;
    padding-right: 0.6em;
}

#sidebar-footer ul.menu > li {
    padding-right: 5%;
    margin-bottom: 15px;
    font-size: 13px;
}

.ft1_title {
    font-size: 150%;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#sidebar-footer address {
  font-style: normal;
  margin: 20px 0;
  line-height: 1.8;
}

#sidebar-footer li ul.sub-menu.sydney-dropdown-ul {
	padding-left: 15px;
}

#sidebar-footer li ul.sub-menu.sydney-dropdown-ul li:before {
    content: none;
}

    @media (min-width: 992px) {
        .container-fluid {
            padding-right: 80px;
            padding-left: 80px;
        }
    }



/* ---------------------------------
    ボタン
--------------------------------- */

/* 複数ボタンを横に並べる */
.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: #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;
}





/* -------------------------------
    テーブル
------------------------------- */

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: #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: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.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-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
}

/* 蛍光ペン風ライン */
/* イエロー */
.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;}

.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;
}

.arrowStyle::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    padding-right: 0.5em;
}

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;
}

/* 二重線 */
.bd_double {border-bottom: 3px double #ccc;}


/* -------------------------------
    画像
------------------------------- */

/* 影付き画像 */
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: 768px) {
        .nopc { display:none; }
}
    
@media print, screen and (min-width: 992px) {
    
    /* -------------------------------
        サイズ（PC）
    ------------------------------- */

    /* メイン */
    #primary {
        width: 73%;
        float: left;
    }

    /* サイド */ 
    #secondary {
        width: 25%;
        float: right;
    }


    /* -------------------------------
        レイアウト（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;
    }
    .w120per {
    width: 10% !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: 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;
    }

    #sidebar-footer ul.menu > li {
    /*width: 33.3%;*/
    padding-right: 7%;
}

    

    /* -------------------------------
        テーブル（モバイル）
    ------------------------------- */

    .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ここまで */

    


@media (max-width: 480px) {
  
  
} /* モバイル用480pxここまで */

