@charset "utf-8";

/*====================================================================================
■Content
====================================================================================*/

#content {
  margin-bottom: 70px;
  margin-top: 50px;
}

.photo .scall {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
}

@media screen and (max-width:512px) {
  #content {
    margin-bottom: 75px;
  }
}


/*====================================================================================
■Clumb
====================================================================================*/

#underconstruction {
  padding: 100px;
  text-align: center;
}

#crumb {
  line-height: 25px;
  margin-bottom: 30px;
}

#crumb ul {
  overflow: hidden;
}

#crumb ul li {
  float: left;
  font-size: 1.1rem;
}

#crumb ul li a {
  position: relative;
  margin-right: 2.5em;
}

#crumb ul li a::after {
  position: absolute;
  content: '';
  top: .3em;
  right: -1.5em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#crumb ul .home a {
  padding-left: 1.5em;
  background-size: 25%;
}


/*====================================================================================
■PageTitle
====================================================================================*/

#pageTitle {
  position: relative;
  text-align: center;
  background-color: #f0f0f0;
  background-image: url(../common_img/bg_pageTitle.png);
}

#pageTitle h2 {
  position: relative;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 135px;
  letter-spacing: 0.2em;
}

#pageTitle.en h2 {
  letter-spacing: 0;
}


/*
#pageTitle h2 span {
    color: #b08829;
}
*/

#pageTitle h2::before {
  position: absolute;
  content: '';
  display: block;
  bottom: 50%;
  left: 50%;
  width: 56px;
  height: 2px;
  margin-bottom: -1em;
  margin-left: -28px;
  background: #ff9900;
}

@media screen and (max-width:512px) {
  #pageTitle {
    margin-bottom: 30px;
  }
  #pageTitle h2 {
    font-size: 2.0em;
    line-height: 1.5;
    padding: 20px 0;
  }
  #pageTitle h2::before {
    bottom: 10px;
    margin-bottom: 0;
  }
}


/*block title
**********************************************/

.bloc_ttl {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.bloc_ttl h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}

.content_bnr_bloc {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}

.content_bnr_bloc ul {
  position: relative;
  float: left;
  left: 50%;
}

.content_bnr_bloc ul li {
  position: relative;
  float: left;
  left: -50%;
  margin: 0 20px;
}

.btn_back {
  width: 542px;
  margin: 0 auto;
}

.btn_back a {
  position: relative;
  display: block;
  background: #383838;
  text-align: center;
  color: #fff;
  line-height: 67px;
}

.btn_back a::before, .btn_back a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
}

.btn_back a::before {
  left: 50%;
  margin-left: -11.5em;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn_back a::after {
  right: 16px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_product a::before {
  background-image: url(../products/images/ico_product.png);
}

.btn_gallery a::before {
  background-image: url(../projects/images/ico_gallery.png);
}

.btn_calendar a::before {
  background-image: url(../common_img/ico_calendar.png);
}

@media screen and (max-width:512px) {
  .bloc_ttl {
    line-height: 1.8rem;
  }
  .bloc_ttl h3 {
    font-size: 1.8rem;
    padding: 0 0 15px;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .bloc_ttl h3 {
    letter-spacing: 0;
  }
  .page_products_detail .bloc01 .bloc_ttl {
    margin-bottom: 30px;
  }
  .content_bnr_bloc {
    padding: 0 5px;
  }
  .content_bnr_bloc ul li {
    width: 48%;
    margin: 0 1%;
  }
  .btn_back {
    width: auto;
    margin: 0 10px;
  }
  .btn_back a {
    padding: 10px 0;
    line-height: 1.5;
  }
  .btn_back a::before {
    left: 10px;
    margin-left: 0;
  }
}


/*ページネーション
**********************************************/

#pagenation {
  margin: 0 auto;
  text-align: center
}

#pagenation ul {
  position: relative;
  width: 100%;
  list-style-type: none;
  margin: 0 auto;
  overflow: hidden;
}

#pagenation ul li.prev {
  display: inline;
  float: left
}

#pagenation ul li.next {
  display: inline;
  float: right
}

#pagenation ul li a {
  width: 140px;
  line-height: 40px;
  border: 1px solid #323232;
  background: #323232;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}

#pagenation ul li a:hover {
  background: #000;
  color: #fff;
}

#pagenation ul li a::before, #pagenation ul li a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  border-right: 2px solid #ff9900;
  border-bottom: 2px solid #ff9900;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pagenation ul li a::before {
  right: 16px;
}

#pagenation ul li a::after {
  right: 22px;
}

#pagenation ul li a:hover::before, #pagenation ul li a:hover::after {
  border-color: #fff;
}

#pagenation ul li.prev a::before {
  left: 16px;
  right: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#pagenation ul li.prev a::after {
  left: 22px;
  right: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#pagenation .btn_back {
  position: relative;
  top: -30px;
}

#pagenation .btn_back a {
  width: 150px;
  margin: 0 auto;
  padding: 2px 15px;
}

@media screen and (max-width:512px) {
  #pagenation {
    padding: 0 10px;
  }
  #pagenation ul li a {
    width: 120px;
  }
}


/*====================================================================================
■RETAIL
====================================================================================*/

#mainimg.retail {
  background: url(../amazon-retail-business-jp/images/mv.png);
  position: relative;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  height: 425px;
  background-size: cover;
}

#mainimg.retail .catch {
  position: absolute;
  text-align: center;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#retail .org {
  color: #ff7700;
}

#retail .btn {
  width: 680px;
  font-size: 3rem;
  margin: auto;
}

#retail .btn.en {
  width: 680px;
  font-size: 2rem;
  margin: auto;
}

#retail .btn a {
  line-height: 70px;
  border: 1px solid #ff9900;
  background: #ff9900;
  text-align: center;
  color: #fff;
}

#retail .btn a:hover {}

#retail .btn a::before, #retail .btn a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#retail .btn a::before {
  right: 16px;
}

#retail .btn a::after {
  right: 22px;
}

#retail p.subtit {
  margin-bottom: 30px;
  color: #8b8b8b;
  text-align: center;
}

#retail #sec01 {
  position: relative;
  padding: 90px 0 71px;
  background: url(../amazon-retail-business-jp/images/bg_01.png) no-repeat top center;
  background-size: cover;
  position: relative;
}

#retail #sec01 .ttl {
  text-align: center;
}

#retail #sec01 .ttl h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1;
}

#retail #sec01 .ttl h2 .org {
  font-size: 6rem;
}

#retail #sec01 .distress p {
  line-height: 1.2;
  padding-left: 140px;
}

#retail #sec01 .distress.en p {
  line-height: 1.2;
  padding-left: 160px;
  padding-top: 60px;
  padding-right: 60px;
  font-size: 2.0rem;
}

