@charset "UTF-8";
@import "button.css";
body {
	overflow-y:scroll;
	font: 80%/1.7 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background: #F3F2ED;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-text-size-adjust: none;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}

h1 {
	font-size:100%;
}

a img { 
	border: none;
}

a img:hover { /* マウスオーバーでリンク画像を薄く */
	opacity:0.5;
	filter:Alpha(opacity=50);
}

p {
	line-height:normal;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#44AF34;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
	word-break:break-all;
}
a:visited {
	color: #44AF34;
	text-decoration: underline;
	word-break:break-all;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	color: #F08C00;
	text-decoration: none;
}
.clear {
	clear: both;
}


.container {
	width: 960px;
	background: #fff;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
	overflow: hidden; /* この宣言により .container は、含まれているすべてのフローティングカラムをクリアします。 */
}
.sidebar1 {
	float: left;
	width: 190px;
	background: #fff;
	position:relative;
	left:0px;
	top:0px;
	z-index:9999;
	border-right:solid #ffffff 6px;
	/*
	border-right:solid #F3F2ED 6px;
	*/
}
.sidebar2 {
	width: 100%;
	height:48px;
	background: #fff;
	position:relative;
	left:0px;
	top:0px;
	z-index:9999;
	display:none;
}

.content {
	width: 764px;
	background: #F3F2ED;
	float: left;
	z-index:0;
}


#footer {
	clear: both;
	height:83px;
	border-top: 1px solid #BABABA;
	background-color: #1B1B1B;
	background-image: url(../img/common/bg_footer.gif);
}

/* ~~ content ~~ */
.description {
/*
	width:236px;
*/
	width:460px;
	height:40px;
	color: #666;
	position:absolute;
	top:10px;
	left:10px;
	margin:0;
	padding:0;
}

.mainimage {
	padding:0;
	width:764px;
	margin:0 auto;
	position:relative;
}

.topic-path {/* -- パン屑リスト -- */
  font-size: 0.8em;
  line-height: 1em;
  margin-bottom: 1em;
}
.contentmain1 {
	background: #fff;
/*
border-left:solid #F3F2ED 6px;
*/
}

.content h2{
	font-size:14px;
	margin:20px 10px 20px 10px;
	border-left: 6px solid #44AF34;
	border-bottom:dotted 1px #cccccc;
	width:720px;
	line-height: 40px;
	padding-left: 6px;
	color:#000000;

}
/* ~~ footer ~~ */
#footer p {
	font-size: 0.8em;
	color: #666;
	/*
	text-align: right;
	padding:30px 15px 0 0;
	*/
	position:relative;
	left:4px;
	top:64px;
}

/* -- 装飾関係 -- */
.dotline {
	border-bottom: 1px dotted #cccccc;
	margin:0 10px;
}

/* -- テーブル関係 -- */
table1 {
	border-collapse:collapse;
}
.table1 th {
	padding: 6px 16px;
	color:#000000;
	border: 1px solid #FFFFFF;
	text-align:left;
	line-height: 1.6em;
}
.table1 td {
	padding: 6px 16px;
	border: 1px solid #FFFFF;
	line-height: 1.6em;
}

table2 {
	border-collapse:collapse;
}
.table2 th {
	padding: 6px 16px;
	color:#ffffff;
	border: 1px solid #FFFFFF;
	text-align:right;
	line-height: 1.6em;
}
.table2 td {
	padding: 6px 16px;
	border: 1px solid #FFFFF;
	line-height: 1.6em;
	text-align:right;
}

table0 {
	border-collapse:collapse;
}
.table0 th {
	padding: 6px 16px;
	color:#000000;
	border: 0px;
	text-align:left;
	line-height: 1.6em;
}
.table0 td {
	padding: 6px 16px;
	border: 0px;
	line-height: 1.6em;
}

