@charset "utf-8";

.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #e60012;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

a.lp-buttonConversion {
  color: #fff;
}

a.lp-buttonConversion:hover {
  color: #fff;
  text-decoration: none;
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}

.lp-buttonConversion-text {
  margin-right: 16px;
}

.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
  background: #129e83;
}

.lp-buttonConversion.of-secondary {
  background: #1a90db;
}

.prelative {
  position: relative;
}

div#ContentsArea div#ContentsLayout.SingleWide:first-child{
  padding-top:0;
}

div#MainContent .lp-layout-container *,
div#MainContent .lp-layout-container *:before,
div#MainContent .lp-layout-container *:after {
  box-sizing: border-box;
}

div#MainContent .lp-layout-container {
  width: 850px;
  margin: 0 auto;
}

div#MainContent .lp-layout-container .btn_area {
  position: absolute;
  top: 10%;
  left: 30px;
  margin-top: 50px;
  width: 500px;
  text-align: center;
}

/* PhoneLink */
div#MainContent .lp-layout-container .lp-textPhoneLink {
  margin-bottom: 6px;
  font-size: 28px;
  font-style: normal;
}

div#MainContent .lp-layout-container .lp-textPhoneLink-number {
  display: inline-block;
  position: relative;
  align-items: center;
  margin-bottom: 8px;
  font-size: 42px;
  text-decoration: none;
}

div#MainContent .lp-layout-container .lp-textPhoneLink-number > a {
  position: relative;
  letter-spacing: -1px;
  line-height: 1;
  text-decoration: none;
  cursor: default;
  color: #333;
}

div#MainContent .lp-layout-container .lp-textLink {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  color: #222323;
  font-size: 1.8rem;
  font-style: normal;
}

div#MainContent .lp-layout-container .lp-textLink::before {
  box-sizing: border-box;
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 11px;
  height: 4px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 12px solid #333;
  content: "";
}

div#MainContent .lp-layout-container .landingcommon_freedial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px auto 47px;
  padding: 20px 0 0;
}

/* bottom_thum */
div#MainContent .lp-layout-container .lp_bottom_thum {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
  padding: 50px 40px 0;
}

div#MainContent .lp-layout-container .lp_bottom_thum_content {
  font-size: 28px;
  margin-left: 62px;
  line-height: 1.4em;
}

div#MainContent .lp-layout-container .lp_bottom_thum_content > *:last-child {
  margin-bottom: 0;
}

div#MainContent .lp-layout-container .lp_bottom_thum_img {
  border: 1px solid #ccc;
}

/* lead_text */
div#MainContent .lp-layout-container .lp_lead_text {
  margin-top: 60px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(#3f3f3f 0%, #171717 100%) #3f3f3f;
  font-size: 25px;
}

div#MainContent .lp-layout-container .lp_lead_text .lp_lead_text_inner {
  display: inline-block;
  position: relative;
  padding: 0 40px;
}

div#MainContent .lp-layout-container .lp_lead_text .lp_lead_text_inner::before, div#MainContent .lp-layout-container .lp_lead_text .lp_lead_text_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 25px;
  margin: -12px 0 0;
  background: url(../../img/landing_page/common/icon_btn_arrow.png);
}

div#MainContent .lp-layout-container .lp_lead_text .lp_lead_text_inner::before {
  left: -22px;
}

div#MainContent .lp-layout-container .lp_lead_text .lp_lead_text_inner::after {
  right: -22px;
}

div#MainContent .lp-layout-container .lp_lead_text.of-primary {
  padding: 10px 0 0;
}

div#MainContent .lp-layout-container .lp_lead_text.of-primary .lp_lead_text_inner::before, div#MainContent .lp-layout-container .lp_lead_text.of-primary .lp_lead_text_inner::after {
  margin-top: -17px;
}