#retail #sec01 .distress li.col-xs-6.col-sm-6 {
  padding: 10px;
  position: relative;
}

#retail #sec01 .distress img {
  position: absolute;
  bottom: 20px;
  left: 60px;
}

#retail #sec01 .distress .org {
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 18px;
  padding-bottom: 20px;
}

#retail #sec01 .distress .large {
  font-size: 3.6rem;
  font-weight: bold;
}

#retail #sec01 .distress .col-sm-6 .inner {
  background: url(../amazon-retail-business-jp/images/frame.png) left no-repeat;
  height: 200px;
  background-size: contain;
}

#retail #sec01::before {
  content: '';
  background: url(../amazon-retail-business-jp/images/triangle.png) no-repeat center top;
  position: absolute;
  bottom: -140px;
  height: 200px;
  width: 100%;
  z-index: 1;
}

#retail #sec02 .ttl {
  background: #ff9900;
  padding: 60px;
  position: relative;
}

#retail #sec02 .ttl p {
  position: relative;
  font-size: 5.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#retail #sec02 .ttl.en p {
  font-size: 3.8rem;
}

#retail #sec02 .ttl p::before {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  bottom: 0;
  margin-left: -3.25em;
  width: 248px;
  height: 9px;
  background: url(../amazon-retail-business-jp/images/underline.png) no-repeat left bottom;
  background-size: contain
}

#retail #sec02 .ttl.en p::before {
  display: none;
}

#retail #sec02 .ttl span {
  font-size: 4.6rem;
}

#retail #sec02 .ttl::before {
  content: "";
  z-index: 2;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 40px solid #f90;
  position: absolute;
  bottom: -64px;
  left: 50%;
  margin-left: -40px;
}

#retail #sec02 .type {
  text-align: center;
  padding: 56px 0;
  background: #fff1db;
}

#retail #sec02 .type .catch {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 38px;
}

#retail #sec02 .type .catch.en {
  font-size: 2.2rem;
}

#retail #sec02 .type .catch span {
  color: #FF8B00;
}

#retail #sec02 .type {
  position: relative;
  overflow: hidden;
}

#retail #sec02 .type ul {
  position: relative;
  float: left;
  left: 50%;
}

#retail #sec02 .type ul {
  position: relative;
  float: left;
  left: 50%;
}

#retail #sec02 .type ul li {
  position: relative;
  float: left;
  left: -50%;
  width: 310px;
  line-height: 104px;
  margin: 0 33px;
  background: #fff;
  font-size: 2.9rem;
  font-weight: bold;
  color: #221f1f;
}

#retail #sec02 .type.en ul li {
  font-size: 1.9rem;
}

#retail #sec02 .type ul li::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #FF9901;
  border-radius: 100%;
  line-height: 40px;
  color: #fff;
}

#retail #sec02 .type.en ul li::before {
  left: 30%;
}

#retail #sec02 .type ul li:first-child::before {
  margin-left: -3.5em;
  content: '1';
}

#retail #sec02 .type ul li:last-child {
  border: 2px solid #ff7700;
}

#retail #sec02 .type ul li:last-child::before {
  margin-left: -4em;
  content: '2';
}

#retail #sec02 .type ul li:last-child::after {
  position: absolute;
  content: '';
  display: block;
  top: -69px;
  right: -188px;
  width: 242px;
  height: 180px;
  background: url(../amazon-retail-business-jp/images/type_baloon.png) no-repeat;
  background-size: contain;
}

#retail #sec02 .type.en ul li:last-child::after {
  background: url(../amazon-retail-business-en/images/type_baloon.png) no-repeat;
  background-size: contain;
}

#retail #sec02 .type.cn ul li:last-child::after {
  background: url(../amazon-retail-business-cn/images/type_baloon.png) no-repeat;
  background-size: contain;
}

#retail #sec03 {
  background: url(../amazon-retail-business-jp/images/bg_02.png) no-repeat top center;
  background-size: contain;
}

#retail #sec03 h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 50px;
  position: relative;
}

#retail #sec03 h2::before {
  content: "";
  background: url(../amazon-retail-business-jp/images/dot.png) no-repeat;
  width: 300px;
  height: 100px;
  position: absolute;
  left: 280px;
  top: -28px;
}

#retail #sec03 h2.en::before {
  left: 420px;
}

#retail #sec03 h2 .org {
  font-size: 5.8rem;
}

#retail #sec03 h2 .small {
  font-size: 4rem;
}

#retail #sec03 .lead_wrp {
  width: 710px;
  margin: auto;
}

#retail #sec03 .lead_s {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

#retail #sec03 .lead_s.en {
  font-size: 2rem;
}

#retail #sec03 .lead {
  font-size: 3.2rem;
  margin-bottom: 30px;
}

#retail #sec03 .lead span {
  font-weight: bold;
}

#retail #sec03 .lead span.small {
  font-weight: normal;
  font-size: 1.8rem;
}

#retail #sec03 .service_msg {
  background: url(../amazon-retail-business-jp/images/bg_msg.png);
  height: 148px;
  padding: 20px;
  margin-bottom: 60px;
  border: 1px solid #ccc;
}

#retail #sec03 .service_msg .lead {
  font-size: 2.4rem;
}

#retail #sec03 .service_msg .lead span {
  display: inline-block;
  background: url(../amazon-retail-business-jp/images/underline_yellow.png) no-repeat left bottom;
  background-size: contain;
}

#retail #sec03 .service_msg p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

#retail #sec03 .bloc_s_01 {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}

#retail #sec03 .bloc_s_01 .outer {
  position: relative;
  border-color: rgb(248, 248, 248);
  border-style: solid;
  border-style: solid;
  border-width: 3px;
  border-color: rgb(215, 92, 24);
  background-color: rgb(255, 255, 255);
}

#retail #sec03 .bloc_s_01 .tit_s {
  position: absolute;
  z-index: 2;
  top: -28px;
  left: -10px;
  width: 495px;
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
  padding: 10px 10px;
  background: url(../amazon-retail-business-jp/images/bg_ttl_amazon_retail_service.png) no-repeat;
}

#retail #sec03 .bloc_s_01 .tit_s span {
  font-size: 2.0rem;
}

#retail #sec03 .sales {
  margin-bottom: 67px;
}

#retail #sec03 .bloc_s_01 .inner {
  width: 100%;
  height: 100%;
  border: 10px solid #f8f8f8;
  padding: 50px 45px 26px;
}

