@charset "UTF-8";

/* CSS Document */

/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
*        { margin: 0px; padding: 0px; font-size: 100%; }
ul{ list-style: none; }
body,h1, h2, h3, h4, h5,
table,
form, input {margin:0;padding:0; }
hr  { display: none; }
th	{ font-weight:lighter; }
img { border: none; vertical-align: bottom; }
/*iphone 用*/
input[type="submit"],input[type="button"]{
-webkit-appearance: none;
}
main{
	margin: 0px !important;
	padding: 0px !important;
}

select {
  -moz-appearance: menulist !important;
  -webkit-appearance: menulist !important;
    appearance: menulist !important;
}
.area-select select{padding: 13px;width: 300px;border-radius: 5px;border: 1px solid #DBDBDB;}

/*header.header{position: fixed;top:0px;*/

html {
  scroll-padding-top: 130px !important;
}

.p-pad p{padding: 0 !important;margin: 0px !important;}


#header-grid .hfg_header,
#header-grid .site-header,
nav.nv-navbar .header-main-inner
.header--row-inner .container{
	border: none !important; 
}

a{text-decoration: none !important;}

.clearfix:after { /*float解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	 /*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
 /**/
}

a img.image_hover{
	transition:all 0.5s ease; 
}
a:hover img.image_hover{
	opacity: 0.7;/*要素の透明度*/
	filter: alpha(opacity=70); /*ie6、7*/
	-ms-filter: "alpha(opacity=70)";/*ie8*/
	transition:all 0.5s ease; 
}
a:hover img,
#pagetop img:hover{
	opacity: 0.7;/*要素の透明度*/
	filter: alpha(opacity=70); /*ie6、7*/
	-ms-filter: "alpha(opacity=70)";/*ie8*/
	transition:all 0.5s ease; 
}
/*-------------- page-top-----------------------*/
#page-top {
    position: fixed;
    bottom: 75px;
    right: -100px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
    z-index: 999999;
}
#page-top a {
    display: block;
    width: 50px;height: 50px;
    text-decoration: none;
}


@media only screen and (max-width: 1024px) {
#page-top a {
    display: block;
    width: 40px;
    height: 40px;
  }
  #page-top a img{width: 40px;height: 40px;}

}
@media only screen and (max-width: 767px) {
    #page-top {bottom: 80px;}
    #page-top a {width: 30px;height: 30px;}
    #page-top a img{width: 30px;height: 30px;}

}

/*ヘッダー　上部*/
.header-address{display: flex;align-items: center;}
.header-address .add{font-size: 15px;border: none;padding-right: 20px;font-weight: 400;}
.header-address .phone img{width: 192px;z-index: 999;}
.header-address .phone{z-index: 999;}

.hfg-slot.right .button-primary{
    display: block;z-index: 999;
    color: #2F2F2F !important;
    font-weight: 500;
    padding: 5px 25px 3px 20px;
    font-size: 18px !important; 
    background-color: #F4DA70;
    box-shadow: 0px 3px #D1BB62;
    
}
.hfg-slot.right .button-primary::after{
    content: url('/wp-content/uploads/2025/12/icon-ios-lock.svg');
    display: inline-block;
    margin-top: -5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 18px;
    height: 23px;
}
.hfg-slot.right .button-primary:hover{background-color: #D1BB62;color: #fff !important;}

.probox{background-color: #F0F0F0 !important;padding: 3px !important; border-radius: 5px !important;}
.orig::placeholder{color:#B4B4B4 !important;font-size: 15px !important;}

.row--wrapper[data-section="hfg_header_layout_main"]{margin-top: -30px;z-index: 0;}

/*global menu*/
#nv-primary-navigation-main > li{padding-left: 30px; border-left: 1px solid #B4B4B4;}
#nv-primary-navigation-main > li:nth-last-of-type(1){padding-right: 30px; border-right: 1px solid #B4B4B4;}

#nv-primary-navigation-main > li.current_page_item > .wrap > a,
#nv-primary-navigation-main > li.nv-active > .wrap > a,
#nv-primary-navigation-main > li > .sub-menu > li.current_page_item > .wrap > a{color: #31A3D6;}

#nv-primary-navigation-main > li#menu-item-2066.current_page_item > .wrap > a,
#nv-primary-navigation-main > li#menu-item-2066.nv-active > .wrap > a,
#nv-primary-navigation-main > li#menu-item-2066 > .sub-menu > li.current_page_item > .wrap > a{color: #22AC7B !important;}
#nv-primary-navigation-main li#menu-item-2066 a:hover{color: #22AC7B !important;}

.nav-ul li#menu-item-2066:hover > .wrap .caret,
.nav-ul li#menu-item-2066:hover > .wrap > a {
  color: #22AC7B !important;
}


@media only screen and (max-width: 1024px) {
    .row--wrapper[data-section="hfg_header_layout_main"]{margin-top: 0px;}
}
@media only screen and (max-width: 767px) {
   html {scroll-padding-top: 30px !important;}
}

/*sidemenu mobi*/
#header-menu-sidebar .header-address{display: block;align-items: center;
    padding-bottom: 10px; border-bottom: 2px dotted #8A8A8A;}
#header-menu-sidebar .header-address .add{font-size: 15px;border: none;padding-right: 20px;font-weight: 400;}
#header-menu-sidebar .header-address .phone img{width: 192px;}

#header-menu-sidebar .button-primary{
    margin-top: 20px;
    color: #2F2F2F !important;
    font-weight: 500;
    padding: 5px 25px 5px 20px;
    font-size: 18px !important; 
    background-color: #F4DA70;
    box-shadow: 0px 3px #D1BB62;
    display: flex;align-items: center;
}
#header-menu-sidebar .button-primary::after{
    content: url('/wp-content/uploads/2025/12/icon-ios-lock.svg');
    display: inline-block;
    margin-top: -5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 18px;
    height: 23px;
}
#header-menu-sidebar .button-primary:hover{background-color: #D1BB62;color: #fff !important;}


.icon-bar {
  transition: all .1s ease;
  position: relative;
  display: block;
  border-radius: 2px;
  width: 15px;
  height: 2px;
	background-color: #fff !important;
}
.navbar-toggle-wrapper button.active{border: 0px !important;}
.navbar-toggle-wrapper .navbar-toggle {
	border-radius: 5px !important;
	cursor: pointer;
	padding: 15px 15px!important;
	display: flex;
	align-items: center;
	background-color: #57A1D1 !important;
	border: 0px solid !important;

}
.navbar-toggle-wrapper .navbar-toggle:focus {
  outline: 0px solid !important;
}

