/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* CAD投稿タイプ用のシンプル前後リンク */
.simple-nav {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

/* CAD投稿タイプ用のタイトルフォント */
.tt-blog-midashi {
    font-size: 28px;       /* フォントサイズを大きく */
    font-weight: 700;      /* 太字 */
    margin-top: 20px;      /* 上の余白 */
    margin-bottom: 15px;   /* 下の余白 */
    line-height: 1.3;      /* 行間 */
}


/* 施工事例のCSS */
	
img {
	height: auto !important;
}

/* clearfix */
div:after,
ul:after,
dl:after,
dt:after,
dd:after,
section:after,
header:after,
footer:after {
	content: "";
	display: block;
	clear: both;
}
*, ::after, ::before{
	box-sizing: content-box;
}
/* img */
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha(opacity=80)”;
	background-color: transparent;
}

/* a */
a {
	text-decoration: none;
}

/* li */
ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* 位置 */
.imgRight {
	float: right;
	padding-left: 10px;
}

.imgCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

/* テーブル */
.tb {
	width: 100%;
	border-top: 1px solid #B6B6B6;
	border-left: 1px solid #B6B6B6;
}

.tb tbody tr td {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 88%;
	line-height: 1.5em;
	border-right: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
}

.tb tbody tr th {
	padding: 15px;
	background-color: #E9E9E9;
	width: 35%;
	vertical-align: middle;
	font-size: 88%;
	line-height: 1.5em;
	border-right: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
}

/* 全体 */
body {
	color: #333333;
}

ul li {
	font-size: 88%;
	line-height: 1.5em;
}