#retail #sec03 .bloc_s_02 {
  position: relative;
  padding-left: 60px;
}
#retail #sec03 .bloc_s_02 .outer::after {
	position: absolute;
	display: block;
	content: '';
	background: url(../amazon-retail-business-jp/images/sale_baloon.png)no-repeat;
	width: 101px;
	height: 68px;
	background-size: cover;
	right: 20px;
	top: -10px;
}
#retail #sec03 .bloc_s_02 .outer.en::after {
	position: absolute;
	display: block;
	content: '';
	background: url(../amazon-retail-business-en/images/sale_baloon.png)no-repeat;
	width: 101px;
	height: 68px;
	background-size: cover;
	right: 20px;
	top: -10px;
}
#retail #sec03 .bloc_s_02 .outer.cn::after {
	position: absolute;
	display: block;
	content: '';
	background: url(../amazon-retail-business-cn/images/sale_baloon.png)no-repeat;
	width: 101px;
	height: 68px;
	background-size: cover;
	right: 20px;
	top: -10px;
}

#retail #sec03 .bloc_s_02 .inner {
  width: 100%;
  padding-top: 34px;
  padding-bottom: 22px;
  border: 10px solid #f8f8f8;
  text-align: center;
}

#retail #sec03 .bloc_s_02 .tit_s {
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: 50px;
  width: 191px;
  height: 55px;
  background: url(../amazon-retail-business-jp/images/bg_ttl_sale.png) no-repeat;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
}

#retail #sec03 .bloc_s_02 ul li {
  position: absolute;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

#retail #sec03 .bloc_s_02 ul li:nth-child(1) {
  color: #9ed462;
  top: 94px;
  left: 56px;
}

#retail #sec03 .bloc_s_02 ul li:nth-child(2) {
  color: #1eabe2;
  top: 80px;
  left: 250px;
}

#retail #sec03 .bloc_s_02 ul li:nth-child(2) span {
  font-size: 1.2rem;
}

#retail #sec03 .bloc_s_02 ul li:nth-child(3) {
  color: #e04b22;
  top: 282px;
  left: 270px;
}

#retail #sec03 .bloc_s_02 ul li:nth-child(4) {
  color: #fec032;
  top: 282px;
  left: 70px;
}

#retail #sec04 {
  position: relative;
  background: url(../amazon-retail-business-jp/images/bg_03.png) no-repeat top center;
  height: 600px;
}

#retail #sec04 .bubble {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -417px;
}

#retail #sec05 {
  background: #ff9900;
  padding: 40px;
}

#retail #sec05 h2 {
  background: #fff;
  letter-spacing: 1.2px;
  width: 740px;
  margin: auto;
  font-size: 3.4rem;
  padding: 30px 50px 20px;
  font-weight: bold;
  position: relative;
}

#retail #sec05 h2 .org {
  font-size: 4.6rem;
}

#retail #sec05 h2.en .org {
  font-size: 2.8rem;
}

#retail #sec05 h2 p {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: -10px;
}

#retail #sec05 h2 .wht {
  color: #FFF;
  font-weight: bold;
  text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
  letter-spacing: 4px;
  margin-left: 3px;
}

#retail #sec05 h2::before {
  content: "";
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 40px solid #fff;
  position: absolute;
  bottom: -64px;
  left: 50%;
  margin-left: -40px;
}

#retail #sec06 {
  background: #fff1db;
  padding: 30px;
}

#retail #sec06 table {
  width: 100%;
}

#retail #sec06 table th {
  background: #9ed462;
  color: #fff;
  font-size: 2rem;
  border: 4px solid #fff1db;
}

#retail #sec06.en table th {
  font-size: 1.6rem;
}

#retail #sec06 table td {
  background: #fff;
  border: 4px solid #fff1db;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
  height: 86px;
}

#retail #sec06.en table td {
  background: #fff;
  border: 4px solid #fff1db;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
  height: 86px;
}

#retail #sec06 table td span {
  font-size: 1.2rem;
}

#retail #sec06 table .off td {
  color: #8b8b8b;
}

#retail #sec06 table .on td {
  font-size: 1.8rem;
}

#retail #sec06 table td.td_s {
  width: 76px;
  font-size: 1.4rem;
  text-align: center;
}

#retail #sec07 {
  padding: 100px 0;
}

#retail #sec07 h2 {
  text-align: center;
  font-weight: bold;
  background: url(../amazon-retail-business-jp/images/ribbon.png) top center no-repeat;
  font-size: 4.4rem;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}

#retail #sec07.en h2 {
  font-size: 2.0rem;
}

#retail #sec07 h2 p {
  position: absolute;
  font-size: 3rem;
  font-weight: bold;
  color: #2a2a2a;
  width: 100%;
  top: -50px;
}

#retail #sec07 .merit {
  padding: 20px;
}

#retail #sec07 .merit .tit {
  font-weight: bold;
  font-size: 2.7rem;
  border-bottom: 1px solid #b8b7b7;
  margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.3;
}

#retail #sec07.en .merit .tit {
  font-weight: bold;
  font-size: 2.0rem;
  border-bottom: 1px solid #b8b7b7;
  margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.0;
}

#retail #sec07 .merit .tit span {
  font-style: italic;
  font-size: 4.8rem;
  margin-right: 30px;
}

#retail #sec07 .merit .inner {
  background: url(../amazon-retail-business-jp/images/bg_msg.png);
  padding: 26px 34px;
  border: 1px solid #ddd;
  box-shadow: 3px 3px 5px #ddd;
  height: 260px;
  position: relative;
}

#retail #sec07 .merit .inner::before {
  position: absolute;
  content: "";
  background: url(../amazon-retail-business-jp/images/chk.png);
  top: -20px;
  left: 50%;
  margin-left: -20px;
  height: 46px;
  width: 50px;
}

#retail #sec07 .merit p {
  font-size: 1.6rem;
  overflow: auto;
}

#retail #sec07.en .merit p {
  font-size: 1.8rem;
  line-height: 1.6;
  overflow: auto;
}
#retail #sec07.en .merit p.mp_s {
	font-size: 1.6rem;
	line-height: 1.5;
}
#retail #sec07 .merit p.lh_d {
	line-height: 1.6;
}

#retail #sec07 .merit img {
  float: left;
  margin: 10px 30px 10px 12px;
}

#retail #sec08 {
  background: url(../amazon-retail-business-jp/images/bg_04.png) no-repeat top center;
  background-size: cover;
  padding: 35px 0;
}

#retail #sec09 {
  background: url(../amazon-retail-business-jp/images/bg_05.png) no-repeat top center;
  background-size: cover;
  padding: 50px 0;
}

#retail #sec09 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 4.2rem;
  border-bottom: 3px solid #ff9900;
  width: 800px;
  margin: auto;
  margin: 0 auto 10px;
  padding-bottom: 8px;
}

