@charset "UTF-8";
:root{
	--color-white: #fff;
	--color-blue: #006ec8;
	--color-navy: #003399;
	--color-gray: #ccc;
}
.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}

/* 2022/11/25 */
.tac {
	text-align: center;
}

/* 2023/11/15 */
.topRecruit{
	padding: 0 3.33%;
	margin-top: 60px;
}
.topRecruit__item{
	display: block;
	width: 100%;
	max-width: 920px;
	margin: auto;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.topRecruit__item img{
	max-width: 100%;
}
@media screen and (max-width: 599px){
	.topRecruit{
		margin-top: 30px;
	}
}

/* 2023/12/5 個人情報の取扱について */
.pl-1em{
	padding-left: 1em;
}

/* 2025/5/7 「健康な職場づくり宣言」の認定について */
.Certification{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
}
.Certification__img{
	width: 70%;
	max-width: 380px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
.Certification__torikumi{
	margin: 2.5em 0;
}
.Certification__torikumi caption{
	text-align: left;
	padding-bottom: 0.5em;
}
.Certification__torikumi th,
.Certification__torikumi td{
	text-align: left;
	padding: 0.75em;
	border: 1px solid #DEDEDE;
}
.Certification__torikumi th{
	width: 30%;
	font-weight: normal;
	background: #f2f2f2;
}
.Certification__torikumi tr:first-child th{
	text-align: center;
	padding: 0.25em;
	background: #fff;
}
.Certification__torikumi td{
	background: #fff;
}
.Certification__text .kenpo{
	font-size: 93%;
}
.Certification__text .kenpo a{
	color: #888;
	text-decoration: underline;
}
@media screen and (max-width: 599px){

}

/* 2023/12/8　カードサイズマグネット */
.MagnetInfo{
	margin-bottom: 20px;
	border: 4px solid #e73363;
}
.MagnetInfo__head{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 5px;
	padding: 5px 0 12px;
	background: #e73363;
}
.MagnetInfo__tbl{
	width: 100%;
}
.MagnetInfo__tbl th,
.MagnetInfo__tbl td{
	border-bottom: 1px dashed #ccc;
}
.MagnetInfo__tbl tr:last-child th,
.MagnetInfo__tbl tr:last-child td{
	border-bottom: none;
}
.MagnetInfo__tbl th{
	width: 160px;
	font-size: 20px;
	padding: 20px 0.5em;
	background: #fceeed;
}
.MagnetInfo__tbl td{
	font-size: 20px;
	font-weight: bold;
	padding: 20px 1.5em;
	background: #fff;
}
.MagnetInfo .blue-box{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	padding: 5px 1em 7px;
	margin-right: 15px;
	background: #00489e;
	vertical-align: middle;
}
.MagnetInfo .text-blue-b{
	display: inline-block;
	color: #00489e;
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
}
.MagnetInfo .text-blue{
	color: #00489e;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
}
.MagnetInfo .text-red{
	color: #e42d20;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
}
.MagnetInfo .fz-small{
	display: inline-block;
	font-size: 70%;
	margin: 0 5px;
}
.MagnetInfo .mt10{
	margin-top: 10px;
}
@media screen and (max-width: 599px){
	.MagnetInfo{
		border: 2px solid #e73363;
	}
	.MagnetInfo__head{
		font-size: 20px;
		letter-spacing: 2px;
		padding: 5px 0 10px;
	}
	.MagnetInfo__tbl th{
		width: 7em;
		font-size: 14px;
		padding: 20px 0.5em;
	}
	.MagnetInfo__tbl td{
		font-size: 16px;
		line-height: 1.6;
		padding: 15px 1em;
	}
	.MagnetInfo .blue-box{
		font-size: 13px;
		margin-right: 10px;
	}
	.MagnetInfo .text-blue-b{
		font-size: 24px;
	}
	.MagnetInfo .text-blue{
		font-size: 12px;
	}
	.MagnetInfo .text-red{
		font-size: 12px;
	}
	.MagnetInfo .fz-small{
		display: inline-block;
		font-size: 70%;
	}
}

/* 2024/3/21　給湯器詐欺抑止チラシ */
.kyutouki-sagi .chirashi__area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0;
}
.kyutouki-sagi .chirashi{
	width: 48%;
	text-align: center;
	background: #fff;
}
.kyutouki-sagi .chirashi + .chirashi{
	margin-left: 4%;
}
.kyutouki-sagi .chirashi__title{
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.1em;
	padding: 2px;
	margin-bottom: 5px;
	background-color: #003399;
}
.kyutouki-sagi .chirashi__image__wrap{
	display: flex;
	justify-content: space-between;
}
.kyutouki-sagi .chirashi__image{
	width: 49%;
}
.kyutouki-sagi__foot{
	text-align: center;
	margin-top: 40px;
}
.kyutouki-sagi__foot p{
	padding: 8px;
	border: 2px solid #E42D20;
	margin-bottom: 30px;
	background: #fff;
}
.kyutouki-sagi .OrderForm__item__radio{
	display: flex;
}
.kyutouki-sagi .OrderForm__item__radio li{
	width: 45%;
	text-align: center;
}
.kyutouki-sagi .OrderForm__item__radio li + li{
	margin-top: 0;
	margin-left: 30px;
}
.kyutouki-sagi .OrderForm__item__radio li img{
	margin-bottom: 10px;
}
.kyutouki-sagi .OrderForm__item__radio li .radio-text{
	color: black;
}
.priceTable{
  width: 80%;
  max-width: 640px;
  margin: 2em auto;
  border: 1px solid #333;
  background: #fff;
}
.priceTable caption{
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.25em;
}
.priceTable caption span{
  font-size: 1.4rem;
  font-weight: normal;
}
.priceTable th,
.priceTable td{
  text-align: center;
  padding: 0.4em 1em 0.5em;
  border-bottom: 1px dotted #333;
}
.priceTable tr:last-of-type th,
.priceTable tr:last-of-type td{
  border-bottom: none;
}
.priceTable th{
  color: #fff;
  background: #666;
}
.priceTable td{
  font-size: 1.8rem;
}
.priceTable td .en{
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 0.2em;
  vertical-align: baseline;
}
.priceTable td .en .tax::before{
  display: inline-block;
  content: "（税抜）";
  font-size: 1.3rem;
}

@media screen and (max-width: 599px){
	.kyutouki-sagi .chirashi{
		width: 100%;
	}
	.kyutouki-sagi .chirashi__title{
		font-size: 16px;
	}
	.kyutouki-sagi .chirashi + .chirashi{
		margin-left: 0;
		margin-top: 30px;
	}
	.kyutouki-sagi__foot{
		margin-top: 20px;
	}
	.kyutouki-sagi__foot p{
		margin-bottom: 20px;
	}
	.kyutouki-sagi .OrderForm__item__radio li{
		width: 48%;
	}
	.kyutouki-sagi .OrderForm__item__radio li + li{
		margin-left: 4%;
	}
	.priceTable{
		width: 100%;
		margin-top: 0;
	}
	.priceTable caption{
		font-size: 1.6rem;
	}
	.priceTable th,
	.priceTable td{
		padding: 0.4em 5px;
	}
	.priceTable td{
		font-size: 1.4rem;
	}
	.priceTable td .en,
	.priceTable td .en .tax::before{
		font-size: 1.2rem;
		margin: 0;
	}
}

/* 2024/5/24 取引適正化案内チラシ */
.chirashi__area__block{
	display: flex;
	flex-wrap: wrap;
}
.chirashi__area__block + .chirashi__area__block{
	margin-top: 1em;
}
.chirashi{
	width: 48%;
	margin: 1%;
}
.chirashi__title{
	color: var(--color-white);
	padding: 2px 10px 5px;
	background: var(--color-blue);
}
.chirashi__image__wrap{
	display: flex;
}
.chirashi__image{
	width: 50%;
	max-width: 280px;
	text-align: center;
	margin: 3px;
}
.chirashi__image img{
	margin-top: 5px;
	border: solid 1px var(--color-gray);
}
.__flex{
	display: flex;
}
.__flex .OrderForm__item + .OrderForm__item{
	border-top: none;
	border-left: dotted 1px var(--color-gray);
}
.OrderForm__item.__flex{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1em;
}
.OrderForm__item__image{
	border: solid 1px #dedede;
	margin-bottom: 0.75em;
}
.OrderForm__item.__flex dt{
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
input.order{
	width: 75%!important;
}
.OrderForm__item__radio.__flex li{
	width: 50%;
	max-width: 200px;
	margin-right: 5px;
}
.OrderForm__item__radio.__flex li + li{
	margin-top: 0;
}
::placeholder{
	color: #aaa;
}

@media screen and (max-width: 599px){
	.chirashi__area__block + .chirashi__area__block{
		margin-top: 0;
	}
	.chirashi{
		width: 100%;
		margin: 0 0 2em;
	}
}

.btn-download{
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  margin-top: 10px;
  background: #209cff;
}
.OrderForm__item__img{
	width: 280px;
	padding: 10px;
	border-right: 1px dotted #ccc;
}
.OrderForm__item.flexb{
	display: flex;
	padding: 0;
	align-items: center;
}
.OrderForm__item__2nd{
	padding: 10px 2em;
}
@media screen and (max-width: 599px) {
  .moushikomi-title{
    font-size: 4vw;
  }
  .OrderForm__item__img{
  	width: 160px;
  }
  .OrderForm__item__2nd{
  	padding: 1em;
  }
}