@charset "UTF-8";

/*
Theme Name: N-SIMPO.CO.JP
Theme URI: 
Author: HiPIT
Author URI: 
Description: N-SIMPO.CO.JP 用 WordPressテーマ
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 8.0
Version: 1.0
License: 
License URI: 
Text Domain: 
Tags: 
*/

:root {

/* Color Palette */
	--IRO-White:		rgba(255,255,255,1.0);
	--IRO-WhiteHalf:	rgba(255,255,255,0.6);

	--IRO-Green:		rgba( 75,155, 86,1.0);
	--IRO-Green:		rgba( 18,126, 59,1.0);
	--IRO-Green-Dark:	rgba( 58,122, 67,1.0);/* 0 */

	--IRO-Green-Links:	rgba( 18,126, 59,1.0);

	--IRO-Gold:			rgba(212,174, 97,1.0);
	--IRO-Gray-Light:	rgba(230,230,230,1.0);/* 0 */
	--IRO-Gray-Dark:	rgba( 51, 51, 51,1.0);
	--IRO-Gray:			rgba(204,204,204,1.0);

	--BP-0768:768px;
}


*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
/*	transition: all 0.3s;*/

	font:normal normal 18px/1.8 'Noto Sans JP',"Noto Color Emoji",sans-serif;

	list-style:none;
	box-sizing:border-box;
	text-decoration:none;
/*
	border-collapse:collapse;
	color:rgba(0,0,0,1.0);
*/
	border:0px solid rgba(0,0,0,0);
	position:relative;
}


/* Tablet (max-width: 768px) */
@media (max-width: 768px) {

	*{
		font:normal normal 15px/1.6 'Noto Sans JP',"Noto Color Emoji",sans-serif;
	}

}

/* Base Styles */
* {
	box-sizing: border-box;
}
body {
	margin:-1px 0 0;
	padding:1px 0 0;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: var(--IRO-Gray-Dark);
	line-height: 1.6;
	background-color: #fcfcfc;
}
a {
	text-decoration: none;
	color: inherit;
}

/*
	max-width:1040px;
	margin:0 auto;
*/
.Container{
	width:initial;
	margin:0 calc(50% - 1000px / 2);
	padding:0;
}

.ContainerP{
	width:100%;
	margin:0;
	padding:0 calc(50% - 1000px / 2);
}

.adTop.Container{
	margin:0 calc(50% - 1000px / 2) 30px;
	height:100%;
}

/*
.adTop{
	padding-top:15px;
	padding-bottom:15px;
	height: 120px;
	margin:30px calc(50% - 1000px / 2);
	padding:0;

}

.adTop.large-ad{
	height:250px;
}
*/
main .Article h1,
article.main h1{
	margin:0 0 30px;
	font-size:20px;
	font-weight:bold;
}

main .Article date,
article.main date{
	font-size:15px;
}

main .Article img{
	width:90%;
	height:auto;
	margin:0 5% 5%;
}

/* Utils */
.ad-space {
	background-color: #bfbfbf;
/*
	color: #666;
*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;

	overflow:hidden;
}

.ad-space.Mu{
	margin:0 0 30px;
}

.ad-space.Md{
	margin:30px 0;
}

.adPC,
.adPC img,
.adSP,
.adSP img,
.ad-space a,
.ad-space img{
	width:100%;
	height:100%;
	height:auto;
}

	.adPC{display:flex;justify-content:center;}
	.adSP{display:none;}

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

	.adPC{display:none;}
	.adSP{display:flex;justify-content:center;}

}

.news-item.ad-space a,
.news-item.ad-space img{
	max-width:345px;
	max-height:345px;
	border-radius:8px;
}

.img-placeholder {
	background-color: #8cbf91;
	width: 100%;
	height: 100%;
}

.news-item .img-placeholder {
	height:230px;
}


/* Header */
/*
}
.header-inner {
*/
.Header{
/*
	padding-top:15px;
	padding-bottom:15px;
	background: #fff;

	justify-content: space-between;
	align-items: center;
	position:fixed;
	height:112px;
	top:0;
	z-index:200;
*/
	display:block;
	width:100vw;
	height:112px;
}

#Global{
	margin:-112px 0 0;
	margin:43px 0 30px;
}

.logo {
	display: flex;
	align-items: center;
	gap: 8px;

	position:fixed;
	z-index:9999;
	top:15px;
	left:calc(50vw - 1000px / 2);
}

.logo,
.logo img{
	width:229px;
	height:82px;
}

.logo-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 2px solid var(--IRO-Green);
	border-radius: 50%;
	color: var(--IRO-Green);
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}
.logo-text {
	font-size: 26px;
	font-weight: bold;
}
.header-right {
	display: flex;
	align-items: center;
	gap: 20px;

	justify-content:flex-end;
}

