@media (max-width: 800px) {
  .sidebar,
  .wp-block-template-part-sidebar {
    display: none;
  }
}
.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
  min-height: 100vh;
}
.center {
  text-align: center;
}
/**
 * フッター
  **/
.footer-menu-group {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .footer-menu-group {
    flex: 1 1 47%;
  }
}
/**
 *	Contact Form 7 - theme style
 **/
.wpcf7 form {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wpcf7 form {
    max-width: 100%;
  }
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 0.6em 0.8em;
  border: 1px solid var(--wp--preset--color--contrast-3);
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}
.wpcf7 input[type="submit"] {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--base-2);
  border: none;
  padding: 0.7em 1.5em;
  border-radius: 0.3rem;
  font-size: 1.3rem;
}
.wpcf7 input[type="submit"]:hover {
  filter: brightness(90%);
}
.wpcf7 .red {
  color: #F00;
  font-size: 1.3rem;
}
.wpcf7 .title {
  background-color: #999;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
}
.wpcf7 .hidden-fields-container {
  display: none;
}
.wpcf7 .Check {
  display: flex;
  justify-content: center;
  margin: 1rem;
}
.wpcf7 .submit {
  display: flex;
  justify-content: center;
  margin: 2rem;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #F00;
  font-size: 1rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.wpcf7.invalid {
  border-radius: 0.5rem;
}
.wpcf7.invalid .screen-reader-response {
  text-align: center;
  font-size: 2rem;
  border: 2px solid #fcc;
  border-radius: 0.5rem;
  color: #F00;
}
.wpcf7.invalid .screen-reader-response ul {
  display: none;
}
.wpcf7.sent .screen-reader-response {
  border: 2px solid #ccc;
  border-radius: 0.5rem;
  font-size: 2rem;
  color: #859a00;
  text-align: center;
}
.wpcf7 .form {
  margin: 2rem auto;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.wpcf7 .form .form-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.wpcf7 .form .form-item.column {
  flex-direction: column;
}
.wpcf7 .form .form-item.column .title {
  border-radius: 0.3rem 0.3rem 0 0;
  margin-bottom: 0px;
  justify-content: center;
}
.wpcf7 .form .form-item.column .privacy {
  background-color: #f5f5f5;
  padding: 1rem;
  max-height: 300px;
  overflow: auto;
  border-radius: 0 0 0.3rem 0.3rem;
}
.wpcf7 .form .form-item .title {
  flex: 0 0 30%;
  margin-bottom: 0rem;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  background-color: #ddd;
  color: #333;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem 0 0 0.3rem;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.wpcf7 .form .form-item .title .red {
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form .form-item .title {
    flex: 0 0 100%;
    border-radius: 0.3rem 0.3rem 0 0;
  }
}
.wpcf7 .form .form-item .input {
  flex: 0 0 70%;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  background-color: #f5f5f5;
  border-radius: 0 0.3rem 0.3rem 0;
  gap: 10px;
}
.wpcf7 .form .form-item .input .holder {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.wpcf7 .form .form-item .input .wpcf7-form-control-wrap {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form .form-item .input {
    flex: 0 0 100%;
    border-radius: 0 0 0.3rem 0.3rem;
    flex-wrap: wrap;
  }
}
/**
 * トップページ左側カラムの表示設定
 **/
.banners {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.e-calendar {
  margin-bottom: 10px;
  position: relative;
}
.e-calendar a {
  text-decoration: none;
  color: #333;
}
.e-calendar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.e-calendar .calendar_menu::after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  width: 0px;
}
.e-calendar .calendar_menu li {
  float: left;
  width: 50%;
}
.e-calendar .calendar_menu li a {
  background-color: #fff;
  display: block;
  line-height: 24px;
  text-align: center;
}
.e-calendar .calendar_menu li a:hover {
  background-color: #eee;
}
.e-calendar .calendar_menu li a.active {
  background-color: #eee;
}
.e-calendar .calendar_data li {
  display: none;
}
.e-calendar .calendar_data li.active {
  display: block;
}
.e-calendar .calendar_data li table {
  width: 100%;
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0px;
}
.e-calendar .calendar_data li table th {
  background-color: #eee;
  text-align: center;
  font-weight: bold;
  padding: 3px;
}
.e-calendar .calendar_data li table th.sun {
  background-color: #fee;
}
.e-calendar .calendar_data li table th.sat {
  background-color: #eef;
}
.e-calendar .calendar_data li table td {
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: #666;
}
.e-calendar .calendar_data li table td.sun {
  color: #C30;
}
.e-calendar .calendar_data li table td.sun a {
  color: #C30;
}
.e-calendar .calendar_data li table td.sat {
  color: #06C;
}
.e-calendar .calendar_data li table td.sat a {
  color: #06C;
}
.e-calendar .calendar_data li table td.today {
  font-weight: bold;
}
.e-calendar .calendar_data li table td a {
  display: block;
  background-color: #eef;
}
.e-calendar .calendar_data li table td a:hover {
  background-color: #ccc;
  color: #fff;
}
.e-calendar .shuppin_info {
  display: none;
  left: 25px;
  font-size: small;
}
.e-calendar .shuppin_info dl {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
}
.e-calendar .shuppin_info dl dt {
  background-color: #eee;
  flex: 0 0 50%;
  padding: 3px;
  line-height: 16px;
  border-bottom: 1px solid #fff;
}
.e-calendar .shuppin_info dl dd {
  flex: 1 1 auto;
  text-align: right;
  padding: 3px;
  background-color: #fff;
  line-height: 16px;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.e-calendar .shuppin_info dl span {
  font-size: 16px;
}
.pickup {
  margin: 0;
  padding: 0;
}
.pickup h2 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.pickup h2 .small {
  font-size: 0.6em;
}
@media screen and (max-width: 1024px) {
  .pickup h2 {
    justify-content: center;
  }
}
.pickup .new_products_date {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1.1rem;
  justify-content: space-between;
  align-items: baseline;
  margin: 1rem 0;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .pickup .new_products_date {
    justify-content: center;
  }
}
.pickup .new_products_date .title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .pickup .new_products_date .title {
    justify-content: center;
  }
}
.pickup .new_products_date .title .main {
  font-size: 1rem;
}
.pickup .new_products_date .title .main .date {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pickup .new_products_date .title .main .date {
    font-size: 1.1rem;
  }
}
.pickup .new_products_date .title .total {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .pickup .new_products_date .title .total {
    font-size: 0.9rem;
  }
}
.pickup .new_products_date .count {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.pickup .new_products_date .count .data {
  background-color: #eee;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .pickup .new_products_date .count .data {
    font-size: 0.9rem;
  }
}
.pickup .pickup_items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 5px;
  list-style: none;
}
.pickup .pickup_items .pickup_item {
  flex: 0 0 25%;
  min-width: 0;
  padding: 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .pickup .pickup_items .pickup_item {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .pickup .pickup_items .pickup_item {
    flex: 0 0 100%;
  }
}
.pickup .pickup_items .pickup_item a {
  height: 100%;
  max-width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  padding: 10px;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.pickup .pickup_items .pickup_item a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.pickup .pickup_items .pickup_item .image {
  padding: 0.5rem 0;
  display: block;
}
.pickup .pickup_items .pickup_item .product_name {
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #eee;
  line-height: 1.2rem;
  padding: 0.3rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  word-break: break-all;
}
.pickup .pickup_items .pickup_item .price {
  text-align: right;
  color: #666;
  display: block;
}
.pickup .pickup_items .pickup_item .price span {
  font-size: 0.8em;
  margin-left: 3px;
  color: #999;
}
.pickup .pickup_items .pickup_item img {
  max-width: 100%;
  height: auto;
  background-color: #fff;
}
.pickup .all_item {
  text-align: center;
  margin-top: 2rem;
}
#Kaitori_service-top {
  color: #fff;
  min-width: 100%;
  position: relative;
}
#Kaitori_service-top h1 {
  color: #fff;
  font-size: 4.5rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #Kaitori_service-top h1 {
    font-size: 2.8rem;
  }
  #Kaitori_service-top h1 br {
    display: none;
  }
}
#Kaitori_service-top h2 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
  padding: 1.6% 0 1.6% 0;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#Kaitori_service-top .v_buttons {
  width: 100px;
  height: 100px;
  margin: 0px auto;
  position: relative;
}
#Kaitori_service-top .v_buttons button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  outline: none;
  color: #fff;
  padding-top: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