#retail #sec09 .subtit {
  margin-bottom: 50px;
}

#retail #sec09 h2 p {
  font-weight: bold;
  font-size: 3rem;
}

#retail #sec09 .voice {
  padding: 10px 25px;
  text-align: center;
}

#retail #sec09 .voice p {
  text-align: left;
}

#retail #sec09 .voice .tit {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

#retail #sec10 {
  padding: 60px 0;
}

#retail #sec10 h2 {
  font-size: 4.2rem;
  text-align: center;
  font-weight: bold;
}

#retail #sec10 .qa {
  border: 4px solid #ddd;
  margin-bottom: 20px;
}

#retail #sec10 .qa .q {
  background: #f9f9f9;
  font-size: 2rem;
  height: 56px;
  line-height: 36px;
}

#retail #sec10 .qa .q, #retail #sec10 .qa .a {
  padding: 10px;
}

#retail #sec10 .qa .q p, #retail #sec10 .qa .a p {
  padding-left: 70px;
}

#retail #sec10 .qa .q span, #retail #sec10 .qa .a span {
  width: 36px;
  height: 36px;
  font-size: 2rem;
  position: absolute;
  left: 30px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

#retail #sec10 .qa .q span {
  background: #ff9900;
}

#retail #sec10 .qa .a span {
  background: #999;
}

#retail #sec10 .btn {
  position: relative;
  margin-top: 40px;
}

#retail #sec10 .btn a {
  border-radius: 3px;
}

#retail #sec10 .btn::before {
  position: absolute;
  content: '';
  display: block;
  z-index: -1;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #995500;
  border-radius: 3px;
}