.header-nav,
.header-buttons{
	position:fixed;
}

.header-nav {
	height:112px;
	display: flex;
	flex-flow:row wrap;
	gap: 15px;
	font-size: 13px;
	font-weight: bold;

	justify-content:flex-end;
	top:0;
	position:fixed;
	z-index:200;
	background-color:var(--IRO-WhiteHalf);
	background-color:var(--IRO-White);

	align-items:center;
}

.header-nav a{
	font-size:13px;
	font-weight:bold;
	display:block;
}

.header-nav li{
	height:40px;
}

.header-nav li a{
	height:30px;
	line-height:28px;
	margin:5px 0;
}

.header-nav li:nth-child(n-3),
.header-nav li:nth-child(n-3) a{
	width:52px;
}

.header-nav li:nth-child(4),
.header-nav li:nth-child(4) a{
	width:78px;
}

.header-nav li:nth-child(n+5),
.header-nav li:nth-child(n+5) a{
	width:123px;
}

.header-buttons {
	display: flex;
	gap: 10px;

	justify-content:flex-end;
	top:45px;
}

.btn {
	padding:0px 16px;
	border-radius: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.btn-green {
	background-color: var(--IRO-Green);
}
.btn-gold {
	background-color: var(--IRO-Gold);
}
.menu-icon {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--IRO-Green);
	color: #fff;
	width: 48px;
	height: 48px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: bold;
	gap: 4px;
	cursor: pointer;

	position:fixed;
	z-index:9999;
	top:15px;
	right:calc(50vw - 1000px / 2);
}
.menu-icon span.line {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
}

/* Global Nav */
.GlobalCategory{
	background-color: var(--IRO-Green);

	height:43px;
	position:fixed;
	top:112px;
	z-index:200;
}

.nav-list {
	list-style: none;
	display: flex;
	margin: 0;
/*
	padding: 0;
*/
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-list li {
	border-right: 1px solid rgba(255,255,255,0.3);
}
.nav-list li:last-child {
	border-right: none;
}
.nav-list a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-size: 13px;

	font-weight:600;
}
.nav-list li.active a {
	background-color: var(--IRO-Gold);
}

/* Search Area */
.SearchBox{
	background-color: var(--IRO-Gray-Light);
/*
	padding: 20px 0;
	max-width: 650px;
*/
	margin:155px 0 0;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;

	margin:155px 0 0;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
	padding:20px calc(50% - 650px / 2);
}

@media (min-width:769px){

	.page .SearchBox{
		display:none;
	}

}

/* Tablet (max-width: 768px) */
@media (max-width:1040px) {

	.Header,
	.header-nav{
		height:calc(18.2vw / 229 * 82 + 30px);
	}

	.logo{
		top:15px;
		left:20px;
	}

	.logo,
	.logo img{
		width:18.2vw;
		height:calc(18.2vw / 229 * 82);
	}

	.Container{
		width:initial;
		margin:0 20px;
		padding:0;
	}

	.ContainerP{
		width:100%;
		margin:0;
		padding:0 20px;
	}

	.adTop.Container{
		margin:30px 20px;
	}

	.weekly-top{
		margin:0 20px;
	}

	.GlobalCategory{
		top:calc(18.2vw / 229 * 82 + 30px);
	}

	.SearchBox{
		margin:calc(18.2vw / 229 * 82 + 30px) 0 0;
		margin:calc(18.2vw / 229 * 82 + 88px) 0 0;
		margin:0;
		padding:20px calc(50% - 650px / 2);
	}

}


@media (max-width: 768px) {

	.Header,
	.GlobalCategory{
		top:initial;
		position:relative;
	}

	.Header{
		height:70px;
		background-color:var(--IRO-WhiteHalf);
		background-color:var(--IRO-White);
		position:fixed;
		z-index:9997;
	}

	.SearchBox{
		margin:0;
	}

	.logo{
		top:10px;
		left:10px;
	}

	.logo,
	.logo img{
		width:calc(50px / 82 * 229);
		height:50px;
	}

	.menu-icon{
		display:block;
		top:10px;
		right:10px;
	}

	#Global{
		width:100%;
		height:0px;
		margin:0;
		padding:0;
		position:fixed;
		z-index:9998;
		top:70px;
		left:0;
		overflow:hidden;
	}

	.adTop.Container{
		margin:80px 20px 20px;
	}

	.header-nav{
		height:auto;
		position:relative;
		justify-content:center;
	}
}

@media (max-width:670px){

	.SearchBox{
		padding:20px 10px;
	}

}

