@charset "utf-8";
/*------------------------------------------------------------
Theme Name: NJSS
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F0F1F2;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-top: 8.4rem;
	position: relative;
	background-color: #fff;
}
#gHeader .hBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 8.4rem;
	padding: 2.1rem 4.2rem;
	background-color: #fff;
	z-index: 99;
	box-sizing: border-box;
}
#gHeader .logo {
	width: 9.4rem;
}
#gHeader .hLogin {
	position: fixed;
	right: 49.6rem;
	top: 4.2rem;
	font-size: 1.4rem;
	font-weight: 700;
	z-index: 99;
}
#gHeader .hLogin a {
	color: #444;
}
#gHeader .hList {
	position: fixed;
	right: 4.2rem;
	top: 3.2rem;
	z-index: 99;
	flex-direction: row-reverse;
}
#gHeader .hList li {
	margin-left: 1.6rem;
	width: fit-content;
	font-size: 1.4rem;
	font-weight: 700;
}
#gHeader .hList a {
	padding: 0.9rem 2.3rem 0.8rem;
	display: block;
	text-align: center;
	color: #444;
	border-radius: 20px;
	border: 1px solid #EAEAEA;
}
#gHeader .hList li:first-child a {
	padding: 0.9rem 2.4rem 0.8rem;
}
#gHeader .hList .color01 a {
	color: #153C6B;
	background-color: #BCCDDD;
	border-color: #BCCDDD;
}
#gHeader .hList .color02 a {
	color: #fff;
	background-color: #34B33E;
	border-color: #34B33E;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.30);
}
#gNavi {
	padding: 0.8rem 3.2rem 0.8rem;
	font-weight: 700;
	background-color: #0F3568;
}
#gNavi li {
	margin-right: 3.2rem;
}
#gNavi a {
	color: #fff;
}
#gHeader .hText {
	position: absolute;
	right: 3.2rem;
	bottom: 1.1rem;
	font-size: 1.2rem;
}
#gHeader .hText a {
	color: #fff;
}
@media all and (min-width: 897px) {
	#gNavi a:hover,
	#gHeader .hText a:hover,
	#gHeader .hLogin a:hover {
		color: #abd9ff;
	}
	#gHeader .hList li:last-child a:hover {
		color: #abd9ff;
	}
	#gHeader .hList .color01 a:hover {
		background-color: #abd9ff;
	}
	#gHeader .hList .color02 a:hover {
		background-color: #56d05f;
		border-color: #56d05f;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-top: 6.3rem;
	}
	#gHeader .hBox {
		height: 6.3rem;
		padding: 1.9rem 0 0;
	}
	#gHeader .logo {
		width: 9.4rem;
		margin: 0 auto;
	}
	#gHeader .hLogin {
		right: 0.7rem;
		top: 2.8rem;
		font-size: 1.4rem;
	}
	.menu {
		width: 6rem;
		height: 6rem;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
	}
	.menu span {
		width: 3rem;
		height: 0.2rem;
		position: absolute;
		top: 2.6rem;
		left: 1.6rem;
		background: #215589;
		transition: all .35s ease;
	}
	.menu span:nth-of-type(2) {
		top: 3.5rem;
	}
	.menu span:nth-of-type(3) {
		top: 4.4rem;
	}
	.menuBg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(0,0,0,0.5);
		display: none;
	}
	.menuBox {
		position: fixed;
		left: 0;
		top: 0;
		width: 33rem;
		background-color: #fff;
		height: 100%;
		overflow-y: scroll;
		z-index: 101;
		box-sizing: border-box;
		transform: translateX(-105%);
		transition: .2s;
	}
	.menuBox.on {
		transform: none;
	}
	#gHeader .hList {
		position: static;
		display: block;
		padding-top: 2.4rem;
		border-top: 1px solid #eaeaea;
	}
	#gHeader .hList li {
		margin: 0 auto 2.3rem;
		font-weight: 500;
	}
	#gNavi {
		padding: 3.7rem 3.3rem 0;
		background-color: transparent;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin: 0 0 2.3rem;
	}
	#gNavi a {
		color: #6f7a82;
		font-weight: 500;
	}
	#gHeader .hText {
		margin: 0 3.3rem 3.8rem;
		position: static;
		font-size: 1.4rem;
	}
	#gHeader .hText a {
		color: #6f7a82;
		font-weight: 500;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.8rem 0 3.6rem;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	background-color: #0F3568;
}
#gFooter p {
	margin-bottom: 0.6rem;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 116rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 auto 4.1rem;
	width: fit-content;
	color: #0F3568;
	font-size: 4.2rem;
	font-weight: 700;
}
.headLine01 .sml {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.054rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 1.7rem;
		font-size: 2.54rem;
	}
	.headLine01 .sml {
		font-size: 1.1rem;
		letter-spacing: 0.0327rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.3rem;
	padding-left: 2rem;
	position: relative;
	font-size: 2.6rem;
	color: #0F3568;
	font-weight: 700;
	border-bottom: 1px solid #0F3568;
}
.headLine02::before {
	position: absolute;
	left: 0;
	width: 0.4rem;
	top: 0.6rem;
	bottom: 0.7rem;
	background-color: #0F3568;
	border-radius: 0.2rem;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.7rem;
		padding: 0 0 0.4rem 1.2rem;
		font-size: 1.8rem;
	}
	.headLine02::before {
		top: 0.4rem;
		bottom: 0.9rem;
		border-radius: 0;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 2.2rem;
}
#pagePath li {
	margin-right: 0.3rem;
	display: inline;
	font-size: 1.2rem;
}
#pagePath li a {
	padding-right: 0.7rem;
	display: inline-block;
}
@media all and (min-width: 897px) {
	#pagePath li a:hover {
		color: #abd9ff;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 1.7rem;
	}
	#pagePath li {
		margin-right: 0.2rem;
		font-size: 1rem;
	}
	#pagePath li a {
		padding-right: 0.6rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: -0.3rem;
	font-size: 0;
	clear: both;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 4.8rem;
	height: 4.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	border: 1px solid #0F3568;
	margin: 0.3rem 0.3rem 0;
	box-sizing: border-box;
	order: 3;
}
.wp-pagenavi span.current {
	color: #fff;
	background-color: #0F3568;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi a.first {
	order: 2;
}
.wp-pagenavi a.previouspostslink {
	order: 1;
}
.wp-pagenavi a.nextpostslink {
	order: 5;
}
.wp-pagenavi a.last {
	order: 4;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #fff;
		background-color: #0F3568;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0.3rem 0.4rem 0;
	}
}
/*------------------------------------------------------------
	comBanner
------------------------------------------------------------*/
.comBanner {
	width: 104rem;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 1rem;
}
.comBanner a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBanner {
		width: auto;
		margin: 0 1.3rem 0 1.7rem;
		border-radius: 1rem;
	}
	.comBanner img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index {
	padding: 3.9rem 0 13.7rem;
}
#index .whiteBg {
	margin-bottom: 10.5rem;
	padding: 1.3rem 6rem 7.2rem;
	background-color: #fff;
	border-radius: 0.8rem;
}
#index .sortBox {
	padding: 0 0 0.5rem 9.2rem;
	position: relative;
}
#index .sortBox .ttl {
	position: absolute;
	left: -0.8rem;
	top: 0.6rem;
	padding-left: 2.4rem;
	color: #0F3568;
	font-weight: 700;
	background: url(img/icon02.png) no-repeat left top 0.3rem;
	background-size: 1.6rem auto;
}
#index .sortList {
	padding-bottom: 1.6rem;
	display: flex;
	width: 100%;
	overflow-x: auto;
} 
#index .sortList li {
	margin-right: 0.8rem;
	flex-shrink: 0;
	font-size: 1.2rem;
	font-weight: 300;
}
#index .sortList a {
	padding: 0.7rem 1.5rem 0.5rem;
	display: block;
	color: #000;
	letter-spacing: 0.048rem;
	border-radius: 3rem;
	border: 1px solid #000;
	background: #FFF;
}
#index .sortList .current-cat-parent a,
#index .sortList .current-cat a,
#index .sortList .on a {
	color: #fff;
	font-weight: 600;
	background-color: #0F3568;
	border-color: #0F3568;
}
#index .sortUl {
	margin-left: -2.7rem;
	padding-bottom: 1.6rem;
	display: flex;
	width: calc(100% + 2.7rem);
	overflow-x: auto;
}
#index .sortUl li {
	margin-right: 2.4rem;
	flex-shrink: 0;
	font-weight: 300;
}
#index .sortUl a {
	min-height: 1.8rem;
	padding-left: 2rem;
	color: #242422;
	letter-spacing: -0.048rem;
	background: url(img/icon01.png) no-repeat left top 0.1rem;
	background-size: 1.6rem auto;
}
#index .sortUl .on a {
	background-image: url(img/icon01_on.png);
}
#index .num {
	margin-bottom: 2.8rem;
	text-align: right;
	color: #0F3568;
}
#index .num span {
	margin-right: 0.4rem;
	font-size: 3.2rem;
	font-weight: 700;
}
#index .listUl {
	margin: -4rem 0 7.8rem;
}
#index .listUl li {
	margin-top: 4rem;
	width: 50rem;
}
#index .listUl a {
	height: 100%;
	display: block;
	overflow: hidden;
	border: 1px solid #CCC;
	border-radius: 0.8rem;
	box-sizing: border-box;
}
#index .listUl a:hover {
	opacity: 0.7;
}
#index .listUl .pho {
	height: 24.9rem;
	position: relative;
}
#index .listUl .pho img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .listUl .textBox {
	padding: 2.4rem 2.3rem 3.7rem;
	font-weight: 700;
}
.comSort {
	margin: -0.5rem 0 1.7rem;
	display: flex;
	flex-wrap: wrap;
}
.comSort span {
	margin: 0.5rem 0.8rem 0 0;
	padding: 0.3rem 1.4rem 0.1rem 1rem;
	color: #0F3568;
	font-size: 12px;
	border-radius: 0.4rem;
	border: 0.2rem solid #0F3568;
}
#index .listUl .title {
	margin-bottom: 1.6rem;
	font-size: 2rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