#Kaitori_service-top .v_buttons button:hover {
  color: #0191d4;
  background-color: #fff;
}
#Kaitori_service-top .v_buttons button i,
#Kaitori_service-top .v_buttons button span {
  display: block;
  padding-right: 0;
}
#Kaitori_service-top .v_buttons .startVideo {
  display: none;
}
#Kaitori_service-top .v_buttons .startVideo i {
  padding-left: 10px;
}
#Kaitori_service-top .mute {
  display: none;
}
#Kaitori_service-top .service_entry {
  color: #969696;
  margin: 3% 0;
  font-size: 1.8em;
  font-weight: 300;
  text-align: center;
}
#Kaitori_service-top .application {
  margin: 5% auto 5% auto;
  box-sizing: border-box;
}
#Kaitori_service-top .application a {
  display: block;
  width: 360px;
  max-width: 90%;
  height: 50px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 50px;
  text-align: center;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  color: #333;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #Kaitori_service-top .application a {
    font-size: 1.2rem;
  }
}
#Kaitori_service-top .application a:hover {
  color: #fff;
  background-color: transparent;
}
.m_buttons {
  display: none;
}
.m_buttons button {
  position: absolute;
  top: 150px;
  right: 20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  outline: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #fff;
}
.m_buttons button:hover {
  opacity: 0.8;
}
.m_buttons i {
  color: #323232;
  padding-right: 0;
}
/* ブランド検索 */
.brand_search {
  width: 80%;
  height: 35px;
  margin: 0 auto;
}
.brand_search input {
  padding: 0;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.brand_search input[type="button"] {
  overflow: visible;
}
.brand_search #maker_search {
  width: 80%;
  padding-left: 1%;
  border: 1px solid #bbb;
  border-radius: 3px 0 0 3px;
  position: relative;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.brand_search #search_button {
  width: 20%;
  color: #fff;
  cursor: pointer;
  background-color: #0191d4;
  border-radius: 0 3px 3px 0;
  border: 1px solid #0191d4;
  border-left: none;
  position: relative;
  top: -35px;
  left: 80%;
}
#message {
  color: #333;
  padding: 3% 5% 5% 5%;
  display: none;
  margin: 0 10%;
  font-size: 1.2em;
  line-height: 1.5em;
  background-color: rgba(255, 255, 255, 0.8);
}
#message p {
  font-size: 1.5em;
  margin-bottom: 2%;
  text-align: center;
}
#message p span {
  color: #aaa;
}
#message p span:first-child {
  color: #fe4694;
}
#VideoBackground {
  position: absolute;
  inset: 0;
  /* top/right/bottom/left:0 */
  width: 100%;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  /* 背景画像の background-size: cover と同じ */
  object-position: center;
  /* 中央トリミング */
  z-index: -2;
  display: block;
  background-color: #333;
}
#BackGround {
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}
/***************************************************/
/*	ページ2（買取の流れ）(#page2)	ver.2			*/
/**************************************************/
#FLOW section {
  color: #333333;
  margin: 3rem auto;
}
#FLOW section h1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  #FLOW section h1 {
    font-size: 2.5rem;
  }
}
#FLOW section h4 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
#FLOW section a {
  color: #0191d4;
  text-decoration: none;
}
#FLOW section a:hover {
  opacity: 0.7;
}
#FLOW section p {
  line-height: 1.8;
}
#FLOW section p:first-of-type {
  padding-bottom: 20px;
}
#FLOW section p:last-of-type {
  padding-top: 10px;
}
#FLOW section .small {
  font-size: 0.8rem;
  line-height: 1.5;
  padding-left: 1rem;
  text-indent: -1rem;
}
#FLOW section .wp-block-buttons {
  margin: 1rem auto;
}
#FLOW section .wp-block-button {
  margin: 1rem auto;
}
#FLOW section .wp-block-button a {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  background-color: #0191d4;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  #FLOW section .wp-block-button a {
    font-size: 1.3rem;
  }
}
#FLOW section > .wp-block-group {
  margin: 3rem 0;
}
#FLOW section > .wp-block-group > p {
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  text-align: center;
}
#FLOW section > .wp-block-group > .wp-block-group {
  margin: 0;
  padding: 0;
  flex: 0 0 80%;
}
@media screen and (max-width: 767px) {
  #FLOW section > .wp-block-group {
    flex-direction: column;
    align-items: stretch;
  }
  #FLOW section > .wp-block-group > p {
    flex: 0 0 100%;
    text-align: center;
  }
  #FLOW section > .wp-block-group > .wp-block-group {
    flex: 0 0 100%;
  }
}
#FLOW section > .wp-block-group.title {
  margin: 0;
  padding: 1rem;
  background-color: #e5e5e5;
  color: #333333;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.3rem;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 0.3rem;
  gap: 20px;
}
#FLOW section > .wp-block-group.title h3 {
  margin: 0;
  height: auto;
  padding: 0;
  line-height: 1;
  flex: 0 0 auto;
}
#FLOW section > .wp-block-group.title p {
  margin: 0;
  padding: 0;
  line-height: 1;
  flex: 0 0 auto;
}
#FLOW section.section1 ul {
  margin: 35px auto;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #FLOW section.section1 ul {
    width: 100%;
  }
}
#FLOW section.section1 ul li {
  border-right: 2px solid #0191d4;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  width: 224px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #FLOW section.section1 ul li {
    border-right: none;
  }
}
#FLOW section.section1 ul li:last-child {
  border-right: none;
}
#FLOW section.section1 ul li a {
  color: #333333;
  display: block;
  text-decoration: none;
}
#FLOW section.section1 ul li a:hover {
  opacity: 0.7;
}
#FLOW section.section2 .main_title.wp-block-group {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#FLOW section.section2 .main_title.wp-block-group p {
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  text-align: center;
}
#FLOW section.section2 .main_title.wp-block-group > .wp-block-group {
  flex: 1 1 auto;
}
#FLOW section.section2 .main_title.wp-block-group > .wp-block-group p {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
}
#FLOW section.section2 .main_title.wp-block-group > .wp-block-group p span {
  border-bottom: 3px solid #0191d4;
  color: #0191d4;
  display: inline-block;
  font-weight: bold;
  padding: 10px 0;
}
#FLOW section.section2 h5 {
  font-size: 2.3rem;
  font-weight: 300;
  padding: 20px 0;
  text-align: center;
}
#FLOW section.section2 .delivery_buy {
  margin: 0 auto;
}
#FLOW section.section2 .delivery_buy ul li {
  border-right: 3px solid #ffffff;
  height: 286px;
  width: 286px;
}
#FLOW section.section2 .delivery_buy ul li:last-child {
  border-right: 0;
}
#FLOW section.section2 .delivery_buy dl {
  margin: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#FLOW section.section2 .delivery_buy dl dt {
  flex: 0 0 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #FLOW section.section2 .delivery_buy dl dt {
    flex: 0 0 100%;
  }
}
#FLOW section.section2 .delivery_buy dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 3rem;
  flex: 1 1 70%;
}
@media screen and (max-width: 767px) {
  #FLOW section.section2 .delivery_buy dl dd {
    flex: 1 1 100%;
  }
}
#FLOW section.section2 .delivery_buy dl dd a {
  color: #0191d4;
  font-size: 0.9rem;
}
#FLOW section.section2 .delivery_buy dl dd a:hover {
  opacity: 0.7;
}
#FLOW section.section2 .delivery_buy dl dd h4 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
#FLOW section.section3 ul {
  margin: 25px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