@media (max-width: 600px) {

	.header-nav{
		gap:initial;
	}

	.header-nav li:nth-child(n){
		margin:0 8px;
	}

	.header-nav li:nth-child(1){
		margin:0 8px 0 calc(50% - (52px * 3 + 78px * 1 + 15px * 3 + 8px) / 2);
	}

	.header-nav li:nth-child(4){
		margin:0 calc(50% - (52px * 3 + 78px * 1 + 15px * 3 + 8px) / 2) 0 8px;
	}

}

.SearchBoxEmpty{
	height:1px;
	padding:0;
}

.search-input-group {
	display: flex;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.search-input-group input {
	flex: 1;
	padding: 10px;
	border: 1px solid var(--IRO-Gray);
	border-radius: 4px 0 0 4px;
	font-size: 14px;
	outline: none;

	background-color:rgba(255,255,255,1.0);
	font-size:16px;
}
.search-input-group button {
	background: var(--IRO-Green);
	color: #fff;
	border: none;
	padding: 0 20px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	font-size: 16px;
}
.search-filters {
	display: flex;
	gap: 10px;
	width: 100%;

	flex-flow:row wrap;
}

@media (max-width:670px){

	.search-filters{
		display:grid;
		grid-template-columns:repeat(2, 1fr);
	}

}

@media (max-width:500px){

	.search-filters{
		display:grid;
		grid-template-columns:repeat(1,1fr);
	}

}

.search-filters select {
	flex: 1;
	padding: 8px;
	border: 1px solid var(--IRO-Gray);
	border-radius: 4px;
	font-size: 13px;
/*
	color: #555;
*/
	background-color:rgba(255,255,255,1.0);
}

.search-filters select option{
	font-size: 13px;
}

.search-tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.search-tags a{
	background-color: var(--IRO-Gold);
	color: #fff;
	padding: 3px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: bold;
}

/* Main Layout */
.Index{
	display: flex;
	gap: 30px;
/*
	margin-top: 30px;
	margin-bottom: 60px;
*/
}
.ContainerL{
	flex: 1;
	min-width: 0;
}
.sidebar-right {
	width: 260px;
	flex-shrink: 0;
}

/* Ads & Sections */
.large-ad {
/*
	width: 100%;
	width:initial;
	height: 180px;
	margin-bottom: 30px;
*/
}
.section-title {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;

	padding-bottom:0px;
	font-weight:600;
	position:relative;
}

.section-title::after{
	content:'';
	width:130px;
	height:100%;
	top:2px;
	left:0;
	display:block;
	position:relative;
	border-bottom:3px solid orange;
}

/* Weekly Top */
.weekly-top {
	margin-bottom: 30px;
}
.weekly-top-card {
	display: flex;
	gap: 20px;
	border: 1px solid var(--IRO-Gray);
	border-radius: 8px;
	padding: 20px;
	background: #fff;

	padding:0 20px 0 0;
	padding:0;

	/* 20260706 */
	box-shadow:0px 0px 3px rgba(0,0,0,0.15),0px 4px 3px rgba(0,0,0,0.15),4px 0px 3px rgba(0,0,0,0.15),4px 4px 4px rgba(0,0,0,0.15);
}
.weekly-top-card .image-wrapper {
/*
	height:320px;
	flex: 1;
	min-height: 200px;
*/
	border-radius: 4px;
	overflow: hidden;

	border-radius:4px 0 0 4px;

	width:calc((100vw - 42px) / 3 * 2);
	height:calc((100vw - 42px) / 3 * 2 / 3 * 2);
	max-width:480px;
	max-height:320px;
	display:flex;
}

.weekly-top-card .text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:0 10px 0;
}
.weekly-top-card h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 1.4;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;

	font-weight:600;
}
.weekly-top-card p {

	font-size:15px;
	line-height:1.6;

/*
	font-size: 12px;

	color: #555;

	margin: 0;

*/}

.weekly-top-card .LinkReadMore{
	font-size:15px;
	line-height:1.6;

	font-weight:600;
	text-decoration:underline;
}

/* News Categories */
.section-title-green{
	background-color: var(--IRO-Green);
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: normal;
}

.section-title-green-cate-h{
	margin-bottom:4px;
}

.section-title-green-cate-p{
	margin-bottom:20px;
	padding:0px 15px;
	font-size:16px;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding:0;
}
.news-item {
	border: 2px solid var(--IRO-Gray-Dark);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;

	padding:45px 0 0;
	border:initial;
	border-radius:initial;
	overflow:initial;

	padding:initial;
}

.news-item.PageCategory{

	padding:0;

}

.news-item a{
	height:100%;
	border-radius:8px;
	overflow:hidden;
	box-shadow:0px 0px 3px rgba(0,0,0,0.15),0px 4px 3px rgba(0,0,0,0.15),4px 0px 3px rgba(0,0,0,0.15),4px 4px 4px rgba(0,0,0,0.15);
}