#index .listUl .text {
	margin-bottom: 2.3rem;
	font-size: 1.4rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
#index .listUl .more {
	width: 28rem;
	padding: 1.3rem 0 1.1rem;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	border-radius: 5rem;
	background-color: #0F3568;
}
@media all and (min-width: 897px) {
	#index .sortList a:hover {
		color: #fff;
		font-weight: 600;
		background-color: #0F3568;
		border-color: #0F3568;
	}
	#index .sortUl a:hover {
		background-image: url(img/icon01_on.png);
	}
}
@media all and (max-width: 896px) {
	#index {
		padding: 2.4rem 0 9.3rem;
	}
	#index .whiteBg {
		margin-bottom: 4.2rem;
		padding: 1.1rem 1.6rem 6.6rem;
		border-radius: 0;
	}
	#index .sortBox {
		margin-right: -1.6rem;
		padding: 0 0 0.5rem 7.7rem;
	}
	#index .sortBox .ttl {
		left: -0.6rem;
		top: 0.5rem;
		padding-left: 2rem;
		font-size: 1.3rem;
		background-size: 1.3rem auto;
	}
	#index .sortList {
		padding-bottom: 1.3rem;
	} 
	#index .sortList li {
		margin-right: 0.7rem;
		font-size: 1rem;
	}
	#index .sortList a {
		padding: 0.5rem 1.1rem 0.5rem;
		border-radius: 3rem;
	}
	#index .sortUl {
		margin-left: -8.3rem;
		padding-bottom: 1rem;
		width: calc(100% + 8.3rem);
		font-size: 1.3rem;
	}
	#index .sortUl li {
		margin-right: 2.2rem;
	}
	#index .sortUl a {
		min-height: 1.5rem;
		padding-left: 1.7rem;
		background-position: left top 0.1rem;
		background-size: 1.3rem auto;
	}
	#index .num {
		margin-bottom: 1rem;
	}
	#index .num span {
		margin-right: 0.4rem;
		font-size: 3.2rem;
	}
	#index .listUl {
		margin: 0 0.7rem 3.4rem 0.9rem;
		display: block;
	}
	#index .listUl li {
		margin: 0 0 2.3rem;
		width: auto;
	}
	#index .listUl a {
		border-radius: 0.5rem;
	}
	#index .listUl .pho {
		height: 0;
		padding-bottom: 50%;
	}
	#index .listUl .textBox {
		padding: 1.5rem 1.5rem 1.9rem;
	}
	.comSort {
		margin-bottom: 1.1rem;
	}
	.comSort span {
		margin-right: 0.5rem;
		padding: 0.3rem 0.8rem 0.1rem 0.7rem;
		font-size: 1rem;
		border-radius: 0.25rem;
		border-width: 1px;
	}
	#index .listUl .title {
		margin-bottom: 1.1rem;
		font-size: 1.6rem;
	}
	#index .listUl .text {
		margin-bottom: 1.4rem;
		font-size: 1.2rem;
	}
	#index .listUl .more {
		width: 18.3rem;
		padding: 0.7rem 0;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#detail {
	padding: 3.6rem 0 12.1rem;
}
#detail .whiteBg .topPho {
	margin-bottom: 2.4rem;
	overflow: hidden;
	border-radius: 0.8rem;
}
#detail .whiteBg .topPho img {
	width: 100%;
}
#detail .whiteBg h1 {
	margin-bottom: 1.8rem;
	font-weight: 700;
	font-size: 2.4rem;
}
#detail .whiteBg .time {
	margin-bottom: 1.4rem;
	font-size: 1.4rem;
	font-weight: 500;
}
#detail .whiteBg .comSort {
	margin-bottom: 3rem;
	font-weight: 700;
}
#detail .whiteBg .comSort span {
	margin-right: 1.5rem;
	padding: 0.5rem 1rem 0.4rem 1.2rem;
	border-width: 1px;
}
#detail .detailBox {
	margin-bottom: 3.8rem;
}
#detail .detailBox p {
	margin-bottom: 1.6rem;
	line-height: 1.75;
	word-break: break-all;
}
#detail .detailBox p strong {
	font-weight: 700;
}
#detail .detailBox p a:hover {
	overflow: 0.7;
}
#detail .detailBox h2 {
	padding-left: 2.5rem;
	margin: 5.6rem 0 1.3rem;
	position: relative;
	color:#0F3568;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
}
#detail .detailBox h2::before {
	position: absolute;
	left: 0;
	width: 0.4rem;
	top: 0;
	bottom: 0.2rem;
	background-color: #F76C28;
	content: "";
}
#detail .detailBox h2 + h3 {
	margin-top: -1px;
}
#detail .detailBox h3 {
	margin-bottom: 3.4rem;
	font-size: 2.2rem;
	font-weight: 700;
	border-bottom: 1px solid #0F3568;
}
#detail .detailBox table {
	margin-bottom: 3rem;
	width: 100%;
	border-collapse: collapse;
}
#detail .detailBox th,
#detail .detailBox td {
	padding: 10px;
	font-weight: 400;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	border: 1px solid #0F3568;
}
#detail .detailBox th {
	width: 20%;
	font-weight: 700;
	color: #0F3568;
}
#detail .detailBox a {
	color: #0F3568;
	text-decoration: underline;
}
#detail .comBanner {
	margin-bottom: 6.3rem;
	width: auto;
}
#detail .btmBox li {
	padding: 2.4rem 2.3rem 2.3rem;
	margin-bottom: 2.1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.4rem;
	border: 1px solid #999;
}
#detail .btmBox li p {
	width: calc(100% - 19rem);
	font-size: 1.8rem;
	font-weight: 700;
}
#detail .btmBox li span {
	margin-top: 0.6rem;
	display: block;
	font-weight: 400;
	font-size: 1.4rem;
}
#detail .btmBox li .link {
	width: 16rem;
	margin-top: -0.2rem;
}
#detail .btmBox li a {
	padding: 0.9rem 1.6rem 0.7rem 0;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	border-radius: 5rem;
	background: #F76C27 url(img/icon03.png) no-repeat right 3rem center;
	background-size: 0.6rem auto;
}
#detail .btmBox li a:hover {
	opacity: 0.7;
}
#detail .listLink {
	width: 30.6rem;
	margin-right: 0.5rem;
}
#detail .listLink li {
	margin-bottom: 1.6rem;
}
#detail .listLink a {
	display: block;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0.7rem;
}
#detail .listLink a:hover {
	opacity: 0.7;
}
#detail .listLink .pho {
	height: 15.2rem;
	position: relative;
}
#detail .listLink .pho img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#detail .listLink .textBox {
	padding: 1.7rem 2rem 1.1rem;
	font-weight: 700;
}
#detail .listLink .comSort {
	margin: -0.5rem 0 0.8rem -0.2rem;
}
#detail .listLink .comSort span {
	padding: 0.2rem 1rem 0.2rem 0.6rem;
	font-size: 1rem;
	border-width: 1px;
}
#detail .listLink .title {
	margin-bottom: 0.6rem;
	font-size: 1.6rem;
}
#detail .listLink .time {
	text-align: right;
	color: #666;
	font-size: 1.2rem;
}
#detail #pagePath {
	margin-bottom: 1.4rem;
}
#detail #pagePath li {
	margin-right: 0;
	font-size: 1.4rem;
}
#detail #pagePath li a {
	padding-right: 0.4rem;
}
@media all and (min-width: 897px) {
	#detail .mainBox {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#detail .whiteBg {
		width: 82.8rem;
		padding: 3.1rem 3.2rem 3.6rem;
		background-color: #fff;
		border-radius: 0.7rem;
	}
	#detail .detailBox a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#detail {
		padding: 1.1rem 1.6rem 8.9rem;
		position: relative;
	}
	#detail #pagePath {
		margin: 0;
		position: absolute;
		left: 1.6rem;
		right: 1.6rem;
		bottom: 2.4rem;
	}
	#detail .whiteBox {
		margin-bottom: 2.7rem;
		padding: 1.6rem 1.6rem 4.9rem;
		background-color: #fff;
		border-radius: 0.7rem;
	}
	#detail .whiteBg .topPho {
		margin-bottom: 2.5rem;
	}
	#detail .whiteBg h1 {
		margin-bottom: 1.6rem;
	}
	#detail .whiteBg .time {
		margin-bottom: 2.3rem;
	}
	#detail .whiteBg .comSort {
		margin-bottom: 2.1rem;
	}
	#detail .whiteBg .comSort span {
		margin-right: 1rem;
		padding: 0.5rem 1.8rem 0.4rem 1.2rem;
		font-size: 1.2rem;
	}
	#detail .detailBox {
		margin-bottom: 2.9rem;
	}
	#detail .detailBox p {
		margin-bottom: 1.4rem;
		line-height: 1.5;
	}
	#detail .detailBox h2 {
		padding-left: 1.1rem;
		margin: 4.3rem 0 1rem;
		font-size: 2rem;
	}
	#detail .detailBox h2::before {
		width: 0.3rem;
		top: -0.4rem;
		bottom: 0;
	}
	#detail .detailBox h2 + h3 {
		margin-top: 0;
	}
	#detail .detailBox h3 {
		margin-bottom: 1.9rem;
		font-size: 1.8rem;
		line-height: 1.3;
	}
	#detail .detailBox table {
		margin-bottom: 2rem;
	}
	#detail .detailBox th,
	#detail .detailBox td {
		padding: 0.5rem;
	}
	#detail .detailBox th {
		width: 30%;
	}
	#detail .comBanner {
		margin: 0;
		width: auto;
	}
	#detail .btmBox li {
		display: block;
		background-color: #fff;
	}
	#detail .btmBox li p {
		width: auto;
		font-size: 1.6rem;
	}
	#detail .btmBox li span {
		margin-top: 0.7rem;
		font-size: 1.2rem;
	}
	#detail .btmBox li .link {
		width: 12rem;
		margin: 1.5rem 0 0 auto;
	}
	#detail .btmBox li a {
		padding: 0.5rem 1.6rem 0.6rem 0;
		background-position: right 1.5rem center;
	}
	#detail .whiteBg {
		margin-bottom: 2.7rem;
	}
	#detail .listLink {
		width: auto;
		margin: -0.8rem 0 0;
	}
	#detail .listLink li {
		margin-bottom: 2rem;
	}
	#detail .listLink a {
		border-radius: 0 0 0.7rem 0.7rem;
		box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.20);
	}
	#detail .listLink .pho {
		height: auto;
		padding-bottom: 50.2%;
	}
	#detail .listLink .textBox {
		padding: 1.6rem 1.6rem 1.4rem;
		font-weight: 700;
	}
	#detail .listLink .comSort {
		margin-bottom: 1rem;
	}
	#detail .listLink .comSort span {
		font-size: 1.2rem;
	}
	#detail .listLink .title {
		font-size: 1.5rem;
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