body p {
	font-size: 88%;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 旧サイトスタイル */
.a_bl a {
	text-decoration: underline;
}

.a_bl a:hover {
	text-decoration: none;
}

.none {
	display: none;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.al_l {
	text-align: left;
}

.al_r {
	text-align: right;
}

.al_c {
	text-align: center;
}

.c {
	margin: 0 auto;
}

.mt0 {
	margin-top: 0 !important;
}

.ml0 {
	margin-left: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.pd3_5 th,
.pd3_5 td {
	padding: 3px 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.red {
	color: red;
}

.bold,
.bold td {
	font-weight: bold;
}

.f80 {
	font-size: 80%;
	letter-spacing: 1px;
}

.f130 {
	font-size: 130%;
	letter-spacing: 1px;
}

.f150 {
	font-size: 150%;
	letter-spacing: 1px;
}

.p p {
	margin-bottom: 1em;
}

@media screen and (min-width: 800px) {

	/*詳細*/
	.wp-img1 {
		margin: 20px 0 40px 0;
		text-align: center;
		width: 55%;
		float: left;
	}

	.wp-img1 img {
		width: 100%;
	}

	#main.wp .name {
		margin: 10px 0 20px 0;
	}

	/* 共通 */
	#wrapper {
		margin-left: auto;
		margin-right: auto;
	}

	#wrapper header #logo {
		float: left;
		padding-top: 25px;
	}

	#wrapper header {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		min-width: 1000px;
	}

	#wrapper header h1 {
		float: left;
		font-size: 65%;
		font-weight: normal;
		padding-top: 50px;
		padding-left: 20px;
	}

	#wrapper header ul {
		float: right;
		padding-top: 10px;
	}

	#wrapper header .pageHeader__trigger {
		display: none;
	}

	#wrapper nav {
		clear: both;
		border-top: 1px solid #AEACAB;
		border-bottom: 1px solid #AEACAB;
		margin-left: auto;
		margin-right: auto;
		min-width: 1000px;
	}

	#wrapper nav #navi {
		text-align: center;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	#wrapper nav #navi li a {
		font-size: 105%;
		color: #514F4E;
		text-decoration: none;
		display: block;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#wrapper nav #navi li a:hover {
		font-size: 105%;
		color: #BCBAB9;
		display: block;
	}

	#wrapper nav #navi li {
		display: inline-block;
	}

	#wrapper footer {
		margin-left: auto;
		margin-right: auto;
		background-color: #004E9B;
		padding-top: 40px;
		padding-bottom: 40px;
		width: 1000px;
		min-width: 1000px;
	}

	#wrapper footer .leftArea {
		width: 65%;
		border-right: 1px solid #FFFFFF;
		float: left;
	}

	#wrapper footer .rightArea {
		width: 30%;
		float: right;
		text-align: center;
	}

	#wrapper footer .leftArea #footerLeft ul li {
		padding-bottom: 10px;
	}

	#wrapper footer .leftArea #footerLeft {
		float: left;
	}

	#wrapper footer .leftArea #footerRight {
		float: left;
		padding-left: 20px;
	}

	#wrapper footer .leftArea #footerRight p {
		color: #FFFFFF;
	}

	#wrapper footer .leftArea #footerleftBottom {
		float: left;
		width: 70%;
		padding-top: 20px;
	}

	#wrapper footer .leftArea #footerRightBottom {
		float: right;
		width: 30%;
		padding-top: 20px;
	}

	#wrapper footer .leftArea #footerRightBottom p {
		color: #FFFFFF;
		clear: both;
	}

	#wrapper footer .leftArea .clear {
		clear: both;
	}

	#wrapper #foot_wrap .copyright {
		clear: both;
		background-color: #003F7A;
		color: #BCBCBC;
		font-size: 12px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		min-width: 1000px;
	}

	#wrapper #foot_wrap .copyright p {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	#wrapper #foot_wrap {
		background-color: #004E9B;
	}

	#wrapper #contentsArea section {
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#wrapper #contentsArea .inner {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	#wrapper #contentsArea section h2 {
		font-size: 110%;
		margin-bottom: -1px;
		padding-bottom: 20px;
	}

	#wrapper #mainvisual {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	#wrapper #mainvisual img {
		width: 100%;
		height: auto;
	}

	#wrapper #contentsArea #pan {
		font-size: 80%;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	#wrapper #contentsArea #pan a img {
		vertical-align: bottom;
	}

	#wrapper #contentsArea section .inner #bnr {
		clear: both;
		padding-top: 50px;
		width: 800px;
		margin: auto;
	}

	#wrapper #contentsArea section .inner #bnr li {
		width: 190px;
		float: left;
		margin-right: 10px;
	}

	#wrapper .ptop {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
		margin-bottom: -3px;
	}

	#wrapper .ptop img {
		width: 30px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
		margin-bottom: -3px;
		height: 30px;
	}

	.name p {
		border-left: 15px solid #004C9A;
		padding-left: 25px;
		font-size: 140%;
		text-align: left;
		font-weight: bold;
		margin-top: 30px;
	}

	.wp-img1 {
		text-align: center;
		clear: both;
	}

	.sns {
		display: block;
		float: right;
		margin-top: -90px;
		padding-bottom: 20px;
	}

	/* 施工事例 */
	.wp-2-3 {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		padding: 0 4px 4px;
		width: 42%;
		float: right;
		display: block;
	}

	.wp-2-3 table {
		width: 100%;
		font-size: 14px;
		line-height: 18px;
	}

	.wp-2-3 table {
		border-collapse: separate;
		border: 1px solid transparent;
	}

	.wp-2 {
		padding: 4px;
		text-align: left;
	}

	.wp-2-3 table td {
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 10px;
		border-bottom: 1px solid #C7C7C7;
	}

	.wp-2-2 {
		padding: 4px;
		text-align: left;
	}

	.wp-4_ {
		padding-left: 1%;
		width: 36%;
		background-image: url(../img/wp/img1.gif);
		background-repeat: no-repeat;
		padding-top: 1%;
		float: left;
		border: 1px solid #C7C7C7;
		padding-right: 1%;
		padding-bottom: 1%;
	}

	.wp-4 img_ {
		width: 100%;
		text-align: center;
	}

	.wp-5 {
		float: left;
		width: 39px;
		padding-top: 30px;
	}

	.wp-6_ {
		width: 37%;
		background-image: url(http://oyg-premium.com/top-tecno202506/wp-content/uploads/2025/12/img2.gif);
		background-repeat: no-repeat;
		float: left;
		background-position: center 20px;
		padding-top: 1%;
		padding-right: 1%;
		padding-bottom: 1%;
		padding-left: 1%;
		border: 1px solid #C7C7C7;
	}

	.wp-6 img_ {
		width: 100%;
		text-align: center;
		height: auto;
	}

	.wp-8_out {
		text-align: center;
		margin-left: 54px;
	}

	.wp-8 {
		width: 21.222%;
		text-align: center;
		background: url(./img/list_bg.gif) no-repeat 0 0;
		margin-right: 1%;
		margin-top: 1%;
		margin-bottom: 1%;
		min-height: 137px;
		height: auto;
		float: left;
		border-bottom: 1px solid #C7C7C7;
		width: 23%;
		border-bottom: 1px solid #C7C7C7;
		margin-left: 1%;
		aspect-ratio: 4 / 3;
		background-size: cover;
	}

	.wp-8 img {
		width: 100%;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}

	.wp-5 {
		float: left;
		width: 39px;
		padding-top: 30px;
	}

	.wp-7 {
		margin-top: 20px;
		width: 100%;
	}

	.wp-3 {}

	.wp-7 ul {
		text-align: center;
	}

	.wp-7 ul li {
		display: inline-block;
		width: 44%;
		margin-left: 1%;
		margin-right: 1%;
		margin-top: 1%;
		margin-bottom: 1%;
	}

	.wp-7 ul li img {
		width: 100%;
		height: auto;
	}

	.wp4-6 {
		width: 100%;
	}

	.wp4-6 .wp-4 {
		width: 42%;
		float: left;
		margin-right: 3%;
		border: 1px solid #C7C7C7;
		background-repeat: no-repeat;
		background-position: center 20px;
		background-image: url(../img/wp/img1.gif);
		padding-top: 2%;
		padding-right: 2%;
		padding-bottom: 2%;
		padding-left: 2%;
		height: 330px;
	}

	.wp4-6 .wp-6 {
		width: 42%;
		float: left;
		margin-left: 4%;
		border: 1px solid #C7C7C7;
		background-repeat: no-repeat;
		background-image: url(../../uploads/2025/12/img2.gif);
		background-position: center 20px;
		padding-top: 2%;
		padding-right: 2%;
		padding-bottom: 2%;
		padding-left: 2%;
		height: 330px;
	}

	.wp4-6 .wp-4 img {
		padding-top: 20px;
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: block;
	}

	.wp4-6 .wp-6 img {
		padding-top: 20px;
		height: auto;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: block;
	}

	.contactArea {
		margin-left: auto;
		margin-right: auto;
		width: 964px;
		clear: both;
		background-image: url(./img/contact_bg.jpg);
		background-repeat: no-repeat;
		position: relative;
		height: 222px;
		top: auto;
		margin-top: 30px;
	}

	.contactArea #contactTel {
		position: absolute;
		top: 80px;
		left: 20px;
	}

	.contactArea #contactBnr01 {
		position: absolute;
		right: 20px;
		top: 85px;
	}

	.contactArea #contactBnr02 {
		position: absolute;
		right: 20px;
		top: 140px;
	}
}

