@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cnt_01 a {
  color: #004b91;
  text-decoration: none;
}
.cnt_01 a:hover {
  color: #c45500;
  text-decoration: underline;
}
/* ------------------------------------------
general Settings
------------------------------------------ */
.pc {
  display: block;
}
.sp {
  display: none;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right;
}
.fb {
  font-weight: bold;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.mt15 {
  margin-top: 15px;
}
/* ------------------------------------------
container
------------------------------------------ */
#container {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
/* ------------------------------------------
title
------------------------------------------ */
.ttl_inc01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
  padding: 12px 10px 10px;
  background-color: #333;
}
.ttl_01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  text-align: center;
  margin: 0 auto 20px;
  padding: 12px 0 10px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.ttl_02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  margin: 0 auto 20px;
  padding: 0 0 0 18px;
  position: relative;
}
.ttl_02:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: #333;
  height: 98%;
  width: 8px;
}
.ttl_02:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  display: block;
  background: #333;
  height: 1px;
  width: 100%;
  margin-top: 7px;
}
.ttl_03.bg {
  background-color: #e5f4e1;
  padding: 8px 15px 5px;
}
.ttl_03 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  text-align: left;
  margin: 0 auto 10px;
}
.ttl_04 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  margin: 0 auto 5px;
}

/*page-link*/
ul.box_plink,
ul.box_plink_main {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
ul.box_plink li,
ul.box_plink_main li {
  float: left;
  margin: 0 20px 10px 0;
  position: relative;
}
ul.box_plink .arrow_01,
ul.box_plink_main .arrow_01 {
  font-size: 14px;
  margin: 0 2% 2% 0;
  padding-left: 18px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
ul.box_plink li:before,
ul.box_plink_main li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #333;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
ul.box_plink li:after,
ul.box_plink_main li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-top: 5px solid #fff;
}
/*list*/
.list_01 {
  width: 100%;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.list_02 {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_01 li,
.list_02 li {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 18px;
  margin: 0 0 6px;
  position: relative;
}
.list_01 li .ttl {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.list_02 li .ttl {
  font-size: 15px;
  font-weight: bold;
}
.list_01 li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.list_02 li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #555;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.list_01 li:last-child,
.list_02 li:last-child {
  margin-bottom: 0;
}
.notice_box {
  background-color: #f5f5f5;
  padding: 15px 20px;
  margin-bottom: 15px;
}
/* ------------------------------------------
 Table
------------------------------------------ */
table.table_cmn_01 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
}
table.table_cmn_01 th {
  width: 20%;
  text-align: center;
  font-weight: bold;
  background: #f0f0f0;
  padding: 10px;
  white-space: nowrap;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
}
table.table_cmn_01 td {
  background: #fff;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle !important;
  word-wrap: break-word;
  word-break: break-all;
}
/* ------------------------------------------
common
------------------------------------------ */
.cnt_01 {
  margin-bottom: 40px !important;
}
.blk_01 {
  margin-bottom: 30px !important;
}
.blk_02 {
  margin-bottom: 20px !important;
}
.mv {
  margin-bottom: 10px;
}
.txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  font-weight: normal;
}
.txt_01 {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 15px;
  margin: 0;
}
.txt_02 {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 20px;
  margin: 0;
}
.txt_lead_01 {
  font-size: 18px;
  font-weight: bold;
  color: #ff5803;
  line-height: 1.4;
  padding-bottom: 10px;
  margin: 0;
}
.txt_lead_02 {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  padding-bottom: 5px;
  margin: 0;
}
.txt_notice {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
span.marker_01 {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #ffff7f 75%);
  font-weight: bold;
}
.txt_01 span.tag {
  line-height: 1;
  border-radius: 2px;
  padding: 4px 7px 2px;
  margin-right: 5px;
  display: inline-block;
  background-color: #666;
  color: #fff;
}
.btn_box_02 {
  width: 100%;
  text-align: center;
}
.btn_cmn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #e92e03 !important;
  border: 2px solid #e92e03;
  /* background-color: #E92E03; */
  border-radius: 2px;
  position: relative;
  line-height: 1;
  text-decoration: none;
  width: 60%;
}

.btn_cmn_new {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333 !important;
  border: 2px solid #333;
  /* background-color: #E92E03; */
  border-radius: 2px;
  position: relative;
  line-height: 1;
  text-decoration: none;
  width: 60%;
}
.btn_cmn_new:before,
.btn_cmn:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff5803;
  margin-top: -6.5px;
  top: 50%;
  right: 10px;
}
.btn_cmn_new:after,
.btn_cmn:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 6px solid #fff;
}

