/* =======================================
	共通
======================================= */

body {
    background-color: #fff;
    font-size: 95% ;
    color: #111;
    font-weight: 500;
    font-family:    -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, 
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 
    "MS PGothic", sans-serif;
}
   
   .siteHeader_logo a:hover {
       color: #000;
}

a img {
	transition: 0.4s ;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
}
   
/* ---------------------------------
    見出し（共通）
--------------------------------- */

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 30px 0;
    letter-spacing: 1px;
    font-size: 2em;
}

.mainSection-title,h2 {
    line-height: 1.0;
    border-bottom: 1px solid #cddabe;
    border-top: 3px solid #65ad24;
    background-color: #f4f7e4;
    padding: 12px 0.5em 10px;
    color:#387500;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: inset 0 1px 0 #fff;
    margin: 60px 0 30px;    
}
   
.topicsH2 {
	background-color: #f3f1e0;
	color: #7d2784;
	border-top-color: #a236a0;
  border-bottom-color: #e0d2e0;
  margin-top: 40px;
   }
   
.memberH2 {
background-color: #f3f1e0;
    color: #a99719;
    border-top-color: #b1a235;
    border-bottom-color: #e1e1c9;
    margin-top: 40px;
   }

h1.entry-title {
    font-size: 1.6em;
}

h2 {
    line-height: 1.0;
    border-left: 6px solid #b7d770;
    background-color: #f0f0f0;
    padding: 10px 0.5em 8px;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 30px 0 30px;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
}


h3 {
    position: relative;
    border-left: 3px solid #65ad24;
    padding: 2px 0.5em;
    font-size: 1.3em;
    color: #387500;
    margin: 40px 0 20px;    

}

h3:after, .subSection-title:after {
    border: none;
}

.subSection-title {
    border: none;
    padding: 10px 0.5em 6px;
    font-size: 16px !important;
    color: #fff;
    margin: 53px 0 20px;
    background-color: #71b327;
    line-height: 1.6;
}

.h4, h4 {
    position: relative;
    font-size: 1.1em;
    padding: 10px 1em 6px;
    /*border-bottom: 1px solid #d4d4d4;*/
    border-bottom: 3px solid #7fb832;
    font-weight: bold;
    color: #65ad24;
}


.h6, h6 {
    font-size: 1.1em;
    background: #dff1af;
    padding: 6px 0 3px 10px;
    font-weight: 900;
    border-left: 6px solid #96c318;
}