@media screen and (max-width: 799px) {
	#wrapper header {
		padding-top: 20px;
	}

	#wrapper header #logo {
		width: 50%;
		float: left;
	}

	#wrapper header #logo img {
		width: 100%;
		height: auto;
	}

	#wrapper header .spNone {
		display: none;
	}

	#wrapper header .pageHeader__trigger {
		width: 48%;
		float: right;
	}

	#wrapper header .pageHeader__trigger ul {
		width: 48%;
		float: left;
	}

	#wrapper header .pageHeader__trigger ul li {
		width: 48%;
		float: left;
		margin-right: 2%;
	}

	#wrapper header .pageHeader__trigger ul img {
		width: 100%;
		height: auto;
	}

	#wrapper header .pageHeader__trigger button {
		width: 50%;
		float: right;
		background-color: #FFFFFF;
		border-style: none;
	}

	#wrapper header .pageHeader__trigger button img {
		width: 100%;
		height: auto;
	}

	#wrapper header h1 {
		text-align: center;
		font-size: 65%;
		font-weight: normal;
		clear: both;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	#wrapper nav #navi {
		display: none;
	}

	#wrapper #mainvisual {
		width: 100%;
	}

	#wrapper #mainvisual img {
		width: 100%;
		height: auto;
	}

	#wrapper #contentsArea .inner {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
	}

	#wrapper #contentsArea .inner h2 {
		font-size: 100%;
	}

	#wrapper #contentsArea #pan {
		font-size: 80%;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		width: auto;
	}

	#wrapper #contentsArea #pan a img {
		vertical-align: bottom;
	}

	#wrapper footer {
		margin-left: auto;
		margin-right: auto;
		background-color: #004E9B;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	}

	#wrapper footer .leftArea {}

	#wrapper footer .rightArea {
		text-align: left;
	}

	#wrapper footer .leftArea #footerLeft ul li {
		padding-bottom: 10px;
	}

	#wrapper footer .leftArea #footerLeft {}

	#wrapper footer .leftArea #footerRight {}

	#wrapper footer .leftArea #footerRight p {
		color: #FFFFFF;
	}

	#wrapper footer .leftArea #footerleftBottom {
		padding-top: 10px;
		border: 1px solid #FFFFFF;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	#wrapper footer .leftArea #footerleftBottom img {
		width: 100%;
		height: auto;
	}

	#wrapper footer .leftArea #footerRightBottom {
		padding-top: 20px;
	}

	#wrapper footer .leftArea #footerRightBottom p {
		color: #FFFFFF;
	}

	#wrapper footer .leftArea .clear {
		clear: both;
	}

	#wrapper .ptop {
		margin-bottom: -3px;
		width: 100%;
		text-align: right;
		display: block;
	}

	#wrapper .ptop img {
		width: 10%;
		height: auto;
		max-width: 50px;
		margin-right: 2%;
	}

	#wrapper #foot_wrap .copyright {
		clear: both;
		background-color: #003F7A;
		color: #BCBCBC;
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}

	#wrapper #mainvisual {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#wrapper #mainvisual img {
		width: 100%;
		height: auto;
	}

	#wrapper #contentsArea #pan {
		font-size: 80%;
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}

	#wrapper #contentsArea #pan a img {
		vertical-align: bottom;
	}

	#wrapper #contentsArea section .inner #bnr {
		padding-bottom: 20px;
	}

	#wrapper #contentsArea section .inner #bnr li {
		width: 48%;
		float: left;
		display: inline-block;
		margin-left: 1%;
		margin-right: 1%;
	}

	#wrapper #contentsArea section .inner #bnr li img {
		width: 100%;
	}

	#wrapper #foot_wrap footer .leftArea #footerRight p a {
		color: #FFFFFF;
	}

	.name p {
		border-left: 15px solid #004C9A;
		padding-left: 25px;
		font-size: 140%;
		text-align: left;
		font-weight: bold;
		margin-top: 30px;
	}

	.wp-img1 {
		text-align: center;
		clear: both;
		width: 100%;
	}

	.wp-img1 img {
		width: 100%;
	}

	.sns {
		display: block;
		padding-bottom: 20px;
	}

	/* 施工事例 */
	.wp-2-3 {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		padding: 4px;
		width: 100%;
	}

	.wp-2-3 table {
		width: 100%;
		font-size: 14px;
		line-height: 18px;
	}

	.wp-2-3 table {
		border-collapse: separate;
		border: 1px solid transparent;
	}

	.wp-2 {
		padding: 4px;
		text-align: left;
	}

	.wp-2-3 table td {
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 10px;
		border-bottom: 1px solid #C7C7C7;
	}

	.wp-2-2 {
		padding: 4px;
		text-align: left;
	}

	.wp-4 {
		padding-left: 1%;
		width: 90%;
		background-image: url(../img/wp/img1.gif);
		background-repeat: no-repeat;
		padding-top: 1%;
		float: left;
		border: 1px solid #C7C7C7;
		padding-right: 1%;
		padding-bottom: 1%;
		background-position: 40px 20px;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom: 30px;
	}

	.wp-4 img {
		width: 100%;
		text-align: center;
	}

	.wp-5 {
		float: left;
		width: 39px;
		padding-top: 30px;
	}

	.wp-6 {
		width: 90%;
		background-image: url(http://oyg-premium.com/top-tecno202506/wp-content/uploads/2025/12/img2.gif);
		background-repeat: no-repeat;
		float: left;
		background-position: center 20px;
		padding-top: 1%;
		padding-right: 1%;
		padding-bottom: 1%;
		padding-left: 1%;
		border: 1px solid #C7C7C7;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.wp-6 img {
		width: 100%;
		text-align: center;
		height: auto;
	}

	.wp-8_out {
		text-align: center;
		padding-left: 15px;
	}

	.wp-8 {
		width: 45%;
		text-align: center;
		background: url(../img/list_bg.gif) no-repeat 0 0;
		margin-right: 2%;
		margin-top: 2%;
		margin-bottom: 2%;
		height: 137px;
		height: auto;
		float: left;
		border-bottom: 1px solid #C7C7C7;
		border-bottom: 0px solid #C7C7C7;
		margin-left: 2%;
		background-size: cover;
	}

	.wp-8 img {
		width: 100%;
	}

	.wp-5 {
		float: left;
		width: 39px;
		padding-top: 30px;
	}

	.wp-7 {
		margin-top: 20px;
		width: 100%;
	}

	.wp-3 {}

	.wp-7 ul {
		text-align: center;
	}

	.wp-7 ul li {
		display: inline-block;
		width: 44%;
		margin-left: 1%;
		margin-right: 1%;
		margin-top: 1%;
		margin-bottom: 1%;
	}

	.wp-7 ul li img {
		width: 100%;
		height: auto;
	}

	.wp4-6 {
		width: 100%;
	}

	.wp4-6 .wp-4 img {
		padding-top: 12%;
		width: 86%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.wp4-6 .wp-6 img {
		padding-top: 12%;
		height: auto;
		width: 86%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.contactArea {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		clear: both;
		background-repeat: no-repeat;
		position: relative;
		top: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		background-position: center top;
		padding-top: 100px;
		border: 1px solid #A4A4A4;
		background-image: url(./img/contact_bg_sp.png);
		background-size: 100% auto;
	}

	.contactArea #contactTel {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-bottom: 20px;
		border-style: solid;
	}

	.contactArea #contactTel img {
		width: 100%;
		height: auto;
	}

	.contactArea #contactBnr01 {
		padding-bottom: 10px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.contactArea #contactBnr01 img,
	.contactArea #contactBnr02 img {
		width: 100%;
		height: auto;
	}

	.contactArea #contactBnr02 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 550px) and (max-width: 799px) {
	.wp4-6 .wp-4 {
		width: 43%;
		margin-left: 1%;
		margin-right: 1%;
		border: 1px solid #C7C7C7;
		background-repeat: no-repeat;
		background-position: center 20px;
		background-image: url(../img/wp/img1.gif);
		padding-top: 2%;
		padding-right: 2%;
		padding-bottom: 2%;
		padding-left: 2%;
		height: 200px;
		height: 230px;
	}

	.wp4-6 .wp-6 {
		width: 43%;
		margin-right: 1%;
		border: 1px solid #C7C7C7;
		background-repeat: no-repeat;
		background-image: url(http://oyg-premium.com/top-tecno202506/wp-content/uploads/2025/12/img2.gif);
		background-position: center 4%;
		padding-top: 2%;
		padding-right: 2%;
		padding-bottom: 2%;
		padding-left: 2%;
		margin-left: 1%;
		height: 230px;
	}
}