@media screen and (max-width:512px) {
  #mainimg.retail {
    height: 0;
    padding-top: 97.41%;
  }
  #retail #sec01 {
    padding: 28px 4.83vw 8.69vw;
    background: #eee;
  }
  #retail #sec01 .ttl h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  #retail #sec01 .ttl h2 .org {
    font-size: 3rem;
  }
  #retail p.subtit {
    margin-bottom: 1em;
    font-size: 1.2rem;
  }
  #retail #sec01 .distress .col-sm-6 .inner {
    height: auto;
    margin-bottom: 20px;
    background: none;
    margin: auto;
    position: relative;
  }
  #retail #sec01 .distress .comment {
    background: url(../amazon-retail-business-jp/images/frame_sp_r.png) left no-repeat;
    background-size: 100% auto;
    background-position-x: 45px;
    padding-left: 12px;
    height: 84px;
    margin-bottom: 1em;
  }
  #retail #sec01 .distress p {
    padding-left: 76px;
  }
  #retail #sec01 .distress .large {
    font-size: 2rem;
    letter-spacing: -1px;
  }
  #retail #sec01 .distress img {
    left: 7px;
    height: 63px;
    bottom: 5px;
  }
  #retail #sec01 .distress .org {
    font-size: 1.2rem;
    padding: 1.2em 0 1em 76px;
  }
  #retail #sec01::before {
    width: 100%;
    background-size: contain;
    bottom: -20px;
    left: 0;
    height: 40px;
    z-index: 1;
  }
  #retail #sec02 .ttl {
    padding: 9.66vw 0;
  }
  #retail #sec02 .ttl p {
    font-size: 2.2rem;
  }
  #retail #sec02 .ttl.en p {
    font-size: 1.8rem;
    padding: 0 2.41vw;
  }
  #retail #sec02 .ttl p span {
    font-size: 2.4rem;
  }
  #retail #sec02 .ttl p::before {
    width: 5em;
    background-size: contain;
  }
  #retail #sec02 .type {
    padding: 24px 0 18px;
  }
  #retail #sec02 .type .catch {
    font-size: 1.4rem;
    margin-bottom: 13px;
  }
  #retail #sec02 .type .catch.en {
    font-size: 1.4rem;
    padding: 0 2.41vw;
  }
  #retail #sec02 .type ul li {
    width: 43.11vw;
    line-height: 9.3vw;
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
  #retail #sec02 .type ul li::before {
    width: 4.83vw;
    height: 4.83vw;
    font-size: 4.83vw;
    line-height: 4.83vw;
  }
  #retail #sec02 .type ul li:last-child::after {
    width: 33.09vw;
    height: 23.06vw;
    right: -31.76vw;
    top: -12.68vw;
  }
  #retail #sec02 .type.en ul li:last-child::after {
    background-size: contain;
  }
  #retail #sec02 .type.en ul li {
    font-size: 1.4rem;
  }
  #retail #sec03 h2 {
    font-size: 2rem;
    margin: 2em auto 1em;
  }
  #retail #sec03 h2::before {
    height: 16px;
    background-size: contain;
    left: 78px;
    top: -0.5em;
  }
  #retail #sec03 {
    padding: 0 2.41vw;
  }
  #retail #sec03 h2 .org {
    font-size: 2.5rem;
  }
  #retail #sec03 h2 .small {
    font-size: 1.6rem;
  }
  #retail #sec03 {
    background-size: 300%;
  }
  #retail #sec03 .lead_wrp {
    width: 100%;
    margin: auto;
		text-align: center;
  }
  #retail #sec03 .lead_s {
    font-size: 1rem;
    margin: 0 0.5em;
  }
  #retail #sec03 .lead {
    font-size: 1.4rem;
    letter-spacing: -1px;
    margin: 0 0.5em 1em;
  }
  #retail #sec03 .lead span.small {
    font-size: 1rem;
  }
  #retail #sec03 .service_msg .lead span {
    display: inline;
  }
  #retail #sec03 .service_msg {
    height: auto;
  }
  #retail #sec03 .service_msg p {
    font-size: 1.4rem;
  }
  #retail #sec03 .service_msg .lead {
    font-size: 1.6rem;
    letter-spacing: -1px;
    margin: 0.5em 0 0 0;
  }
  #retail #sec03 .service_msg {
    padding: 1em 0;
    margin: 0 0.5em 2em;
  }
  #retail #sec03 .bloc_s_01 .tit_s {
    font-size: 1.6rem;
    padding: 0 5vw;
    width: 75.60vw;
    height: 10.86vw;
		line-height: 8.86vw;
    background-size: contain;
    top: -4.16vw;
  }
  #retail #sec03 .bloc_s_01 .tit_s span {
    font-size: 1.0rem;
  }
  #retail #sec03 .bloc_s_01 .inner {
    margin: auto;
    position: relative;
    padding: 3.62vw 8.21vw 5.79vw;
  }
  #retail #sec03 .bloc_s_01 ul li:nth-child(1) {
    top: 70px;
    left: 177px;
    font-size: 1.1rem;
  }
  #retail #sec03 .bloc_s_01 ul li:nth-child(2) {
    top: 176px;
    left: 60px;
    font-size: 1.2rem;
  }
  #retail #sec03 .bloc_s_02 {
    padding: 1em 0;
  }
  #retail #sec03 .bloc_s_02 .inner {
    margin: auto;
  }
	#retail #sec03 .bloc_s_02 .inner img {
		width: 70%;
		margin-top: 15px;
	}
  #retail #sec03 .bloc_s_02 .tit_s {
    top: 4px;
    left: 0;
  }
  #retail #sec03 .bloc_s_02 ul li {
    font-size: 1.4rem;
  }
  #retail #sec03 .bloc_s_02 ul li:nth-child(1) {
    top: 70px;
    left: 40px;
  }
  #retail #sec03 .bloc_s_02 ul li:nth-child(2) {
    top: 46px;
    left: 200px;
  }
  #retail #sec03 .bloc_s_02 ul li:nth-child(2) span {
    font-size: 1rem;
    line-height: 1;
  }
  #retail #sec03 .bloc_s_02 ul li:nth-child(4) {
    top: 215px;
    left: 52px;
  }
  #retail #sec03 .bloc_s_02 ul li:nth-child(3) {
    top: 213px;
    left: 202px;
    letter-spacing: -0.5px;
  }
  #retail #sec04 {
    height: 0;
    padding-top: 71.25%;
    background-size: cover;
  }
  #retail #sec04 .bubble {
    width: 38.16vw;
    height: 25.48vw;
    margin-left: -48.79vw;
    top: -3.62vw;
  }
  #retail #sec05 {
    padding: 15px;
  }
  #retail #sec05 h2 {
    width: 100%;
    padding: 1em 0.3em;
    font-size: 1.77rem;
    letter-spacing: -0.8px;
    text-align: center;
  }
  #retail #sec05 h2 p {
    font-size: 1rem;
    margin-bottom: 0.1em;
    font-weight: bold;
  }
  #retail #sec05 h2 .org {
    font-size: 1.6rem
  }
  #retail #sec05 h2 .wht {
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000;
    letter-spacing: 2px;
    margin-left: 2px;
  }
  #retail #sec06 {
    padding: 0.2em;
  }
  #retail #sec06 {
    padding: 1em 0.5em;
  }
  #retail #sec06 .col-xs-12 table {
    margin: 0.5em 0;
  }
  #retail #sec06 table th {
    font-size: 1.6rem;
  }
  #retail #sec06 table td {
    font-size: 1.2rem;
    padding: 1em;
    text-align: left;
    height: auto;
  }
  #retail #sec06 table .on td {
    font-size: 1.5rem;
  }
  #retail #sec06 table td.td_s {
    width: 28.38vw;
    font-size: 1.0rem;
    text-align: left;
  }
  #retail #sec06 table td span {
    font-size: 1.2rem;
  }
  #retail #sec07 {
    padding: 11.95vw 0.5em 3em;
  }
  #retail #sec07 h2 {
    font-size: 2.4rem;
    background-size: cover;
    line-height: 46px;
    margin-bottom: 0;
  }
  #retail #sec07 h2 p {
    font-size: 1.8rem;
    line-height: 1;
    top: -24px;
  }
  #retail #sec07 .merit {
    padding: 0.5rem;
  }
  #retail #sec07 .merit .inner::before {
    content: none;
  }
  #retail #sec07 .merit img {
    position: absolute;
    left: 69%;
    top: 50%;
    width: 21%;
    margin-top: -10%;
  }
  #retail #sec07 .merit .inner {
    height: auto;
    padding: 1em;
  }
  #retail #sec07 .merit .tit {
    font-size: 1.4rem;
    letter-spacing: -0.6px;
  }
  #retail #sec07.en .merit .tit {
    font-size: 1.6rem;
  }
  #retail #sec07 .merit .tit span {
    font-size: 2rem;
    margin-right: 0.4em;
  }
  #retail #sec07 .merit p {
    width: 70%;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #retail #sec07.en .merit p,
	#retail #sec07.en .merit p.mp_s {
    font-size: 1.2rem;
  }
  #retail .btn {
    width: 100%;
    font-size: 4.34vw;
  }
  #retail .btn.en {
    width: 100%;
    font-size: 1.6rem;
  }
  #retail .btn a {
    line-height: 11.47vw;
  }
  #retail .btn a::before, #retail .btn a::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #retail .btn a::after {
    right: 8px;
  }
  #retail .btn a::before {
    right: 12px;
  }
  #retail #sec08 {
    padding: 6.15vw 4.34vw;
  }
  #retail #sec09 {
    padding: 10.89vw 0;
  }
  #retail #sec09 .subtit {
    margin-bottom: 4.34vw;
  }
  #retail #sec09 h2 {
    width: 100%;
    font-size: 3rem;
    border: none;
    position: relative;
  }
  #retail #sec09 h2::after {
    content: "";
    width: 60%;
    height: 4px;
    border-bottom: 5px solid #f90;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30%;
  }
  #retail #sec09 h2 p {
    font-size: 1.3rem;
  }
  #retail #sec09 .voice {
    padding: 0 4.83vw;
  }
  #retail #sec09 .voice .tit {
    margin-top: 0;
    text-align: left;
    font-size: 1.6rem;
    padding-bottom: 0.1em;
    margin-bottom: 0.2em;
  }
  #retail #sec09 li.bloc_s_02 {
    margin-bottom: 5.79vw;
  }
  #retail #sec09 .voice p {
    font-size: 1.4rem;
  }
  #retail #sec09 .voice img {
    padding-right: 10px;
  }
  #retail #sec10 {
    padding: 2em 0em;
  }
  #retail #sec10 h2 {
    font-size: 3rem;
  }
  #retail #sec10 .qa {
    border: none;
  }
  #retail #sec10 .qa .q {
    height: auto;
    font-size: 1em;
    line-height: 21px;
  }
  #retail #sec10 .qa .q p {
    font-weight: bold;
  }
  #retail #sec10 .qa .a p {
    font-size: 1.2rem;
  }
  #retail #sec10 .qa .q p, #retail #sec10 .qa .a p {
    padding-left: 42px;
  }
  #retail #sec10 .qa .q, #retail #sec10 .qa .a {
    padding: 0.8em 0.8em 0.8em 0.4em;
  }
  #retail #sec10 .qa .q span, #retail #sec10 .qa .a span {
    width: 25px;
    height: 25px;
    font-size: 1.8rem;
    line-height: 25px;
    left: 0.8em;
    font-weight: normal;
  }
  #retail #sec10 .btn {
    padding: 0 4.34vw;
  }
  #retail #sec10 .btn::before {
    left: 4.34vw;
    right: 4.34vw;
    width: auto;
  }
}