.btn_cmn_01:hover,
.btn_cmn_new:hover,
.btn_cmn:hover {
  opacity: 0.8;
}
.bnr {
  width: 740px;
  margin: 0 auto;
  position: relative;
}
.bnr img {
  width: 100%;
}
.bnr:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff5803;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
.bnr:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
  bottom: 14px;
  right: 8px;
  z-index: 10;
}

/* ------------------------------------------
 Detail
------------------------------------------ */
.relation-item_5clm,
.relation-item_4clm,
.relation-item_3clm,
.relation-item_2clm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.relation-item_5clm li.item {
  width: calc((100% - 40px) / 5);
  height: auto;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-align: center;
  background-color: #fff;
  padding: 0;
  border: 1px solid #bbb;
  position: relative;
}

.relation-item_5clm li.item:nth-child(5n) {
  margin-right: 0;
}
.relation-item_5clm li.item .ttl_cat {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 13px;
  line-height: 1;
  border-radius: 2px;
  padding: 4px 7px 2px;
  margin-right: 5px;
  display: inline-block;
  color: #fff;
}
.relation-item_5clm li.item .cat_01 {
  background-color: #993d0f;
}
.relation-item_5clm li.item .cat_02 {
  background-color: #99820f;
}
.relation-item_5clm li.item .cat_03 {
  background-color: #6b990f;
}
.relation-item_5clm li.item .cat_04 {
  background-color: #0f9982;
}
.relation-item_5clm li.item img,
.relation-item_4clm li.item img,
.relation-item_3clm li.item img,
.relation-item_2clm li.item img {
  width: 70%;
  margin: 0 auto;
}
.relation-item_5clm li.item img.photo,
.relation-item_4clm li.item img.photo,
.relation-item_3clm li.item img.photo,
.relation-item_2clm li.item img.photo {
  width: 100%;
  margin: 0 auto;
}