@media screen and (max-width: 549px) {
	.wp4-6 .wp-4 {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #C7C7C7;
		background-repeat: no-repeat;
		background-position: center 20px;
		background-image: url(../img/wp/img1.gif);
		padding-top: 2%;
		padding-right: 2%;
		padding-bottom: 2%;
		padding-left: 2%;
		height: 330px;
		text-align: center;
	}

	.wp4-6 .wp-6 {
		width: 96%;
		margin-right: auto;
		border: 1px solid #C7C7C7;
		background-repeat: no-repeat;
		background-image: url(http://oyg-premium.com/top-tecno202506/wp-content/uploads/2025/12/img2.gif);
		background-position: center 4%;
		padding-top: 2%;
		padding-right: 2%;
		padding-bottom: 2%;
		padding-left: 2%;
		margin-left: auto;
		height: 330px;
		text-align: center;
	}
}

.banner-box,
.banner-box-right {
	position: fixed;
	width: 150px;
	right: 0;
	top: 40%;
	z-index: 99999999999;
}

.banner-box-left {
	position: fixed;
	width: 150px;
	left: 0;
	top: 40%;
	z-index: 99999999999;
}

.banner-box-right,
.banner-box-left {
	display: none;
}

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

	.banner-box,
	.banner-box-right,
	.banner-box-left {
		display: none;
	}
}

