.header_top a{color:#c00; text-decoration:none;}
.bg_color6{background:#ebfbff;}
body .tel{font-family: 'Roboto';}
.shiryoBtn a{
	display:block;
	border-radius: 15px;
	padding: 30px 20px;
	text-align:center;
	background:#9d8d64;
	color:#fff;
	position:relative;
	font-size:24px;
}
.shiryoBtn a span{
	position:absolute;
	color:#9d8d64;
	background-color:#fff;
	top:2px;
	right:2px;
	padding:28px 40px;
	border-radius:0 13px 13px 0;
	display:block;
}

.priceplan_list{
	list-style: none;
	margin:0;
	padding:0;
}
.site-body-bottom{
	background-image:url(/wp-content/uploads/2024/12/stftbg.webp);
	background-color:#254c86;
	background-blend-mode: multiply;
	background-repeat:no-repeat;
	background-position:center;
}
.footer_company_box{
	background-color:#fff;
}
.single .entry-body{margin-bottom:4.5rem;}
@media screen and (min-width: 993px) {
	.top_plan{
		height:500px;
	}
	.priceplan_list{
		flex-wrap:wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.priceplan_list .priceplan_list_item{border-right: 1px solid #fff;}
	.priceplan_list_item a{
		height: 100%;
		min-height: 380px;
	}
}
.priceplan_list .priceplan_list_item{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	margin:0;
	padding:0;
	position:relative;
}
.priceplan_list .priceplan_list_item_01{background-image:url(/wp-content/uploads/2024/10/support_menu04.jpg);}
.priceplan_list .priceplan_list_item_02{background-image:url(/wp-content/uploads/2024/10/support_menu03.jpg);}
.priceplan_list .priceplan_list_item_03{background-image:url(/wp-content/uploads/2024/10/content_menu03.jpg);}
.priceplan_list .priceplan_list_item_04{background-image:url(/wp-content/uploads/2024/10/support_menu01.jpg);}

.priceplan_list .priceplan_list_item:last-child{border-right:none;}

.priceplan_list_item a{
	text-decoration:none;
	display: block;
	position: relative;
	width: 100%;
	padding: 70px 20px;
	color: #fff;
	border-bottom:1px solid #fff;
}
.priceplan_list_item a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.priceplan_list_item a:hover:before{background: rgba(0, 0, 0, 0.8);}
.priceplan_list_item a .content_txt, .priceplan_list_item a .ttl_txt {
	position: relative;
	z-index: 1;
}
.priceplan_list_item a .ttl_txt {font-size:2.0rem; position:relative; margin-bottom:2.5rem;}
.priceplan_list_item a .ttl_txt:after{content:""; background-color:#fff; height:1px; position:absolute; width:60%; left:0; bottom:-15px;}
.priceplan_list_item a .content_txt{font-size:18px; min-height:80px;}
.priceplan_list_item a .content_txt span{font-size:2rem; display:inline-block; padding:0 0.2rem;}
.IconArrow {
	margin-right:0;
	width: 50px;
	height: 50px;
}
.IconArrow:after {
	width: 8px;
	height: 8px;
	bottom: calc(50% - 4px);
	right: calc(50% - 6px);
}
.priceplan_list_item a .IconArrow {
	display: block;
	background:#fff;
	/*border: 1px solid #fff;*/
	-webkit-transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
	transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.priceplan_list_item a .IconArrow::after {
	content: "";
	display: block;
	position: absolute;
	border-top: solid #000;
	border-right: solid #000;
	border-width: 1px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.click{
	background:#fff;
	color:#000;
	width:calc(100% - 40px);
	z-index: 1;
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align:center;
	padding:0.5em 0;
}
.tooltip {
	font-size:14px;
	color:#fff;
	position:relative;
	z-index:1;
	border:1px solid #fff;
	border-radius:5px;
	padding:0.5em;
}
.tooltip-1st{
	margin-top:50px;
}
.tooltip-2nd{
	margin-top:20px;
}
.contact_tel a{color:#c00; text-decoration:none;}
.tooltip:last-child{
	margin-bottom:30px;
}
.strength_box p:first-child{position:absolute; font-size:3rem; padding:1rem; line-height:1em;}

.proBox{
	background:var(--vk-color-primary);
	padding:1.5em;
}
body h2.proni{
	color:#fff;
	text-align:center;
	line-height:3rem;
	margin-bottom:1em;
}
body h2.proni strong,body h2.proni i{
	font-size:3rem;
}
body h2.proni i{color:#fc0;}
@media screen and (max-width: 769px) {
	body h2.proni strong,body h2.proni i{font-size:2.0rem;}
}

.fukidashi{
	background:#050125;
	margin: 0 calc(50% - 50vw);
	padding:0.5rem 0;
}
.fukidashi ul li{
	list-style:none;
}
.fukidashi ul li div.bln{
	background:#fff;
	border-radius:3rem;
	padding:1em;
	text-align:center;
	position:relative;
}

.fukidashi ul li div.bln::before {
	content: "";
	position: absolute;
	top: 98%;
	left: 48%;
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	width: 0;
	height: 0;
}
.keyTitle div.areaN{padding:0 10px 10px; line-height:20px;}
.keyTitle div.areaN small{font-size:20px; line-height:1em;}
@media screen and (min-width: 769px) {
	.br_sponly br{display:none;}
}
@media screen and (max-width: 768px) {
	.keyTitle div.areaN{padding:0 0 10px; line-height:12px;}
	.keyTitle div.areaN small{font-size:12px; line-height:1em;}
	.br_pconly br{display:none;}
}
dl.history{margin:0;}
dl.history dt{width:70px;}
dl.history dd{width:calc(100% - 80px);}
dl.history dt,dl.history dd{margin-bottom:0.5em;}
.att{
	background:#000;
	padding:0.5em;
	margin:1em 0 0;
	color:#fff;
}
.f85{font-size:85%;}