table3 {
	border-collapse:collapse;
}
.table3 th {
	padding: 6px 16px;
	color:#000000;
	border: 1px solid #FFFFFF;
	text-align:center;
	line-height: 1.6em;
}
.table3 td {
	padding: 6px 16px;
	border: 1px solid #FFFFFF;
	line-height: 1.6em;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
ul,li {
	margin:0;
	padding:0;
}
.faq_ul { 
	padding: 0 15px 15px 40px; 
}
.content ul { 
	list-style: none; /* リストのマーカーを削除します。 */
	/*
	padding: 0 15px 15px 40px; 
	*/
}
.content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	border-bottom: 1px solid #CCCCCC; /* ボタンの区切り線を作成します。 */
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 15px 5px 15px 15px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	text-decoration: none;
	background: #fff;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background: #F08C00;
	color: #FFF;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-right: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* page-top */
#page-top {
	position: fixed;
	bottom: 90px;
	right: 0px;
	font-size: 77%;
}
#page-top a {
	background: #44AF34;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #F08C00;
}

#mobile_nav{
	display: block;
	position: static; 
	top: 42px;
	width: 100%;
	margin:0 auto;
}

#mobile_nav>li{
	display: none;
	height: 42px;
	width:100%;
	list-style:none;
}

#mobile_nav>li>a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	margin:2px 0 2px 0;
	padding:2px 0 2px 10px;
	width:100%;
	height:36px;
}

#mobile_nav>li:hover>a{
	display: block;
	color: #ffffff;
	background-color:#F08C00;
	text-decoration: none;
}

#mobile_nav>li ul{
	display: block;
	margin-top: 33px;
}

#mobile_nav>li>ul ul{
	margin-top: 0px;
}

#mobile-menu-holder {
	width: 100%;
	height: 47px;
	background-color:#000000;
}

#mobile_menu_btn {
	color:#ffffff;
	padding:9px 0 0 50px;
	background: url(../img/mobile_icon.jpg) no-repeat;
	margin:0;
	height: 47px;
	font-size:20px;
}

#mobile_menu{
	display:block;
	width: 100%;
	padding-top: 1px;
	margin-bottom: 0px;
	background-color: #000000; 
}

.calc_p1 {
	font-size:22px;
	font-weight:bold;
	color:#44AF34;
}
.calc_p2 {
	font-size:22px;
	font-weight:bold;
	color:#FF4000;
}
.calc_p0 {
	font-size:22px;
	font-weight:bold;
	color:#F79C19;
}
.calc_p3 {
	font-size:10px;
	font-weight:normal;
	color:#999999;
}
.img_box_left {
	width:211px;
	height:auto;
	display:block;
}
.img_box_left2 {
	width:301px;
	height:auto;
	display:block;
}

.left_right_box ul {

}
.left_right_box li {
	list-style:none;
	float:left;
	padding:0 0 0 2%;
}
.shumi_tokyo {
	color:#E83329;
}
.shumi_chugoku {
	color:#6AB82C;
}
.shumi_font_size {
	font-size:20px
}

.tokyo_den {
	cursor : pointer;
	color:#000000;
	background-color:#ffffff;
	margin:8px 0 8px 0;
	height:38px;
	border:1px solid #cccccc;
	padding:10px 0 0 0;
	border-radius:15px;
}

.chugoku_den {
	cursor : pointer;
	color:#000000;
	background-color:#ffffff;
	margin:8px 0 8px 0;
	height:38px;
	border:1px solid #cccccc;
	padding:10px 0 0 0;
	border-radius:15px;
}

.lil ul {
	list-style:none;
}

.lil li {
	float:left;
}

.lbl {
	width:150px;
}

.cont_box {
	margin:0;
	padding:0 0 0 15px; 
}

#kakunin_btn,#submit_btn,#modoru_btn {
	height:46px;
	width:120px;
	display:block;
}

.explanation a{
	text-decoration: none;
	color: #FFA500;
	font-size: 100%;
}

.pdfm{
    height: 14px;
    font-size: 10px;
    color: #ffffff;
    background-color: red;
    padding: 2px;
}

#crecard {
	display:none;
}

#typeb {
	display:none;
}

#typet {
	display:none;
}

.color_h {
	background-color:#F3F2ED;	
}

.color_m {
	background-color:#FAFAF3
}

.w20 {
	width:20%;
	padding:5px;
}

.w70 {
	width:70%;
	padding:5px;
}

.w50 {
	width:50%;
	margin:0 auto;
}

.w90 {
	width:90%;
	margin:0 auto;
}