.news-item a.category-label {
	height:25px;
	border-radius:initial;
	box-shadow:initial;

	position: absolute;
	top: 10px;
	left: 0;
	background-color: var(--IRO-Gold);
	color: #fff;
	padding: 4px 12px;
	font-size: 12px;
	border-radius: 0 15px 15px 0;
	z-index: 1;
	font-weight: bold;

	line-height:1.2;

	position:relative;
	top:initial;
	margin:10px auto 10px 0;
}
.news-item .image-wrapper {
	height: 160px;
	width: 100%;

	height:230px;
	height:initial;
	overflow:hidden;
}

.image-wrapper img{
	width:100%;
}

/* 20260706 投稿一覧カード内画像領域均一化 START */
/*
.weekly-top-card .image-wrapper{
	max-height:360px;
}
.news-item .image-wrapper{
	max-width:345px;
	max-height:230px;
	display:flex;
	flex-flow:row wrap;
	align-content:center;

}*/
.news-item .image-wrapper img{
	width:345px;
	height:230px;
	object-fit:cover;
}
/*
@media (max-width: 768px){
*/
@media (max-width:1040px){
	.news-item.ad-space a,
	.news-item.ad-space img{
		width:calc((100vw - 350px) / 2);
		height:calc((100vw - 350px) / 2);
	}
	.news-item .image-wrapper img{
		width:calc(50vw - 30px);
		height:calc((50vw - 30px) / 345 * 230);

		width:calc((100vw - 350px) / 2);
		height:calc((100vw - 350px) / 2 / 345 * 230);
	}
}
@media (max-width: 768px){
	.news-item.ad-space a,
	.news-item.ad-space img{
		width:calc(50vw - 30px);
		height:calc(50vw - 30px);
	}
	.news-item .image-wrapper img{
		width:calc(50vw - 30px);
		height:calc((50vw - 30px) / 345 * 230);
	}
}
@media (max-width: 450px){
	.news-item.ad-space a,
	.news-item.ad-space img{
		width:calc(100vw - 40px);
		height:calc(100vw - 40px);
	}
	.news-item .image-wrapper img{
		width:calc(100vw - 40px);
		height:calc((100vw - 40px) / 345 * 230);
	}
}
/* 20260706 投稿一覧カード内画像領域均一化 END */

.news-info {
	padding: 15px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;

	padding:0 15px 15px;
}
.news-info .date {
	font-size: 11px;
/*
	color: #888;
*/
	margin-bottom: 5px;

	font-size:13px;
}
.news-info h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 1.5;

	font-size:15px;
	line-height:1.6;
}

.news-item.ad-box {
	border: none;

	justify-content:flex-end;
}

/* Sidebar */
.sidebar-right a{
	margin-bottom: 20px;
}

.sidebar-box {
	margin-bottom: 20px;
	display:block;
}
.subscribe-box {
	background-color: var(--IRO-Gold);
	padding: 25px 15px;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	line-height: 1.8;
}
.subscribe-box p {
	margin: 0 0 15px 0;
	font-size: 15px;
}
.btn-white {
	display: inline-block;
	background: #fff;
	color: var(--IRO-Gold);
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 12px;
}

.youtube-box {
	border: 1px solid var(--IRO-Gray);
	padding: 10px;
	text-align: center;
	background: #fff;
}
.youtube-box h4 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
.youtube-thumbnail {
	background: #333;
	color: #f00;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	margin-top: 10px;
	border-radius: 8px;
}

.banner-box {
	border: 1px solid var(--IRO-Green);
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	color: var(--IRO-Green);
	background: #fff;
	margin-bottom: 20px;
}

.sidebar-ads {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.small-ad {
	height: 90px;
	width: 100%;

	height: 90px;
}

@media (max-width: 768px){

	.small-ad {
		height:auto;
	}

	.banner-box img,
	.banner-box{
		width:100%;
		height:auto;
	}

}

/* Footer */
.Footer {
	background-color: var(--IRO-Gray-Dark);
	color: #fff;
	padding-top:50px;
	padding-bottom:20px;

/*.footer-inner */
	display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
	gap: 30px;
}

.Footer *{
	color:rgba(255,255,255,1.0);
}

.FooterL h2 {
	margin:0;
	font-size:26px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family:'Noto Serif JP';
	font-weight:600;
}

.FooterL p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.8;
}

.FooterL p span{
	font-size:17px;
}

.FooterL p,
.FooterL p br{
	font-size: 12px;
	line-height:1.5;
}

.btn-outline {
	border: 1px solid #fff;
	padding: 6px 24px;
	border-radius: 20px;
	display: inline-block;
	font-size: 13px;
}

.FooterR {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 13px;
	max-width: 450px;
}

.FooterR li {
	width: calc(50% - 15px);
	margin-bottom: 10px;
}

.FooterR a:hover {
	text-decoration: underline;
}