#logo-toggle-wrap{display: flex;padding:5px 5px 5px 10px;}
#logo-mobi {padding-top:10px}
#logo-mobi img{width: 70%;}


/*トップページ　お知らせ*/
.tab_area{ 
    display: none;
	padding: 0 30px;
	}
#tab-wrap .tab li{padding-bottom: 10px;}
#tab-wrap .tab li a{color: #2F2F2F;font-weight: 400 !important;}
#tab-wrap .tab li.active a{color: #000 !important;font-weight: 600 !important;}
#tab-wrap .tab li a:hover{text-decoration: underline !important;}
#tab-wrap .tab li a::before{
    content: url('/wp-content/uploads/2025/12/icon-arrow-dropright.svg');
    padding-right: 10px;
}

.news-block li{
    border-bottom: 2px dotted #A8A8A8;
    padding-bottom: 20px;margin-bottom: 20px;
}
.news-block h4{font-size: 18px;padding: 0;margin: 0;
    font-family: "Noto Sans JP", sans-serif;    
}

.date_cat{display: flex;padding-bottom: 5px;align-items: center;}
.date_cat > div{padding-right: 20px;}

.cat_list{display: flex;gap:10px;}

.news-block .news_date{font-weight: 500;color: #919191}
.news-block .news_title{}
.news-block .news_title a{font-weight: 600;color: #221814}
.news-block .news_title a:hover{color: #1D54A5;}

.news_cat a{
    line-height: 1.0em;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 3px 25px 5px;
    border-radius: 3px;
}
.news_cat a:hover{color:#000;}
/*カテゴリーカラー*/
.training a{border: 1px solid #E2BC57; background-color: #E2BC57;}
.training a:hover{background-color: #fff;}
.training-end a{border: 1px solid #7B5C02; background-color: #7B5C02;}
.training-end a:hover{background-color: #fff;}
.pharmacists a{border: 1px solid #32A3D6; background-color: #32A3D6;}
.pharmacists a:hover{background-color: #fff;}
.important a{border: 1px solid #F50850; background-color: #F50850;}
.important a:hover{background-color: #fff;}
.citizens a{border: 1px solid #46CE9E; background-color: #46CE9E;}
.citizens a:hover{background-color: #fff;}
.members a{border: 1px solid #EB85A4; background-color: #EB85A4;}
.members a:hover{background-color: #fff;}
.seminar-held a{border: 1px solid #AC2277; background-color: #AC2277;}
.seminar-held a:hover{background-color: #fff;}
.gakkai-held a{border: 1px solid #AA6565; background-color: #AA6565;}
.gakkai-held a:hover{background-color: #fff;}

/*blog category 色*/
.post-categories li a{
    font-size: 14px;
    font-weight: 600; 
    padding: 3px 10px !important;
    border: none !important;
    border-radius: 3px;
}
.post-categories .category-training a{background-color: #E2BC57;border: 1px solid #E2BC57 !important;}
.post-categories .category-training a:hover{border: 1px solid #E2BC57 !important;}
.post-categories .category-training-end a{background-color: #7B5C02;border: 1px solid #7B5C02 !important;}
.post-categories .category-training-end a:hover{border: 1px solid #7B5C02 !important;}
.post-categories .category-pharmacists a{background-color: #32A3D6;border: 1px solid #32A3D6 !important;}
.post-categories .category-pharmacists a:hover{border: 1px solid #32A3D6 !important;}
.post-categories .category-important a{background-color: #F50850;border: 1px solid #F50850 !important;}
.post-categories .category-important a:hover{border: 1px solid #F50850 !important;}
.post-categories .category-citizens a{background-color: #46CE9E;border: 1px solid #46CE9E !important;}
.post-categories .category-citizens a:hover{border: 1px solid #46CE9E !important;}
.post-categories .category-members a{background-color: #EB85A4;border: 1px solid #EB85A4 !important;}
.post-categories .category-members a:hover{border: 1px solid #EB85A4 !important;}
.post-categories .category-seminar-held a{background-color: #AC2277;border: 1px solid #AC2277 !important;}
.post-categories .category-seminar-held a:hover{border: 1px solid #AC2277 !important;}
.post-categories .category-gakkai-held a{background-color: #AA6565;border: 1px solid #AA6565 !important;}
.post-categories .category-gakkai-held a:hover{border: 1px solid #AA6565 !important;}
.post-categories .category-gakkai-finished a{background-color: #8D7D7D;border: 1px solid #8D7D7D !important;}
.post-categories .category-gakkai-finished a:hover{border: 1px solid #8D7D7D !important;}



@media screen and (max-width:767px){
    .tab_area{padding: 0 10px;
	}
    #tab-wrap{padding-bottom: 20px; border-bottom: 2px dotted #8A8A8A;}
    #tab-wrap .tab{display: flex;flex-wrap: wrap;}
    #tab-wrap .tab li{padding-bottom: 0px;padding-right: 15px;}
    #tab-wrap .tab li a::before{padding-right: 5px;}

    
    .news-block li{display: flex;flex-wrap: wrap;padding: 0 0 0px;margin: 0 0 15px;}
    .news-block h4{padding: 0 0 10px;margin: 0;}
    .news-block .news_title{width: 100%;}
    .news-block .news_date,.news-block .news_title{font-size: 16px;}
    
    .date_cat{display: flex;padding-bottom: 5px;flex-wrap: wrap; align-items: center;}
    .news_cat a{font-size: 13px;}
}

.link-line a{text-decoration: underline !important;}
.link-line a:hover{text-decoration: none !important;}

.link-under a{text-decoration: none !important;}
.link-under a:hover{text-decoration: underline  !important;color:#000}

/*side-menu .sub-side*/
.sub-side ul.hfe-nav-menu li a{
    border-bottom:1px solid #DEDEDE;
    padding:0;margin: 0px 0;width: 100%;
    display:block; vertical-align: middle;
    background-color: #FAFAFA;
}
.sub-side ul.hfe-nav-menu li:nth-child(n+2) a{
    font-weight: 600;font-size:18px;
    display: flex;justify-content: space-between;
    height: 75px;
    position: relative;
    padding: 0 15px;   
}
.sub-side ul.hfe-nav-menu li:nth-child(n+2)::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-circle-grey.svg);
    width: 22px;height: 22px;
    background-size: contain;
    right: 15px;
    top:25px;
}
.sub-side ul.hfe-nav-menu li.current_page_item:nth-child(n+2)::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-blue.svg);
    width: 22px;height: 22px;
    background-size: contain;
    right: 15px;
    top:25px;
}

.sub-side ul.hfe-nav-menu li:nth-child(n+2):hover::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-blue.svg);
    width: 22px;height: 22px;
    background-size: contain;
    transition: 0.3s; right: 15px;
    top:25px;
}
.sub-side ul li a:hover, 
.sub-side ul li.current_page_item a{transition: 0.3s;background-color: #EFFAF6;font-weight:bold;}

/*長崎県薬剤師会について　サイドメニュー*/  
.side-about ul.hfe-nav-menu li:first-child a,
.side-about ul.hfe-nav-menu li.current_page_item:first-child a,
.side-about ul.hfe-nav-menu li:first-child a:hover{
    color: #fff;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-size:20px;font-weight:bold !important;
    background-color: #31A3D6;
    padding: 30px 0 !important;width: 100%;
    
}
#menu-yakuzaisi-menu a:hover,
#menu-yakuzaisi-menu li.current_page_item a,
#menu-about-menu a:hover, 
#menu-about-menu li.current_page_item a{color:#31A3D6;transition: 0.3s;background-color: #EFFAF6;font-weight:bold;}

#menu-yakuzaisi-menu li.current_page_item:nth-child(n+2) a::after,
#menu-about-menu li.current_page_item:nth-child(n+2) a::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-blue.svg);
    width: 22px;height: 22px;
    background-size: contain;
    right: 15px;
    top:25px;
}

#menu-yakuzaisi-menu li:nth-child(n+2) a:hover::after,
#menu-about-menu li:nth-child(n+2) a:hover::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-blue.svg);
    width: 22px;height: 22px;
    background-size: contain;
    transition: 0.3s; right: 15px;
    top:25px;
}

#menu-about-menu li:first-child a,
#menu-about-menu li.current_page_item:first-child a,
#menu-about-menu li:first-child a:hover{
    color: #fff;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-size:20px;font-weight:bold !important;
    background-color: #31A3D6;
    padding: 25px 0 !important;width: 100%;
    
}


#menu-yakuzaisi-menu li:first-child a,
#menu-yakuzaisi-menu li.current_page_item:first-child a,
#menu-yakuzaisi-menu li:first-child a:hover{
    color: #fff;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-size:20px;font-weight:bold !important;
    background-color: #31A3D6;
    padding: 25px 0 !important;width: 100%;
    
}
/*薬剤師・医療関係者の皆さまへ*/
.training-list div{padding: 20px 5px;border-bottom: 2px dotted #A8A8A8;}
.training-list div h4{font-size: 18px; padding: 0;margin: 0;}
.training-list div:nth-of-type(even){background-color: #fff;}
.training-list div:nth-of-type(odd){background-color: #EDF6F8;}

.training-fin div{padding: 20px 5px;border-bottom: 2px dotted #A8A8A8;}
.training-fin div h4{font-size: 18px; padding: 0;margin: 0;}
.training-fin div h4 a{color:#2F2F2F;}

.training-table{border-top: 1px solid #C6C6C6;border-left: 1px solid #C6C6C6;}
.training-table td{padding: 10px; border-bottom: 1px solid #C6C6C6;border-right: 1px solid #C6C6C6;}
.training-table td:nth-of-type(1){width: 20%; font-weight: 600;background-color: #F7F7F7;}

/*県民の皆さまへ*/
　/*医療的ケア児童*/
.tablepress thead th,
.tablepress tbody tr:first-child td,
.tablepress tbody td,
.tablepress tfoot th {
	border: 2px solid #fff;
	text-align: center;
}
.care .tablepress thead th.column-1{width: 27%;}/*薬局名*/
.care .tablepress thead th.column-2{width: 10%;}/*郵便番号*/
.care .tablepress thead th.column-3{width: 33%;}/*住所*/
.care .tablepress thead th.column-4{width: 15%;}/*電話番号*/
.care .tablepress thead th.column-5{width: 15%;}/*FAX番号*/

.tablepress tbody td{line-height: 1.3em;padding: 15px 10px;font-size: 16px;}

.care .tablepress tbody td.column-1,
.care .tablepress tbody td.column-3,
.care .tablepress tbody tr:first-child td.column-1,
.care .tablepress tbody tr:first-child td.column-3{text-align: left;}

.tablepress thead th{
    text-align: center;
    border: 2px solid #fff;
    background-color: #46CE9E !important;
    color:#fff;
    font-weight: 600;
}

 /*機能リスト*/
.function-list{border-top:1px solid #ACACAC;border-left:1px solid #ACACAC;}
.function-list .colomn-1{font-weight: 600; background-color: #E8F7D7;}
.function-list .colomn-2{font-weight: 600; background-color: #FDFCE0;}
.function-list td{padding: 15px; border-right:1px solid #ACACAC;border-bottom:1px solid #ACACAC;}


.list-col5 .tablepress thead th.column-1{width: 27%;}/*薬局名*/
.list-col5 .tablepress thead th.column-2{width: 10%;white-space: nowrap;}/*会員*/
.list-col5 .tablepress thead th.column-3{width: 10%;white-space: nowrap;}/*郵便番号*/
.list-col5 .tablepress thead th.column-4{width: 33%;}/*住所*/
.list-col5 .tablepress thead th.column-5{width: 15%;}/*電話番号*/
.list-col5 .tablepress tbody td.column-1,
.list-col5 .tablepress tbody td.column-4,
.list-col5 .tablepress tbody tr:first-child td.column-1,
.list-col5 .tablepress tbody tr:first-child td.column-4{text-align: left;}

.list-col6 .tablepress thead th.column-1{width: 27%;}/*薬局名*/
.list-col6 .tablepress thead th.column-2{width: 10%;white-space: nowrap;}/*会員*/
.list-col6 .tablepress thead th.column-3{width: 10%;white-space: nowrap;}/*郵便番号*/
.list-col6 .tablepress thead th.column-4{width: 23%;}/*住所*/
.list-col6 .tablepress thead th.column-5{width: 15%;}/*電話番号*/
.list-col6 .tablepress thead th.column-6{width: 15%;}/*休日当番*/
.list-col6 .tablepress tbody td.column-1,
.list-col6 .tablepress tbody td.column-4,
.list-col6 .tablepress tbody tr:first-child td.column-1,
.list-col6 .tablepress tbody tr:first-child td.column-4{text-align: left;}

  /*セミナー開催 学会ブロック*/
.seminar-block{padding: 0;margin: 0;}
.seminar-block h4.news_title{
    color:#22AC7C;
    padding: 20px 20px;
    background-color: #F2FAE8;border-radius: 5px;
}
.gakkai-block{margin-bottom: 60px;}
.gakkai-block h4.news_title{
    color:#228AB7;
    padding: 20px 20px;
    background-color: #EDF6F8;border-radius: 5px;
}
.seminar-past-block{}
.seminar-past-block li{
    border-bottom: 2px dotted #A8A8A8;
    padding-bottom: 20px;margin-bottom: 15px;
}
.seminar-past-block h4{
    padding: 0;margin: 0;
    font-family: "Noto Sans JP", sans-serif;    
}
.seminar-past-block .news_date{font-weight: 500;color: #919191}
.seminar-past-block .news_title{font-size: 19px;}
.seminar-past-block .news_title a{font-weight: 600;color: #22AC7C;}
.seminar-past-block .news_title a:hover{color: #1D54A5;}

.seminar-content{border-top:1px solid #C6C6C6;border-left:1px solid #C6C6C6;}
.seminar-content td{padding: 15px 20px; border-bottom:1px solid #C6C6C6;border-right:1px solid #C6C6C6;}
.seminar-content td:nth-of-type(1){
    width: 15%;
    vertical-align: top;white-space: nowrap;
    font-weight: 600; background-color: #F7F7F7;
}
.seminar-content td:nth-of-type(2){font-weight: 400;}

   /*県民の皆さまへサイドメニュー*/
.side-kenmin ul.hfe-nav-menu li.current_page_item:nth-child(n+2)::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-green.svg);
    width: 22px;height: 22px;
    background-size: contain;
    right: 15px;
    top:25px;
}

.side-kenmin ul.hfe-nav-menu li:nth-child(n+2):hover::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-green.svg);
    width: 22px;height: 22px;
    background-size: contain;
    transition: 0.3s; right: 15px;
    top:25px;
}
.side-kenmin ul li a:hover, 
.side-kenmin ul li.current_page_item a{color:#22AC7B !important;transition: 0.3s;background-color: #F7FAF2;font-weight:bold;}


.side-kenmin ul.hfe-nav-menu li:first-child a,
.side-kenmin ul.hfe-nav-menu li.current_page_item:first-child a,
.side-kenmin ul.hfe-nav-menu li:first-child a:hover{
    color: #fff !important;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-size:20px;font-weight:bold !important;
    background-color: #45CE9E;
    padding: 30px 0 !important;width: 100%;
    
}

ul.menu li a{
    color: #2F2F2F;
    border-bottom:1px solid #DEDEDE;
    padding:0;margin: 0px 0;width: 100%;
    display:block; vertical-align: middle;
    background-color: #FAFAFA;
}

ul.menu li:nth-child(n+2) a{
    font-weight: 600;font-size:18px;
    display: flex;justify-content: space-between;
    position: relative;
    padding: 22px 15px !important;   
}
ul.menu li:nth-child(n+2) a::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-circle-grey.svg);
    width: 22px;height: 22px;
    background-size: contain;
    right: 15px;
    top:25px;
}

#menu-kenmin-menu li a{
    color:#2F2F2F;
    border-bottom:1px solid #DEDEDE;
    padding:0;margin: 0;width: 100%;
    display:block; vertical-align: middle;
    background-color: #FAFAFA;
}

#menu-kenmin-menu li.current_page_item:nth-child(n+2) a::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-green.svg);
    width: 22px;height: 22px;
    background-size: contain;
    right: 15px;
    top:25px;
}

#menu-kenmin-menu li:nth-child(n+2) a:hover::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-green.svg);
    width: 22px;height: 22px;
    background-size: contain;
    transition: 0.3s; right: 15px;
    top:25px;
}

#menu-kenmin-menu li a:hover, 
#menu-kenmin-menu li.current_page_item a{
    color:#22AC7B !important;transition: 0.3s;background-color: #F7FAF2;font-weight:bold;}

#menu-kenmin-menu li:first-child a,
#menu-kenmin-menu li.current_page_item:first-child a,
#menu-kenmin-menu li:first-child a:hover{
    color: #fff !important;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-size:20px;font-weight:bold !important;
    background-color: #45CE9E;
    padding: 25px 0 !important;width: 100%;
    
}

@media screen and (max-width:1024px){
    .sub-side ul.hfe-nav-menu li:nth-child(n+2) a{
    font-weight: 600;font-size:16px;
    padding: 0 30px 0 15px !important;   
    }
    .sub-side ul.hfe-nav-menu li:nth-child(n+2)::after{
    width: 15px;height: 15px;
    right: 15px;
    top:25px;
    }
    ul.menu li:nth-child(n+2) a{
    font-weight: 600;font-size:16px !important;
    padding: 22px 15px;   
    }
    ul.menu li:nth-child(n+2)::after{
    width: 15px;height: 15px;
    right: 15px;
    top:25px;
    }
}
@media screen and (max-width:767px){
    .sub-side ul.hfe-nav-menu li:nth-child(n+2) a{
    display: flex;justify-content: space-between;
    height: 60px;
    }
    .sub-side ul.hfe-nav-menu li:nth-child(n+2)::after{
    width: 15px;height: 15px;
    right: 20px;}
    
    ul.menu li:nth-child(n+2)::after{
    width: 15px;height: 15px;
    right: 20px;}
    
}

/*薬剤師・医療関係者の皆さまへ*/
 /*学会*/
table.gakkai{border-top:1px solid #C6C6C6;border-left:1px solid #C6C6C6;}
table.gakkai td{padding: 15px; border-bottom:1px solid #C6C6C6;border-right:1px solid #C6C6C6;}
table.gakkai td:nth-of-type(1){width: 20%;line-height: 1.2em;font-weight: 600;background-color: #F7F7F7;}

/*薬剤師・医療関係者の皆さまへ*/
 /*- 求人・求職情報 -*/
table.kyujin{border-top:1px solid #C6C6C6;border-left:1px solid #C6C6C6;}
table.kyujin td{padding: 15px; border-bottom:1px solid #C6C6C6;border-right:1px solid #C6C6C6;}
table.kyujin td:nth-of-type(1){width: 20%;line-height: 1.2em; font-weight: 600;background-color: #EDF6F8;}


/*会社概要*/
.subpage-memu{display: flex;flex-wrap: wrap; align-items: center;gap:10px;}
.subpage-memu div a{
    display: block;
    color:#1F2424;
    position: relative;
    /*width: 220px;*/
    font-size: 15px;
    padding: 5px 40px 5px 10px;
    border-radius: 3px;
    border: 1px solid #D5D5D5;
}
.subpage-memu.blue div a:hover{color:#32A3D6;}
.subpage-memu.blue div a::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-drop-blue.svg);
    width: 15px;height: 15px;
    background-size: contain;
    right: 15px;
    top:12px;
}
.subpage-memu.green div a:hover{color:#22AC7C;}
.subpage-memu.green div a::after{
    position: absolute;
    content:'';
    background-image: url(/wp-content/uploads/2026/01/icon-arrow-drop-green.svg);
    width: 15px;height: 15px;
    background-size: contain;
    right: 15px;
    top:12px;
}

@media screen and (max-width:767px){
    .subpage-memu div a{
        /*width: 180px;*/
        font-size: 13px;
        padding: 5px 40px 5px 10px;
    }
}
/*概要・沿革*/
/*沿革*/
.ue_timeline_item_text{
    margin-top: -70px !important; padding-left:180px !important;
    padding-bottom: 20px !important;
}

@media screen and (max-width: 1024px){
    .ue_timeline_item_text{
    margin-top: -63px !important; padding-left:170px !important;
    }
}
@media screen and (max-width: 767px){
    .ue_timeline_item_text{
    margin-top: 0px !important; padding-left:0px !important;
        padding-bottom: 0px !important;
    }
    
}

table.gaiyo{
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
}
table.gaiyo td{
    font-size: 18px;
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
}
table.gaiyo td:nth-of-type(1){
    font-weight: 600;
    background-color: #EDF6F8;
    white-space: nowrap;
    padding: 20px 60px 20px 30px;
}
table.gaiyo td:nth-of-type(2){
    font-weight: 400;
    padding: 20px 30px 20px 30px;
}

table.history{border-top: 1px solid #D1CFCF;}
table.history td{ border-bottom: 1px solid #D1CFCF;}
table.history td:nth-of-type(1){
    font-size: 20px;font-weight: 600;
    width: 15%;
    background-color: #F7F7F7;
    padding: 20px 20px 20px 30px;
    white-space: nowrap;
}
table.history td:nth-of-type(2){
    font-size: 18px;font-weight: 400;
    padding: 20px 20px 20px 30px;
}
@media screen and (max-width:767px){
    table.gaiyo td:nth-of-type(1){font-size: 16px;padding: 15px;}
    table.gaiyo td:nth-of-type(2){font-size: 16px;padding: 15px;}
    
    table.history td{display: block}
    table.history td:nth-of-type(1){width: 100%; font-size: 18px;padding: 15px;}
    table.history td:nth-of-type(2){width: 100%; font-size: 16px;padding: 15px;}
    
}

/*入会について*/
.nenkaihi{}
.nenkaihi th{
    ont-size: 20px;
    padding: 15px 10px;
    text-align: center;color:#fff;font-weight: 600;background-color: #31A3D6;}
.nenkaihi th:nth-of-type(1){border-left:1px solid #31A3D6;border-right:1px solid #D3D3D3;}
.nenkaihi th:nth-of-type(2){border-right:1px solid #D3D3D3;}
.nenkaihi th:nth-of-type(3){border-right:1px solid #31A3D6;}
.nenkaihi td{
    font-size: 18px;
    padding: 15px; text-align: center;
    border-right:1px solid #D3D3D3;
    border-bottom:1px solid #D3D3D3;
}
.nenkaihi tbody tr:nth-of-type(1) td:nth-of-type(1){border-left:1px solid #D3D3D3;}
.nenkaihi tbody tr:nth-of-type(n+3) td:nth-of-type(1){border-left:1px solid #D3D3D3;}
@media screen and (max-width:767px){
    .nenkaihi td{
        font-size: 16px;
    }
}
/*contact*/
#contact_table tr{
	border-bottom-style: none !important;
}

#contact_table td, #contact_table th {
  padding: 10px;display: block;width: 100%;
  border-bottom-style: none !important;
}
#contact_table th{
	vertical-align: top;
	white-space: nowrap;
	padding-bottom: 0px;
	font-weight: bold;
	padding-top: 10px;
}
#contact_table td{
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
}

#contact_table input[type=text] ,
#contact_table input[type=email],
#contact_table textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	transition: 0.3s;
	border-radius: 3px;
	outline: none;
	background-color: #FFF;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
    font-size: 18px;
}
#contact_table select{
	width: 45%;
	padding:10px;
	transition: 0.3s;
	border-radius: 3px;
	outline: none;
	background-color: #FFF;
    font-size: 18px;
}
	
#contact_table a{
	text-decoration: underline;
	font-weight: bold;
}
#contact_table a:hover{
	text-decoration: none;
}
#contact_table .wpcf7-list-item{
    padding: 7px 10px;margin-bottom: 10px; 
    background-color: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
}

.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    border:5px solid #087B3C;
    text-align: center;
    color: #087B3C;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    border:5px solid #D14AA8;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #D14AA8;
    font-size: 20px;
    font-weight: 600;
}
/*------------*/

@media only screen and (max-width: 1024px) {
    #contact_table input[type=submit]{
        width: 40%;
        font-size: 16px;
    }
    #contact_table input[type=button]{
        width: 40%;
        font-size: 16px;
    }
}
@media only screen and (max-width: 960px) {
	.mobile br{
	display: none;
	visibility: hidden;
    }
    #contact_table input[type=submit]{
        width: 220px;
        font-size: 16px;
    }
    #contact_table input[type=button]{
        width: 220px;
        font-size: 16px;
    }

}
@media only screen and (max-width: 767px) {
	#contact_table{
	width: 100%;
}
    #contact_table th,#contact_table td{
        display: block;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
    }
}

#contact-form .wpcf7-form-control-wrap[data-name="contact-item"]{}


#city{width:100% !important;}
#entry-confirm .contact-flex{display: flex;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #DEDEDE;}
.contact_btn{width: 100%;padding-top: 50px; text-align: center;}


.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    padding: 20px;
    text-align: center;
    border:10px solid #0D523F;
    border-color:#0D523F !important;
    font-size: 22px;
    font-weight: 600;
    color: #0D523F !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    padding: 20px;
    text-align: center;
    border:10px solid #C50307 !important;
    border-color:#C50307 !important;
    font-size: 22px;
    font-weight: 600;
    color: #C50307 !important;
}

@media only screen and (max-width: 767px) {
	#btn_back{margin-right: 0px;}
	#btn_send{margin-left: 0px;margin-bottom: 20px;}
	#custom-post-type-recent-posts-3{margin-top: 10px;}
}


#contact-mail{padding: 30px;
	margin-left: auto;
    margin-right: auto;
    width: 500px; background-color: aqua;
}

.wpcf7-form-control-wrap.phone-area input{ime-mode: disabled;}
.wpcf7-form-control-wrap.phone-city input{ime-mode: disabled;}
.wpcf7-form-control-wrap.phone-num input{ime-mode: disabled;}

.wpcf7-acceptance .wpcf7-list-item label{display: flex !important;}
.wpcf7-acceptance .wpcf7-list-item input#agree{margin-right: 10px;}


.wpcf7 input[type="checkbox"]{color:#000;width: 20px;border:solid 2px #000;}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="select"],#pref,
.wpcf7 input[type="tel"],
.wpcf7 textarea{background-color: #FFFFFF;}
.wpcf7 input:hover[type="text"],
.wpcf7 input:hover[type="email"],
.wpcf7 input:hover[type="tel"],
.wpcf7 textarea:hover{background-color: #F2F2F2;}

.wpcf7 input:focus[type="text"],
.wpcf7 input:focus[type="email"],
.wpcf7 input:focus[type="tel"],
.wpcf7 textarea:focus{
    background-color: #FFFF;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{width:100%;}

.wpcf7 input[type="text"].name{width:35%;}
.wpcf7 input[type="tel"].phone{width:12%;}
.wpcf7 input[type="tel"]#zip{width:30% !important;}
#zip{width:30% !important;}

.hissu{
	display: inline-block;
    text-align: center;
	background-color: #D84277;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.5em;
	padding: 2px 3px 3px;
    border-radius: 3px;
    width: 40px;
    height: 25px;
	margin-left: 0px;
	font-weight: 600;
    margin-right: 15px;
}
.small{font-size:12px;}

#div-submit{
	text-align: center; 
}
input#submit-btn{margin-left: 70px;}

input#btn_send,
input#submit-btn{
    color: #fff;
	border-radius: 30px;
}

/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #fff;
  padding: 8px 24px;
  background-color: #212E6C;
}

.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

input#btn_send:hover{background-color:#fff !important;border:solid 2px #3B3B3B;color:#000;}
input#btn_back{
	background-color:#A3A3A3 !important;font-size: 18px;margin-left: 0px;margin-right: 20px;border:solid 2px #A3A3A3; border-radius: 0px;color:#505050;padding:0px;padding:25px 0;font-weight: 400;
}

input#btn_back:hover{background-color:#F2F2F2 !important;}

input#submit-btn{width:330px;height: auto; }/*330*/

input#btn_back,
input#btn_send{width:250px;height: auto; }

.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .wpcf7-not-valid {
    background: pink !important;
}
.wpcf7 .wpcf7-not-valid:hover,
.wpcf7 .wpcf7-not-valid:focus{
    background: #fff !important;
}

@media only screen and (max-width: 600px) {
	.contact_div{width: 100%; display: block;}
	.contact_div div:nth-of-type(1){width: 100%;background-color: #F5F5F9;}
	.contact_div div:nth-of-type(2){width: 100%;}
	input#btn_back,input#btn_send{margin: 5px;width: 45%}
	input#submit-btn{margin-left: 0px;width: 90%}
}

@media screen and (max-width: 501px) {
	.your-appli,.your-soudan{display: block; margin-top: -20px !important;}
	.wpcf7-radio .wpcf7-list-item,.wpcf7-checkbox .wpcf7-list-item  {
    margin-top:0px;
    display: block;
	}
}

.wpcf7-select {color: #000;}

/*確認ページ*/
.wpcf7c-conf {
    background-color: #F5F5F5 !important; /* 背景色 */
    color: black; /* 文字色 */
    border: 1px solid #AEAEAE; /* 周りの線: 太さ　線種 線の色 */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
	color:red;
	text-align: center;
}

/*confirm contact 使用時*/
#wpcf7cpcnf{padding: 5px;}
#wpcf7cpcnf table {
    background-color: #fff !important;
    border: none;
    font-size: 1.1em;
}
#wpcf7cpcnf table th {
    width: 30%;
    padding: 20px 15px 20px 15px;
    font-weight: 600;
    /*background-color:#F4F9FC;*/
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 0.9em;
}
#wpcf7cpcnf table td {
    padding: 25px 15px 25px 25px;
    border-bottom: 1px solid #ccc;
    font-size: 0.9em;
}
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p{padding: 0px !important;margin: 0px !important;}

.wpcf7cp-btns{display: flex;justify-content: center;}
.wpcf7cp-btns button {
	color:#fff; border-radius: 5px;
    width:250px;
    font-size: 18px;
    line-height: 0.9em !important;
}
#wpcf7cpcnf button.wpcf7cp-cfm-edit-btn{
    border-radius: 30px;
    background-color:#fff !important;
    color:#505050 !important;
    border:1px solid #F2F2F2  !important;
}
#wpcf7cpcnf button.wpcf7cp-cfm-edit-btn:hover{
    background-color:#F2F2F2 !important;
    border:1px solid #F2F2F2  !important;
}

#wpcf7cpcnf button.wpcf7cp-cfm-submit-btn{
    border-radius: 30px;background-color:#212E6C !important;
    border:1px solid #F2F2F2  !important;
}
#wpcf7cpcnf button.wpcf7cp-cfm-submit-btn:hover{
    color:#212E6C;background-color:#fff !important;border:1px solid #F2F2F2  !important;
}

/*BLOG関連*//*アーカイブ*/

.nv-index-posts {
  margin-top: 0px !important;
}

.nv-sidebar-wrap {
  padding: 0px 15px 60px 15px !important;
}

.single-post-container .breadcrumbs{padding-top: 10px;}
.nv-single-post-wrap > div:first-child {
  margin-top: 0px !important;
}
/*
body.archive .archive-container{margin-top:  -70px !important;}
.single-post-container{margin-top: -70px !important;}
body.search .archive-container{margin-top:  -30px !important;}
*/
body.search .nv-post-thumbnail-wrap{width: 50%}
body.search .nv-post-thumbnail-wrap img{width: 100%}

/*.nv-index-posts{margin-top: 70px !important;}*/
.nv-index-posts article{border:1px solid #D7DEE0;border-radius: 10px; margin-bottom: 20px;}

h2.blog-entry-title,
h2.entry-title{line-height: 1.3em !important;font-weight: 400 !important;}

ul.nv-meta-list{display: flex;flex-wrap: wrap !important;}

ul.nv-meta-list li time{color:#000 !important;}
ul.nv-meta-list li a{color:#fff !important;background-color:#000; padding: 3px 15px;border: 1px solid #000;}
ul.nv-meta-list li a:hover{color:#000 !important;background-color:#fff; padding: 3px 15px;border: 1px solid #000;}

.archive ul.nv-meta-list li time,
.archive-container ul.nv-meta-list li time{color:#000 !important;}

.nv-page-title-wrap.nv-big-title .nv-page-title {
	padding:20px !important;
    line-height: 1.0em;
    height: 75px;
	margin-bottom: 20px;
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
	color: #FFF;
	background-color: #31A3D6;
	border-radius:5px;	
}
.nv-page-title h1{font-size: 1.4em !important;font-weight: 400;}
.nv-title-meta-wrap h1.entry-title{font-weight: 400;margin-bottom: 15px !important;}

.nv-title-meta-wrap h1.entry-title{
	position: relative;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: 3px solid #D9D9D9;
}
.nv-title-meta-wrap h1.entry-title:before{
	content: "";
	position: absolute;
	left: 0;
	bottom:-2px;
	width: 150px;
	height: inherit;
	border-bottom: 3px solid #31A3D6;
}

.widget{border-radius:8px 8px 0 0;border: 1px solid #E3E3E3;}

.widget_nav_menu{border-radius:0px 0px 0 0 !important;border: 0px solid #E3E3E3;}
.widget_nav_menu ul li{padding: 0 !important;margin: 0 !important;}

.widget ul{padding-left: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;}
.widget_nav_menu ul{padding: 0 !important;margin: 0 !important;}
/*
body.single-post .single-post .container{margin-top: -50px !important;}
*/
body.search .widget_nav_menu,
body.error404 .widget_nav_menu,
body.blog .widget_nav_menu,
body.archive .widget_nav_menu,
body.single-post .widget_nav_menu{display: none;}

body.category-seminar-held .widget_nav_menu{display: block;}
body#cat_seminar-held .widget_nav_menu{display: block !important;}


p.widget-title{
	padding: 15px 0 15px 20px !important;
	line-height: 1.5em;
	color: #FFF;
	background-color: #31A3D6;
	border-radius:8px 8px 0 0;
	font-size: 1.2em !important;
	font-weight: 400 !important;
}
.nv-content-wrap{margin-top: -30px;}

.widget_recent_entries ul,
#categories-3 ul{
    display: flex; flex-wrap: wrap;gap:10px;
    list-style: none !important;padding-left:0px;margin-left: 0px;
}
#categories-3 ul li{padding: 0;margin: 0}
#categories-3 .cat-item a{
    display: block;
    color:#fff;
    font-size: 14px;
    font-weight: 600; 
    padding: 0px 10px !important;
    border: none !important;
    border-radius: 3px;
}

/*研修会*/
#categories-3 .cat-item-9 a{background-color: #E2BC57;border: 1px solid #E2BC57 !important;}
#categories-3 .cat-item-9 a:hover{border: 1px solid #E2BC57 !important;}
/*研修会　終了*/
#categories-3 .cat-item-14 a{background-color: #7B5C02;border: 1px solid #7B5C02 !important;}
#categories-3 .cat-item-14 a:hover{border: 1px solid #7B5C02 !important;}
/*薬剤師の皆さま*/
#categories-3 .cat-item-8 a{background-color: #32A3D6;border: 1px solid #32A3D6 !important;}
#categories-3 .cat-item-8 a:hover{border: 1px solid #32A3D6 !important;}
/*重要なお知らせ*/
#categories-3 .cat-item-1 a{background-color: #F50850;border: 1px solid #F50850 !important;}
#categories-3 .cat-item-1 a:hover{border: 1px solid #F50850 !important;}
/*県民の皆様*/
#categories-3 .cat-item-7 a{background-color: #46CE9E;border: 1px solid #46CE9E !important;}
#categories-3 .cat-item-7 a:hover{border: 1px solid #46CE9E !important;}
/*会員向け*/
#categories-3 .cat-item-6 a{background-color: #EB85A4;border: 1px solid #EB85A4 !important;}
#categories-3 .cat-item-6 a:hover{border: 1px solid #EB85A4 !important;}
/*セミナー開催*/
#categories-3 .cat-item-13 a{background-color: #AC2277;border: 1px solid #AC2277 !important;}
#categories-3 .cat-item-13 a:hover{border: 1px solid #AC2277 !important;}
/*学会案内*/
#categories-3 .cat-item-15 a{background-color: #AA6565;border: 1px solid #AA6565 !important;}
#categories-3 .cat-item-15 a:hover{border: 1px solid #AA6565 !important;}
/*終了した学会*/
#categories-3 .cat-item-16 a{background-color: #8D7D7D;border: 1px solid #8D7D7D !important;}
#categories-3 .cat-item-16 a:hover{border: 1px solid #8D7D7D !important;}


#categories-3 .current-cat a,
#categories-3 .cat-item a:hover{color:#000;background-color: #fff;}

@media screen and (max-width:1024px){    
    /*.single-post-container{margin-top: -70px !important;}*/
}
@media screen and (max-width:767px){
    .nv-index-posts{margin-top: 10px !important;}
    article.nv-single-post-wrap{margin: 30px 0px 30px 20px;}
    
    .archive-container{margin-top:  0px !important;}
    /*.single-post-container{margin-top: -50px !important;}*/
    
    .archive-container .row,
    .single-post-container .row{
        display: flex !important;
        flex-direction: column-reverse !important;
        width: 100% !important;
    }
    .posts-wrapper{padding: 0 !important;}
    .nv-index-posts{padding:15px 0 15px 30px!important;}
    /*blog side bar*/
    .nv-sidebar-wrap{margin-top: -30px !important; padding:15px 0 15px 30px !important;}
    
}

/*privacy*/
.privacy dl{font-size:16px;}
.privacy dl dt{padding-bottom: 10px;}
.privacy dl dd{padding-bottom: 20px;}
.privacy dl dd ol{padding-top: 10px;}
.privacy dl dd ol > li{padding-left: 5px;margin-left: 20px;line-height: 1.6em;padding-bottom: 10px;}

@media only screen and (max-width: 764px) {
    .privacy dl dd{font-size:14px;}
}

.menu_block{}
.menu_block a{
	display:block;
	border: 5px solid #fff;
	background-color: #fff; 
	padding: 30px; margin: 10px;
}
.menu_block a:hover{
	display:block;
	border: 5px solid #39BC9B;
	background-color: #fff; 
	padding: 30px; margin: 10px;
	color:#39BC9B;
}

table.large{width: 100%}
table.large th{}

table.mid{width: 80%}
table.short{width: 60%}

@media only screen and (max-width: 764px) {
    table.mid{width: 100%}
    table.short{width: 100%}
}

@media only screen and (max-width: 978px) {
    .scroll-table{
        overflow-x: scroll; 
        -webkit-overflow-scrolling: touch; 
      /*white-space: nowrap;*/
        border: solid 1px #ddd;
    }
    .scroll-table ::-webkit-scrollbar{
      height: 10px;
    }
}



.td_center{text-align: center !important;}
sup{font-size:0.8em;}


/*SITEMAP*/
.wsp-pages-list > li > a{display: block;background-color: #F8F7F0;color:#3B3B3B;
	padding: 10px;margin-bottom: 20px;font-weight: 400;font-size: 1.2em;
}
.wsp-pages-list > li > a:hover{color:#41AA7A;}
.wsp-pages-list .page_item_has_children{font-weight: bold;padding: 0 0 20px;}
.wsp-pages-list li > ul.children > li{margin-left: 20px;font-weight:normal;list-style: disc;}
.wsp-pages-list li > ul.children > li >a {display: block;padding: 5px 0;color:#3B3B3B;}
.wsp-pages-list li > ul.children > li >a:hover {color:#41AA7A;}

.wsp-categories-list li{margin-left: 20px;list-style: disc;}
.wsp-categories-list li a {display: block;}


.wsp-posts-list li.wsp-post{margin-left: 20px;list-style: disc;}
.wsp-posts-list li.wsp-post a {display: block;color:#3B3B3B;}
.wsp-posts-list li.wsp-post a:hover {color:#41AA7A;}

h2.wsp-pages-title,h2.wsp-categories-title,h2.wsp-posts-title{font-size: 1.4em;margin-bottom: 10px;}

h2.wsp-pages-title,
h2.wsp-eventinfos-title,
h2.wsp-shopitemss-title,
h2.wsp-exhibitionss-title{display: none;}

.wsp-category-title a{display: block;background-color: #F8F7F0;color:#3B3B3B;
	padding: 10px;margin-bottom: 20px;font-weight: 400;font-size: 1.2em; }
.wsp-category-title a:hover{color:#41AA7A}

.wsp-posts-list{padding-bottom: 20px;}

/*foot-menu*/
#foot-menu h3 a{color: #000;}
#foot-menu h3 a:hover{color: #3375B5;}

/*Footer*/
.p-padding ul{padding-bottom: 10px !important;}
#sns{display: flex;align-items: center;}
#sns div{padding-right: 15px;}

/*other - font*/


ul.dot-pur {
	padding: 0 0 0 1.0em;
}
ul.dot-pur li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-pur li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #875790;	
	font-size:18px;
}

ul.dot-grey {
	padding: 0 0 0 1.0em;
}
ul.dot-grey li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-grey li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #696969;	
	font-size:18px;
}

ul.dot-lgrey {
	margin-top: 0em;
	padding: 0em 0 0 1.0em;
}
ul.dot-lgrey li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-lgrey li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #909090;	
	font-size:18px;
}

ul.dot-blue {
	padding: 0em 0 0 2.0em;
}
ul.dot-blue li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-blue li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #4283AA;	
	font-size:18px;
}

ul.dot-ocher {
	padding: 0em 0 0 2.0em;
}
ul.dot-ocher li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-ocher li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #B19F62;	
	font-size:18px;
}

ul.dot-green {
	padding: 0em 0 0 2.0em;
}
ul.dot-green li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-green li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #62B18D;	
	font-size:18px;
}
.fq{font-size:30px;}
ul.faq{list-style:none;padding: 0em 0 0 2.0em;}

ul.faq li{padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
	}

ul.faq li:before {
	content: "A.";
	position: absolute;
	top: 0.0em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #B19F62;	
	font-size:30px;
	}
@media only screen and (max-width: 764px) {
	.fq{font-size:20px;}
	ul.faq li:before {font-size:20px;}
}

.link a{color:#fff !important;text-decoration: underline !important;}
.link a:hover{text-decoration: none !important;}
	
	#footer-menu .elementor-icon-list-item a {text-decoration: none !important;}
	#footer-menu .elementor-icon-list-item a:hover{text-decoration: underline !important;}
	
	.actor-font{font-family: Actor;font-weight: 300;}
	.darky{color: #D69F52;}
	.green{color: #39BC9B;}
	.red-light{color: #D56363;}
	.red{color: #C84A3C !important;}
	.grey{color: #777777;}
	.f12{font-size:12px !important;}
	.f14{font-size:14px !important;}
	.f16{font-size:16px !important;}
	.f18{font-size:18px !important;}
	.f20{font-size:20px !important;}
	.f22{font-size:22px !important;}
	.f25{font-size:25px !important;}
	.f30{font-size:30px !important;}
	.bold{font-weight:bold !important;}
	.normal{font-weight:normal !important;}
    br.sp{display:none;}

@media only screen and (max-width: 764px) {
    .nobr br{display:none;}
    br.nobr{display:none;}
    br.sp{display:block;}
}

.map_wrap{
	position:relative;
	width:100%;
	height:0;
	padding-top:75%;
}
.map_wrap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.v-mid{display: flex;}
.v-mid .s-txt{font-size:0.5em;margin-right: 15px;margin-top: 5px;}
	