.w300 {
	width:300px;
	margin:0 auto;
}

/* 2017.06.20 relife */
.top_news {
	padding-left:15px;
}

.top_news_date {
	width:108px;
	height:23px;
	display:inline-table;
}

.top_news_detail {
	width:614px;
	height:23px;
	display:inline-table;
}

/* prev next */
#nav-above {
	width:230px;
	height:30px;
	position:relative;
	margin:0 auto;
}

.nav-previous {
	position:absolute;
	left:0;
	bottom:0;
	width:110;
	
}

.nav-next {
	position:absolute;
	right:0;
	bottom:0;
	width:110;
}

.widget-area {
	padding-left:15px;
}

.bar_g {
	font-size:14px;
	font-weight:bold;
	width:100%;
	height:auto;
	padding:10px;
	color:#ffffff;
	background-color:#39B54A;
}

.bar_g {
	font-size:14px;
	font-weight:bold;
	width:100%;
	height:auto;
	padding:10px;
	color:#ffffff;
	background-color:#39B54A;
}

.bar_p {
	font-size:14px;
	font-weight:bold;
	width:100%;
	height:auto;
	padding:10px;
	color:#ffffff;
	background-color:#FF7BAC;
}

.bar_b {
	font-size:14px;
	font-weight:bold;
	width:100%;
	height:auto;
	padding:10px;
	color:#ffffff;
	background-color:#3FA9F5;
}

.bar_gr {
	font-size:14px;
	font-weight:bold;
	width:100%;
	height:auto;
	padding:10px;
	color:#ffffff;
	background-color:#4D4D4D;
}

ul.sub_nav {
	list-style: none; /* リストのマーカーを削除します。 */
	margin-bottom: 10px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}

ul.sub_nav li:first-child  {
	border-top: 1px solid #CCCCCC; /* ボタンの区切り線を作成します。 */
}

ul.sub_nav li {
	border-bottom: 1px solid #CCCCCC; /* ボタンの区切り線を作成します。 */
}

ul.sub_nav a, ul.sub_nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 10px 5px 10px 15px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	text-decoration: none;
	background: #fff;
	color: #000;
}

ul.sub_nav a:hover, ul.sub_nav a:active, ul.sub_nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background: #F08C00;
	color: #FFF;
}

input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
    background: #eee !important;
    border: solid 1px #eee;
    color: #666;
}

/* MAPデータ */
#sim_map {
	position:relative;
	display:block;
	width:1200px;
	height:826px;
}

#map_hokkaido {
	position:absolute;
	top:125px;
	left:812px;
	width:220px;
	height:160px;
	/*
	background-color:#0e6eb8;
	*/
	background-color:#CCCCCC;
}

#map_touhoku {
	position:absolute;
	top:305px;
	left:812px;
	width:130px;
	height:200px;
	/*
	background-color:#00a0e9;
	*/
	background-color:#CCCCCC;
}

#map_kantou {
	position:absolute;
	top:527px;
	left:812px;
	width:130px;
	height:140px;
	/*
	background-color:#8ec31f;
	*/
	background-color:#CCCCCC;
}

#map_chubu {
	position:absolute;
	top:407px;
	left:674px;
	width:120px;
	height:164px;
	/*
	background-color:#f8b62b;
	*/
	background-color:#CCCCCC;
}

#map_kinki {
	position:absolute;
	top:451px;
	left:544px;
	width:110px;
	height:200px;
	/*
	background-color:#920783;
	*/
	background-color:#CCCCCC;
}

#map_chugoku {
	position:absolute;
	top:451px;
	left:328px;
	width:200px;
	height:110px;
	background-color:#CCCCCC;
	/*
	background-color:#e4007f;
	*/
}

#map_shikoku {
	position:absolute;
	top:576px;
	left:368px;
	width:160px;
	height:80px;
	background-color:#CCCCCC;
	/*
	background-color:#22b573;
	*/
}

#map_kyushu {
	position:absolute;
	top:501px;
	left:164px;
	width:150px;
	height:200px;
	/*
	background-color:#ea5413;
	*/
	background-color:#CCCCCC;
}

.map_text {
	/*
	position:absolute;
	*/
	width:58px;
	margin:15px auto;
	display:block;
	color:#ffffff;
}