.copyright {
	width:100%;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
}

/* Floating Banner */
.floating-banner {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	display: flex;
	align-items: center;
	gap: 15px;
}
/*.floating-text {
	color: #f44336;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}*/
.floating-banner.small-ad {
	width: 160px;
	height: 120px;
	margin: 0;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);

	width:260px;
	height:90px;

}

/* =========================================
	 Responsive Media Queries
	 ========================================= */
/*
@media (max-width: 830px) {
	.header-nav {
		display: none;
	}
}
*/
/* Tablet (max-width: 768px) */
@media (max-width: 768px) {
/*
	.header-nav {
		display: none;
	}
*/
	.menu-icon {
		display: flex;
	}
	
	.Index{
		flex-direction: column;
		margin-top:70px;
	}

	.BreakingNews,
	.NewsHeadLine{
		margin-top:70px;
	}

/*
	#Global > .Index, => XXX
*/
	.adTop + .Index,
	.NewsHeadLine + .Index,
	.adTop + .BreakingNews,
	.adTop + .NewsHeadLine,
	.BreakingNews + .NewsHeadLine{
		margin-top:0px;
	}

	.sidebar-right {
		width: 100%;
	}
	
	/* サイドバーを横並びのグリッドに調整 */
	.sidebar-right-inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.sidebar-ads {
		grid-column: span 2;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
		flex-direction: row;
	}
	
	.Footer{
		flex-direction: column;
	}
	.FooterR {
		max-width: 100%;
	}

	/* モバイル時はテキスト非表示 */
/*	.floating-banner .floating-text {
		display: none;
	}
*/
}

@media (max-width: 768px){

	.weekly-top-card{
		flex-direction: column;
		gap:10px;
	}

	.weekly-top-card .image-wrapper{
		border-radius:4px 4px 0 0;

		width:calc(100vw - 42px);
		height:calc((100vw - 42px) / 3 * 2);
		max-width:768px;
		max-height:calc(768px / 3 * 2);
		display:flex;
	}

	.weekly-top-card .text{
		padding:0 15px 15px;
	}

}