.entry-body h5,.entry-body h6 {
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px!important;
    font-weight: 500!important;
    display: inline-block;
    padding: 4px 18px;
    border-radius: 6px;
    border: 2px solid #7fb832;
}
.entry-body h5 {background: #7fb832; color: #fff;}
.entry-body h6 {background: #fff; color: #7fb832;}

.type-post h5 {
    font-size: 1rem;
    font-weight: 600;
}

.fa_v5_css blockquote:after, .fa_v5_css blockquote:before, 
.fa_v4 blockquote:before, .fa_v5_css blockquote:before {
	display: none;
}

.media {
    padding: 0.5rem 0;
}

.media .media-body .media-heading {font-size: 16px;}

.media a.media-body_excerpt {
    display: none;
}


.entry-meta_items {
    background: #f5f5f5;
}

/* ---------------------------------
    印刷用（共通）
--------------------------------- */
/* 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;
    }
}

/* print setting 
@media print {
    body {
    -webkit-print-color-adjust: exact;
    top:0 !IMPORTANT;
    left:0 !IMPORTANT;
    width:200mm !IMPORTANT;
    height:290mm !IMPORTANT;
    }
        .mbscroll{
    overflow: auto;
    white-space: nowrap;
    }
    }
*/


/* ---------------------------------
    PageTop（共通）
--------------------------------- */
.page_top_btn {
    width: 50px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    outline: none;
    opacity: 0;
    transition: opacity .3s;
    border-radius: 50%;
    background-color: rgb(127 187 48 / 73%);
    box-shadow: none;
}


/* ---------------------------------
    ヘッダー（共通）
--------------------------------- */
header .siteHeader_logo img {
    max-height: 55px;
    margin: 0;
}

.page-header {
    background-color: #dbe0bf;
    color: #5e6f43;
    color: #487719;
   background-image: url("https://35kenchiku.or.jp/wp/wp-content/uploads/2021/07/h1_bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}


/* ---------------------------------
    ナビメニュー（共通）
--------------------------------- */
.gMenu>li .gMenu_name {
    font-size: 15px;
    font-weight: 400;
}

.gMenu li {
    font-size: 1em;
}

.gMenu>li:before {
    bottom: 8px;
}

header.siteHeader .container.siteHeadContainer {
    max-width: 100%;
    padding: 10px 0 0;
}


.gMenu_outer {
    background: #006371;
    background: -moz-linear-gradient( #99c52f 0%, #006371 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#99c52f), to(#65ad24));
    background: -webkit-linear-gradient( #99c52f 0%, #65ad24 100%);
    background: -o-linear-gradient( #99c52f 0%, #65ad24 100%);
    background: linear-gradient( #99c52f 0%, #65ad24 100%);
}


/* ---------------------------------
    サイドバー（共通）
--------------------------------- */

.subSection .widget {
    position: relative;
    margin-bottom: 20px;
    
}

.veu_button i.font_icon:before {
    position: absolute;
    top: 30%;
    left: 10%;
    font-size: 1.4em;
    margin: 0;
}

.veu_button i.font_icon:after {
    position: absolute;
    top: 35%;

    font-size: 1.2em;
    margin: 0;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    right:6%;
    color:#fff;
}

.veu_button i, .veu_button svg {
    margin: 0; 
}

.veu_button .button_mainText {
font-size: 17px;
font-weight: 600;
}

.veu_button .button_subText {
    padding-top: 2px;
    font-size: 0.6em;
}

.veu_button .btn.btn-lg {
    text-align: left;
    padding:10px 0 10px 22%;
    padding-right:0px;
    border-width: 2px;
    border-radius: 0;
    transition: all .3s;
    
}

.btn-default.btn-lg:hover {
    background-color: rgba(255, 255, 255, 0);
}

.btn-default.btn-lg::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: #333;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.btn-default.btn-lg:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
    }

.veu_postList ul.postList {
    font-size: 13px;
}

/* イベント・講習会 */
aside#vkexunit_button-4 a {
    border-color: #c5426f;
    color: #c5426f;
    border-right: 38px solid;
}

aside#vkexunit_button-4 .btn-default.btn-lg::before {
    background-color: #f5e8ec;
}

aside#vkexunit_button-4 a .button_mainText {
    letter-spacing: -2px;
}

/* 働き方改革 */
aside#vkexunit_button-2 a {
    border-color: #309eb7;
    color: #309eb7;
    border-right: 38px solid;
}

aside#vkexunit_button-2 .btn-default.btn-lg::before {
    background-color: #e2f4f5;
}

    /* 雇用調査・給与実態調査 */
aside#vkexunit_button-5 a {
    border-color: #65ad24;
    color: #65ad24;
    border-right: 38px solid;
}

aside#vkexunit_button-5 .btn-default.btn-lg::before {
    background-color: #e2f5e2;
}

/* リンク集 */
aside#vkexunit_button-3 a {
    border-color: #d0a600;
    color: #d0a600;
    border-right: 38px solid;
    padding:18px 0 18px 25%;
}
aside#vkexunit_button-3 .btn-default.btn-lg::before {
    background-color: #f9f3de;
}

/* 企業ガイドブック */

.subSection .widget#media_image-2 {
margin-top: -200px;
z-index: 5;
display: none;
}

.subSection .widget#text-2 {
margin-top: -100px;
z-index: 5;
}

.textwidget #gbook {
text-align: center;
padding: 10px 20px;
margin: 0 auto 35px;
background:#fff;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
border: 5px solid #cebd57;
}

.textwidget #gbook h2 {
width: 98%;
display: inline-block;
position: relative;
line-height: 1.2;
text-align: center;
margin: 15px auto 18px;
padding: 10px;
font-size: 17px;
background: #c2ac2d;
color: #FFF;
border: none;
box-sizing: border-box;
}

.textwidget #gbook img,.gbook img {
    box-shadow: 0 2px 10px 0 rgb(0,0,0,0.4);
    background-color: #fff;
    margin: 8px auto 30px;
}



/* ---------------------------------
    新着情報（共通）
--------------------------------- */

.entry-body {width:90%;margin:0 auto;}
.entry-meta-dataList {display: none;}