/*====================================================================================
■NEWS
====================================================================================*/

#news .anchor {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}

#news .anchor ul {
  position: relative;
  float: left;
  left: 50%;
}

#news .anchor ul li {
  position: relative;
  float: left;
  left: -50%;
  margin: 0 10px;
}

#news .anchor ul li a {
  display: block;
  color: #fff;
  width: 180px;
  line-height: 50px;
  text-align: center;
}

#news .anchor ul li.jp a {
  background: #ff9900;
}

#news .anchor ul li.en a {
  background: #3c3c3c;
}

#news .anchor ul li.cn a {
  background: #535353;
}

#news .bloc {
  border-top: 1px dotted #ccc;
  padding-top: 30px;
}

#news .tit {
  position: relative;
}

#news .tit dl {
  padding: 10px 5px 10px 10px;
  font-weight: normal;
}

#news .tit dt {
  display: inline-block;
  font-weight: bold;
}

#news .tit dd {
  font-size: 2.4rem;
  font-weight: bold;
}

#news .bloc {
  margin-bottom: 30px;
}

#news .inner {
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

#news .photo {
  position: relative;
  float: right;
  width: 300px;
  margin-left: 30px;
  margin-bottom: 10px;
}

#news .comment {
  overflow: hidden;
}

#news #pagenation {
  padding: 10px;
}

@media screen and (max-width:512px) {
  #news .anchor ul li {
    margin: 0;
    width: 90px;
    margin: 0 5px;
  }
  #news .anchor ul li a {
    margin: 0;
    width: 100%;
  }
  #news .container {
    display: block;
    padding: 10px;
  }
  #news .ttl {
    display: block;
    width: 100%;
    ;
    padding-right: 0;
    text-align: center;
    vertical-align: bottom;
  }
  #news .ttl .btn a {
    margin: 0 auto 10px;
  }
  #news .tab_section {
    display: block;
    width: 100%;
  }
  #news .tit dl {
    font-size: 1.4rem;
  }
  #news .tit dt {
    float: none;
    width: auto;
  }
  #news .tit dd {
    padding: 0;
  }
  #news .photo {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-bottom: 10px
  }
  #news .comment {
    padding: 0 15px;
  }
}


/*====================================================================================
■COMPANY
====================================================================================*/

#company .bloc01 {
  background: #f7f7f7;
  padding-top: 35px;
}

#company .bloc01 h2 {
  background: #ff9900;
  color: #fff;
  font-size: 2.8rem;
  padding-left: 40px;
}

#company .bloc01 h2 span {
  padding-left: 40px;
  font-size: 1.2rem;
}

#company .bloc01 .subtit {
  border-bottom: 1px dashed #ccc;
  margin: 30px 40px;
  font-size: 2.4rem;
  padding-bottom: 30px;
}

#company .bloc01 .subtit .sub {
  font-size: 2rem;
}

#company .bloc01 .inner {
  margin: 0 40px;
  padding-bottom: 40px;
}

#company .bloc01 .sign {
  text-align: right;
  margin-top: 40px;
  font-size: 1.8rem;
}

#company .bloc01 .sign .name {
  font-size: 2.6rem;
  padding-left: 10px;
}

#company .bloc02 {
  margin-top: 0;
}

#company .bloc02 .tit {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

#company .bloc02 h2 {
  font-size: 2.8rem;
  border-left: 8px solid #f90;
  padding-left: 20px;
}

#company .bloc02 table {
  width: 100%;
}

#company .bloc02 table tr {}

#company .bloc02 table th, #company .bloc02 table td {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}

#company .bloc02 table th {
  text-align: left;
  vertical-align: top;
  width: 150px;
}

#company .bloc03 {
  margin-top: 40px;
}

#company .bloc03 .tit {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

#company .bloc03 h2, #company .bloc04 h2, #company .bloc05 h2 {
  font-size: 2.8rem;
  border-left: 8px solid #f90;
  padding-left: 20px;
}

#company .bloc03 .member_box {
  margin-top: 20px;
}

#company .bloc03 .member_img, #company .bloc03 .member_name01, #company .bloc03 .member_name02, #company .bloc03 .member_name03 {
  text-align: center;
}

#company .bloc03 .member_img {
  margin-bottom: 5px;
}

#company .bloc03 .member_name02 {
  font-size: 1.2rem;
}

#company .bloc03 .member_name03 {
  font-size: 1.6rem;
}
#company .bloc03 .comment {
	padding: 15px 15px 30px 15px;
}
#company .bloc04 {
  margin-top: 40px;
  margin-bottom: 40px;
}

#company .bloc04 .tit {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

#company .bloc04 .org_img {
  margin: 20px auto;
}

#company .bloc05 table {
  width: 100%;
}

#company .bloc05 table tr {
  border-bottom: 1px dashed #ccc;
}

#company .bloc05 table th, #company .bloc05 table td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
}

#company .bloc05 table th {
  text-align: left;
  vertical-align: top;
  white-space:nowrap;
}

#company .bloc05 .no_bd {
  border-bottom: 0px;
}

#company .bloc05 table td a {
  text-decoration: underline;
}
#company .bloc05 table td img {
	width: 200px;
	margin-top: 0;
}
#company .btn_detail a {
    display: block;
    width: 220px;
    line-height: 50px;
    background: #ff9900;
    border-radius: 2px;
    font-size: 1.6rem;
	text-align: center;
    color: #fff;
}
#company .btn_detail a::before,
#company .btn_detail a::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	width: 11px;
	height: 11px;
	margin-top: -6px;
  	border-right: 2px solid #FFF;
  	border-bottom: 2px solid #FFF;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
#company .btn_detail a::before {
	right: 16px;
}
#company .btn_detail a::after {
	right: 22px;
}

@media screen and (max-width:512px) {
  #company .bloc01 {
    padding-top: 2rem;
    margin: 1em;
  }
  #company .bloc01 .subtit {
    margin: 0.5em;
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  #company .bloc01 .subtit .sub {
    font-size: 1.6rem;
  }
  #company .bloc01 h2 {
    padding: 0.5em;
    font-size: 2rem;
  }
  #company .bloc01 .inner {
    margin: 1em;
  }
  #company .bloc01 .sign {
    font-size: 1.5rem;
  }
  #company .bloc01 .sign .name {
    font-size: 2rem;
    font-size: 2rem;
    display: inline-block;
  }
  #company .bloc02 table {
    width: 90%;
    margin: auto;
  }
  #company .bloc02 table th, #company .bloc02 table td {
    padding: 4% 0;
  }
  #company .bloc02 table th:nth-child(1) {
    margin-top: 20px;
  }
  #company .bloc02 table th, #company .bloc02 table td {
    width: 100%;
    display: block;
    border: none;
  }
  #company .bloc02 table th {
    background: #efefef;
    text-align: center;
    padding: 3px 0;
  }
  #company .bloc02 table td {
    margin-bottom: 15px;
  }
  #company .bloc04 .org_img {
    padding: 0 4%;
  }
  #company .bloc05 table tr th, #company .bloc05 table tr td, {
    display: block;
  }
  #company .bloc05 table th, #company .bloc05 table td {
    padding: 4%;
    line-height: 1.3;
  }
  #company.en table, #company.en table tr, #company.en table th, #company.en table td {
    display: block;
    width: 100%;
  }
  #company.en table th {
    padding: 10px;
    background: #eee;
    border-top: 1px solid #ccc;
  }
  #company.en table td {
    padding: 10px 15px;
    border-bottom: none;
  }
}