/* Mobile Large (max-width: 450px) */
@media (max-width: 450px) {
	.search-filters {
		flex-wrap: wrap;
	}
	.search-filters select {
		flex: 1 1 calc(50% - 10px);
	}
	
	.weekly-top-card {
	}
	.weekly-top-card .image-wrapper {
		min-height: 160px;
	}
	
	.news-grid {
		grid-template-columns: 1fr;
	}
	
	.sidebar-right-inner {
		grid-template-columns: 1fr;
	}
	.sidebar-ads {
		grid-column: span 1;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.FooterR li {
		width: 100%;
	}
	
	.floating-banner {
		bottom: 10px;
		right: 10px;
	}
/*
	.floating-banner.small-ad {
		width: 120px;
		height: 90px;
	}
*/
}

/* Mobile Small (max-width: 350px) */
@media (max-width: 350px) {
	.logo-text {
		font-size: 20px;
	}
	.logo-icon {
		width: 36px;
		height: 36px;
		font-size: 11px;
	}
	
	.header-buttons {
		flex-direction: column;
		gap: 5px;
	}
/*
	.menu-icon {
		width: 40px;
		height: 40px;
	}
*/
	.search-filters select {
		flex: 1 1 100%;
	}
	
	.sidebar-ads {
		grid-template-columns: 1fr;
	}
}
/**************************************************************************************************/

.Pagination{
	margin:30px 0;
}

.Pagination ul{
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
}

.Pagination ul li,
.Pagination ul li span,
.Pagination ul li a{
	width:auto;
}

.Pagination ul li span,
.Pagination ul li a{
	margin: 0 4px;
	padding:4px 8px;
	border:1px solid var(--IRO-Green-Dark);
}

.Pagination a:hover,
.Pagination span:hover,
.Pagination .current{
	color:var(--IRO-White);
	background-color:var(--IRO-Green-Dark);
}

.PaginationPost span.dots{
	border:initial;
	padding:4px 0;
}

/*
.Pagination ul{
	display:flex;
	flex-flow:row nowrap;
}

.Pagination .nav-links{
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
}


.Pagination a,
.Pagination span{
	width:34px;
	height:34px;
	line-height:34px;
	margin:0 5px 10px;
	display:block;
	border-radius:50%;
	border:1px solid rgba(0,0,0,0.8);
	color:rgba(0,0,0,1.0);
	background-color:rgba(255,255,255,1.0);
	text-align:center;
	font-size:16px;
	font-family:'Inter';
	transition:all 0.5s;
}

.Pagination a:hover,
.Pagination span:hover{
	text-decoration:none;
}

.Pagination a.prev,
.Pagination a.next{
	line-height:32px;
}

.Pagination a:hover,
.Pagination span:hover,
.Pagination span.current{
	width:30px;
	height:30px;
	line-height:30px;
	border:3px double rgba(0,0,0,0.8);
	background-color:rgba(0,0,0,0.8);
	color:rgba(255,255,255,1.0);

	width:34px;
	height:34px;
	line-height:34px;
	border:1px solid rgba(0,0,0,0.8);

}

.PaginationPost a,
.PaginationPost span{
	width:50px;
	height:50px;
	line-height:50px;
	margin:0 5px 10px;
	display:block;
	border-radius:50%;
	border:1px solid rgba(0,0,0,0.8);
	color:rgba(0,0,0,1.0);
	background-color:rgba(255,255,255,1.0);
	text-align:center;
	font-size:16px;
	font-family:'Inter';
	position:relative;

	font-size:50px;
	font-weight:900;
	margin:0 10px 10px;
	background-color:rgba(0,0,0,0.8);
	border:0px solid rgba(0,0,0,0.8);

	background-color:rgba(122,122,122,1);
	transition:all 0.5s;
	z-index:1;
}

.PaginationPost li,
.PaginationPost a,
.PaginationPost span{
	width:50px;
	height:50px;
}

.PaginationPost a:hover,
.PaginationPost span:hover{
	text-decoration:none;
}

.PaginationPost a::after,
.PaginationPost span::after{
	content:'';
	width:0px;
	height:0px;
	border-top:20px solid rgba(0,0,0,0);
	border-right:25px solid rgba(0,0,0,0);
	border-bottom:20px solid rgba(0,0,0,0);
	border-left:25px solid rgba(0,0,0,1);
	top:5px;
	left:81.5%;
	position:absolute;
	display:block;
	z-index:-1;
}

.PaginationPost span.dots{
	color:rgba(255,255,255,1.0);
	font-size:40px;
}

.PaginationPost span.dots::after{
	border-left:25px solid rgba(122,122,122,1);
	z-index:-1;
}

.PaginationPost a{
	color:rgba(255,255,255,1.0);
}

.PaginationPost a::after{
	border-left:25px solid rgba(122,122,122,1);
}

.PaginationPost a:hover::after{
	border-left:25px solid rgba(0,0,0,1);
	transition:all 0.5s;
}

.PaginationPost a.prev,
.PaginationPost a.next{
	line-height:42px;
}

.PaginationPost a.prev::after,
.PaginationPost a.next::after,
.PaginationPost a:last-child::after,
.PaginationPost span:last-child::after{
	content:initial;
}

.PaginationPost a:hover,
.PaginationPost span:hover,
.PaginationPost span.current{
	width:30px;
	height:30px;
	line-height:30px;
	border:3px double rgba(0,0,0,0.8);
	background-color:rgba(0,0,0,0.8);
	color:rgba(255,255,255,1.0);

	width:50px;
	height:50px;
	line-height:50px;
	border:1px solid rgba(0,0,0,0.8);

	border:0px double rgba(0,0,0,1);
	background-color:rgba(0,0,0,1);
}
*/
.EachGOU{
	height:0px;
	margin:8px 0 8px 50px;
	overflow:hidden;
}

.TitleBackNumber{
	width:120px;
	margin:0 0 8px;
	padding:0 0 0 8px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:10px;
	cursor:pointer;
	transition:all 1s;
}

.TitleBackNumber:hover{
	border:1px solid rgba(0,0,0,0.6);
}


.ListBackNumber ol li,
.ListBackNumber ol li a{
	width:300px;
	border-radius:10px;
}

.ListBackNumber ol li a{
	padding:0 0 0 8px;
}

.ListBackNumber ol li{
	border:1px solid rgba(0,0,0,0);
}

.ListBackNumber ol li:hover{
	border:1px solid rgba(0,0,0,0.4);
}

@media (max-width: 600px) {

	.Header{
		padding:15px 5px;
	}

	.logo img{
		width:30vw;
		min-width:140px;
	}

	.header-right{
		flex-flow:row wrap;
	}

	.header-right .header-buttons{
		width:150px;
		flex-flow:column nowrap;
	}

	.header-right .menu-icon{
		margin:0 10px;
	}

	.ListBackNumber ol li,
	.ListBackNumber ol li a{
		width:250px;
	}

}

/**************************************************************************************************/

@media (max-width: 400px) {

.header-right .header-buttons{
	width:125px;
}

.btn{
	padding:0 8px;
}

	.header-right{
		gap:4px;
	}

.search-input-group input{
	width:calc(100% - 64px);
}

}

/*////////////////////////////////////////////////////////////////////////////////////////////////*/

.Form-contact .wpcf7-text,
.Form-contact .wpcf7-textarea,
.Form-subscribe .wpcf7-text,
.Form-subscribe .wpcf7-textarea{
	border:1px solid rgba(0,0,0,0.4);
}

.Form article{
	margin:0 0 90px;
}

.Form section.ContactTitle{
	padding:1px calc(50% - 960px / 2) 0px;
}


.Form table caption h1{
	text-align:initial;
}

.Form table{
	width:768px;
	margin:20px auto;
}

.Form table th{
	width:280px;
	padding:10px 10px 10px 70px;
	border-bottom:1px solid rgba(0,0,0,1.0);
	position:relative;
	vertical-align:top;
}

.Form table th p{
	text-align:initial;
}

.Form table td{
	width:calc(768px - 280px);
	padding:10px;
	border-bottom:1px solid rgba(0,0,0,1.0);
}

.Form input,
.Form textarea{
	width:calc(768px - 280px);
	border:1px solid rgba(0,0,0,1.0);
	background-color:rgba(236,236,236,1.0);
	font-size:16px;
}

.Form th::before{
	content:'必須';
	width:50px;
	height:26px;
	line-height:22px;
	font-size:15px;
	top:10px;
	left:10px;
	position:absolute;
	background-color:rgba(22,149,212,1.0);
	background-color:var(--IRO-Green-Dark);
	color:rgba(255,255,255,1.0);
	border-radius:10px;
	display:block;
}

.Form th.Optional::before{
	content:'任意';
	background-color:rgba(128,128,128,1.0);
}

.Form .ButtonBack,
.Form .ButtonCheck,
.Form input[type="submit"]{
	width:240px;
	height:50px;
	line-height:50px;
	font-size:20px;
	margin:0 auto 60px;
	display:block;
	border-radius:30px;
	border:none;
	text-align:center;
	background-color:rgba(22,149,212,1.0);
	background-color:var(--IRO-Green-Dark);
	color:rgba(255,255,255,1.0);
	cursor:pointer;
}

.Form .ButtonBack{
	display:none;
}

.Form input[type="checkbox"]{
	width:20px;
	height:20px;
	margin:4px 10px 0 0;
}

.Form .Checkbox .wpcf7-list-item{
	display:flex;
	flex-flow:row nowrap;
}

.Form #ButtonForm{
	visibility:hidden;
}