.relation-item_3clm li.item img.photo {
  width: 60%;
  margin: 0 auto;
}
.relation-item_4clm li.item {
  width: calc((100% - 30px) / 4);
  height: auto;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-align: center;
  background-color: #fff;
  padding: 0;
  border: 1px solid #bbb;
  position: relative;
}
.relation-item_4clm li.item:nth-child(4n) {
  margin-right: 0;
}
.relation-item_3clm li.item {
  width: 260px;
  height: auto;
  margin: 10px 10px 0 0;
  box-sizing: border-box;
  list-style-type: none;
  text-align: center;
  background-color: #fff;
  padding: 0;
  border: 1px solid #bbb;
  position: relative;
}
.relation-item_3clm li.item:nth-child(3n) {
  margin-right: 0;
}
.relation-item_2clm li.item {
  width: 390px;
  height: auto;
  margin: 10px 19px 0 0;
  box-sizing: border-box;
  list-style-type: none;
  text-align: center;
  background-color: #fff;
  padding: 0;
  border: 1px solid #bbb;
  position: relative;
}
.relation-item_2clm li.item:nth-child(2n) {
  margin-right: 0;
}
.relation-item_5clm li.on,
.relation-item_4clm li.on,
.relation-item_3clm li.on,
.relation-item_2clm li.on {
  border: 2px solid #dd2c00;
}
.btn-box,
.btn-box_right {
  position: relative;
  padding: 5px 15px 5px 5px;
  width: 100%;
  border-radius: 2px;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
}
.btn-box::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dd2c00;
  top: 50%;
  right: 5px;
  margin-top: -5px;
}
.btn-box::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  top: 50%;
  right: 7px;
  margin-top: -2px;
  border-top: 4px solid #fff;
}
.btn-box_right::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dd2c00;
  top: 50%;
  right: 5px;
  margin-top: -5px;
}
.btn-box_right::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
  top: 50%;
  right: 5px;
  margin-top: -3px;
}
.item_box_01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.item_box_01 .img_box {
  width: 37%;
}
.item_box_01 .detail_box {
  width: 60%;
}
.item_box_01 .img_box img {
  width: 100%;
}
ul.item,
ul.item_4clm {
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ul.item li {
  width: 30%;
  margin: 0 5% 2% 0;
  font-size: 14px;
  font-weight: normal;
}
ul.item li:nth-child(3n) {
  margin: 0 0 2% 0;
}
ul.item_4clm li {
  width: 22.4%;
  margin: 0 3.4% 2% 0;
  font-size: 14px;
  font-weight: normal;
}
ul.item_4clm li:nth-child(4n) {
  margin: 0 0 2% 0;
}
.inner-item .inner-box {
  width: 100%;
}
.inner-item .inner-box .ttl_pop {
  position: relative;
  font-size: 13px;
  line-height: 1;
  border-radius: 2px;
  padding: 4px 18px 3px 7px;
  margin: 0 5px 5px 0;
  display: inline-block;
  color: #fff;
}
.inner-item .inner-box .pop_01:after,
.inner-item .inner-box .pop_02:after,
.inner-item .inner-box .pop_03:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 10px 10px 10px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.inner-item .inner-box .pop_01 {
  background-color: #a98c00;
}
.inner-item .inner-box .pop_02 {
  background-color: #7f7f7f;
}
.inner-item .inner-box .pop_03 {
  background-color: #b05f20;
}

.inner-item .inner-box .ttl {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0 0 10px;
}
.item li .price,
.item_4clm li .price {
  margin: 5px 0 0;
  text-align: right;
  color: #cc0000;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.item li .list-price,
.item_4clm li .list-price {
  text-align: right;
  color: #333;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  margin: 0;
}
.item li .price .yen,
.item_4clm li .price .yen {
  font-size: 14px;
}
.item li .price .txt,
.item li .price .tax,
.item_4clm li .price .txt,
.item_4clm li .price .tax {
  color: #333;
  font-size: 12px;
  font-weight: normal;
}
.item li .price .tax,
.item_4clm li .price .tax {
  margin-left: -0.45rem;
  font-size: 10px;
  white-space: nowrap;
}
.item li .price .txt,
.item_4clm li .price .txt {
  margin-right: 2px;
}
.inner-item .inner-img {
  margin-bottom: 10px;
  text-align: center;
  height: 180px;
}
.inner-item .inner-img img {
  display: block;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
}
.inner-item {
  width: 100%;
  margin: 0;
  padding: 0;
}
.list_03 {
  width: 100%;
  list-style: none;
  margin: 0 0 15px 0;
  background: #f5f5f5;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.5;
}
.list_03 li {
  padding-left: 10px;
  margin: 0 20px 0 0;
  position: relative;
}
.list_03 li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.btn_box_01 {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.btn_box_01 a {
  text-decoration: none;
}
.btn_cmn_01 {
  display: inline-block;
  padding: 7px 30px 6px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  background-color: #666;
  border-radius: 2px;
  position: relative;
  line-height: 1;
}
.btn_cmn_01:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff5803;
  margin-top: -6.5px;
  top: 50%;
  right: 10px;
}
.btn_cmn_01:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 6px solid #fff;
}
.btn_cmn_01:hover {
  background-color: #444;
  text-decoration: none !important;
}
.wrap-box_contact {
  width: 100%;
  padding: 25px 40px 40px;
  background-color: #f5f5f5;
}
.box_contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 2px solid #ff0000;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 0;
}
.box_contact a {
  text-decoration: none;
}
.box_contact div {
  width: 50%;
  text-align: center;
  padding: 15px;
}
.box_contact .box_tel {
  border-right: 2px dotted #ff0000;
  /*background-color: #fff0f2;*/
}
.box_contact .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #333 !important;
  margin: 0 0 10px;
}
.box_contact .box_mail .ttl {
  margin: 0 0 15px;
}
.box_contact .box_tel {
  color: #333 !important;
}
.box_contact .box_tel a:hover {
  color: #333 !important;
  text-decoration: none !important;
}
.box_contact .tel {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #ff0000;
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
}
.box_contact .tel:before {
  content: "";
  width: 18px;
  height: 26px;
  display: inline-block;
  background-image: url(https://tools.itembox.design/item/common/img01/ico_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.box_contact .txt {
  margin: 0;
  font-size: 12px;
  color: #333 !important;
}
.box_contact .txt_notice {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #ff0000;
}
a.btn_cmn_02 {
  display: inline-block;
  width: 90%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  border-radius: 2px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
}
a.btn_cmn_02:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #d70000;
}
a.btn_cmn_02:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: -3px 8px 0 0;
  background: url(https://tools.itembox.design/item/common/img01/ico_mail_white.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.lead_01 {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  margin: 0 0 10px;
}
.lead_01:before {
  display: inline-block;
  content: "";
  position: relative;
  top: 0.5rem;
  left: -1.5rem;
  width: 2px;
  height: 25px;
  background-color: #ff0000;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
}
.lead_01:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 0.5rem;
  left: 1.5rem;
  width: 2px;
  height: 25px;
  background-color: #ff0000;
  -webkit-transform: rotate(33deg);
  transform: rotate(33deg);
}