/*====================================================================================
■RECRUIT
====================================================================================*/

#recruit .bloc01 {
  margin-bottom: 40px;
}

#recruit .bloc01 h2 {
  background: #ff9900;
  color: #fff;
  font-size: 2.8rem;
  padding-left: 40px;
  position: relative;
}

#recruit .bloc01 h2::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../recruit/images/img_ph01.png) no-repeat;
  width: 199px;
  height: 205px;
  right: 0;
  top: -60px;
}

#recruit .bloc02 .tit {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

#recruit .bloc02 h2 {
  font-size: 2.8rem;
  border-left: 8px solid #f90;
  padding-left: 20px;
}

#recruit table {
  margin: 30px auto;
  width: 100%;
}

#recruit table tr {}

#recruit table tr th, #recruit table tr td {
  padding: 15px 15px 15px 0px;
  border-top: 1px dotted #CCC;
}

#recruit table tr th {
  width: 20%;
  text-align: left;
  position: relative;
}

#recruit table tr th::after {
  position: absolute;
  display: block;
  content: '';
  background: #ff9900;
  width: 80%;
  height: 3px;
  top: 0;
}

#recruit .btn_recruit a {
    display: block;
    width: 220px;
	margin: 0 auto;
    line-height: 50px;
    background: #ff9900;
    border-radius: 2px;
    font-size: 1.7rem;
	text-align: center;
    color: #fff;
}
#recruit .btn_recruit a::before,
#recruit .btn_recruit a::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	width: 11px;
	height: 11px;
	margin-top: -6px;
  	border-right: 2px solid #FFF;
  	border-bottom: 2px solid #FFF;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
#recruit .btn_recruit a::before {
	right: 16px;
}
#recruit .btn_recruit a::after {
	right: 22px;
}
@media screen and (max-width:512px) {
  #recruit .bloc01 {
    margin-bottom: 0px;
  }
  #recruit .bloc01 h2::after {
    width: 100px;
    height: 103px;
    background-size: contain;
    right: 0;
    top: -47px;
  }
  #recruit .bloc01, #recruit .bloc02 {
    padding: 4%;
  }
  #recruit table tr th {
    width: 30%;
  }
  #recruit.en .bloc01 h2 {
    padding: 10px;
    font-size: 2.0rem;
    text-align: center;
  }
  #recruit.en table, #recruit.en table tr, #recruit.en table tr th, #recruit.en table tr td {
    display: block;
    width: 100%;
  }
  #recruit.en table tr th::after {
    width: 100%;
    left: 0;
  }
  #recruit.en table tr th {
    padding: 10px;
    background: #FFF4E7;
  }
  #recruit.en table tr td {
    padding: 10px 15px;
  }
}


/*====================================================================================
■PRODACT
====================================================================================*/

#product .bloc01 {
  margin-bottom: 40px;
}

#product .bloc01 .lg_box {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 30px;
}

#product .bloc01 .lg_box .lg_jp a, #product .bloc01 .lg_box .lg_en a, #product .bloc01 .lg_box .lg_ch a {
  float: left;
  line-height: 50px;
  text-align: center;
  width: 30%;
  display: block;
  color: #FFF;
  font-weight: bold;
}

#product .bloc01 .lg_box .lg_jp a, #product .bloc01 .lg_box .lg_en a {
  margin-right: 5%;
}

#product .bloc01 .lg_box .lg_jp a {
  background: #ff9900;
}

#product .bloc01 .lg_box .lg_en a {
  background: #3c3c3c;
}

#product .bloc01 .lg_box .lg_ch a {
  background: #535354;
}

#product .bloc02 .pro_box {
  margin-bottom: 20px;
  width: 95%;
  margin: 0 auto 20px auto;
  border: 5px solid #eeeeee;
  box-sizing: border-box;
  padding: 2%;
}
#product .bloc02 .pro_box .row {
	margin-left: -1%;
	margin-right: -1%;
}

#product .bloc02 .ttl {
  background: #efebe5;
}

#product .bloc02 .ttl p {
  height: 60px;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 10px;
}

#product .bloc02 .ttl p::after {
  position: absolute;
  display: block;
  content: '';
  background: #ff9900;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  border-radius: 10px;
}

#product .bloc02 .pro_ph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 145px;
  margin-top: 2%;
  padding: 0 1%;
}

#product .bloc02 .pro_txt p {
  padding-left: 4%;
  margin-top: 4%;
  line-height: 1.4;
}

#product .bloc02 .pro_ph img {
  max-width: 100%;
  max-height: 145px;
  vertical-align: bottom;
}

@media screen and (max-width:512px) {}


/*====================================================================================
■CONTACT
====================================================================================*/

#contact .bloc_info .pro_box {
    margin-bottom: 20px;
    width: 95%;
    margin: 0 auto 20px auto;
    border: 5px solid #eeeeee;
    box-sizing: border-box;
    padding: 2% 2% 0% 2%;
}

#contact .bloc_info .ttl {
    background: #efebe5;
}

#contact .bloc_info .ttl p {
    height: 60px;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 10px;
}
#contact .bloc_info .info_mail p {
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
}
#contact .bloc_info .info_mail_txt {
	text-align: center;
	margin-bottom: 2%;
}
#contact .bloc_info .info_mail p span {
	
}

#contact .bloc_info .ttl p::after {
  position: absolute;
  display: block;
  content: '';
  background: #ff9900;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  border-radius: 10px;
}

#pageTitle.contact h2 {
  position: relative;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding: 27px;
}

#pageTitle.contact h2::before {
  bottom: 33%;
}

#contact .bloc_ttl h3 {
  border-left: 8px solid #f90;
  padding-left: 20px;
  padding: 10px;
  text-align: left;
}

#contact {
  padding: 0 0.5em;
}

#contact .lead {
  text-align: center;
}