.Form .wpcf7-not-valid-tip{
	color:rgba(255,0,0,1.0);
}

.Form .wpcf7-response-output,
.Form .screen-reader-response ul{
	display:none;
}

.Form .screen-reader-response p{
	text-align:center;
	color:rgba(255,0,0,1.0);
}

.Form form.sent *{
	display:none;
}

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

.Form table{
	width:100%;
	max-width:468px;
	margin:20px auto;
}

.Form table th,
.Form table td,
.Form input,
.Form textarea{
	width:100%;
	max-width:468px;
}

.Form table th{
	padding:10px 10px 0px 70px;
	border-bottom:none;
}

.Form table tr{
	display:flex;
	flex-flow:column nowrap;
}

}

/**************************************************************************************************/

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

	article.Cloud,
	article.Form,
	article.ContentPage{
		margin:80px 20px 0;
	}

}

article.Cloud h1,
article.ContentPage h1,
article.ContentPage h2,
article.ContentPage h3,
article.ContentPage h4,
article.ContentPage h5,
article.ContentPage h6{
	margin:0 0 30px;
	font-size:32px;
	font-weight:bold;
}

article.ContentPage strong{
	font-size:inherit;
	font-weight:bold;
}

article.ContentPage a{
	word-break:break-all;
}

article.ContentPage h1{font-size:32px;}
article.ContentPage h2{font-size:26px;}
article.ContentPage h3{font-size:22px;}
article.ContentPage h4{font-size:18px;}
article.ContentPage h5{font-size:18px;}
article.ContentPage h6{font-size:18px;}

article.ContentPage p{font-size:inherit;}
article.ContentPage pre{font-size:inherit;}

article.ContentPage img{width:100%;height:auto;}

article.Privacy-policy h3{
	margin:30px 0 0;
}

article.Privacy-policy a{
	text-decoration:underline dashed;
	text-underline-offset:4px;
}

.tagCloud{
	display:flex;
	flex-flow:row wrap;
}

.tagCloud a{
	background-color:var(--IRO-Green);
	color:var(--IRO-White);
	border-radius:10px;
	margin:0 8px 8px 0;
	padding:0px 8px;
	display:block;
	height:30px;
	line-height:28px;
	font-size:15px;
	font-weight:bold;
}

.tagCloud a.Tag{
	background-color:var(--IRO-Gold);
}

.ContentIMG{
	border:1px solid var(--IRO-Gray-Light);
}

article.Article p:last-child{
	margin-bottom:30px;
}

