@charset "UTF-8";
/*
    Template: swell
    Theme Name: 優申会
    Theme URI: https://swell-theme.com/
    Description: 優申会 の子テーマ 2024
    Version: 1.0.19
    Author: Element System
    Author URI: https://www.element-system.co.jp/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*========================================



YUSHINKAI

 * General
 * Flex
 * Header
 * Navi
 * Home
 * Page

 * Widget
 * Footer

 * Archive&Single

 * Plugin

* Responsive(total)

 ** Color **
	#161d6f Navy
	#024caa Blue
	#01d8dc SkyBlue



========================================*/



/*------------------------------------------------------------

## 変数定義

------------------------------------------------------------*/
:root {
	/* ------ 色 ----- */
	--color_jido_main: #161d6f; /* var(--color_jido_main); */
	--color_jido_sub: #024caa; /* var(--color_jido_sub); */
	--color_jido_sub2: #01d8dc; /* var(--color_jido_sub2); */
}










/*------------------------------------------------------------

General
                         
------------------------------------------------------------*/

body {
	font-family: 'Zen Kaku Gothic New', sans-serif !important;
}

a, a:hover, a:focus, a:active {
	text-decoration: none !important;
	transition-duration: 1s;
	outline: none;
}

::selection {
	/*background: rgba(2,76,170,0.6); 背景色*/
	/*color: #fff; 文字色*/
}
::-moz-selection {
	/*background: rgba(2,76,170,0.6); 背景色*/
	/*color: #fff; 文字色*/
}

a img{
	transition-duration: 0.6s;
}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
}










/*------------------------------------------------------------

Flex

------------------------------------------------------------*/

.flex-container { display: flex;}
.flex-container-wrap { flex-wrap: wrap; }


@media screen and (max-width: 1024px) {
}

@media (max-width: 979px) {
}

@media screen and (max-width:480px){
	.flex-container {display: inherit;}
}









/*------------------------------------------------------------

Header

------------------------------------------------------------*/

.-parallel .l-header__inner {
	/*max-width: 1140px !important;*/
	width: 100% !important;
}

.-parallel .w-header {
	justify-content: right !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}






/* Main visual */

.p-blogParts.post_content {
	display: flex;
	align-items: start;
	justify-content: center;
	margin-bottom: 0px !important;
}

p.main-visual-title { order: 2; }
p.main-visual-text { order: 1; }

p.main-visual-title {
	color: #fff;
	writing-mode: vertical-rl;
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
	margin: 0px 30px 0 30px;
}