#info {
    width: 100%;
    float:left; 
    margin: 0px 20px 0px 0px;
    padding-top:0px;
    font-size: 15px;
}

#info ul li {
    list-style-type:none;
    border-bottom:1px dotted #ccc;
    line-height:1.6;
    padding-bottom:10px;
}

.cs-date {
    font-size:12px;
    color:#999;
}

.cs-kyoukai {
    color: #FFFFFF;
    background-color: #008DBD;
    display: inline-block;
    padding: 0px 4px;
    margin: 0px 8px 2px 2px;
    font-size: 11px;
    width: 60px;
    text-align: center;
    text-indent: 0em;
}

.cs-dantai {
    color: #FFFFFF;
    background-color: #669C29;
    display: inline-block;
    padding: 0px 4px;
    margin: 0px 8px 2px 2px;
    font-size: 11px;
    width: 60px;
    text-align: center;
    text-indent: 0em;
}

.cs-gyosei {
    color: #FFFFFF;
    background-color: #CC3366;
    display: inline-block;
    padding: 0px 4px;
    margin: 0px 8px 2px 2px;
    font-size: 11px;
    width: 60px;
    text-align: center;
    text-indent: 0em;
}

.cs-etc {
    color: #FFFFFF;
    background-color: #D9AD00;
    display: inline-block;
    padding: 0px 4px;
    margin: 0px 8px 2px 2px;
    font-size: 11px;
    width: 60px;
    text-align: center;
    text-indent: 0em;
}

    .cs-topics {
    color: #FFFFFF;
    background-color: #A85F99;
    display: inline-block;
    padding: 0px 4px;
    margin: 0px 8px 2px 2px;
    font-size: 11px;
    width: 60px;
    text-align: center;
    text-indent: 0em;
}

    .cs-member {
    color: #FFFFFF;
    background-color: #b1a51d;
    display: inline-block;
    padding: 0px 4px;
    margin: 0px 8px 2px 2px;
    font-size: 11px;
    width: 60px;
    text-align: center;
    text-indent: 0em;
}

.boxTopics {
    width: 97%;
    margin: -20px 0px 0px 16px;
    display: inline-block;
}

/*2行目以降字下げ*/
@media screen and (min-width: 670px) {
#info ul li {text-indent: -10.8em;margin-left: 150px;padding-left: 5px;margin-right: 10px;}
}

@media screen and (max-width: 669px) {
#info {	width: 100%;}
#info ul li {text-indent: 0em;margin-left: 0px;}
}

.postNextPrev {
    display: none;
}

/* ---------------------------------
    新着情報アーカイブ（共通）
--------------------------------- */
/*
.content .infoList ul li {
    border-bottom: 1px dotted #afb0af;
    padding: 12px 0px 2px;
    display: block;
}
.content .infoList .infoDate {color: #343434;width: 90px;display: inline-block;}
.content .infoList .infoCate {
    background-color: #c4c6c5;
    color: #fff;
    line-height: 35px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    padding: 2px 4px;
    width: 70px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    float: left;
    display:none;
    }
.content .infoList ul li .infoTxt a {color: #619c17;background-image:none;padding-left:0px;}
*/

/* ----PC-----
@media (min-width: 769px) {.content .infoList ul li .infoTxt {
display: block;
}
.content .infoList ul li .infoTxt a {display:inline-block;}
}
*/

/* ---------------------------------
    Map（共通）
--------------------------------- */   
.memberMap {
    text-align: center;
    padding: 0 0 20px;
    margin: 0 auto;
}

/* ---------------------------------
    フッター（共通）
--------------------------------- */
.siteFooter {
    background-color: #e8e8e2;
}

.veu_contentAddSection h1 {
    font-size: 1.4em;
}

footer .container.copySection {
    max-width: 100%;
    background-color: #282a2b;
}

footer .sectionBox.copySection {
	padding: 15px;
}

footer .copySection p:nth-child(2) {
    display:none !important;
}

footer .copySection p {
    font-size: 0.9em;
    color: #909090;
    margin-bottom: 0;
}


/* ---------------------------------
    ボタン（共通）
--------------------------------- */
/* ボタン ベースデザイン（背景色タイプ） */

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;
}

