@charset "UTF-8";
.page-magnet__h1{
	background-color:#FEC902;
	font-size: 20px;
	padding:5px 16px ;
}
.page-magnet__h3{
  background-color: inherit;
  color:#000;
}
h2 {
  font-size: 20px;
  padding-left: 10px;
  margin-top: 20px;
}
#main {
  float: left;
  width: 590px;
  margin-left: 30px;
  padding-bottom: 30px;
}
.introduction {
  color: #FFF;
  background-color: #09C;
  padding: 10px;
}
h3 {
  width: 590px;
  text-indent: 10px;
}
.center {
  text-align: center;
}
.kakaku {
  margin-bottom: 30px;
  float: left;
  font-size: 12px;
  vertical-align: middle;
}
.kakaku table {
  float: left;
  margin-bottom: 20px;
  vertical-align: middle;
}
.kakaku tr {
  float: left;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #333;
  width: 590px;
  vertical-align: middle;
}
.kakaku td {
  width: 75px;
  text-align: center;
  border-right-style: solid;
  border-right-width: thin;
  border-right-color: #333;
  vertical-align: middle;
  padding-top: 0px;
}
.kakaku td.size {
  width: 75px;
  text-align: center;
  border-right-style: solid;
  border-right-width: thin;
  border-right-color: #333;
  vertical-align: middle;
}
.kakaku td.price {
  text-align: center;
  border-right-style: solid;
  border-right-width: thin;
  border-right-color: #333;
  vertical-align: middle;
}
.mag_price {
  margin-bottom: 10px;
}
.mag_price table {
  width: 590px;
  border-collapse: collapse;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}
.mag_price table th {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  padding: 4px 2px;
  border: #EFEFEF solid 1px;
  border-collapse: collapse;
}
.mag_price table td {
  width: 59px;
  text-align: center;
  color: #555;
  padding: 4px 2px;
  border: #EFEFEF solid 1px;
  border-collapse: collapse;
  font-size: 11px;
}
.mag_price_tate {
  width: 75px;
}
.mag_muhansha th {
  background-color: #005499;
}
.mag_hansha th {
  background-color: #408080;
}
.mag_price tr:hover {
  background-color: #e5e5e5; /* 行の背景色 */
}
/* 簡単問い合わせラジオボタン（ここから） */  
.contact_box {
  background-color: transparent;
  margin-top: 0;
  background: inherit;
}
.easy-contact-box {
  background: #faf5f6;
  border-radius: 3px;
  overflow: hidden;
  margin: 20px auto 0;
  max-width: 740px;
  width: 100%;
  text-align: center;
}
.easy-contact-box h5 {
  background: #f87c00;
  color: #ffffff;
  margin: 0;
  font-size: 18px;
  padding: 10px 0;
}
.easy-contact-box .contact-in {
  padding: 20px;
}
.easy-contact-box .contact-in .road-ck-flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.easy-contact-box .contact-in .txt_c {
  margin: 20px auto 0;
}
.easy-contact-box .contact-in .txt_c .btn_link {
  background: #f87c00;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: block;
  height: 52px;
  line-height: 52px;
  width: 240px;
  margin: 0 auto;
}
#main_content .easy-contact-box .contact-in label {
  color: #111111;
  font-size: 14px;
}
.easy-contact-box .contact-in .tel-blo {
  border-top: 1px solid #c4c0c0;
  margin: 20px auto 0;
  padding: 20px 0 0;
}
.easy-contact-box .contact-in .tel-blo .tel-link_c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.easy-contact-box .contact-in .tel-blo .tel-link_c .img {
  background: #f87c00;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
  height: 36px;
  width: 35px;
  margin-right: 10px;
}
.easy-contact-box .contact-in .tel-blo .tel-link_c .img img {
  max-width: 100%
}
.easy-contact-box .contact-in .tel-blo .tel-link_c a {
  font-size: 20px;
  color: #111111;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: unset;
}
.easy-contact-box .contact-in .tel-blo .tel-link_c p {
  font-size: 12px;
  margin: 0;
}
/* 簡単問い合わせラジオボタン（ここまで） */  