.Tab{
	width:100%;
	height:45px;
	max-width:1000px;
	padding:4px 0 0 8px;
	display:flex;
	flex-flow:row nowrap;
	top:155px;
	position:fixed;
	z-index:11;

	background-color:var(--IRO-White);
}

.Tab input[type="radio"]{
	display:none;
}

.Tab label{
	padding:4px 8px;
	border:1px solid var(--IRO-Gray);
	border-radius:10px 10px 0 0;
	border-bottom:1px solid var(--IRO-White);
	background-color:var(--IRO-White);
	cursor:pointer;
}


.TabWindow{
	padding:60px 0 0;
}

.TabWindowEach div.TabWindowIndex{
	top:188px;
	top:193px;
	top:192px;
	border-bottom:none;
	position:fixed;
	z-index:11;
}

.TabWindowEach{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:24px 12px;
}

.TabWindowEach div.TabWindowIndex{
	grid-column:1 / -1;
	border:1px solid var(--IRO-Gray);
	border-radius:10px 10px 0 0;
	background-color:rgba(var(--IRO-White));
	display:flex;
	flex-flow:row wrap;

	width:100%;
	max-width:1000px;
	background-color:var(--IRO-White);
}

@media (max-width:1040px){

	.Tab{
		width:calc(100% - 40px);
		max-width:initial;
		top:calc(18.2vw / 229 * 82 + 30px + 48px);
		top:calc(18.2vw / 229 * 82 + 30px + 43px);
	}

	.TabWindowEach div.TabWindowIndex{
		width:calc(100% + 2px);
		left:-1px;
		max-width:initial;
		top:calc(18.2vw / 229 * 82 + 30px + 48px + 35px);
		top:calc(18.2vw / 229 * 82 + 30px + 48px + 30px);
	}

}

@media (max-width: 768px){

	.tagCloud a{
		height:28px;
		line-height:26px;
		margin:0 6px 6px 0;
		font-size:12px;
	}

	.Tab{
		top:70px;
		padding:6px 0 0 8px;
	}

	.TabWindowEach div.TabWindowIndex{
		top:103px;
	}

	.TabWindowEach{
		grid-template-columns:repeat(2,1fr);
	}

}

@media (max-width: 511px){

	.TabWindow{
		padding:90px 0 0;
	}
}

@media (max-width: 480px){

	.TabWindowEach{
		grid-template-columns:repeat(1,1fr);
	}

}

.TabWindowEach .maker{
	padding:0;
	border:0px solid black;
	display:flex;
	flex-flow:column nowrap;
}
.TabWindowEach .maker a,
.TabWindowEach .maker span{
	font-size:13px;
}
.TabWindowEach .maker a:nth-child(1){
	font-size:15px;
	font-weight:bold;
	border-bottom:3px double gray;
}

.TabWindowEach .maker a:nth-child(1):hover{
	border-bottom:3px solid gray;
}

.TabWindowEach .maker a:nth-child(2),
.TabWindowEach .maker span:nth-child(3){
	padding:0 0 0 35px;
}

.TabWindowEach .maker a:nth-child(2):hover{
	font-weight:bold;
}

.TabWindowEach .maker a:nth-child(2)::before,
.TabWindowEach .maker span:nth-child(3)::before{
	content:'URL :';
	display:block;
	position:absolute;
	left:0;
	text-align-last:justify;
	width:32px;
	font-size:12px;
}
.TabWindowEach .maker span:nth-child(3)::before{
	content:'TEL :';
}

.TabWindowEach .Full{
	grid-column: 1 / -1;
	margin:25px 0 -25px;
}

.TabWindowEach .TabWindowIndex a{
	margin:8px 4px;
}

.TabWindowEach .TabWindowIndex a:nth-child(1){
	margin:8px 4px 8px 8px;
}

.TabWindowEach .TabWindowIndex a:last-child{
	width:36px;
	margin:8px 8px 8px 4px;
}

.TabWindowEach .TabWindowIndex a,
.TabWindowEach .Full span:nth-child(1){
	width:24px;
	height:26px;
	line-height:18px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	border:3px solid var(--IRO-Green-Links);
	background-color:var(--IRO-Green-Links);
	color:var(--IRO-White);
}

.TabWindowEach.TabWindow2 .TabWindowIndex  a{
	width:auto;
}



.TabWindowEach .Org span:nth-child(1){
	width:36px;
}

.TabWindowEach .Anchor{
	top:-239px;
	position:absolute;
}

.TabWindow3{
	width:768px;
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:8px;
}
.TabWindow3 a{
	padding:4px 8px;
	border:1px solid black;
	display:block;
}
.TabWindow3 .Area{
	grid-column: 1 / -1;
	color:white;
	background-color:black;
}
.TabWindow3 .Pref{
	grid-column: 1 / -1;
	color:white;
	background-color:gray;
}