/*マーカー風ライン*/
.marker01 {
background:linear-gradient(transparent 75%, #ff9393 75%);
}

/*左緑ライン*/
.leftbg {
  border-left: 4px solid #accb89;
  padding: 0px 6px;
  line-height: initial;
  margin: 22px 0;
}

/* -------------------------------
    テーブル（共通）
------------------------------- */

table,.dataTables_wrapper .tablepress {
    border: 1px solid #ddd;}

table,.tablepress thead table { 
    border: 1px solid #d0d0d0;
    border-collapse: collapse;
    text-align: center;
}

table th,.tablepress thead th {
    box-shadow: inset 1px 1px 0px #fff;
    background-color: #e2e2d9;
    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 #d0d0d0 !important;
    font-weight: 400;
    border-collapse: collapse;
    vertical-align: middle;
} 

table th {text-align: center;}

table {font-size:1em}

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;   
}  

/* 線を消す */
.no_border,.no_border th,.no_border td {border:none!important;}

.cell .center {text-align: center;}
.cell .right {text-align: right;}
.cell .middle {vertical-align: middle;}
.cell .double {border-bottom:3px #ccc double;}
.cell .nowrap {white-space: nowrap}

/* ---------------------------------
    オリジナル（共通）
--------------------------------- */

.clear { clear: both; }
.clearfix {min-height: 1px;}
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.left {	text-align: left; }
.center {text-align: center;}
.right {text-align: right;}

.font1em {font-size:1em !important;}
.font8px {font-size:8px;}
.font9px {font-size:9px;}
.font10px {font-size:10px;}
.font11px {font-size:11px;}
.font12px {font-size:12px;}
.font13px {font-size:13px;}
.font14px {font-size:14px;}
.font15px {font-size:15px;}
.font16px {font-size:16px;}
.font18px {font-size:18px;}
.font20px {font-size:20px;}
.fontB {font-style:700;}
.att_red { color: #ed0a0a;font-weight: 400;}
.att_green { color: #3A9923;font-weight: 400;}
.red { font-family: 'Noto Sans JP'; font-weight: 500!important;color: #F00;}
.required {color: #ca2525;}
.underline {text-decoration:underline;}

/* 整形用 */
.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;}

.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;}

.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;}

.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;}

/* リストの様な表 */
.guideDl {margin:25px 0px 25px 20px;}

.guideDl dl {
  margin: 0 0 5px 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
}
.guideDl dt {
    border: none;
    font-weight: normal;
}

.guideDl dd {
    border: none;
}

/* リスト表カラム下に */
.flcolumn {flex-direction: column;}
.guideDl .flcolumn dd {
  padding-left: 4.4em;
  margin-top: -10px;
}

.guideDl2 {margin:25px 0px 25px 40px;}
.guideDl2 dl {
  margin: 0 0 5px 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  width:100%;
}
.guideDl2 dt {
  border: none;
  font-weight: normal;
  white-space: nowrap;
  padding: 10px 0;
  color:#000!important;
  margin-bottom:0;
}
.guideDl2 dd {
  border: none;
  margin: 0;
  padding: 10px 0;
}
/* サイズ */
.guideDl2 dt {width: 14%;}
.guideDl2 dd {width: 86%;}
/* border */ 
.guideDl2.brd dt,.guideDl2.brd dd {border-bottom: 1px dotted #ccc;}

/* リスト表カラム下に */
.flcolumn {flex-direction: column;}
.guideDl2 .flcolumn dd {
  padding-left: 4.4em;
  margin-top: -10px;
}

.jisage {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 1em;
}

.jisage1 {text-indent:-1em; padding-left:1em;}
.jisage2 {text-indent:-2em; padding-left:2em;}
.jisage3 {text-indent:-3em; padding-left:3em;}
.jisagePDF {text-indent: -2em;padding-left: 2em;}

.scBox {
    border: 1px solid #ccc;
    padding: 20px 50px 20px 20px;
    border-radius: 15px;
    background: #fefefe;
}

.sc2Box {
    border: 1px solid #ccc;
    padding: 40px 40px 20px 40px;
    border-radius: 15px;
    background: #fefefe;
    margin-bottom: 35px;
}

.double-border {
    text-decoration:underline double blue
}

.mleft30 {padding: 20px 0;}
.mleft30 p {margin-left:30px;}
.mleft30 ul {margin: -10px 0 25px 40px;}

/* 蛍光ペン風ライン */
/* イエロー */
.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;
}

/* 整形用 */
.left10 {margin-left:10px;}
.left20 {margin-left:20px;}
.left30 {margin-left:30px;}

.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%;}



/* -------------------------------
    マーク（共通）
------------------------------- */

.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;
    margin:8px;
    padding: 3px 12px;
    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;
    margin:8px;
    padding: 3px 12px;
    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;
    margin:8px;
    padding: 3px 12px;
    border-radius: 5px;
    transition: .4s;
    display: inline-block;
}

