@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

#container {
  width: 100%;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

#wrap-container {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 10px auto 0px auto;
  padding: 0;
  width: 100%;
}

.inbound-wrapper {
  margin: 0 auto;
  width: 980px;
}

.inbound-sp {
  display: none;
}

/* タイトル */
h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.866666666666667em;
  margin: 25px auto 35px;
  padding-bottom: 5px;
  width: 980px;
}

.title-banner .title-banner-inner {
  background: #E3DF57;
  width: 100%;
}

.title-banner .title-banner-inner img {
  display: block;
  margin: 0 auto;
  max-width: 1600px;
  min-width: 980px;
  object-fit: cover;
  width: 100%;
}

.lead-text {
  font-size: 1.0666em;
  line-height: 1.76;
  padding: 35px 0 0;
  text-align: center;
}

/*　目次　*/
.pickup-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 28px auto 0;
  width: 960px;
}

.pickup-icon a {
  border-radius: 10px;
  display: block;
  margin: 0 1% 2.5%;
  overflow: hidden;
  width: 220px;
  transition: 0.2s;
}

.pickup-icon a:hover {
  opacity: 0.6;
}

.pickup-icon a img {
  width: 100%;
  opacity: 1 !important;
}

.pickup-icon a span {
  background: #FF8B35;
  color: #fff;
  display: block;
  font-size: 1.0666em;
  font-weight: 500;
  padding: 9px 0;
  text-align: center;
  width: 100%;
}

/* 共通スタイル */
.inbound-container {
  background-color: #F7F6E9;
  margin: 25px 0 0;
  padding: 60px 0 30px;
}

.inbound-section {
  background-color: #FFF;
  margin: 0 auto 120px;
  width: 980px;
  border-radius: 0 0 12px 12px;
}

.inbound-section h3 {
  background-color: #ff8b35;
  border-radius: 12px 12px 0px 0px;
  color: #222222;
  font-size: 1.5em;
  line-height: 1.5;
  padding: 1.9% 3.1%;
  letter-spacing: -0.02em;
  text-align: center;
}

.inbound-section h3 strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFF;
}

/* 製品情報 */
.product-box {
  margin: 0 auto 0;
  width: 100%;
  border-left: 1px solid #E3DCD6;
  border-right: 1px solid #E3DCD6;
  padding: 2.2% 0 0;
}

.product-box .product-item {
  border-bottom: 1px solid #ccc;
  display: flex;
  margin: 0 auto 30px;
  padding-bottom: 39px;
  width: 95%;
}

.product-box .product-item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.product-box .product-item .main-image {
  display: block;
  height: 320px;
  margin: 10px 0 0 5px;
  width: 320px;
}

.product-box .product-item .main-image img {
  width: 100%;
}

.product-box .product-item .main-image video {
  width: 100%;
}

.product-box .product-item .detail-block {
  box-sizing: border-box;
  padding: 3px 0 0 33px;
  width: 64%;
}

.product-box .product-item .detail-block .head {
  font-size: 1.3666em;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.product-box .product-item .detail-block .hinban {
  font-size: 1.0333em;
  margin: 1.8% 0 0;
}

.product-box .product-item .detail-block .hinban a {
  background: url(/static/images/seihin_joho/online-visitation/yaji_maru_bl.png) no-repeat 0 50%;
  background-size: 12px;
  color: #1C64B3;
  font-weight: bold;
  padding: 0 0 0 3.2%;
}

.product-box .product-item .detail-block .price {
  margin-left: 1em;
  font-size: 0.95rem;
}

.product-box .product-item .detail-block .cap {
  font-size: 0.933333em;
  line-height: 1.5;
  margin: 3% 0 0;
  min-height: 6.8em;
}

.product-box .product-item .detail-block .sub-image img {
  border: 1px solid #E3DCD6;
  border-radius: 12px;
  margin-right: 10px;
  width: 160px;
}

/* 海外電源プラグ表 */
#overseas-plug-list {
  border-top: 1px solid #bbb;
  border-left: 1px solid #E3DCD6;
  border-right: 1px solid #E3DCD6;
  padding: 20px 0;
  width: 100%;
}

#overseas-plug-list .overseas-plug-list-inner {
  background-color: #EEEEEE;
  margin: 0 auto;
  padding: 2.6% 0;
  width: 940px;
}

#overseas-plug-list h4 {
  text-align: center;
  font-size: 1.3333em;
}

.plug-type-table {
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #BBBBBB;
  margin: 1.5% auto 0;
  width: 94%;
}

.plug-type-table th,
.plug-type-table td {
  border-bottom: 1px solid #BBBBBB;
  border: 1px solid #bbb;
  box-sizing: border-box;
  padding: 9px 0;
  text-align: center;
}

.plug-type-table th {
  background: #666666;
  color: #fff;
  font-size: 0.9666em;
}

.plug-type-table th.plug-type {
  width: 130px;
}

.plug-type-table th.socket-shape {
  width: 140px;
}

.plug-type-table td {
  font-size: 0.8666em;
}

.plug-type-table td.support-country {
  line-height: 1.2;
  padding: 0.6% 0.5%;
  text-align: left;
}

.plug-type-table .plug-icon img {
  height: auto;
  margin: 0 5px;
  width: 30px;
}

.plug-type-table .socket-shape img {
  height: auto;
  max-width: 120px;
}

/* おすすめの施設 */
.recommend-facility {
  border-top: 1px solid #bbb;
  border-left: 1px solid #E3DCD6;
  border-right: 1px solid #E3DCD6;
  border-bottom: 1px solid #E3DCD6;
  padding: 17px 0;
  position: relative;
  font-weight: bold;
  width: 100%;
  border-radius: 0 0 12px 12px;
  background-color: #FFF;
}

.recommend-facility .recommend-facility-text {
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.6;
  margin: 0 auto;
  vertical-align: top;
  padding: 3px 0 0;
}

.recommend-facility .recommend-facility-icon {
  background-color: #E0770E;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 1.7%;
  margin-right: 1.3%;
  padding: 0.9% 1.2% 1.2% 1.2%;
  text-align: center;
  vertical-align: top;
}

.recommend-facility .recommend-facility-btn {
  border-radius: 18px;
  border: 1px solid #AD9741;
  color: #AD9741;
  display: block;
  font-size: 0.95em;
  height: fit-content;
  letter-spacing: 0.03em;
  margin: auto;
  padding: 9px 2.5% 10px 1.4%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  width: fit-content;
  transition: 0.2s;
}

.recommend-facility .recommend-facility-btn::before {
  content: '';
  border-right: solid 2px #AD9741;
  border-top: solid 2px #AD9741;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

.recommend-facility .recommend-facility-btn:hover {
  opacity: 0.6;
}