#contact .lead a {
  text-decoration: underline;
}

#contact .lead_s {
  border-bottom: 1px dotted #666;
  padding: 20px 0 10px;
}

#contact .lead p {
  margin-bottom: 10px;
}

#contact .tel_box_s {
  position: relative;
  height: 200px;
}

#contact .tel_box_s .tel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#contact .tel_box_s .tel .num {
  text-align: center;
  position: relative;
  color: #df0615;
  font-size: 4.0rem;
  padding-left: 60px;
}

#contact .tel_box_s .tel .time {
  text-align: center;
  font-weight: bold;
}

#contact .tel_box_s .tel .num::before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(../contact/images/icn_tel.png);
  width: 51px;
  height: 51px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page_contact #pageTitle {
  background-image: url(../catalog_contact/images/ttl_contact.png);
}

.page_reserve #pageTitle {
  background-image: url(../reservation/images/ttl_reserve.png);
}

.page_contact .lead {
  padding: 30px 20px 50px;
}

.page_contact strong {
  color: #B31A1A;
  font-size: 1.8rem;
}

.page_contact .btn {
  margin: 0 10px;
  text-align: center;
}

.page_contact .btn a {
  height: 62px;
  line-height: 62px;
  text-decoration: none;
}

#a1_form {
  margin: 0px auto;
}

#a1_form h3 {
  padding: 10px;
  background: #cba447;
  color: #fff;
  font-size: 16px
}

#a1_form table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

#a1_form th {
  width: 240px;
  padding: 30px 4px 30px 20px;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border-top: 1px dotted #fff;
  border-bottom: 1px dashed #ccc;
  line-height: 1.5;
}

#a1_form th img {
  float: right
}

#a1_form th div {
  text-indent: -12px
}

#a1_form td {
  padding: 30px 10px 30px 10px;
  text-align: left;
  vertical-align: top;
  border-top: 1px dotted #fff;
  border-bottom: 1px dashed #ccc;
  line-height: 1.5;
}

#a1_form table li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
  vertical-align: top;
}

#a1_form table p {
  /*	margin-top: 30px;*/
}

#a1_form table dt:nth-child(n+3) {
  margin-top: 10px;
}

#a1_form .fs10 {
  font-size: 10px
}

#a1_form .hissu {
  float: right;
  margin: 0 3px;
  padding: 2px 5px;
  background: #bf0008;
  color: #fff;
  font-size: 10px;
  width: 50px;
  text-align: center;
}

#a1_form .ninni {
  float: right;
  margin: 0 3px;
  padding: 2px 5px;
  background: #666;
  color: #fff;
  font-size: 10px;
  width: 50px;
  text-align: center;
}

#a1_form .comming {
  display: inline-block;
  margin-right: 10px;
}

#a1_form .comming label {
  display: block;
  padding-left: 1em;
}

input, select, textarea {
  margin-bottom: 1px;
  font-size: 1.3rem;
}

.hide {
  display: none;
}

.mini {
  font-size: 10px
}

optgroup {
  background-color: #ccc;
  color: #333;
  font-style: normal
}

option {
  margin: 0 5px 0 0;
  background-color: #fff;
  color: #333
}

.ime_on {
  ime-mode: active
}

.ime_off {
  ime-mode: disabled
}

.input_txt, .select {
  padding: 10px;
  border: none;
  background: #f7f7f8;
  border: 1px solid #efebe5;
}

input[type="checkbox"] {
  background: #F2EFE6;
}

input:focus {
  background: #fff;
}

.form_submit {
  margin: 10px 10px 0;
  padding: 5px;
  text-align: center;
}

#contact .btn_wrp {
  position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
/*#a1_form input[type="submit"] {
  width: 300px;
  height: 100px;
  background-color: #383838;
  border: none;
  color: #FFF;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

#a1_form input[type="submit"]:hover {
  background-color: #bf0008;
}

#a1_form input[type="submit"][disabled] {
  background-color: #ccc;
  cursor: default
}*/
#a1_form button[type="submit"] ,
#a1_form button[type="button"] {
  width: 300px;
  height: 100px;
  background-color: #383838;
  border: none;
  color: #FFF;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.8;
}

#a1_form button[type="submit"]:hover,
#a1_form button[type="button"]:hover{
  background-color: #bf0008;
}

#a1_form button[type="submit"][disabled] {
  background-color: #ccc;
  cursor: default
}
#contact .btn_label {
  position: absolute;
  color: #fff;
}

.form_submit .comment {
  margin-bottom: 30px;
  text-align: left;
}

.form_submit label {
  padding: 2px 0 0;
  font-weight: normal
}



#contact .bloc_ttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 0;
}

#contact fieldset {
  margin: 20px 10px;
  border: 1px solid #ccc;
  padding: 10px 20px;
}

#contact .pp_body {
  border-bottom: 1px dashed #ccc;
  padding: 30px 0;
}

@media screen and (max-width:736px) {
	#contact .bloc_info .info_mail p {
	font-size: 2.0rem;
}
#contact .bloc_info .info_mail_txt {
	text-align: left;
	line-height: 1.2;
	font-size: 1.2rem;
}
  #contact .lead p {
    text-align: left;
  }
  .page_contact .lead {
    padding-bottom: 30px;
  }
  #a1_form {
    margin-top: 30px;
    /*padding: 0 10px 20px;*/
  }
  #a1_form th {
    display: block;
    padding: 5px 10px;
    border-bottom: none;
    width: inherit;
    background: #F2EFE6
  }
  #a1_form td {
    display: block;
    padding: 10px 0;
    border-bottom: none;
  }
  #a1_form td #zip.w15per {
    width: 35%;
  }
  #a1_form td span {
    display: block
  }
  .input_txt, .select {
    background: #fff;
    border: 1px solid #ddd;
  }
  #a1_form input[type="submit"] {
    width: 100%;
  }
  .page_contact .pp {
    padding: 0 10px;
  }
  #a1_form table li {
    display: block;
    padding: 0;
  }
  #a1_form table .item_name_list li {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
  }
  #contact .tel_box_s {
    position: relative;
    height: 200px;
  }
  #contact .tel_box_s .tel {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #contact .tel_box_s .tel .num {
    text-align: center;
    position: relative;
    color: #df0615;
    font-size: 3.0rem;
    padding-left: 0;
  }
  #contact .tel_box_s .tel .time {
    text-align: center;
    font-weight: bold;
  }
  #contact .tel_box_s .tel .num::before {
    width: 30px;
    height: 30px;
    background-size: cover;
    left: 50%;
    margin-left: -4.5em;
  }
	#a1_form button[type="submit"] ,
	#a1_form button[type="button"] {
		width: 100%;
	}
}