#wrapper #contentsArea.colum-wrap section h2 {
	margin-top: 40px;
}

#wrapper #contentsArea.colum-wrap section h2,
#wrapper #contentsArea.colum-wrap section h2 span,
#wrapper #contentsArea.colum-wrap section h2 strong {
	font-weight: 700 !important;
	font-size: 20px;
	color: #004E96;
}

#wrapper #contentsArea.colum-wrap section h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

#wrapper #contentsArea.colum-wrap section h3 span,
#wrapper #contentsArea.colum-wrap section h3 strong {
	font-weight: 700 !important;
	font-size: 16px;
	color: #004E96;
}

.colum-wrap table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	max-width: 700px;
	text-align: center;
}

.colum-wrap table th,
.colum-wrap table td {
	border: 2px solid #003F7A;
	padding: 7.5px 5px;
}

.colum-wrap table tr:nth-child(1) td {
	background-color: #003F7A;
	color: #fff;
	border: 2px solid #003F7A;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
}

.colum-wrap table th {
	color: #003F7A;
	font-weight: bold;
	text-align: center;
}

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

	.colum-wrap table th,
	.colum-wrap table td {
		font-size: 14px;
	}
}
/*

added 2025/12


*/
#bnr{
 	display :flex;
	justify-content: center;
	gap: 20px;
}