body {
  min-width: 1400px;
}
/* 看板エリア */
#keybox_title_wrapper #keybox_title_area {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  height: 300px;
}
#keybox_title_wrapper #keybox_title_area .center_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #f1f7f7;
}
#keybox_title_wrapper #keybox_title_area .center_img img {
  /* width: 100%; */
  /* height: auto; */
  max-width: 100%;
  height: auto;
}
#keybox_title_wrapper #keybox_title_area .data_area {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#keybox_title_wrapper #keybox_title_area .data_area * {
  margin: 0;
  padding: 0;
}
#keybox_title_wrapper #keybox_title_area .data_area h1 {
  font-size: 35px;
  text-shadow: 2px 3.464px 0px rgba(0, 0, 0, 0.15);
  font-weight: 900;
}
/*#keybox_title_wrapper #keybox_title_area .data_area h2 {*/
#keybox_title_wrapper #keybox_title_area .data_area .sub_title {
  font-size: 20px;
  margin-top: 15px;

  display: block;
  font-weight: bold;
}
#keybox_title_wrapper #keybox_title_area .data_area .description {
  text-align: center;
  font-size: 13px;
  line-height: 1.53;
  margin-top: 13px;
  text-shadow: 1px 1.5px 0px rgba(255, 255, 255, 0.9);
  padding-bottom: 0.75%;
  font-weight: 600;
}
#keybox_title_wrapper .service_attention {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 0 18px;
  transform: translateY(-50%);
}
#keybox_title_wrapper .service_attention li {
  width: 140px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 45px;
  font-size: 11px;
  padding: 8px 0 6px;
  flex-direction: column;
  background: #FFFFFF;
}
#keybox_title_wrapper .service_attention li.deliv {
  border: 2px solid #efab05;
  color: #efab05;
  justify-content: center;
  line-height: 1.2;
}
#keybox_title_wrapper .service_attention li.free {
  border: 2px solid #e3372d;
  color: #e3372d;
  line-height: 1.2;
}
#keybox_title_wrapper .service_attention li strong {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 4px;
}
/* まとめ買い値引き */
#tokushu_area_wrapper {
  margin-top: 125px;
  padding-bottom: 35px;
}
#tokushu_area_wrapper .price_outlet_btn {
  margin-bottom: 0;
}
/* 関連カテゴリ */
#qa01 {
  padding-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
}
#key_box_relate_cat {
  margin: 100px auto 0;
  max-width: 1200px;
}
/*#key_box_relate_cat h3 {*/
#key_box_relate_cat h2 {
  padding: 17px 24px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: normal;
  background: #358791;
  font-size: 25px;
}
#key_box_relate_cat .relate_cat {
  margin: 33px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  gap: 2%;
}
#key_box_relate_cat .relate_cat > li {
  width: 23.5%;
  display: flex;
}
#key_box_relate_cat .relate_cat > li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 0 10px;
  box-sizing: border-box;
  align-items: center;
  background: radial-gradient(rgba(202,216,223,0), rgba(153,175,187,0.1));
}
#key_box_relate_cat .relate_cat > li a * {
  margin: 0;
  padding: 0;
}
#key_box_relate_cat .relate_cat > li .img {
  width: 75%;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
#key_box_relate_cat .relate_cat > li .img img {
  width: 100%;
  height: auto;
}
/*#key_box_relate_cat .relate_cat > li h4 {*/
#key_box_relate_cat .relate_cat > li h3 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-top: 13px;
}
#key_box_relate_cat .relate_cat > li .txt {
  margin-top: 18px;
  text-align: center;
  font-size: 13px;
  line-height: 1.23;
  color: #666666;
}
#key_box_relate_cat .relate_cat > li a:hover {
  background: radial-gradient(rgba(202,216,223,0), rgba(153,175,187,0.3));
}
#key_box_relate_cat .relate_cat > li a img {
  position: relative;
  display: inline-block;
  transition-property: all;
  transition: 0.3s linear;
}
#key_box_relate_cat .relate_cat > li a:hover img {
  transform: translateY(-7px);
}
#key_box_relate_cat .relate_cat > li a:hover .txt {
  color: #FF0000;
}
/* キーボックスとは */
#key_box_about {
  margin: 150px auto 0;
  padding: 35px 40px 37px;
  width: 900px;
  box-sizing: border-box;
  background: #f2f5f5;
  border-radius: 10px;
}
#key_box_about * {
  margin: 0;
  padding: 0;
}
/*#key_box_about h3 {*/
#key_box_about h2 {
  font-weight: 800;
  color: #358791;
  font-size: 26px;
}
#key_box_about .about_area {
  margin-top: 23px;
}
#key_box_about .about_area > p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.5625;
}
#key_box_about .about_area > p strong {
  font-weight: 800;
}
#key_box_about .about_area > p:nth-of-type(1) {
  margin-top: 0;
}
#key_box_about  .about_area > ul {
  margin-top: 3px;
}
#key_box_about  .about_area > ul > li {
  font-size: 16px;
  position: relative;
  padding-left: 1em;
}
#key_box_about  .about_area > ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#key_box_about #key_box_keyword {
  margin: 35px auto 0;
  background: #FFFFFF;
  padding: 35px;
}
/*#key_box_about #key_box_keyword h4 {*/
#key_box_about #key_box_keyword h3 {
  font-size: 20px;
  font-weight: 800;
  color: #358791;
}
#key_box_about #key_box_keyword > ul {
  margin-top: 0;
}
#key_box_about #key_box_keyword > ul > li {
  font-size: 16px;
  position: relative;
  padding-left: 1em;
}
#key_box_about #key_box_keyword > ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#key_box_about .about_area .note {
  margin-top: 33px;
}
/* キーボックス関連用語 */
#key_box_relate_word {
  margin: 100px auto 0;
  width: 900px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  padding: 40px 40px 45px 40px;
  box-sizing: border-box;
}
#key_box_relate_word * {
  padding: 0;
  margin: 0;
}
/*#key_box_relate_word h4 {*/
#key_box_relate_word h3 {
  font-size: 17px;
  font-weight: 800;
  color: #358791;
}
#key_box_relate_word > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
  gap: 7px 0;
}
#key_box_relate_word > ul > li {
  width: 33%;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  padding-left: 1em;
  line-height: 1;
}
#key_box_relate_word > ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
/* 問い合わせエリア */
#security_key_box_contact_area {
  margin: 120px auto 0;
  width: 1100px;
  box-sizing: border-box;
  background: #EEEEEE;
  border-radius: 10px;
  padding: 10px 10px 40px;
}
/*#security_key_box_contact_area h3 {*/
#security_key_box_contact_area h2 {
  padding: 0 0 10px;
  border-bottom: 3px #ddd dotted;
  font-size: 1.6em;
  font-weight: bold;
  color: #0a298a;
  text-align: center;
}
#security_key_box_contact_area .txt {
  margin: 15px 0;
  text-align: center;
}
#security_key_box_contact_area > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 800px;
  display: flex;
  justify-content: space-between;
}
#security_key_box_contact_area > ul > li {
  width: 33%;
}