a.extLink[href$=".docx"]:not(.noicon):hover,
a.extLink[href$=".doc"]:not(.noicon):hover {
    background: #bccde2;
}

/* jpg */
a.extLink[href$=".jpg"]:not(.noicon):before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1c5';
    font-size: 1.2em;
    color: #C71825;
    padding-right: 0.5em;
}

a.extLink[href$=".jpg"]:not(.noicon) {
    color: #c71825;
    border: solid 2px #ecc5c8;
    margin:8px;
    padding: 3px 12px;
    border-radius: 5px;
    transition: .4s;
    display: inline-block;
}

a.extLink[href$=".jpg"]:not(.noicon):hover {
    background: #ecc5c8;
}

.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;
}

.arrowR:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    font-size: 1.2em;
    padding-right: 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::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d2";
    text-decoration: none;
    margin: 0 3px;
    font-weight: normal;
    font-size: 0.6rem;
}


.jisagePDF {
    text-indent: -2em;
    margin-left: 2em;
}

.jisagePDF a {
    padding-left: 2.8em !important;
}

/* -------------------------------
    画像（共通）
------------------------------- */

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; 
}



/* =======================================
    PC用
======================================= */
    
    
@media (min-width: 770px) {
        .nopc { display:none; }
}
    
@media print, screen and (min-width: 992px) {
    
    /* -------------------------------
        サイズ（PC）
    ------------------------------- */

    /* container */ 
        .container, .container-lg, .container-md, .container-sm {
        max-width: 1140px;
    }

    /* メイン */ 
    .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%);
    }

    /* ---------------------------------
        サイドバー（共通）
    --------------------------------- */
    .textwidget #gbook {
        margin: 0 -10px 35px;
    }
        

    /* -------------------------------
        レイアウト（PC）
    ------------------------------- */
    
    .w100per {
    width: 100%;
    margin: 0 auto;
    }
    .w90per {
    width: 90%;
    margin: 0 auto;
    }    
    .w80per {
    width: 80%;
    margin: 0 auto;
    }
    .w70per {
    width: 70%;
    margin: 0 auto;
    }
    .w60per {
    width: 60%;
    margin: 0 auto;
    }
    .w50per {
    width: 50%;
    margin: 0 auto;
    }
    .w40per {
    width: 40%;
    margin: 0 auto;
    }
    .w30per {
    width: 30%;
    margin: 0 auto;
    }
    .w20per {
    width: 20%;
    margin: 0 auto;
    }
    .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;
    }
    
    
    /* -------------------------------
        テーブル（PC）
    ------------------------------- */

    #content table.per100 { width:100%;margin:0 auto;}
    #content table.per90 { width:90%;margin:0 auto;}
    #content table.per80 { width:80%;margin:0 auto;}
    #content table.per70 { width:70%;margin:0 auto;}
    #content table.per60 { width:60%;margin:0 auto;}
    #content table.per50 { width:50%;margin:0 auto;}

    /* -------------------------------
        画像・Gallery（PC）
    ------------------------------- */

    .gallery-item {
        padding: 15px;
        box-sizing: border-box;
    }



} /* PC用ここまで*/
    



/* =======================================
    モバイル用（スマホ・タブレット）
======================================= */
    
@media (max-width: 480px) {
.guideDl2 dl {display: block;}
.guideDl2 dt {width: 100%;font-weight: 600;padding:0;}
.guideDl2 dd {width: 100%;padding-bottom:15px;}

}/* モバイル用480pxここまで */


@media (max-width: 768px) {
    
    .nosp { display:none; }

    /* モバイルで画像を折り返す */
    #content img.spBL {
        float: none;
        display: block;
        margin: 10px auto;
    }

    /* -------------------------------
        テーブル（モバイル）
    ------------------------------- */
    .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%;
    }

    /* ---------------------------------
        フッター（共通）
    --------------------------------- */
    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;
    }

    
}/* モバイル用ここまで */