#main #toc_container {
	margin: 2rem auto;
	width: 52rem !important;
	padding: 0 1rem;
	font-size: 1.8rem;
	border-radius: 0.5rem;
	background: #E5EEF2;
	text-align: center;
	max-width: 100%;
}
#main #toc_container .toc_title {
	display: inline-block;
	margin: 0 auto;
	padding: 1.5rem 0 1.3rem 5rem;
	background: url(img/icon04.png) no-repeat left center;
	background-size: 4rem auto;
}
#main #toc_container .toc_title .toc_brackets {
	font-size: 1.6rem;
}
#main #toc_container .toc_title a {
	font-size: 1.3rem;
}
#main #toc_container .toc_list {
	text-align: left;
	padding: 0 2rem 2rem;
}
#main #toc_container .toc_list a {
	font-weight: bold;
	font-size: 1.5rem;
}
@media all and (max-width: 896px) {
	#main #toc_container {
		margin: 1.9rem auto;
		width: 100% !important;
		font-size: 1.6rem;
	}
	#main #toc_container .toc_title {
		padding: 2.1rem 0 1.6rem 5rem;
	}
	#main #toc_container .toc_title .toc_brackets {
		font-size: 1.3rem;
	}
	#main #toc_container .toc_list {
		padding: 0 0 2rem;
	}
}