p.main-visual-text {
	color: #fff;
	writing-mode: vertical-rl;
	font-size: 1.1rem;
	line-height: 2.8rem;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

.main-visual-text span {
	display: block;
}

@media screen and (max-width: 1024px) {	
}

@media screen and (max-width:480px){
	p.main-visual-title {
  		margin: 0px 0px 0 30px;
	}
	
	p.main-visual-text {
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
}












/*------------------------------------------------------------

Navi

------------------------------------------------------------*/

.l-header {
	background: #000 !important;
}

.c-gnav > .menu-item > a .ttl {
  color: #fff;
}

.l-header .l-container {
	max-width: 100%;
	max-width: 1200px;
}

.c-gnav a::after {
	background: var(--color_jido_main);
}

@media screen and (max-width: 1024px) {
	.home .l-header {
		background: rgba(0,0,0,1) !important;
	}
	
	.l-header {
		background: rgba(0,0,0,1) !important;
	}
}



/* レスポンシブメニュー */

.p-spMenu__inner::before {
	background: rgba(0,0,0,0.7);
}

.home .l-header__menuBtn i.c-iconBtn__icon.icon-menu-thin::before {
	color: #fff !important;
}

.l-header__menuBtn i.c-iconBtn__icon.icon-menu-thin::before {
	color: #fff !important;
}

.l-header__menuBtn {
	background-color: transparent;
}

.p-spMenu__inner .p-spMenu__body .c-widget__title {
	display: none;
}

ul.c-spnav li.menu-item a {
	color: #fff !important;
	border-bottom: none;
	padding: 10px 0;
	font-size: 1.2rem !important;
	line-height: 1.4rem;
	text-align: right;
}

ul.c-spnav li.menu-item a::before {
	display: none;
}
.p-spMenu__nav {
	margin-top: 0;
}

.icon-close-thin::before {
	content: "\e920";
	color: #fff;
}













/*------------------------------------------------------------

HOME

------------------------------------------------------------*/

.top #content {
	padding-top: 0;
}


.widearea-top01 { padding: 80px 0 !important; }
.widearea-top02 { padding: 80px 0 !important; background: #fff url("assets/img/bg_top-member-companies.jpg") no-repeat scroll center center/cover; }
.widearea-top03 { padding: 80px 0 !important; background: #fff url("assets/img/bg_noise-gray.jpg") repeat scroll center center; }
.widearea-top04 { padding: 80px 0 !important; }

.top-page-contents-title {
	margin-bottom: 50px;
}

.top-page-contents-title h2 {
	background: transparent;
	font-size: 2.4rem;
	line-height: 2.8rem;
	font-weight: 410;
	margin: 0 0 20px;
	text-align: center;
	padding: 0;
}

.top-page-contents-title h2::before {
	border-top: 0;
	border-bottom: 0;
}

.top-page-contents-title h2.top-page-contents-title-navy { color: var(--color_jido_main); }
.top-page-contents-title h2.top-page-contents-title-white { color: #fff; }







/* 新着情報 */

.top-news-area .p-postListWrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 100px;
}

.top-news-area .p-postList__body {
	display: flex;
}

.p-postList.-type-simple {
	border-top: none;
}

.top-news-area .-type-simple .p-postList__meta {
	margin: 0 0 0px !important;
}

.top-news-area .-type-simple .p-postList__link {
	padding: 10px 0;
	border-bottom: none;
}

.top-news-area .p-postList__meta {
	width: 20%;
}

.top-news-area .p-postList__title {
	width: 80%;
	line-height: 1.4rem;
	font-weight: 410;
}

.top-news-area .c-postTimes__posted.icon-posted {
	font-size: 1.0rem;
	line-height: 1.1rem;
	color: #192c39;
	text-align: left;
	font-weight: 410;
}

.top-news-area .p-postList__meta .u-thin {
	opacity: 1;
}

.top-news-area .c-postTimes__posted.icon-posted::before {
	content: "\e931";
	display: none;
}

.top-news-area .p-postList__cat.u-thin.icon-folder {
  display: none;
}

@media screen and (max-width: 1024px) {
	.top-news-area .swell-block-fullWide__inner {
		padding: 0 30px;
	}
}

@media screen and (max-width:480px){
	.top-news-area .p-postList__body {
  		display: inherit;
	}
	.top-news-area .p-postList__meta,
	.top-news-area .p-postList__title{
  		width: 100%;
	}
}




/* 会員企業のご紹介 */
.elmSlider-container {
	overflow: hidden;
}
/*.elmSlider {
	width: 100%;
	position: relative;
}
.elmSlides {
	display: flex;
	width: 200%;
}
.elmSlide {
	flex-basis: 50%;
	display:flex;
	align-items: center;
}
.elmSlides__item {
	flex-basis: 24%;
	padding: 0 0.4%;
}*/
.elmSlides__img {
	border: 1px #ddd solid;
	border-radius: 8px;
}



/* 船橋優申会の目的 */

.flex-container-top-purpose > .wp-block-group__inner-container { display: flex; margin: 0 auto 50px; width:100%; max-width: 1200px;}
.top-purpose01-left { width: 30%; padding: 0 0px 0 0; margin: 0; }
.top-purpose01-right { width: 70%; padding: 0 0px 0 0; }
.top-purpose02-right { order: 2; width: 30%; padding: 0 0px 0 0; margin: 0; }
.top-purpose02-left { order: 1; width: 70%; padding: 0 0px 0 0; }

@media screen and (max-width: 1024px) {
	.flex-container-top-purpose > .wp-block-group__inner-container { display: inherit;}
	.top-purpose01-left { width: 100%; padding: 0 0px 50px 0; }
	.top-purpose01-right { width: 100%; padding: 0 0px 0 0; }
	.top-purpose02-right { width: 100%; padding: 0 0px 50px 0; }
	.top-purpose02-left { width: 100%; padding: 0 0px 0 0; }
}

.flex-container-top-purpose {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.top-purpose-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-purpose-num-box {
    background: linear-gradient(20deg, #332a79 0%, #26dbdc 100%);
	width: 250px;
	height: 250px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-purpose01-left .top-purpose-num-box { margin: 0 auto 0 0; }
.top-purpose02-right .top-purpose-num-box { margin: 0 0 0 auto; }

.top-purpose-num-box .wp-block-heading {
	margin: 0 !important;
}

.top-purpose-num-box h3 {
	color: #fff;
}

.top-purpose-num-box h3 span {
	display: block;
}

.top-purpose-num-box h3::before {
	background: transparent;
}

.top-purpose-text-box p {
	font-size: 1.4rem;
	line-height: 2.0rem;
}

.top-purpose-text-box {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: left;
}

@media screen and (max-width:480px){
	.top-purpose-num-box span {
		display: block;
	}

	.top-purpose02-right .top-purpose-num-box,
	.top-purpose01-left .top-purpose-num-box {
		margin: 0 auto 50px;
	}
	
	.top-purpose-num-box {
		width: 200px;
		height: 200px;
		align-items: start;
		padding: 40px 0 0;
	}
	
	.top-purpose-num-box img { width: 40px; }
	.top-purpose-num-box .wp-block-heading { font-size: 1.5rem; }
	.top-purpose-text-box p {
		font-size: 1.2rem;
 		line-height: 2.0rem;
  		padding: 0 10px;
	}
}










/* 活動内容 */

.widearea-top04 .swell-block-fullWide__inner.l-article {
	width: 100%;
	max-width: 1000px;
}

.top-details-block-text {
	text-align: center;
}

.top-details-block .c-bannerLink {
	background-color: transparent !important;
}

.top-details-block { color: #fff; }
.top-details-block01 .c-bannerLink__title { background: transparent url("assets/img/icon-top-activity-details01.png") no-repeat scroll top center/120px; }
.top-details-block02 .c-bannerLink__title { background: transparent url("assets/img/icon-top-activity-details02.png") no-repeat scroll top center/120px; }
.top-details-block03 .c-bannerLink__title { background: transparent url("assets/img/icon-top-activity-details03.png") no-repeat scroll top center/120px; }

.top-details-block-blue { background: var(--color_jido_sub); }
.top-details-block-navy { background: var(--color_jido_main); }

.c-bannerLink__text {
	padding: 50px 30px;
}

.c-bannerLink__figure {
  height: 320px;
}

.top-detail-block-contents {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

.c-bannerLink__title {
    padding: 110px 0 10px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 510 !important;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px;
    margin-top: 0px;
}

.c-bannerLink__description {
	font-size: 0.9rem;
	margin-top: 0.9rem;
	width: 100%;
	text-align: left;
}

@media screen and (max-width:480px){
	.top-details-block-text {
		text-align: left;
	}
}








	

/*------------------------------------------------------------

Page

------------------------------------------------------------*/

/* --------------------

コンテンツヘッダー 固定ページ

--------------------　*/

.page-id-18.page .l-topTitleArea {
	background: #fff;
}

.page .l-topTitleArea {
	background: #fff url("assets/img/bg_noise-gray.jpg") repeat scroll center center;
	min-height: 200px;
	padding: 30px 0;
}

.l-topTitleArea__body {
	padding-left: 20px;
	padding-right: 20px;
	text-shadow: none;
}

.l-topTitleArea.c-filterLayer::before {
	background-color: transparent;
}

.c-filterLayer.-texture-dot::after {
	background-color: transparent;
	background-image: none;
}

.page .l-topTitleArea__img.c-filterLayer__img.u-obf-cover {
	display: none;
}

.page .l-topTitleArea__body {
	color: var(--color_jido_main);
	font-size: 3.0rem;
	line-height: 3.2rem;
}

.page .l-topTitleArea__body {
	color: var(--color_jido_main);
	font-size: 1.5rem !important;
	line-height: 1.8rem !important;
	text-align: center;
	font-weight: 410 !important;
}










/* ------------------------------

固定ページ内共通

------------------------------ */

.page .l-content {
	padding-top: 0;
	margin: 0 auto 0;
}

.post_content .swell-block-fullWide:last-child {
	padding-bottom: 180px;
}

.default-widearea {
	padding: 150px 0 !important;
}

.page-top-default {
	padding: 120px 0px !important;
}

.page-top-default-message {
	margin: 0 auto 60px;
	font-size: 1.1rem;
	line-height: 2.2rem;
}

.page-top-default-message p {
	margin-bottom: 0;
}

.page-top-default-message span {
	display: block;
}

.contents-title-area h2.wp-block-heading.is-style-section_ttl {
	font-size: 2.2rem !important;
	line-height: 2.4rem;
	color: var(--color_jido_main);
	text-align: center;
	font-weight: 410;
	margin-bottom: 30px;
}


#breadcrumb {
	display: none;
}

.contents-title-area h2.wp-block-heading.is-style-section_ttl.contents-title-black {
	color: var(--color_jido_main);
}

.contents-title-area h2.wp-block-heading.is-style-section_ttl {
	font-size: 2.2rem !important;
	line-height: 2.4rem;
	font-weight: 500;
	margin: 0 0 20px;
    margin-top: 0px;
}







/* 矢印 moreボタン */

.arrow-link-area {
	text-align: right;
}

.arrow-link {
    position: relative;
    display: inline-block;
    padding: 0 0px;
    text-decoration: none;
    outline: none;	
    font-family: 'Century Gothic';
	font-size: 1.0rem;
	line-height: 1.0rem;
	width: 100%;
	max-width: 150px;
}

.arrow-link-black { color: #333; }
.arrow-link-white { color: #fff; }

.arrow-link span {
	width: inherit;
	display: block;
	text-align: right;
}

.arrow-link::before{
    content: '';
    position: absolute;
    bottom: 50%;
	top: 50%;
    left:0%;
    width: 100%;
    height: 1px;
    transition: all .3s;
	max-width: 80px;
}

.arrow-link::after{
    content: '';
    position: absolute;
    bottom: 50%;
	top: 30%;
    right: 45%;
    width: 15px;
    height:1px;
    transform: rotate(35deg);
    transition: all .3s;
}

.arrow-link-black::before,.arrow-link-black::after { background: #333; }
.arrow-link-white::before,.arrow-link-white::after { background: #fff; }

.arrow-link:hover::before{ left: 10%; }
.arrow-link:hover::after{ right: 55px; }











/* ------------------------------

船橋優申会とは

------------------------------　*/

.widearea-about01 { padding: 0px 0 120px 0 !important; border-bottom: 1px solid #333;  }
/*.widearea-about01 { padding: 0 0 80px 0 !important; background: #fff url("assets/img/bg_noise-gray.jpg") repeat scroll center center; }*/
.widearea-about02 { padding: 120px 0 !important; }
.widearea-about03 { padding: 120px 0 !important; background: #fff;border-top: 1px solid #333; }

.main-massage-about {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}










/* ------------------------------

会員企業のご紹介

------------------------------　*/










/* ------------------------------

船橋優申会の目的

------------------------------　*/

.widearea-purpose01 { padding: 80px 0 !important; }
.widearea-purpose02 { padding: 80px 0 !important; background: #fff url("assets/img/bg_noise-skyblue.jpg") repeat scroll center center; }
.widearea-purpose03 { padding: 80px 0 !important; }
.widearea-purpose04 { padding: 80px 0 !important; background: #fff url("assets/img/bg_noise-skyblue.jpg") repeat scroll center center; }

.purpose-content-box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.purpose-content-box .purpose-num-box {
    background: linear-gradient(20deg, #332a79 0%, #26dbdc 100%);
	width: 250px;
	height: 250px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 50px;
}

.purpose-content-box .purpose-num-box img {
	margin-bottom: 0px;
}

.purpose-content-box h3 {
	color: #fff;
	margin: 0 !important;
}

.purpose-content-box h3 span {
	display: block;
}

.purpose-content-box h3::before {
	background: transparent;
}

.purpose-content-box p {
	line-height: 1.8rem;
}


@media screen and (max-width:480px){
	.purpose-content-box .purpose-num-box {
		width: 200px;
		height: 200px;
	}
	.purpose-content-box .purpose-num-box img {
		width: 40px;
	}
	.post_content h3 {
  		font-size: 1.4em;
	}
}








/* ------------------------------

活動内容

------------------------------　*/

.widearea-activity01 { padding: 0 0 80px 0 !important; background: #fff url("assets/img/bg_noise-gray.jpg") repeat scroll center center; }
.widearea-activity02 { padding: 80px 0 !important; border-top: }
.widearea-activity03 { padding: 80px 0 !important; background: #fff; border-top: 1px solid #333; }
.widearea-activity04 { padding: 80px 0 !important; border-top: 1px solid #333; }

.widearea-activity01 p {
	text-align: center;
}

.activity-content-box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.activity-content-box img {
	margin-bottom: 0px;
}

.activity-content-box h3.activity-details-title {
	text-align: center;
	width: 100%;
	max-width: 280px;
	margin: 0 auto 30px;
	border-bottom: 2px solid var(--color_jido_sub);
	color: var(--color_jido_sub);
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding: 0 0 10px;
}

.activity-content-box p {
	line-height: 1.8rem;
}


@media screen and (max-width:480px){
	.widearea-activity01 p {
		text-align: left;
	}
}








/* ------------------------------

スケジュール

------------------------------　*/

.widearea-schedule { padding: 80px 0 80px 0 !important; }

.widearea-schedule .schedule-month-box { margin-bottom: 50px !important; }
.widearea-schedule .schedule-month-box .wp-block-columns { margin-bottom: 30px !important; }

.widearea-schedule h3 {
	color: #024caa !important;
	text-align: left !important;
	font-size: 1.8rem;
	line-height: 2.0rem;
	font-weight: 410;
	margin-bottom: 30px;
}

p.schedule-month-title {
	background: linear-gradient(90deg, #332777, #30ced0);
	padding: 10px 20px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5rem;
}


@media screen and (max-width:480px){
	.widearea-schedule .schedule-month-box { margin-bottom: 10px !important; }
	.widearea-schedule .schedule-month-box .wp-block-columns { margin-bottom: 10px; --wp-column-gap: 0.5em; }
}












/*------------------------------------------------------------

Archive & Single

------------------------------------------------------------*/

.archive.category .l-topTitleArea,
.post-template-default.single .l-topTitleArea{
	background: #fff url("assets/img/bg_noise-gray.jpg") repeat scroll top left;
	min-height: 200px;
	padding: 30px 0;
}

.archive.category .l-topTitleArea__body.l-container,
.post-template-default.single .l-topTitleArea__body.l-container {
	width: 100%;
	max-width: 1100px;
}

.archive.category #top_title_area .l-topTitleArea__body h1.c-pageTitle small {
	display: none;
}

.archive.category .l-topTitleArea.c-filterLayer::before,
.post-template-default.single .l-topTitleArea.c-filterLayer::before {
	background-color: transparent;
}

.archive.category .c-filterLayer.-texture-dot::after,
.post-template-default.single .c-filterLayer.-texture-dot::after {
	background-image: none;
}

.archive.category .l-topTitleArea img,
.post-template-default.single .l-topTitleArea img {
	display: none;
}

.archive.category #breadcrumb,
.post-template-default.single #breadcrumb {
	display: none;
}

.archive.category .l-topTitleArea h1.c-pageTitle,
.post-template-default.single .l-topTitleArea h1.c-pageTitle {
	color: var(--color_jido_main);
	text-shadow: none;
	font-size: 2.2rem !important;
	line-height: 2.4rem;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width:480px){
	.archive.category .l-topTitleArea {
    	background: #fff url("assets/img/bg_noise-gray.jpg") repeat scroll center center; 
    	min-height: 120px;
    	padding: 0px 0;
  	}
	
	.archive.category .l-topTitleArea__body.l-container h1.c-pageTitle {
		margin: 0 auto;
	}	
}


.archive.category .p-postList__link .p-postList__body { display: flex; }
.archive.category .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before{ display: none; }
.archive.category .p-postList__link .p-postList__body .p-postList__meta .p-postList__cat { display: none; }
.archive.category .-type-simple .p-postList__meta { margin: 0; }

.archive.category .c-postTimes__posted.icon-posted {
	font-size: 1.2rem;
	color: var(--color_jido_main);
}

.archive.category .-type-simple .p-postList__title {
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 410;
}

.archive.category .-type-simple .p-postList__meta {
	line-height: 1.5rem;
	align-items: start;
}

.archive.category .-type-simple .p-postList__meta .p-postList__times.c-postTimes.u-thin {
	padding: 0 !important;
	margin: 0 20px 0 0 !important;
}

@media screen and (max-width:480px){}


/* Single */

.post-template-default.single .c-postTitle__date { border-color: #111; }
.post-template-default.single .l-topTitleArea .c-postTitle__date { border-color: #111; }
.post-template-default.single .l-topTitleArea__body .p-articleHead.c-postTitle { color: #111; font-weight: normal !important;}

.post-template-default.single .p-articleMetas.-top,
.post-template-default.single .p-articleFoot {
	display: none;
}

@media screen and (max-width:480px){
	
	.post-template-default.single .l-content {
    	padding-left: 0;
    	padding-right: 0;
	}
	
	.post-template-default.single .p-articleHead.c-postTitle {
		background: transparent; 
		padding: 20px 10px;
	}
	
	.post-template-default.single .p-articleMetas.-top,
	.post-template-default.single .p-articleFoot {
		display: none;
	}
	
	.post-template-default.single #content #main_content article.l-mainContent__inner .post_content {
		padding: 0 20px;
	}
}


















/*------------------------------------------------------------

Archive & Single (会員企業)

------------------------------------------------------------*/

.post-type-archive-member_companies #content {
	width: 100% !important;
	max-width: 100%;
	padding: 0;
}

.post-type-archive-member_companies #content #top_title_area-custom {
	background: #fff url("assets/img/bg_noise-gray.jpg") repeat scroll top left;
	width: 100% !important;
	max-width: 100%;
	height: 200px;
	padding: 30px 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.post-type-archive-member_companies #content main#main_content {
	padding: 4em 30px 0;
	width: 100%;
	min-width: 100%;
}

.post-type-archive-member_companies #content main#main_content .l-mainContent__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.post-type-archive-member_companies #content .l-topTitleArea-custom .l-topTitleArea__body h1.c-pageTitle {
	color: var(--color_jido_main);
	text-shadow: none;
	font-size: 2.2rem !important;
	line-height: 2.4rem;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.post-type-archive-member_companies #content .l-topTitleArea-custom .l-topTitleArea__body h1.c-pageTitle span.c-pageTitle__inner {
	display: block;
	padding-top: 0;
}

.post-type-archive-member_companies #content .l-topTitleArea-custom .l-topTitleArea__body h1.c-pageTitle small {
	display: none;
}

.post-type-archive-member_companies #content .-type-card .p-postList__thumb {
	width: 100%;
	border-radius: 20px;
	box-shadow: none;
}
.post-type-archive-member_companies #content.l-content.l-container ul li.p-postList__item a.p-postList__link .p-postList__body .p-postList__title {
	font-size: 1.2rem !important;
	line-height: 1.4rem;
	font-weight: 410;
}
.post-type-archive-member_companies #content.l-content.l-container ul li.p-postList__item a.p-postList__link .p-postList__body .p-postList__meta {
	display: none;
}

@media screen and (max-width: 480px) {
  .post-type-archive-member_companies #content #top_title_area-custom {
    background: #fff url("assets/img/bg_noise-gray.jpg") repeat scroll center left;
    height: 120px;
    padding: 0px 0;
  }
}



/**/
.tax-industry.archive .l-topTitleArea,
.member_companies-template-default.single .l-topTitleArea{
	background: #fff url("assets/img/bg_noise-gray.jpg") repeat scroll top left;
	min-height: 200px;
	padding: 30px 0;
}

.tax-industry.archive.l-topTitleArea__body.l-container,
.member_companies-template-default.single .l-topTitleArea__body.l-container {
	width: 100%;
	max-width: 1100px;
}

.tax-industry.archive #top_title_area .l-topTitleArea__body h1.c-pageTitle small {
	display: none;
}

.tax-industry.archive .l-topTitleArea.c-filterLayer::before,
.member_companies-template-default.single .l-topTitleArea.c-filterLayer::before {
	background-color: transparent;
}

.tax-industry.archive .c-filterLayer.-texture-dot::after,
.member_companies-template-default.single .c-filterLayer.-texture-dot::after {
	background-image: none;
}

.tax-industry.archive .l-topTitleArea img,
.member_companies-template-default.single .l-topTitleArea img {
	display: none;
}

.tax-industry.archive #breadcrumb,
.member_companies-template-default.single #breadcrumb {
	display: none;
}

.tax-industry.archive .l-topTitleArea h1.c-pageTitle,
.member_companies-template-default.single .l-topTitleArea h1.c-pageTitle {
	color: var(--color_jido_main);
	text-shadow: none;
	font-size: 2.2rem !important;
	line-height: 2.4rem;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width:480px){
	.tax-industry.archive .l-topTitleArea {
    	background: #fff url("assets/img/bg_noise-skyblue.jpg") repeat scroll center center; 
    	min-height: 120px;
    	padding: 0px 0;
  	}
	
	.tax-industry.archive .l-topTitleArea__body.l-container h1.c-pageTitle {
		margin: 0 auto;
	}	
}

.archive.tax-industry #content.l-content.l-container ul li.p-postList__item a.p-postList__link .p-postList__body .p-postList__meta { display: none; }
.archive.tax-industry #content.l-content.l-container ul li.p-postList__item a.p-postList__link .p-postList__body .p-postList__title {
	font-size: 1.2rem !important;
	line-height: 1.4rem;
	font-weight: 410;
}
.archive.tax-industry #content.l-content.l-container ul li.p-postList__item a.p-postList__link .p-postList__thumb {
	border-radius: 20px;
	box-shadow: none;
}




/* Single */

.member_companies-template-default.single .c-postTitle__date { border-color: #111; }
.member_companies-template-default.single .l-topTitleArea .c-postTitle__date { border-color: #111; }
.member_companies-template-default.single .l-topTitleArea__body .p-articleHead.c-postTitle { color: #111; font-weight: normal !important;}

.member_companies-template-default #top_title_area .l-topTitleArea__body {
	padding-left: 0;
	padding-right: 0;
}
.member_companies-template-default .p-articleMetas .p-articleMetas__termList.c-taxList .c-taxList__link.hov-flash-up {
	padding: 10px 20px;
	border-radius: 5px;
	background: #111;
	color: #fff;
}
.member_companies-template-default .p-articleMetas .p-articleMetas__termList.c-taxList::before { display: none; }






	

/*------------------------------------------------------------

Footer

------------------------------------------------------------*/

footer.l-container.w-footer.-col1 {
	width: 100% !important;
	max-width: 100%;
}

footer#footer .l-footer__widgetArea {
	padding: 50px 0 50px;
}

footer#footer .footer-area {
  	width: 100%;
  	max-width: 100%;
  	padding: 0 0px !important;
}

footer#footer .footer-area-flex {
  	display: flex;
}

footer#footer .footer-menu-area {
  	width: 50%;
  	flex: inherit;
  	order: 2;
}

footer#footer .footer-address-area {
  	width: 50%;
  	flex: inherit;
  	order: 1;
}

.footer-menu-box {
	width: 100%;
	max-width: 300px;
	margin: 0 0 0 auto;
}

.footer-menu-box h3 {
	padding: 0;
	margin: 0 0 10px;
}

.footer-menu-box h3.title {
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2rem;
}

.footer-menu-box h3::before {
	background: transparent;
}

.footer-menu-box01,.footer-menu-box02 { display: flex; width: 100%; }

.footer-menu-box01 > p.footer-menu,.footer-menu-box02 > p.footer-menu { margin-left: 20px; }
.footer-menu-box01 > p.footer-menu:first-child, .footer-menu-box02 > p.footer-menu:first-child { margin-left: 0px; }

.footer-logo-box {
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin-bottom: 10px;
}

.footer-address {
	margin: 0;
}

.footer-address p {
	font-size: 0.9rem;
	line-height: 1.2rem;
}


@media screen and (max-width:480px){

	footer#footer .footer-area-flex {
		display: inherit;
	}
	footer#footer .footer-menu-area { width: 100%; display: none; }
	footer#footer .footer-address-area { width: 100%; }
}




/* copyright */

footer .l-footer__foot {
	display: none;
}