.title__green{
	background: #1daa39!important;
	color: #FFF!important;
	text-align: center!important;
	padding: 10px 0!important;
	font-size: 20px!important;
	font-weight:bold!important;
	width:100%!important;
	border: none!important;
	margin: 0!important;
}

.content-box{
	margin-left: 10px;
    margin-right: 20px;
	margin-top: 5px;
}

.content-text{
	padding: 10px 10px 10px 10px;
	border: 1px solid;
	border-color: #2F528F; 
}

.content-text > p{
	margin-top: 2px;
}



/* ==========================================================================
   2025-06-23 Add CSS for Contact Section
   Used for inquiry form and phone contact blocks
   ========================================================================== */

@media screen and (min-width: 1281px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .pc_only {
    display: none;
  }
}

.consumer-contact {
  padding: 60px 0;
  background-color: #F6F7E6;
}
@media (min-width: 768px) {
  .consumer-contact {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.c-inquiry {
  margin: 0 auto;
  padding: 40px 50px;
  max-width: 1050px;
  background: #fff;
  box-shadow: 0 0 10px rgba(139, 144, 172, 0.5);
  box-sizing: border-box;
}
@media (max-width: 1050px) {
  .c-inquiry {
    padding: 35px 20px 40px;
  }
}

.c-inquiry_txt {
  display: table;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .c-inquiry_txt {
    text-align: center;
  }
}

.c-inquiry_grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1050px) {
  .c-inquiry_grid {
    flex-direction: column;
  }
}

.c-inquiry_col {
  display: flex;
  align-items: center;
  min-height: 129px;
  width: 50%;
  border: 2px solid #3c9a46;
  background: #fff;
  color: #3c9a46;
  box-sizing: border-box;
}
@media (max-width: 1050px) {
  .c-inquiry_col {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.c-inquiry_col.-mail {
  justify-content: center;
  margin-right: 10px;
  max-width: 475px;
  position: relative;
  transition: opacity 0.2s ease;
}
.c-inquiry_col.-mail:hover,
.c-inquiry_col.-mail:focus,
.c-inquiry_col.-mail:active {
  opacity: 0.7;
}
.c-inquiry_col.-mail::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 45px solid #3c9a46;
  border-left: 45px solid transparent;
}
.c-inquiry_col.-mail::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 13px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.c-inquiry_col.-tel {
  flex-direction: column;
  padding: 30px 0 0;
  max-width: 450px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-inquiry_col.-tel {
    padding: 20px 0 0;
  }
}

.c-inquiry_means {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
}
.c-inquiry_means::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
.c-inquiry_col.-mail .c-inquiry_means {
  padding-left: 60px;
}
.c-inquiry_col.-mail .c-inquiry_means::before {
  width: 40px;
  height: 28px;
  background: url(/img/common/icon/mail-02.svg) no-repeat;
  transform: translateY(-50%);
}
.c-inquiry_col.-tel .c-inquiry_means {
  padding-left: 45px;
}
.c-inquiry_col.-tel .c-inquiry_means::before {
  width: 30px;
  height: 42px;
  background: url(/img/common/icon/tel.svg) no-repeat;
  transform: translateY(-50%) rotate(-28deg);
}
@media (max-width: 1050px) {
  .c-inquiry_means {
    font-size: 18px;
  }
  .c-inquiry_col.-mail .c-inquiry_means {
    padding-left: 55px;
  }
  .c-inquiry_col.-mail .c-inquiry_means::before {
    width: 35px;
    height: 25px;
    background-size: contain;
  }
  .c-inquiry_col.-tel .c-inquiry_means::before {
    width: 26px;
    height: 33px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .c-inquiry_col.-tel .c-inquiry_means {
    padding-left: 35px;
  }
}

.c-inquiry_time {
  display: block;
  margin-top: auto;
  padding: 0;
  width: 100%;
  background: #f2fff3;
  font-size: 12px;
}
.c-inquiry_time > dt {
  margin-right: 0px;
  color: #3c9a46;
  font-weight: 700;
}
.c-inquiry_time > dd {
  margin-right: 5px;
  color: #333;
}
.c-inquiry_time > dd:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .c-inquiry_time {
    display: block;
    margin-top: 20px;
    padding: 0 0;
    font-size: 10px;
  }
  .c-inquiry_time > dt {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .c-inquiry_time > dd {
    display: inline-block;
    text-align: left;
  }
}

/* Override ONLY inside .c-inquiry_col.-tel */
.c-inquiry_col.-tel dd {
  margin-inline-start: 0; /* or whatever you want */
  display: inline; /* example */
}

/* -------- End css contact setion -------- */



/* ==========================================================================
   2025-06-23 Add CSS for 'about' page
   Target page: wordpress_about.html 
   ========================================================================== */

.p-about-powerconfig .nav-about-powerconfig {
  display: none;
}
.p-about-powerconfig .data__wrap {
  display: flex;
}
.p-about-powerconfig .data__graph {
  display: flex;
  flex-shrink: 0;
  flex-basis: 450px;
  font-weight: 700;
  font-size: 18px;
  margin-left: 15px;
}
.p-about-powerconfig .data__graph > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-right: 8px;
  padding-left: 8px;
}
.p-about-powerconfig .data__list {
  padding-left: 10px;
}
.p-about-powerconfig .data__list li {
  display: flex;
  margin-bottom: 1em;
  line-height: 1.5;
}
.p-about-powerconfig .data__list li i {
  flex-shrink: 0;
  display: block;
  position: relative;
  top: 0.1em;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
.p-about-powerconfig .data__list li span {
  display: block;
}
.p-about-powerconfig .data__list li small {
  font-size: 80%;
}
.p-about-powerconfig .data .color01 {
  background-color: #73c92d;
}
.p-about-powerconfig .data .color02 {
  background-color: #b6ea8a;
}
.p-about-powerconfig .data .color03 {
  background-color: #EAEEF0;
}
/* TB */
@media only screen and (max-width: 980px) {
  .p-about-powerconfig .data__wrap {
    display: block;
  }
  .p-about-powerconfig .data__list {
    margin-top: 20px;
    padding-left: 15px;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .p-about-powerconfig .data__graph {
    font-size: 16px;
  }
  .p-about-powerconfig .data__graph > div {
    height: 60px;
  }
}
/* -------- End css about page -------- */


/* ==========================================================================
   2025-06-23 Add CSS for new 'about-erex' page
   Target page: wordpress_about-erex.html 
   ========================================================================== */

/* Override ONLY inside .p-about-erex */
.p-about-erex h1,
.p-about-erex h2,
.p-about-erex h3,
.p-about-erex h4,
.p-about-erex h5,
.p-about-erex h6,
.p-about-erex p {
  padding-left: 3px;
  padding-right: 3px;
}

/* ========== Layout Containers ========== */
.p-about-erex .container,
.p-about-erex .container-middle {
  box-sizing: content-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 25px;
}
.p-about-erex .container { max-width: 1160px; }
.p-about-erex .container-middle { max-width: 960px; }

@media only screen and (max-width: 768px) {
  .p-about-erex .container,
  .p-about-erex .container-middle {
    padding-left: 15px;
    padding-right: 20px;
  }
}

/* ========== Headings ========== */
.p-about-erex .c-heading-content {
  padding-top: 60px;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
}
.p-about-erex .c-heading-content::after {
  content: '';
  display: block;
  margin: 40px auto 0 auto;
  width: 160px;
  height: 3px;
  background-color: var(--color-standard-light);
}
.p-about-erex .c-heading-content span {
  display: block;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .p-about-erex .c-heading-content {
    padding-top: 40px;
    font-size: 20px;
    line-height: 1.5;
  }
  .p-about-erex .c-heading-content::after {
    margin: 35px auto 0 auto;
    height: 2px;
  }
  .p-about-erex .c-heading-content span {
    font-size: 20px;
  }
}

.p-about-erex .c-heading-section {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-about-erex .c-heading-section {
    font-size: 18px;
  }
}

/* ========== Section Layout ========== */
.p-about-erex .section {
  margin-top: 100px;
}
.p-about-erex .c-heading-content + .section {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .p-about-erex .section {
    margin-top: 60px;
  }
  .p-about-erex .c-heading-content + .section {
    margin-top: 35px;
  }
}

/* ========== Utility Margins ========== */
.p-about-erex .mg-40-b { margin-bottom: 40px !important; }
.p-about-erex .mg-40-t { margin-top: 40px !important; }
.p-about-erex .mg-1rem-t { margin-top: 1rem !important; }
.p-about-erex .mg-1rem-b { margin-bottom: 1rem !important; }

@media only screen and (max-width: 768px) {
  .p-about-erex .mg-40-b { margin-bottom: 30px !important; }
  .p-about-erex .mg-40-t { margin-top: 30px !important; }
}

/* ========== Width & Alignment ========== */
.p-about-erex .w-65 {
  max-width: 65%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-about-erex .text-center {
  text-align: center !important;
}

/* ========== Column Layout (.l-col-3) ========== */
.p-about-erex [class^="l-col-"], [class*=" l-col-"] {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -40px;
}
.p-about-erex [class^="l-col-"] > *, [class*=" l-col-"] > * {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
	padding: 0 20px;
	flex-shrink: 1;
}
.p-about-erex [class^="l-col-"] *, [class*=" l-col-"] * {
	min-width: initial !important;
}
.p-about-erex [class^="l-col-"] + [class^="l-col-"],
.p-about-erex [class*=" l-col-"] + [class*=" l-col-"],
.p-about-erex [class^="l-col-"] + [class*=" l-col-"],
.p-about-erex [class*=" l-col-"] + [class^="l-col-"] {
	margin-top: 40px;
}
.p-about-erex .l-col-3 > * {
	flex-basis: 33.333%;
}
/* Tablet */
@media only screen and (max-width: 980px) {
	.p-about-erex .l-col-3 > * {
		flex-basis: 50%;
	}
}
/* SP (Smartphone) */
@media only screen and (max-width: 768px) {
	.p-about-erex [class^="l-col-"], [class*=" l-col-"] {
		margin-bottom: -20px;
	}
	.p-about-erex [class^="l-col-"] > *, [class*=" l-col-"] > * {
		margin-bottom: 20px;
	}
	.p-about-erex [class^="l-col-"] + [class^="l-col-"],
	.p-about-erex [class*=" l-col-"] + [class*=" l-col-"],
	.p-about-erex [class^="l-col-"] + [class*=" l-col-"],
	.p-about-erex [class*=" l-col-"] + [class^="l-col-"] {
		margin-top: 20px;
	}
	.p-about-erex .l-col-3 > * {
		flex-basis: 100%;
	}
}

/* ========== .c-img-frame ========== */
.p-about-erex .c-img-frame {
  overflow: hidden;
  border-radius: 20px 0 20px 0;
}

/* ========== Text Link with Arrow ========== */
.p-about-erex .text-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  font-weight: 500;
}

.p-about-erex .text-link-arrow span {
  display: inline-block;
  position: relative;
}

.p-about-erex .text-link-arrow svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
}

/* ========== PRIMARY ========== */
.p-about-erex .l-list-primary {
	list-style-type: none;
}
.p-about-erex .l-list-primary__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
}
.p-about-erex .l-list-primary__item:last-child {
	margin-bottom: 0;
}
.p-about-erex .l-list-reverse .l-list-primary__item {
	flex-direction: row-reverse;
}
.p-about-erex .l-list-primary__image {
	flex-basis: 360px;
	position: relative;
}
.p-about-erex .l-list-primary__image img {
	width: 100%;
	height: auto;
}
.p-about-erex .l-list-primary__base {
	position: relative;
	overflow: hidden;
	border-radius: 20px 0 20px 0;
	background-color: var(--color-gray);
}
.p-about-erex .l-list-primary__detail {
	flex: 1;
	padding-left: 40px;
}
.p-about-erex .l-list-reverse .l-list-primary__detail {
	padding-left: 0;
	padding-right: 40px;
}

/* Tablet */
@media only screen and (max-width: 980px) {
	.p-about-erex .l-list-primary__image {
		flex-basis: 300px;
	}
}
/* SP (Smartphone) */
@media only screen and (max-width: 768px) {
	.p-about-erex .l-list-primary__item {
		display: block;
		margin-bottom: 40px;
	}
	.p-about-erex .l-list-primary__detail,
	.p-about-erex .l-list-reverse .l-list-primary__detail {
		margin-top: 15px;
		padding: 0;
	}
}

/* ========== IMG ========== */
.p-about-erex img.img,
.p-about-erex svg.img {
	width: 100%;
	height: auto;
}
/* -------- End css about-erex page -------- */


/* ==========================================================================
   2025-07-28 Add CSS for new 'constructor' page
   Target page: wordpress_constructor.html 
   ========================================================================== */


/* Override ONLY inside .p-constructor */
.p-constructor h1,
.p-constructor h2,
.p-constructor h3,
.p-constructor h4,
.p-constructor h5,
.p-constructor h6,
.p-constructor p {
  padding-left: 3px;
  padding-right: 3px;
}

/* Container & Layout */
.p-constructor .container-middle {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-constructor .container-middle {
    padding-left: 15px;
    padding-right: 20px;
  }
}

/* Section spacing */
.p-constructor .section {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-constructor .section {
    margin-top: 40px;
  }
}

/* Margin utility classes */
.p-constructor .mg-40-b { margin-bottom: 40px !important; }
.p-constructor .mg-20-b { margin-bottom: 20px !important; }
.p-constructor .mg-10-b { margin-bottom: 10px !important; }
.p-constructor .mg-1rem-t { margin-top: 1rem !important; }

/* Font sizes */
.p-constructor .fs-12 { font-size: 12px !important; }

/* Typography */
.p-constructor .text-color-red { color: #e0301d; }

/* Heading sizes */
.p-constructor .h-18 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-constructor .h-18 {
    font-size: 16px;
  }
}

.p-constructor .h-16 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-constructor .h-16 {
    font-size: 14px;
  }
}

/* Lists */
.p-constructor .c-list-disc {
  list-style-type: disc;
  padding-left: 1.2em;
}
.p-constructor .l-list-margin > li {
  margin-bottom: 0.5em;
}

/* Numbered list (inside td > ul) */
.p-constructor .c-list-number {
  list-style-type: decimal;
  padding-left: 1.2em;
}
.p-constructor .c-list-number li {
  margin-bottom: 1.2em;
}

/* Tables */
.p-constructor .c-table {
  width: 100%;
  border-collapse: collapse;
}

.p-constructor .c-table th,
.p-constructor .c-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

/* Light gray header row */
.p-constructor .c-table tr:first-child th {
  background-color: #f0f0f0;
  font-weight: bold;
}

/* Light gray first column */
.p-constructor .c-table tr th:first-child,
.p-constructor .c-table tr td:first-child {
  background-color: #f0f0f0;
}

/* Scrollable table wrapper on SP */
.p-constructor .l-scroll-sp {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-constructor .l-scroll-sp__wrap {
  min-width: 100%;
}

/* Responsive widths */
.p-constructor .w-25p { width: 25%; }
.p-constructor .w-50p { width: 50%; }
.p-constructor .w-50-sp { width: 50%; }
.p-constructor .w-60-sp { width: 60%; }
.p-constructor .w-70-sp { width: 70%; }
.p-constructor .w-80-sp { width: 80%; }
.p-constructor .w-90-sp { width: 90%; }
.p-constructor .w-100-sp { width: 100%; }
.p-constructor .w-75p { width: 75%; }

/* Responsive visibility */
.p-constructor .visible-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-constructor .visible-sp {
    display: inline;
  }
}

/* Headings */
.p-constructor .c-heading-content {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 5px solid #44AF34;
  display: inline-block;     /* shrink to text width */
  margin: 0 auto;            
  text-align: center;
}
.p-constructor .c-heading-section {
  font-size: 16px;
  font-weight: 700;
}
.p-constructor .c-heading-underline {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* Cards */
.p-constructor .c-card {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f0f0f0;
}
.p-constructor .c-card h3.text-color {
  color: #44AF34; /* or your preferred green */
}
.p-constructor .pd-40 {
  padding: 30px !important;
}
@media only screen and (max-width: 768px) {
  .p-constructor .pd-40 {
    padding: 20px !important;
  }
}
/* -------- End css constructor page -------- */