#detail .detailBox .headLine02 {
	margin-bottom: 3.3rem;
}
#detail .innerBids {
	padding: 2.4rem 2.3rem 2.3rem;
	margin-bottom: 2.1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.4rem;
	border: 1px solid #999;
}
#detail .innerBids p {
	margin-bottom: 0;
	width: calc(100% - 19rem);
	font-size: 1.8rem;
	font-weight: 700;
}
#detail .innerBids span {
	margin-top: 0.6rem;
	display: block;
	font-weight: 400;
	font-size: 1.4rem;
}
#detail .innerBids .link {
	width: 16rem;
	margin-top: -0.2rem;
}
#detail .innerBids a {
	padding: 0.9rem 1.6rem 0.7rem 0;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	border-radius: 5rem;
	text-decoration: none !important;
	background: #F76C27 url(img/icon03.png) no-repeat right 3rem center;
	background-size: 0.6rem auto;
}
#detail .innerBids a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#detail .innerBids {
		display: block;
		background-color: #fff;
	}
	#detail .innerBids p {
		width: auto;
		font-size: 1.6rem;
	}
	#detail .innerBids span {
		margin-top: 0.7rem;
		font-size: 1.2rem;
	}
	#detail .innerBids .link {
		width: 12rem;margin: 1.5rem 0 0 auto;
	}
	#detail .innerBids a {
		padding: 0.5rem 1.6rem 0.6rem 0;
		background-position: right 1.5rem center;
	}
}

.is-type-wp-embed iframe {
	width: 100%;
}
.wp-embed {
	padding: 0;
}
.embedBox a {
	width: 100%;
	display: flex;
	align-items: center;
	text-decoration: none !important;
}
.embedBox a:hover {
	opacity: 0.7 !important;
}
.embedBox .photo {
	width: 35.9rem;
	flex-shrink: 0;
	min-height: 18.8rem;
	pointer-events: none;
}
.embedBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.embedBox .textBox {
	width: 100%;
	padding: 2rem 7rem 2rem 2rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 2.4rem auto;
	pointer-events: none;
}
@media all and (max-width: 700px) {
	.embedBox a {
		display: block;
	}
	.embedBox .photo {
		width: auto;
		min-height: inherit;
		padding-bottom: 55%;
		position: relative;
	}
	.embedBox .photo img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.embedBox .textBox {
		font-size: 1.5rem;
	}
	.embedBox a:hover {
		opacity: 1 !important;
	}
}