#FLOW section.section3 ul li {
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  margin: 0;
  padding: 0;
}
#FLOW section.section3 ul li a {
  color: #aaaaaa;
  display: block;
  font-size: 1.5rem;
  padding: 20px 0;
  text-align: center;
  width: 204px;
}
#FLOW section.section3 ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #FLOW section.section3 ul li a {
    font-size: 1.1rem;
  }
}
#FLOW section.section4 {
  margin-bottom: 160px;
}
#FLOW section.section4 p {
  font-size: 1.3rem;
  letter-spacing: 0.12rem;
  line-height: 1.8;
  text-align: center;
}
#FLOW section.section4 ul {
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  gap: 50px;
  flex-wrap: wrap;
}
#FLOW section.section4 ul li {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#Flow section.section1 ul li a {
  display: block;
  font-size: 1.5rem;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 225px;
}
/********************************************************/
/*		ページ4（よくある質問）(#page4)		*/
/********************************************************/
#FAQ {
  color: #333333;
}
#FAQ p {
  margin-bottom: 15px;
  padding-left: 1.5em;
}
#FAQ h2 {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 40px;
  text-align: center;
}
#FAQ h3 {
  background-color: #eeeeee;
  font-size: 1.7em;
  font-size: 1.3em;
  font-weight: 400;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 40px;
  padding: 10px;
  text-align: center;
}
#FAQ ul#FAQnav {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#FAQ ul#FAQnav li {
  flex: 1 0 20%;
  padding: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #FAQ ul#FAQnav li {
    flex: 1 1 auto;
  }
}
#FAQ ul#FAQnav li a {
  background-color: #323232;
  color: #fff;
  display: block;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 0.3rem;
}
#FAQ ul#FAQnav li a:hover {
  opacity: 0.8;
}
#FAQ .wp-block-details {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1rem;
}
#FAQ .wp-block-details summary {
  font-size: 1.1rem;
  font-weight: 500;
}
#FAQ .FAQTop {
  margin-bottom: 30px;
  text-align: right;
}
#FAQ .FAQTop a {
  color: #0191d4;
}
.caution {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0px;
}
.caution h3 {
  background-color: #09d;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 0.3rem 0.3rem 0 0;
  margin: 0;
}
.caution .content {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 0 0 0.3rem 0.3rem;
}
/************************************************/
/*	15.カンフルについて(kanful)               	*/
/************************************************/
.kf_content {
  width: 100%;
  text-align: center;
  padding-bottom: 5rem;
}
.kf_content .kf_midashi {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kf_content .kf_midashi {
    text-align: left;
  }
}
.kf_content .kf_midashi h1 {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
}
.kf_content .kf_midashi dl dt {
  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  width: fit-content;
  margin-bottom: 2rem;
}
.kf_content .kf_midashi dl dt::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #09d;
  height: 3px;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.kf_content .kf_midashi dl dd {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.kf_content .kf_kaitori {
  background: url(//www.kanful.com/wp-content/uploads/company/kanfulnituite-takuhaikaitori.jpg) no-repeat top center;
  color: #0191d4;
  font-size: 13px;
  height: 798px;
  letter-spacing: 1px;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 1000px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 767px) {
  .kf_content .kf_kaitori {
    width: 100%;
    height: auto;
    padding: 1rem;
    background: none;
  }
}
.kf_content .kf_kaitori h2 {
  font-size: 30px;
  left: 330px;
  letter-spacing: 5px;
  position: absolute;
  top: 390px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kf_content .kf_kaitori h2 {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.5rem;
  }
}
.kf_content .kf_kaitori .kf_kaitori_text {
  margin-bottom: 40px;
}
.kf_content .kf_kaitori .kf_kaitori_text dl {
  text-align: center;
  width: 220px;
  margin: 0;
  position: absolute;
}
.kf_content .kf_kaitori .kf_kaitori_text dl dt {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .kf_content .kf_kaitori .kf_kaitori_text dl {
    position: relative;
    width: auto;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 0.5rem;
    left: auto;
    top: auto;
  }
}
.kf_content .kf_kaitori .kf_kaitori_text .text01 {
  left: 363px;
  top: 155px;
}
@media screen and (max-width: 767px) {
  .kf_content .kf_kaitori .kf_kaitori_text .text01 {
    left: auto;
    top: auto;
  }
}
.kf_content .kf_kaitori .kf_kaitori_text .text02 {
  left: 21px;
  top: 397px;
}
@media screen and (max-width: 767px) {
  .kf_content .kf_kaitori .kf_kaitori_text .text02 {
    left: auto;
    top: auto;
  }
}
.kf_content .kf_kaitori .kf_kaitori_text .text03 {
  left: 743px;
  top: 397px;
}
@media screen and (max-width: 767px) {
  .kf_content .kf_kaitori .kf_kaitori_text .text03 {
    left: auto;
    top: auto;
  }
}
.kf_content .kf_kaitori .kf_kaitori_text .text04 {
  left: 363px;
  top: 497px;
}
@media screen and (max-width: 767px) {
  .kf_content .kf_kaitori .kf_kaitori_text .text04 {
    left: auto;
    top: auto;
  }
}
.kf_content .kf_frow {
  background-color: #e5e5e5;
  margin-bottom: 40px;
  padding: 30px;
  text-align: center;
}
.kf_content .kf_frow p {
  font-size: 20px;
  letter-spacing: 3px;
}
.kf_content .kf_frow dl {
  margin: 15px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kf_content .kf_frow dl {
    flex-direction: column;
  }
}
.kf_content .kf_frow dl dt {
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: left;
  flex: 0 0 34%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kf_content .kf_frow dl dt {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.kf_content .kf_frow dl dd {
  flex: 1 1 auto;
  text-align: center;
  margin: 0;
  padding: 0;
}
.kf_content .kf_frow dl dd img {
  max-width: 100%;
  height: auto;
}
.kf_content .kf_frow a.frowlink {
  color: #0191d4;
  font-size: 1.3em;
}
.kf_content .kf_hinshitsu .kodawari {
  background: url(//www.kanful.com/wp-content/uploads/company/kanfulnituite-hinshitsu.jpg) no-repeat top center;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 1rem;
}
.kf_content .kf_hinshitsu .kodawari h3 {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 5px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .kf_content .kf_hinshitsu .kodawari h3 {
    font-size: 1.5rem;
  }
}
.kf_content .kf_hinshitsu .kodawari .text {
  display: block;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .kf_content .kf_hinshitsu .kodawari .text {
    font-size: 1rem;
  }
}
.kf_content .kf_hinshitsu dl {
  text-align: center;
}
.kf_content .kf_hinshitsu dl dd {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 40px;
}
.kf_content .kf_hinshitsu ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  align-items: stretch;
  padding: 2rem;
  background-color: #eee;
  border-radius: 1rem;
  margin: 1rem auto;
}
@media screen and (max-width: 767px) {
  .kf_content .kf_hinshitsu ul {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
  }
}
.kf_content .kf_hinshitsu ul li {
  text-align: center;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  max-width: 100%;
}
.kf_content .kf_hinshitsu ul li:last-child {
  margin-right: 0;
}
.kf_content .kf_hinshitsu ul li img {
  margin-bottom: 10px;
  max-width: 100%;
}
.kf_content .kf_hinshitsu ul li span {
  color: #0191d4;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
}
.kf_content .kf_hinshitsu .hokan {
  background: url(//www.kanful.com/wp-content/uploads/company/kanfulnituite-kanri.jpg) no-repeat top center;
  height: 360px;
  margin: 1rem auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.kf_content .kf_hinshitsu .hokan .text2 {
  display: block;
  text-align: center;
  width: 70%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 0.5rem;
}
.kf_content .kf_hinshitsu p {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}
#kf_border_img {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 125px;
}
.marker {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  padding: 0 10px;
}
#kf_hinshitsu dl dt {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 10px;
}
.yajirushi {
  margin: 1rem auto;
}
/**
 * 店舗紹介ページの表示設定
 **/
.store img {
  max-width: 100%;
}
.store iframe {
  max-width: 100%;
}
/************************************************/
/*	16.CATSについて(cats)               	*/
/************************************************/
.cats_content {
  width: 100%;
}
.cats_content .cats_prof {
  background: url(//www.kanful.com/wp-content/uploads/company/cats_pro.jpg) no-repeat center center;
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .cats_content .cats_prof {
    flex-direction: column;
    gap: 30px;
    background: none;
  }
}
.cats_content .cats_prof > div {
  flex: 0 0 42%;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .cats_content .cats_prof > div {
    padding-bottom: 1rem;
    border-bottom: 2px solid #0191d4;
  }
  .cats_content .cats_prof > div:last-of-type {
    border-bottom: none;
  }
}
.cats_content .cats_prof > div figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
.cats_content .cats_prof > div figure img {
  max-width: 100%;
}
.cats_content .cats_prof > div figure figcaption {
  color: #0191d4;
}
.cats_content .cats_prof > div p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #0191d4;
}
.cats_content .cats_prof > div:nth-of-type(2n) figure {
  order: 2;
}
.cats_content .cats_prof > div:nth-of-type(2n) p {
  order: 1;
}
@media screen and (max-width: 767px) {
  .cats_content .cats_prof > div:nth-of-type(2n) figure {
    order: 1;
  }
  .cats_content .cats_prof > div:nth-of-type(2n) p {
    order: 2;
  }
}
.cats_content .aoki_prof {
  width: 100%;
  background-color: #e5e5e5 !important;
  margin: 0;
  padding: 2rem;
  margin-bottom: 50px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .cats_content .aoki_prof {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
  }
}
.cats_content .aoki_prof ul {
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
}
.cats_content .aoki_prof ul li {
  font-size: 1rem;
  list-style-type: none;
  padding-left: 6rem;
}
.cats_content .aoki_prof ul li strong {
  font-size: 1.2rem;
  color: #0191d4;
  display: inline-flex;
  margin-left: -6rem;
  width: 6rem;
}
.cats_content .aoki_prof ul li a {
  margin-top: 20px;
  color: #0191d4;
}
.cats_content .aoki_prof ul .aokijun {
  margin-bottom: 20px;
}
