@charset "UTF-8";
/* CSS Document */
h2 {
  margin: 50px 0 25px; /* ベトナムが base or common に追加した後は削除 */
}

.dealer_logos {
  display: flex;
  gap: 10px;
  width: 1000px;
  margin: 5px auto;
  padding: 7px 10px;
}

.control_number {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.mt0 {
  margin-top: 0; /* ベトナムが base or common に追加した後は削除 */
}

.common_cateinfo ul li:nth-last-child(-n+3) {
  margin-bottom: 0; /* ベトナムが base or common に追加した後は削除 */
}

.action {
  margin-top: 20px; /* 後々base.css に移動 */
}

section .page-describe {
  margin: 30px 0; /* common.css を上書き　後々削除 */
}

.btn-more {
  white-space: nowrap;
}

.orange {
  color: #ff4021;
}

.bold {
  font-weight: bold;
}

.big {
  font-size: 120%;
}

.betweenLines {
  display: block;
  margin-top: 20px;
}

ul:after,
ol:after {
  content: none; /* ベトナム記述[base.css]ul,ol:after { content:""; } を上書きして[justify-content:space-between]を有効化 */
}

p {
  margin-bottom: 0; /* ベトナム記述[base.css]→ p {margin-bottom:10px;} をリセット */
}

a {
  color: #494c5f;
}

ul {
  list-style: none; /* ulのリストマークを削除 */
}

.flexbox {
  display: flex; /* 要素を横並びにする */
  -js-display: flex;
}

.common_usefulinfo .content h3 {
  background: #ff4021 url("/img/common/usefulinfo/bg_usefulinfo_header_business-mobile.png") no-repeat left 10px center;
}

/* キャリアロゴ */
.bm_carrierLink ul {
  border: 1px solid #d9dae0;
}

.bm_carrierLink ul li {
  border-right: 1px solid #d9dae0;
}

.bm_carrierLink ul li:last-child {
  border-right: none;
}

/* キャリア別人気機種ランキング */
#bm_carrier_logo {
  background: url(../../img/business-mobile/carrier_logo.png) right center no-repeat;
}

#bm_ranking {
  justify-content: space-between;
}

#bm_ranking div {
  width: -khtml-calc(100% / 4);
  width: -ms-calc(100% / 4);
  width: -o-calc(100% / 4);
  width: 25%;
  border-radius: 4px;
  border: 1px solid #d9dae0;
  margin-right: 10px;
}

#bm_ranking h3 {
  width: 100%;
  height: 60px;
  display: table; /* h3に含まれるimgを上下中央揃えにするための記述 */
}

#bm_ranking h3 img {
  vertical-align: middle; /* ベトナム記述[base.css]→ img {vertical-align:top;} を上書きして上下中央揃え */
}

#bm_ranking span.logo {
  display: table-cell; /* h3に含まれるimgを上下中央揃えにするための記述 */
  vertical-align: middle; /* h3に含まれるimgを上下中央揃え */
  text-align: center;
}

#bm_ranking p.describe {
  background-color: #f9f9fa;
  font-weight: bold;
  padding: 10px 15px;
  border-top: 1px solid #d9dae0;
  border-bottom: 1px solid #d9dae0;
  height: 110px;
  box-sizing: border-box;
  line-height: 1.5;
}

#bm_ranking li {
  border-top: 1px dotted #d9dae0;
}

#bm_ranking li:first-child {
  border-top: none;
  height: 340px;
  background: url(../../img/business-mobile/common/ranking_no1.png) left 24px top 12px no-repeat;
}

#bm_ranking li:not(:nth-child(1)) {
  height: 294px;
  box-sizing: border-box;
}

#bm_ranking dl {
  padding: 20px;
}

#bm_ranking dt span {
  color: #ff4021;
  padding-right: 10px;
}

#bm_ranking dt {
  text-align: center;
  font-weight: bold;
}

#bm_ranking dt.model,
#bm_ranking dd {
  padding-top: 16px;
}

#bm_ranking dt.model {
  height: 56px;
  box-sizing: border-box;
}

#bm_ranking dd {
  font-size: 12px;
}

#bm_ranking dd a {
  color: #ff4021;
  background: url(../../img/base/news_link_icon.png) left center no-repeat;
  padding-left: 10px;
}

/* 法人携帯の導入事例 */
#bm_caseStudy ul {
  justify-content: space-between;
}

#bm_caseStudy li {
  width: 370px;
  border: 1px solid #d9dae0;
  padding: 2px;
  box-sizing: border-box;
}

#bm_caseStudy h3 {
  background: #ff4021;
  background-repeat: no-repeat;
  background-position: left top;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

/* よくある質問 TOP3 */
#bm_faq li {
  border-top: 1px solid #d9dae0;
  padding: 10px 0;
}

#bm_faq li:last-child {
  border-bottom: 1px solid #d9dae0;
}

#bm_faq li, #bm_faq div {
  display: flex;
  -js-display: flex;
}

#bm_faq div {
  align-items: center;
  border-right: 1px dotted #d9dae0;
  padding: 0 25px;
}

#bm_faq img {
  max-width: none;
}

#bm_faq dl {
  padding: 10px 20px;
}

#bm_faq dt {
  background: url(../../img/business-mobile/common/faq_q.png) left center no-repeat;
  color: #ff4021;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#bm_faq dd {
  background: url(../../img/business-mobile/common/faq_a.png) left top 1px no-repeat;
  margin-left: 23px;
}

#bm_faq dt,
#bm_faq dd {
  padding-left: 30px;
}

#bm_caseStudy h3.new {
  background-image: url(../../img/business-mobile/common/caseStudy_new.png);
}

#bm_caseStudy h3.transfer {
  background-image: url(../../img/business-mobile/common/caseStudy_new.png);
}

#bm_caseStudy img {
  margin: 2px 0;
}

#bm_caseStudy dl {
  padding: 0 15px 0;
}

#bm_caseStudy dt {
  border-top: 1px solid #d9dae0;
  border-bottom: 1px solid #d9dae0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ff4021;
  padding: 5px 0;
}

#bm_caseStudy dd {
  padding: 15px 20px;
}

#bm_caseStudy dd.purpose {
  font-size: 16px;
  font-weight: bold;
  height: 130px;
  box-sizing: border-box;
}

/* 期間限定特別プラン */
.bm_limit {
  border: 1px solid #d9dae0;
  padding: 2px;
  box-sizing: border-box;
}

.bm_limit h3 {
  background: url(/img/business-mobile/common/limit_bg.png) left 10px center no-repeat #ff4021;
  padding: 7px 0 7px 160px;
  color: #fff;
}

.bm_limit dl {
  background: url(/img/business-mobile/common/limit.png) left 30px center no-repeat;
  padding: 20px 30px 20px 180px;
}

.bm_limit dt {
  font-size: 16px;
  font-weight: bold;
  color: #ff4021;
  border-bottom: 1px solid #d9dae0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* 4つの理由 */
.bm_reason {
  justify-content: space-between;
  flex-wrap: wrap;
}

.bm_reason li {
  width: 376px;
  border: 1px solid #d9dae0;
  padding: 2px;
  box-sizing: border-box;
}

.bm_reason li:nth-child(-n+2) {
  margin-bottom: 18px;
}

.bm_reason h3 {
  background: #ff4021;
  background-position: left 5px center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 7px 0 7px 100px;
  margin-bottom: 2px;
}

.bm_reason h3.first {
  background-image: url(/img/business-mobile/common/reason_h3_1_bg.png);
}

.bm_reason h3.second {
  background-image: url(/img/business-mobile/common/reason_h3_2_bg.png);
}

.bm_reason h3.third {
  background-image: url(/img/business-mobile/common/reason_h3_3_bg.png);
}

.bm_reason h3.fourth {
  background-image: url(/img/business-mobile/common/reason_h3_4_bg.png);
}

.bm_reason p {
  padding: 20px;
}

/* サービス・機種の選び方 */
.bm_choose {
  justify-content: space-between;
}

.bm_choose li {
  width: 370px;
  border: 1px solid #d9dae0;
  border-radius: 5px;
  box-sizing: border-box;
}

.bm_choose h3 {
  text-align: center;
  font-weight: bold;
  color: #ff4021;
  padding: 15px 0;
  background-repeat: no-repeat;
}

.bm_choose li.first h3 {
  background-image: url(/img/business-mobile/common/choose_h3_1_bg.png);
  background-position: left 90px center;
}

.bm_choose li.second h3 {
  background-image: url(/img/business-mobile/common/choose_h3_2_bg.png);
  background-position: left 105px center;
}

.bm_choose dt {
  padding: 10px 20px;
  background-color: #f9f9fa;
  border-top: 1px solid #d9dae0;
  border-bottom: 1px dotted #d9dae0;
  font-weight: bold;
}

.bm_choose dd {
  padding: 15px 20px;
}

/* 契約に必要なもの */
.bm_necessary {
  justify-content: space-between;
}

.bm_necessary li {
  width: 25%;
  border-top: 1px solid #d9dae0;
  border-left: 1px solid #d9dae0;
  border-bottom: 1px solid #d9dae0;
  position: relative;
}

.bm_necessary span.num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff4021;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
}

.bm_necessary li:last-child {
  border-right: 1px solid #d9dae0;
}

.bm_necessary p {
  padding-top: 20px;
  text-align: center;
  height: 80px;
}

.bm_necessary div {
  background-color: #f9f9fa;
  padding: 20px;
}

/* お申込みから納品までの流れ */
.bm_flow li {
  width: 25%;
  border-top: 1px solid #d9dae0;
  border-bottom: 1px solid #d9dae0;
  position: relative;
}

.bm_flow li:first-child {
  border-left: 1px solid #d9dae0;
  border-radius: 5px 0 0 5px;
}

.bm_flow li:last-child {
  border-right: 1px solid #d9dae0;
  border-radius: 0 5px 5px 0;
}

.bm_flow li img {
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 1;
}

.bm_flow p {
  height: 95px;
  padding: 40px 0 15px;
  box-sizing: border-box;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top 15px center;
  font-weight: bold;
}

.bm_flow p::after {
  content: "";
  display: block;
  border-bottom: 1px solid #d9dae0;
  margin: 10px 25px;
}

.bm_flow p.first {
  background-image: url(/img/business-mobile/common/flow_1.png);
}

.bm_flow p.second {
  background-image: url(/img/business-mobile/common/flow_2.png);
}

.bm_flow p.third {
  background-image: url(/img/business-mobile/common/flow_3.png);
}

.bm_flow p.fourth {
  background-image: url(/img/business-mobile/common/flow_4.png);
}

.bm_flow span {
  height: 110px;
  display: block;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #f9f9fa;
  font-size: 12px;
}

/* こだわりと強み/ショップとの違いメインビジュアル */
#bm_commonVisual dl {
  text-align: center;
}

#bm_commonVisual dt {
  margin: 20px 0;
}

/* こだわりと強み/ショップとの違い項目 */
h2 span.num {
  background-color: #494c5f;
  color: #fff;
  padding: 0 6px;
  margin-right: 10px;
  margin-left: 0; /* base.cssの上書き */
  display: inline-block;
  float: left;
}

em {
  font-style: normal;
}

.bm_strength {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
}

.bm_strength p {
  margin-right: 30px;
}

.bm_strength span {
  display: block;
  padding-top: 20px;
}

/* 法人携帯お問い合わせ */
.bm_intro {
  position: relative;
  border: 1px solid #d9dae0;
  padding: 0 40px 30px;
  margin-top: 40px; /* h2の[margin-bottom:30px;]を上書き */
}

.bm_intro img.category {
  display: block;
  margin: 25px auto;
}

.bm_intro h3 {
  text-align: center;
  margin-top: -15px;
}

.bm_intro h3 img {
  padding: 0 10px;
  background-color: #fff;
}

.bm_intro dl {
  margin-right: 30px;
}

.bm_intro dt {
  font-size: 18px;
  font-weight: bold;
}

.bm_inquiry {
  width: 100%;
  height: 230px;
  background: url(/img/business-mobile/common/inquiry.png) no-repeat;
  padding: 70px 30px 0 180px;
  box-sizing: border-box;
  position: relative;
}

.bm_inquiry img {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/* キャリア説明 */
.carrier-describe {
  background-image: url(/img/business-mobile/common/describe_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 30px 0;
  text-align: center;
}

.carrier-describe dt {
  color: #ff4021;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}

/* おすすめ機種一覧 */
.bm_model h3 {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 7px 0;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.bm_model p {
  padding: 25px 0;
}

.bm_model ul {
  flex-wrap: wrap;
}

.bm_model ul li {
  width: 240px;
  border: 1px solid #d9dae0;
  padding: 2px;
  box-sizing: border-box;
  margin: 0 25px 25px 0;
  position: relative;
}

.bm_model ul li:nth-child(3n) {
  margin-right: 0;
}

.bm_model ul li div {
  background: linear-gradient(to bottom, #f1f1f1, #fff, #fefeff);
  padding: 12px 20px 5px 20px;
}

.bm_model ul li img.band {
  position: absolute;
  top: -1px;
  left: -1px;
}

.bm_model dl dt {
  margin-bottom: 9px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.bm_model dl dd {
  border-top: 1px dotted #494c5f;
  padding: 12px 5px;
  line-height: 1.4;
}

.bm_model dl dd.release {
  font-size: 12px;
}

.bm_model dd img {
  margin-bottom: 10px;
}

.bm_model h3.fp {
  margin-top: 40px;
}

.bm_model dt span {
  font-size: 10px;
}

/* 導入事例 */
.bm_example {
  border: 1px solid #d9dae0;
  padding: 2px;
}

.bm_example .company, .bm_example .company div, .bm_example .company ul, .bm_example .companyImg {
  display: flex;
  -js-display: flex;
}

.bm_example .company {
  padding: 20px 0;
}

.bm_example .company div {
  width: 100%;
  border-left: 1px solid #d9dae0;
  padding-left: 30px;
  position: relative;
}

.bm_example .company dl {
  padding: 0;
}

.bm_example .company dt {
  font-size: 20px;
}

.bm_example dl {
  padding: 20px;
}

.bm_example dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.bm_example .company ul {
  position: absolute;
  bottom: 0;
  left: 160px;
}

.bm_example .company li {
  margin-right: 5px;
}

.bm_example h3 {
  background: #ff4021;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 7px 0 7px 155px;
}

.bm_example h3.case1 {
  background-image: url(/img/business-mobile/common/case_1.png);
}

.bm_example h3.case2 {
  background-image: url(/img/business-mobile/common/case_2.png);
}

.bm_example h3.case3 {
  background-image: url(/img/business-mobile/common/case_3.png);
}

.bm_example h3.case4 {
  background-image: url(/img/business-mobile/common/case_4.png);
}

.bm_example h3.case5 {
  background-image: url(/img/business-mobile/common/case_5.png);
}

.bm_example h3.case6 {
  background-image: url(/img/business-mobile/common/case_6.png);
}

.bm_example .companyImg {
  padding: 20px;
}

.bm_example .companyImg dl {
  margin-left: 20px;
  padding: 0;
}

.bm_example .companyImg img {
  width: 200px;
  height: 133px;
}

/* サイドメニューここから ******************************************************* */
/* お問い合わせ */
#bm_sideMenu_inquiry {
  border: 1px solid #d9dae0;
  background-image: url(../img/business-mobile/sideMenu_inquiry_background.png);
  background-repeat: repeat-x; /* SP時の背景画像 */
}

/* リストスタイル1 */
.bm_sideMenu_list_1 {
  border-left: 1px solid #d9dae0;
  border-right: 1px solid #d9dae0;
  border-bottom: 1px solid #d9dae0;
}

.bm_sideMenu_list_1 ul {
  padding: 0 15px;
}

.bm_sideMenu_list_1 ul li a {
  font-size: 12px;
  padding: 13px 0 9px 10px;
  border-bottom: 1px dotted #d9dae0;
  background: url(../../img/base/news_link_icon.png) top 18px left no-repeat;
  display: block;
}

.bm_sideMenu_link {
  padding: 10px 10px 5px;
  color: #494c5e;
  float: right;
}

/* 4つのポイント */
#bm_sideMenu_point ul li {
  margin-bottom: 10px;
}

#bm_sideMenu_point a {
  font-size: 12px;
  line-height: 1.5;
  display: block;
}

#bm_sideMenu_point img {
  margin-bottom: 5px;
}

/* 人気機種総合ランキング */
.bm_sideMenu_list_2 {
  border-left: 1px solid #d9dae0;
  border-right: 1px solid #d9dae0;
  border-bottom: 1px solid #d9dae0;
}

.bm_sideMenu_list_2 ul li {
  display: flex;
  -js-display: flex;
}

.bm_sideMenu_list_2 ul {
  padding: 0 15px;
}

.bm_sideMenu_list_2 ul li {
  padding: 15px 5px;
  border-bottom: 1px dotted #d9dae0;
}

.bm_sideMenu_list_2 ul li img {
  width: 40px;
  height: 80px;
  margin-right: 12px;
}

.bm_sideMenu_list_2 dl dt {
  font-weight: bold;
}

.bm_sideMenu_list_2 dl dt.rank {
  color: #ff4021;
}

.bm_sideMenu_list_2 dl dd a {
  padding-left: 10px;
  background: url(../../img/base/news_link_icon.png) left center no-repeat;
  color: #ff4021;
  text-decoration: underline;
  font-size: 13px;
}

/* バナー */
.sideMenu_banner img {
  margin-bottom: 5px;
}

.sideMenu_banner a {
  font-size: 12px;
  line-height: 1.5;
  display: block;
}

/* サイドメニューここまで ******************************************************* */
/* リニューアル **************************************************************** */
/* 共通 */
.main-visual {
  margin-top: -30px;
  margin-bottom: 30px;
}

.main-visual-wrap {
  width: 1000px;
  height: 300px;
  margin: auto;
}

.common-contact {
  margin-bottom: 40px;
}

.common-customer {
  margin-bottom: 40px;
  text-align: center;
}

.common-necessary li p em {
  font-size: 17px;
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 5px;
}

.common-necessary li p {
  font-size: 12px;
  color: #191919;
  font-weight: normal;
}

.common-necessary li p {
  min-height: 105px;
  box-sizing: border-box;
}

.common_cateinfo > p {
  background-color: #707070;
}

.common_cateinfo > p::before {
  display: none;
}

.common_news ul {
  margin: 0 20px;
}

.common_cateinfo {
  margin: 0 20px;
}

/* 当店のこだわりと強み[commitment] */
.business-mobile-commitment {
  background-color: #eee;
}

main {
  width: 1000px;
  margin: auto;
}

.commitment-describe {
  padding: 30px 0 0 30px;
  height: 328px;
  box-sizing: border-box;
  background: url(/img/business-mobile/commitment/describe.png) right top no-repeat #f5f6f8;
  margin-bottom: 40px;
}

.commitment-describe .icon-radius-box {
  background-color: #3f97c1;
  padding: 7px 20px 7px 48px;
}

.commitment-describe .icon-radius-box::before {
  background-image: url(/img/business-mobile/commitment/describe.svg);
  width: 21px;
  height: 20px;
}

.commitment-describe h3 {
  font-size: 23px;
  color: #2685bc;
  padding-right: 500px;
  line-height: 1.5;
  margin: 14px 0;
}

.commitment-describe p {
  font-size: 15px;
  font-weight: bold;
  color: #434343;
  padding-right: 500px;
}

.commitment-point::after {
  content: "";
  display: block;
  clear: both;
}

.commitment-point li {
  float: left;
  width: 470px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.commitment-point li:nth-child(odd) {
  margin-right: 20px;
}

.commitment-point li:nth-child(-n+4) {
  margin-bottom: 20px;
}

.commitment-point li h3 {
  display: table;
  width: 100%;
  height: 60px;
}

.commitment-point li h3 span {
  display: table-cell;
  vertical-align: middle;
}

.commitment-point li h3 span:first-child {
  width: 100px;
  background-color: #3f97c1;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.commitment-point li h3 span:last-child {
  background-color: #e5e5e5;
  color: #434343;
  font-size: 18px;
  padding-left: 20px;
}

.commitment-point li div {
  padding: 30px;
  box-sizing: border-box;
}

.commitment-point li:nth-child(5) div {
  min-height: 204px;
}

.commitment-point li div p {
  font-size: 15px;
}

.commitment-point li div p:first-child {
  margin-bottom: 20px;
}

.commitment-point li div p:last-child {
  margin-bottom: 0;
}

.commitment-point li div p span {
  color: #2685bc;
}

/* ご契約の流れと手続き[contractflow] */
.business-mobile-contractflow {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3d72d3+0,0e8abe+100 */
  background: rgb(61, 114, 211); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(61, 114, 211) 0%, rgb(14, 138, 190) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3d72d3", endColorstr="#0e8abe",GradientType=0 ); /* IE6-9 */
}

.business-mobile-contractflow .main-visual-wrap {
  display: table;
  position: relative;
}

.business-mobile-contractflow .main-visual-wrap > img {
  position: absolute;
  right: 0;
  top: 0;
}

.business-mobile-contractflow .main-visual-wrap .main-visual-describe {
  width: 550px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.business-mobile-contractflow .main-visual-wrap .main-visual-describe .main-visual-title {
  width: 500px;
}

.business-mobile-contractflow .main-visual-wrap .main-visual-describe .main-visual-title + img {
  margin: 18px 0;
}

.business-mobile-contractflow .main-visual-wrap .main-visual-describe p {
  font-size: 16px;
  font-weight: bold;
  color: #37c4ff;
  background-color: #041127;
  border-radius: 80px;
  width: 270px;
  padding: 5px 0;
  text-align: center;
  margin: 0 auto;
}

.contractflow-procedure-describe {
  font-size: 15px;
}

.contractflow-procedure-describe span {
  font-weight: bold;
  color: #e8442a;
}

.contractflow-procedure::after {
  content: "";
  display: block;
  clear: both;
}

.contractflow-procedure {
  margin-top: 24px;
}

.contractflow-procedure > li {
  list-style: none;
  float: left;
  width: 470px;
}

.contractflow-procedure > li:nth-child(odd) {
  margin-right: 20px;
}

.contractflow-procedure > li:nth-child(-n+4) {
  margin-bottom: 20px;
}

.contractflow-procedure > li:last-child {
  width: 100%;
}

.contractflow-procedure > li:last-child::after {
  content: "";
  display: block;
  clear: both;
}

.contractflow-procedure > li:last-child > img {
  float: right;
  width: 470px;
}

.contractflow-procedure > li:last-child > div {
  float: left;
  width: 490px;
  min-height: 231px;
  box-sizing: border-box;
}

.contractflow-procedure > li h3 {
  display: table;
  width: 100%;
  height: 50px;
}

.contractflow-procedure > li h3 > span {
  display: table-cell;
  vertical-align: middle;
}

.contractflow-procedure > li h3 > span:first-child {
  width: 135px;
  background-color: #25ace5;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
}

.contractflow-procedure > li h3 > span:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.contractflow-procedure > li:first-child h3 > span:first-child::before {
  background-image: url(/img/business-mobile/contractflow/icon-step1.svg);
  width: 17px;
  height: 20px;
}

.contractflow-procedure > li:nth-child(2) h3 > span:first-child::before {
  background-image: url(/img/business-mobile/contractflow/icon-step2.svg);
  width: 23px;
  height: 20px;
}

.contractflow-procedure > li:nth-child(3) h3 > span:first-child::before {
  background-image: url(/img/business-mobile/contractflow/icon-step3.svg);
  width: 18px;
  height: 20px;
}

.contractflow-procedure > li:nth-child(4) h3 > span:first-child::before {
  background-image: url(/img/business-mobile/contractflow/icon-step4.svg);
  width: 20px;
  height: 13px;
}

.contractflow-procedure > li:last-child h3 > span:first-child::before {
  background-image: url(/img/business-mobile/contractflow/icon-step5.svg);
  width: 18px;
  height: 21px;
}

.contractflow-procedure > li h3 > span:first-child span {
  padding-left: 10px;
  margin-left: 18px;
  border-left: 1px dotted #fff;
}

.contractflow-procedure > li:nth-child(2) h3 > span:first-child span {
  margin-left: 25px;
}

.contractflow-procedure > li:nth-child(3) h3 > span:first-child span {
  margin-left: 25px;
}

.contractflow-procedure > li:nth-child(4) h3 > span:first-child span {
  margin-left: 27px;
}

.contractflow-procedure > li:last-child h3 > span:first-child span {
  margin-left: 17x;
}

.contractflow-procedure > li h3 > span:last-child {
  font-size: 18px;
  background-color: #dcdcdc;
  padding-left: 20px;
  color: #2d2c2d;
}

.contractflow-procedure > li > div {
  background-color: #f6f7f9;
  padding: 25px;
  min-height: 200px;
  box-sizing: border-box;
}

.contractflow-procedure-point {
  margin-bottom: 12px;
}

.contractflow-procedure-point li {
  background: url(/img/business-mobile/contractflow/check.svg) left center/18px no-repeat;
  padding-left: 30px;
  font-size: 16px;
  color: #25ace5;
  font-weight: bold;
}

.contractflow-procedure-point + ul {
  margin-bottom: 5px;
}

/* 導入事例[example] */
.business-mobile-example {
  background: url(/img/business-mobile/example/mv-bg.png) left bottom repeat-x #25ace5;
  overflow: hidden;
}

.business-mobile-example .main-visual-wrap {
  position: relative;
  display: table;
}

.business-mobile-example .main-visual-wrap > img {
  position: absolute;
  right: 120px;
  top: -15px;
  width: 340px;
}

.business-mobile-example .main-visual-wrap .main-visual-describe {
  width: 394px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-left: 100px;
}

/* .business-mobile-example .main-visual-wrap .main-visual-describe img{ width:394px; } */
.business-mobile-example .main-visual-wrap .main-visual-describe p {
  padding: 12px 0;
  background-color: #434343;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  width: 348px;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 80px;
}

.example-customer {
  margin: 0 20px;
}

.example-customer::after {
  content: "";
  display: block;
  clear: both;
}

.example-customer > li {
  width: 470px;
  border: 1px solid #e7e7e7;
  float: left;
  box-sizing: border-box;
}

.example-customer > li:nth-child(odd) {
  margin-right: 20px;
}

.example-customer > li:nth-child(-n+4) {
  margin-bottom: 20px;
}

.example-customer > li h3 {
  background-color: #434343;
  color: #fff;
  position: relative;
  padding: 20px 0;
}

.example-customer > li h3 > span:first-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  background-color: #25ace5;
  font-size: 12px;
  width: 115px;
  height: 23px;
  border-radius: 80px;
  padding-left: 14px;
  padding-top: 1px;
  box-sizing: border-box;
}

.example-customer > li h3 > span:first-child span {
  vertical-align: middle;
  position: relative;
  padding-left: 28px;
}

.example-customer > li h3 > span:first-child span::before, .example-customer li h3 > span:first-child span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.example-customer > li h3 > span:first-child span::before {
  left: 20px;
  width: 1px;
  height: 10px;
  border-left: 1px dotted #fff;
}

.example-customer > li h3 > span:first-child span::after {
  left: 0;
  width: 14px;
  height: 12px;
  background: url(/img/business-mobile/example/voice.svg) center center/cover no-repeat;
}

.example-customer > li h3 > span:last-child {
  padding-left: 155px;
}

.example-customer > li:first-child .example-customer-title {
  background: url(/img/business-mobile/example/customer1.png) left 33px center no-repeat;
}

.example-customer > li:nth-child(2) .example-customer-title {
  background: url(/img/business-mobile/example/customer2.png) left 33px center no-repeat;
}

.example-customer > li:nth-child(3) .example-customer-title {
  background: url(/img/business-mobile/example/customer3.png) left 33px center no-repeat;
}

.example-customer > li:nth-child(4) .example-customer-title {
  background: url(/img/business-mobile/example/customer4.png) left 33px center no-repeat;
}

.example-customer > li:nth-child(5) .example-customer-title {
  background: url(/img/business-mobile/example/customer5.png) left 33px center no-repeat;
}

.example-customer > li:last-child .example-customer-title {
  background: url(/img/business-mobile/example/customer6.png) left 33px center no-repeat;
}

.example-customer-title {
  padding: 30px 0 30px 150px;
  border-bottom: 1px solid #e7e7e7;
}

.example-customer-title span {
  padding-left: 22px;
  font-size: 15px;
  display: block;
  margin-bottom: 3px;
}

.example-customer > li:first-child .example-customer-title span {
  background: url(/img/business-mobile/example/industry1.svg) left center/15px no-repeat;
}

.example-customer > li:nth-child(2) .example-customer-title span {
  background: url(/img/business-mobile/example/industry2.svg) left center/13px no-repeat;
}

.example-customer > li:nth-child(3) .example-customer-title span {
  background: url(/img/business-mobile/example/industry3.svg) left center/13px no-repeat;
}

.example-customer > li:nth-child(4) .example-customer-title span {
  background: url(/img/business-mobile/example/industry4.svg) left center/12px no-repeat;
}

.example-customer > li:nth-child(5) .example-customer-title span {
  background: url(/img/business-mobile/example/industry5.svg) left center/11px no-repeat;
}

.example-customer > li:last-child .example-customer-title span {
  background: url(/img/business-mobile/example/industry6.svg) left center/18px no-repeat;
}

.example-customer-title ul::after {
  content: "";
  display: block;
  clear: both;
}

.example-customer-title ul li {
  float: left;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
}

.example-customer-title ul li:first-child {
  background-color: #1782b7;
}

.example-customer-title ul li:nth-child(2) {
  background-color: #fc515d;
}

.example-customer-title ul li:last-child {
  background-color: #4eaa00;
}

.example-customer-title ul li:nth-child(-n+2) {
  margin-right: 3px;
}

.example-customer-describe {
  padding: 30px;
  background-color: #f9f9fa;
  box-sizing: border-box;
}

.example-customer-describe h4 {
  font-size: 17px;
  font-weight: bold;
  color: #2685bc;
  margin-bottom: 18px;
}

.example-customer-describe p {
  font-size: 15px;
}

.example-customer > li:nth-child(2) .example-customer-describe {
  min-height: 276px;
}

/* 法人携帯にするメリット[merit] */
.business-mobile-merit {
  background: url(/img/business-mobile/merit/mv-bg.jpg) left top repeat-x;
}

.business-mobile-merit .main-visual-wrap {
  position: relative;
}

.business-mobile-merit .main-visual-wrap img:last-child {
  position: absolute;
  top: -33px;
  right: -105px;
}

.merit-point {
  margin-top: 24px;
}

.merit-point li div {
  box-sizing: border-box;
}

.merit-point li:nth-child(2) div {
  min-height: 228px;
}

.merit-point li:nth-child(3) div {
  min-height: 204px;
}

/* ショップとの違い[difference] */
.business-mobile-difference {
  background-color: #af3e54;
}

.business-mobile-difference .main-visual-wrap {
  position: relative;
  display: table;
}

.business-mobile-difference .main-visual-wrap > img {
  position: absolute;
  right: 0;
  top: 0;
}

.business-mobile-difference .main-visual-wrap .main-visual-describe {
  width: 546px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.business-mobile-difference .main-visual-wrap .main-visual-describe p {
  font-size: 15px;
  color: #fff;
  margin: 23px 0 15px;
}

.business-mobile-difference .main-visual-wrap .main-visual-describe p span {
  color: #fff100;
}

.business-mobile-difference .main-visual-wrap .main-visual-describe ul::after {
  content: "";
  display: block;
  clear: both;
}

.business-mobile-difference .main-visual-wrap .main-visual-describe ul li {
  width: calc(33.3333333333% - 1px);
  box-sizing: border-box;
  padding: 16px 0 16px 57px;
  color: #041127;
  font-size: 15px;
  line-height: 1.3;
  float: left;
  text-align: left;
}

.business-mobile-difference .main-visual-wrap .main-visual-describe ul li:first-child {
  background: url(/img/business-mobile/difference/mv-point1.png) left 5px center no-repeat #efdad9;
}

.business-mobile-difference .main-visual-wrap .main-visual-describe ul li:nth-child(2) {
  background: url(/img/business-mobile/difference/mv-point2.png) left 5px center no-repeat #e6c6c5;
}

.business-mobile-difference .main-visual-wrap .main-visual-describe ul li:last-child {
  background: url(/img/business-mobile/difference/mv-point3.png) left 5px center no-repeat #efdad9;
}

.difference-special {
  margin-top: 24px;
}

.difference-special::after {
  content: "";
  display: block;
  clear: both;
}

.difference-special li {
  list-style: none;
  width: 306px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  position: relative;
  float: left;
}

.difference-special li:nth-child(-n+2) {
  margin-right: 20px;
}

.difference-special li span {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #131311;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 134px;
  padding: 7px 0 5px;
  text-align: center;
  letter-spacing: 0.1em;
}

.difference-special li p {
  padding: 20px;
  font-size: 15px;
  background-color: #fcfcfc;
  min-height: 136px;
  box-sizing: border-box;
}

.difference-point::after {
  content: "";
  display: block;
  clear: both;
}

.difference-point li {
  list-style: none;
  width: 306px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
  background-color: #fcfcfc;
}

.difference-point li:nth-child(3n) {
  margin-right: 0;
}

.difference-point li:nth-child(-n+3) {
  margin-bottom: 20px;
}

.difference-point li span {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #902f44;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: auto;
  width: 134px;
  padding: 7px 0 5px;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
}

.difference-point li p {
  padding: 12px 0 20px 107px;
  font-size: 18px;
  font-weight: bold;
  color: #191919;
  line-height: 1.4;
}

.difference-point li:first-child p {
  background: url(/img/business-mobile/difference/point1.svg) left 20px center/80px no-repeat #fcfcfc;
}

.difference-point li:nth-child(2) p {
  background: url(/img/business-mobile/difference/point2.svg) left 20px center/80px no-repeat #fcfcfc;
}

.difference-point li:nth-child(3) p {
  background: url(/img/business-mobile/difference/point3.svg) left 20px center/80px no-repeat #fcfcfc;
}

.difference-point li:nth-child(4) p {
  background: url(/img/business-mobile/difference/point4.svg) left 20px center/80px no-repeat #fcfcfc;
}

.difference-point li:nth-child(5) p {
  background: url(/img/business-mobile/difference/point5.svg) left 20px center/80px no-repeat #fcfcfc;
}

.difference-point li:last-child p {
  background: url(/img/business-mobile/difference/point6.svg) left 20px center/80px no-repeat #fcfcfc;
}

.difference-procedure > li h3 > span:first-child {
  background-color: #902f44;
}

.difference-procedure > li:first-child h3 > span:first-child::before {
  background-image: url(/img/business-mobile/difference/point1-white.svg);
  width: 14px;
  height: 25px;
}

.difference-procedure > li:nth-child(2) h3 > span:first-child::before {
  background-image: url(/img/business-mobile/difference/point2-white.svg);
  width: 18px;
  height: 18px;
}

.difference-procedure > li:nth-child(3) h3 > span:first-child::before {
  background-image: url(/img/business-mobile/difference/point3-white.svg);
  width: 22px;
  height: 19px;
  left: 12px;
}

.difference-procedure > li:nth-child(4) h3 > span:first-child::before {
  background-image: url(/img/business-mobile/difference/point4-white.svg);
  width: 14px;
  height: 25px;
  left: 18px;
}

.difference-procedure > li:nth-child(5) h3 > span:first-child::before {
  background-image: url(/img/business-mobile/difference/point5-white.svg);
  width: 24px;
  height: 21px;
  left: 10px;
}

.difference-procedure > li:last-child h3 > span:first-child::before {
  background-image: url(/img/business-mobile/difference/point6-white.svg);
  width: 24px;
  height: 20px;
  left: 10px;
}

.difference-procedure > li:last-child {
  width: 470px;
}

.difference-procedure > li h3 {
  text-align: left;
  margin: auto;
  color: #2d2c2d;
  font-size: 18px;
}

.difference-procedure > li > div p span {
  font-weight: bold;
  color: #902f44;
}

.difference-procedure > li:last-child div {
  min-height: auto;
  width: auto;
}

.difference-procedure > li:nth-child(5) div {
  min-height: 246px;
}

.difference-procedure > li > div {
  min-height: auto;
}

/* スマホでの契約をご希望の方[smartphone] */
.business-mobile-smartphone {
  background: rgb(42, 71, 117); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(42, 71, 117) 0%, rgb(38, 133, 188) 50%, rgb(42, 71, 117) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2a4775", endColorstr="#2a4775",GradientType=1 ); /* IE6-9 */
}

.business-mobile-smartphone .main-visual-wrap {
  display: table;
  position: relative;
}

.business-mobile-smartphone .main-visual-wrap .main-visual-describe {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 450px;
  text-align: center;
}

.business-mobile-smartphone .main-visual-wrap .main-visual-describe span {
  font-size: 18px;
  font-weight: bold;
  padding-left: 34px;
  background: url(/img/business-mobile/smartphone/mv-plan.svg) left center/27px no-repeat;
}

.business-mobile-smartphone .main-visual-wrap .main-visual-describe ul {
  display: inline-block;
}

.business-mobile-smartphone .main-visual-wrap .main-visual-describe ul::after {
  content: "";
  display: block;
  clear: both;
}

.business-mobile-smartphone .main-visual-wrap .main-visual-describe ul li {
  font-size: 18px;
  color: #fff;
  float: left;
  line-height: 1.3;
  text-align: left;
  padding-right: 10px;
  border-right: 1px dotted #fff;
  font-weight: bold;
}

.business-mobile-smartphone .main-visual-wrap .main-visual-describe ul li:first-child {
  background: url(/img/business-mobile/smartphone/mv-point1.svg) left center/21px no-repeat;
  padding-left: 30px;
}

.business-mobile-smartphone .main-visual-wrap .main-visual-describe ul li:nth-child(2) {
  background: url(/img/business-mobile/smartphone/mv-point2.svg) left 10px center/25px no-repeat;
  padding-left: 44px;
}

.business-mobile-smartphone .main-visual-wrap .main-visual-describe ul li:last-child {
  padding-left: 44px;
  background: url(/img/business-mobile/smartphone/mv-point3.svg) left 10px center/28px no-repeat;
  padding-right: 0;
  border-right: 0;
}

.business-mobile-smartphone .main-visual-wrap .main-visual-describe h2 {
  margin: 7px 0 26px;
}

.business-mobile-smartphone .main-visual-wrap .main-visual-describe p {
  width: 387px;
  padding: 8px 0 10px;
  background-color: #fff;
  border-radius: 80px;
  color: #286698;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto 0;
}

.business-mobile-smartphone .main-visual-wrap > img {
  position: absolute;
  right: 0;
  bottom: -20px;
  filter: drop-shadow(5px 5px 5px #2A4E7D);
}

.smartphone-describe {
  margin: 0 20px;
  padding: 40px;
  background: url(/img/business-mobile/smartphone/describe-bg.jpg) right center no-repeat #e9f2f7;
}

.smartphone-describe > img {
  display: block;
}

.smartphone-describe > .icon-radius-box + img {
  margin: 20px 0 10px;
}

.smartphone-describe > .icon-radius-box {
  background-color: #2685bc;
  font-size: 19px;
  padding: 7px 20px 7px 55px;
}

.smartphone-describe > .icon-radius-box::before {
  background-image: url(/img/business-mobile/smartphone/mv-point3.svg);
  width: 28px;
  height: 17px;
}

.smartphone-describe p {
  margin: 15px 0 35px;
  width: 460px;
  background-color: #fe9143;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
}

.smartphone-describe ul::after {
  content: "";
  display: block;
  clear: both;
}

.smartphone-describe ul li {
  list-style: none;
  float: left;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #e7e7e7;
  text-align: center;
  background-color: #fff;
  width: 220px;
  box-sizing: border-box;
}

.smartphone-describe ul li:last-child {
  border-right: 1px solid #e7e7e7;
}

.smartphone-describe ul li a {
  display: block;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
}

.smartphone-describe ul li a:hover {
  color: #c5c5c5;
  transition: all 0.3s ease;
}

.smartphone-plan {
  text-align: center;
  box-sizing: border-box;
  height: 315px;
  padding-top: 40px;
  padding-left: 480px;
  background: url(/img/business-mobile/smartphone/plan-bg.png) left center no-repeat #2685bc;
}

.smartphone-plan span {
  font-size: 18px;
  color: #aac8df;
  display: block;
  margin-bottom: 3px;
}

.smartphone-plan ul {
  display: inline-block;
  margin: 20px 0 15px;
}

.smartphone-plan ul::after {
  content: "";
  display: block;
  clear: both;
}

.smartphone-plan ul li {
  border-radius: 5px;
  float: left;
  background-color: #434343;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 13px;
  padding: 7px 20px;
}

.smartphone-plan ul li:last-child {
  margin-right: 0;
}

.smartphone-comparison {
  margin-top: 24px;
}

.smartphone-comparison::after {
  content: "";
  display: block;
  clear: both;
}

.smartphone-comparison li {
  float: left;
  width: 50%;
  background-color: #2680b3;
  text-align: center;
  padding: 22px 0 17px;
}

.smartphone-comparison li:first-child {
  background-color: #4d4d4d;
  position: relative;
}

.smartphone-comparison li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -33px;
  margin: auto;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left: 33px solid #4d4d4d;
}

.smartphone-free-plan::after {
  content: "";
  display: block;
  clear: both;
}

.smartphone-free-plan li {
  list-style: none;
  float: left;
  margin-right: 21px;
}

.smartphone-free-plan li:last-child {
  margin-right: 0;
}

.smartphone-free-plan + p {
  font-size: 29px;
  font-weight: bold;
  color: #230000;
  margin: 24px 0;
  line-height: 1.4;
}

.smartphone-free-plan + p span {
  color: #fe7c02;
}

.smartphone-case::after {
  content: "";
  display: block;
  clear: both;
}

.smartphone-case li {
  float: left;
  width: 470px;
  margin-right: 20px;
}

.smartphone-case li:last-child {
  margin-right: 0;
}

.smartphone-case li h4 {
  display: table;
  width: 100%;
  height: 65px;
  color: #fff;
}

.smartphone-case li h4 span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.smartphone-case li h4 span:first-child {
  background-color: #d63e02;
  font-size: 13px;
}

.smartphone-case li h4 span:last-child {
  background-color: #e8602a;
  font-size: 22px;
}

.smartphone-case li div {
  background-color: #f5f5f5;
  text-align: center;
  padding: 10px 0;
}

.smartphone-case + p {
  color: #1d2731;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

.smartphone-merit {
  background: url(/img/business-mobile/smartphone/merit-bg.png) no-repeat;
  height: 310px;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 480px;
  box-sizing: border-box;
}

.smartphone-merit h3 {
  font-size: 24px;
  color: #2685bc;
  margin-bottom: 20px;
}

.smartphone-merit p {
  font-size: 15px;
  color: #1d2731;
}

.smartphone-introduction {
  margin-top: 40px;
  background: url(/img/business-mobile/smartphone/merit2.svg) left top no-repeat;
  padding-left: 420px;
}

.smartphone-introduction h3 {
  font-size: 24px;
  color: #2685bc;
  margin-bottom: 10px;
}

.smartphone-introduction p {
  font-size: 15px;
  color: #1d2731;
}

.smartphone-point::after {
  content: "";
  display: block;
  clear: both;
}

.smartphone-point li {
  list-style: none;
  width: 304px;
  float: left;
  margin-right: 24px;
}

.smartphone-point li:last-child {
  margin-right: 0;
}

.smartphone-point li span {
  display: block;
  padding: 10px 0;
  text-align: center;
  background-color: #2880b3;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.smartphone-point li div {
  padding: 20px;
  color: #434343;
  background-color: #f3f3f3;
  min-height: 295px;
  box-sizing: border-box;
}

.smartphone-point li div h4 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.smartphone-point li div p {
  font-size: 15px;
}

.smartphone-1gb {
  background: url(/img/business-mobile/smartphone/1gb-bg.png) no-repeat;
  height: 515px;
  padding-top: 30px;
  padding-left: 40px;
  box-sizing: border-box;
}

.smartphone-1gb .icon-radius-box {
  background-color: #2685bc;
  font-size: 15px;
}

.smartphone-1gb .icon-radius-box::before {
  background-image: url(/img/business-mobile/smartphone/mv-point3.svg);
  width: 22px;
  height: 13px;
}

.smartphone-1gb h2 {
  font-size: 24px;
  color: #2685bc;
  margin-bottom: 10px;
  border: none;
  margin: 25px 0 15px;
  padding: 0;
}

.smartphone-1gb h2::before, .smartphone-1gb h2::after {
  display: none;
}

.smartphone-1gb p {
  font-size: 15px;
  color: #1d2731;
  padding-right: 480px;
}

.smartphone-1gb h3 {
  font-size: 18px;
  font-weight: normal;
  color: #2685bc;
  margin: 35px 0 20px;
}

.smartphone-1gb table {
  border-collapse: collapse;
  border-spacing: 1px;
}

.smartphone-1gb table th, .smartphone-1gb table td {
  border: 1px solid #e7e7e7;
  font-size: 15px;
  padding: 10px 10px 8px;
  text-align: center;
  width: 150px;
  box-sizing: border-box;
}

.smartphone-1gb table tr th:first-child {
  width: 105px;
}

.smartphone-1gb table th {
  background-color: #d3e6f1;
}

.smartphone-1gb table tr:first-child th {
  background-color: #b3d8ed;
  color: #1d2731;
}

.smartphone-1gb table td {
  background-color: #f5f5f5;
  font-weight: bold;
}

.smartphone-model {
  margin-top: 24px;
}

.smartphone-model::after {
  content: "";
  display: block;
  clear: both;
}

.smartphone-model > li {
  width: 306px;
  list-style: none;
  float: left;
  margin-right: 21px;
}

.smartphone-model > li:last-child {
  margin-right: 0;
}

.smartphone-model > li div:first-child {
  position: relative;
  height: 220px;
  background-color: #f8f8f8;
}

.smartphone-model > li div:first-child img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.smartphone-model > li div:last-child {
  min-height: 230px;
  padding: 30px 30px 0;
  box-sizing: border-box;
  text-align: center;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.smartphone-model > li div:last-child span {
  color: #c1c1c1;
  font-size: 15px;
}

.smartphone-model > li div:last-child h4 {
  font-size: 18px;
  color: #230000;
  margin: 10px 0 23px;
}

.smartphone-model > li div:last-child ul {
  display: inline-block;
}

.smartphone-model > li div:last-child ul::after {
  content: "";
  display: block;
  clear: both;
}

.smartphone-model > li div:last-child ul li {
  float: left;
  margin-right: 4px;
}

.smartphone-model > li div:last-child ul li:last-child {
  margin-right: 0;
}

.smartphone-model > li div:last-child p {
  font-size: 15px;
  color: #230000;
}

.smartphone-model-describe {
  margin: 0 20px;
  font-weight: bold;
  color: #1d2731;
}

.smartphone-banner {
  margin-bottom: 40px;
  display: block;
}

.smartphone-banner a {
  display: block;
}

.smartphone-banner a:first-child {
  margin-bottom: 40px;
}

/* Y!mobile[ymobile] */
.business-mobile-ymobile {
  background-color: #c50409;
}

.business-mobile-ymobile .main-visual-wrap {
  position: relative;
  display: table;
  height: 300px;
}

.business-mobile-ymobile .main-visual-wrap > img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.business-mobile-ymobile .main-visual-wrap .main-visual-describe {
  color: #fff;
  width: 475px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.business-mobile-ymobile .main-visual-wrap .main-visual-describe ul {
  display: inline-block;
  margin: 28px 0 15px;
}

.business-mobile-ymobile .main-visual-wrap .main-visual-describe ul::after {
  content: "";
  display: block;
  clear: both;
}

.business-mobile-ymobile .main-visual-wrap .main-visual-describe ul li {
  font-size: 15px;
  color: #fff;
  float: left;
  line-height: 1.3;
  text-align: left;
  padding-right: 10px;
  border-right: 1px dotted #fff;
  font-weight: bold;
}

.business-mobile-ymobile .main-visual-wrap .main-visual-describe ul li:first-child {
  background: url(/img/business-mobile/ymobile/mv-point1.svg) left center/21px no-repeat;
  padding-left: 30px;
}

.business-mobile-ymobile .main-visual-wrap .main-visual-describe ul li:nth-child(2) {
  background: url(/img/business-mobile/ymobile/mv-point2.svg) left 10px center/24px no-repeat;
  padding-left: 44px;
}

.business-mobile-ymobile .main-visual-wrap .main-visual-describe ul li:last-child {
  padding-left: 44px;
  background: url(/img/business-mobile/ymobile/mv-point3.svg) left 16px center/19px no-repeat;
  padding-right: 0;
  border-right: 0;
}

.business-mobile-ymobile .main-visual-wrap .main-visual-describe p {
  border-radius: 80px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #c50409;
  background-color: #fff;
  padding: 12px 0;
}

.ymobile-describe {
  height: 392px;
  box-sizing: border-box;
  position: relative;
  background: url(/img/business-mobile/ymobile/describe.png) right top no-repeat #f7f7fb;
  padding: 30px;
  margin: 0 20px;
}

.ymobile-describe .icon-radius-box {
  background-color: #2685bc;
  padding-left: 45px;
}

.ymobile-describe .icon-radius-box::before {
  background-image: url(/img/business-mobile/ymobile/about.svg);
  width: 19px;
  height: 19px;
}

.ymobile-describe h3 {
  font-size: 21px;
  color: #2685bc;
  margin: 20px 0 15px;
  padding-right: 400px;
}

.ymobile-describe > p {
  font-size: 15px;
  padding-right: 400px;
}

.ymobile-describe > ul {
  position: absolute;
  bottom: -150px;
  margin: auto;
}

.ymobile-describe > ul::after {
  content: "";
  display: block;
  clear: both;
}

.ymobile-describe > ul > li {
  float: left;
}

.ymobile-describe > ul > li:first-child {
  margin-right: 20px;
}

.ymobile-describe > ul > li a {
  display: block;
}

.ymobile-describe > ul > li a img:hover {
  opacity: 1;
}

.ymobile-margin-adjust {
  margin-top: 200px;
}

.ymobile-featurephone {
  background: url(/img/business-mobile/ymobile/featurephone-plan.png) right 40px bottom no-repeat #f5f6f8;
  padding: 40px;
  margin: 0 20px;
}

.ymobile-featurephone .icon-radius-box {
  background-color: #ff0033;
  padding-left: 50px;
}

.ymobile-featurephone .icon-radius-box::before {
  background-image: url(/img/business-mobile/smartphone/mv-point3.svg);
  width: 22px;
  height: 13px;
}

.ymobile-featurephone h3, .ymobile-featurephone p {
  width: 400px;
}

.ymobile-featurephone h3 {
  margin: 15px 0 20px;
  font-size: 27px;
  border: 2px solid #ff0033;
  color: #ff0033;
  text-align: center;
}

.ymobile-featurephone p {
  font-weight: bold;
  font-size: 15px;
}

.ymobile-featurephone p span {
  color: #ff0033;
}

.ymobile-featurephone > span + img {
  display: block;
  margin-top: 20px;
}

.ymobile-featurephone + div {
  background-color: #ff0033;
  padding: 20px 40px;
  color: #fff;
  display: table;
  box-sizing: border-box;
  margin: 0 20px;
  width: 960px;
}

.ymobile-featurephone + div h3, .ymobile-featurephone + div p {
  display: table-cell;
  vertical-align: middle;
}

.ymobile-featurephone + div h3 {
  font-size: 34px;
  width: 53%;
}

.ymobile-featurephone + div p {
  font-weight: bold;
  font-size: 15px;
  width: 47%;
  padding-left: 30px;
}

.ymobile-featurephone-plan {
  margin: 24px 0 40px;
}

.ymobile-featurephone-plan::after {
  content: "";
  display: block;
  clear: both;
}

.ymobile-featurephone-plan li {
  float: left;
  width: 306px;
  margin-right: 20px;
  position: relative;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.ymobile-featurephone-plan li:nth-child(2) h3 {
  background-color: #ff6400;
}

.ymobile-featurephone-plan li:nth-child(2) p span {
  color: #ff6400;
}

.ymobile-featurephone-plan li:last-child {
  margin-right: 0;
}

.ymobile-featurephone-plan li:last-child h3 {
  background-color: #008ba2;
}

.ymobile-featurephone-plan li:last-child p span {
  color: #008ba2;
}

.ymobile-featurephone-plan li h3, .ymobile-featurephone-plan li p {
  padding: 12px 0 12px 100px;
}

.ymobile-featurephone-plan li h3 {
  background-color: #c50409;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.ymobile-featurephone-plan li p {
  font-size: 18px;
  font-weight: bold;
}

.ymobile-featurephone-plan li p span {
  font-size: 33px;
  color: #c50409;
}

.ymobile-featurephone-plan li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}

.ymobile-featurephone-plan + ul::after {
  content: "";
  display: block;
  clear: both;
}

.ymobile-featurephone-plan + ul li {
  float: left;
  padding-top: 40px;
}

.ymobile-featurephone-plan + ul li:first-child {
  background: url(/img/business-mobile/ymobile/featurephone-type1-bg.png) top center no-repeat;
  margin-right: 20px;
}

.ymobile-featurephone-plan + ul li:last-child {
  background: url(/img/business-mobile/ymobile/featurephone-type2-bg.png) top center no-repeat;
}

.ymobile-smartphone {
  background: url(/img/business-mobile/ymobile/smartphone-plan.png) right 40px bottom no-repeat #f5f6f8;
}

.ymobile-smartphone > h3 {
  border: none;
}

.ymobile-smartphone > h3::after {
  content: "";
  display: block;
  clear: both;
}

.ymobile-smartphone > h3 span {
  float: left;
  display: inline-block;
  border: 2px solid #ff0033;
  padding: 0 15px;
  position: relative;
}

.ymobile-smartphone > h3 span:first-child {
  margin-right: 45px;
}

.ymobile-smartphone > h3 span:first-child::before {
  content: url(/img/business-mobile/ymobile/smartphone-plus.png);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -35px;
}

.ymobile-smartphone-plan::after {
  content: "";
  display: block;
  clear: both;
}

.ymobile-smartphone-plan {
  margin: 24px 0;
}

.ymobile-smartphone-plan li {
  float: left;
  width: 306px;
  padding: 0 27px 5px 27px;
  margin-right: 20px;
  text-align: center;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.ymobile-smartphone-plan li:last-child {
  margin-right: 0;
}

.ymobile-smartphone-plan li:first-child h3 {
  background-color: #f20019;
}

.ymobile-smartphone-plan li:nth-child(2) h3 {
  background-color: #ff6400;
}

.ymobile-smartphone-plan li:last-child h3 {
  background-color: #008ba2;
}

.ymobile-smartphone-plan li h3 {
  color: #fff;
  width: 138px;
  display: block;
  padding: 5px 0;
  margin: auto;
  font-size: 15px;
}

.ymobile-smartphone-plan li p {
  font-weight: bold;
}

.ymobile-smartphone-plan li p:first-of-type {
  margin: 10px 0 30px;
  position: relative;
}

.ymobile-smartphone-plan li p:first-of-type::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
  border-top: 11px solid #d9dae0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 0;
}

.ymobile-smartphone-plan li p:first-of-type span {
  font-size: 15px;
  display: block;
}

.ymobile-smartphone-plan li p:first-of-type span:last-child {
  font-size: 18px;
  line-height: 1.2;
  display: block;
}

.ymobile-smartphone-plan li p:first-of-type span:last-child em {
  font-size: 31px;
}

.ymobile-smartphone-plan li:first-child p:nth-of-type(2) {
  background-color: #fee5e8;
  color: #f20019;
}

.ymobile-smartphone-plan li:nth-child(2) p:nth-of-type(2) {
  background-color: #ffefe5;
  color: #ff6400;
}

.ymobile-smartphone-plan li:last-child p:nth-of-type(2) {
  background-color: #e5f3f6;
  color: #008ba2;
}

.ymobile-smartphone-plan li p:nth-of-type(2) {
  padding: 7px 0;
}

.ymobile-smartphone-plan li p:nth-of-type(3) {
  font-size: 20px;
  margin: 5px 0;
}

.ymobile-smartphone-plan li p:nth-of-type(3) em {
  font-size: 38px;
}

.ymobile-smartphone-plan li:first-child p:nth-of-type(3) em {
  color: #f20019;
}

.ymobile-smartphone-plan li:nth-child(2) p:nth-of-type(3) em {
  color: #ff6400;
}

.ymobile-smartphone-plan li:last-child p:nth-of-type(3) em {
  color: #008ba2;
}

.ymobile-smartphone-plan li p:last-of-type span:first-child {
  border-radius: 80px;
  background-color: #eeeeee;
  font-size: 16px;
  display: block;
  padding: 8px 0;
  text-align: center;
}

.ymobile-smartphone-plan li:first-child p:last-of-type span:last-child {
  color: #f20019;
}

.ymobile-smartphone-plan li:nth-child(2) p:last-of-type span:last-child {
  color: #ff6400;
}

.ymobile-smartphone-plan li:last-child p:last-of-type span:last-child {
  color: #008ba2;
}

.ymobile-smartphone-plan li p:last-of-type span:last-child {
  font-size: 36px;
}

.ymobile-smartphone-plan li p:last-of-type span:last-child em {
  font-size: 53px;
}

.ymobile-free-call p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.ymobile-free-call p em {
  font-size: 21px;
  color: #c50409;
  font-weight: bold;
}

.ymobile-free-call img {
  margin: 0 auto 20px;
  display: block;
}

.ymobile-tethering {
  padding: 40px 35px;
  background: url(/img/business-mobile/ymobile/tethering-bg.png) right 40px bottom no-repeat #d6e8f2;
}

.ymobile-tethering .icon-radius-box {
  background-color: #2685bc;
  margin-bottom: 20px;
  padding-left: 55px;
}

.ymobile-tethering .icon-radius-box::before {
  background-image: url(/img/business-mobile/ymobile/tethering.png);
  width: 29px;
  height: 17px;
}

.ymobile-tethering p {
  font-size: 15px;
  padding-right: 420px;
}

.ymobile-option h4 {
  display: table;
  width: 100%;
  height: 50px;
  margin-bottom: 24px;
}

.ymobile-option h4 span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.ymobile-option h4 span:first-child {
  font-size: 15px;
  width: 130px;
  text-align: center;
  background-color: #940004;
}

.ymobile-option h4 span:last-child {
  font-size: 17px;
  background-color: #c50409;
  padding-left: 40px;
}

.ymobile-option h4 + p {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.ymobile-option h4 + p em {
  color: #c50409;
}

.ymobile-option h4 + p + img {
  margin: 0 auto 24px;
  display: block;
}

.ymobile-option ul::after {
  content: "";
  display: block;
  clear: both;
}

.ymobile-option ul li {
  float: left;
  width: 286px;
  margin-right: 20px;
  border: 1px solid #e7e7e7;
  padding: 0 20px 20px;
  box-sizing: border-box;
  text-align: center;
}

.ymobile-option ul li h5 {
  color: #fff;
  font-size: 15px;
  width: 200px;
  margin: auto;
  padding: 5px 0;
  margin: auto auto 20px;
}

.ymobile-option ul li:first-child h5 {
  background-color: #f20019;
}

.ymobile-option ul li:nth-child(2) h5 {
  background-color: #ff6400;
}

.ymobile-option ul li:last-child h5 {
  background-color: #008ba2;
}

.ymobile-option ul li:last-child {
  margin-right: 0;
}

.ymobile-option ul li p {
  display: table;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}

.ymobile-option ul li:first-child p {
  background-color: #fee5e8;
}

.ymobile-option ul li:nth-child(2) p {
  background-color: #ffefe5;
}

.ymobile-option ul li:last-child p {
  background-color: #e5f3f6;
}

.ymobile-option ul li p span {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.ymobile-option ul li p span:first-child {
  font-size: 15px;
  position: relative;
}

.ymobile-option ul li p span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 11px solid #c9c9c9;
}

.ymobile-option ul li:nth-child(2) p span:first-child, .ymobile-option ul li:last-child p span:first-child {
  right: -15px;
}

.ymobile-option ul li p span:first-child em {
  font-size: 22px;
}

.ymobile-option ul li p span:last-child {
  font-size: 21px;
}

.ymobile-option ul li p span:last-child em {
  font-size: 32px;
}

.smartphone-model > li div:first-child.tag-popular::before, .smartphone-model > li div:first-child.tag-release::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  padding: 3px 0;
  display: block;
  text-align: center;
  color: #fff;
}

.smartphone-model > li div:first-child.tag-popular::before {
  content: "人気";
  background: rgb(238, 8, 8); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(238, 8, 8) 0%, rgb(250, 134, 98) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee0808", endColorstr="#fa8662",GradientType=0 ); /* IE6-9 */
}

.smartphone-model > li div:first-child.tag-release::before {
  content: "新発売";
  background: rgb(11, 91, 206); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(11, 91, 206) 0%, rgb(0, 153, 204) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0b5bce", endColorstr="#0099cc",GradientType=0 ); /* IE6-9 */
}

/* docomo[docomo] */
.business-mobile-docomo {
  background-color: #cc0033;
}

.business-mobile-docomo .main-visual-wrap > img {
  right: 20px;
}

.business-mobile-docomo .main-visual-wrap .main-visual-describe {
  width: 485px;
}

.business-mobile-docomo .main-visual-wrap .main-visual-describe p {
  color: #cc0033;
}

.business-mobile-docomo .main-visual-wrap .main-visual-describe ul li:first-child {
  background: url(/img/business-mobile/docomo/mv-point1.svg) left center/21px no-repeat;
  margin-right: 10px;
}

.business-mobile-docomo .main-visual-wrap .main-visual-describe ul li:nth-child(2) {
  background: url(/img/business-mobile/docomo/mv-point2.svg) left center/38px no-repeat;
  margin-right: 10px;
}

.business-mobile-docomo .main-visual-wrap .main-visual-describe ul li:last-child {
  background: url(/img/business-mobile/docomo/mv-point3.svg) left center/24px no-repeat;
  padding-left: 35px;
}

.docomo-describe {
  height: 262px;
  box-sizing: border-box;
  padding: 30px 460px 30px 30px;
  background: url(/img/business-mobile/docomo/describe.png) right center no-repeat #f5f6f8;
}

.docomo-describe .icon-radius-box {
  background-color: #2685bc;
}

.docomo-describe .icon-radius-box::before {
  background-image: url(/img/business-mobile/ymobile/about.svg);
  width: 19px;
  height: 19px;
}

.docomo-describe h3 {
  font-size: 21px;
  color: #2685bc;
  margin: 15px 0;
}

.docomo-describe p {
  font-size: 15px;
  font-weight: bold;
}

.docomo-smartphone {
  background: url(/img/business-mobile/docomo/smartphone-plan.png) right bottom no-repeat #f5f6f8;
  padding: 60px 40px;
}

.docomo-smartphone .icon-radius-box {
  background-color: #cc0033;
}

.docomo-smartphone + div {
  background-color: #cc0033;
}

.docomo-smartphone h3 {
  border: none;
  width: 470px;
}

.docomo-smartphone h3 span {
  float: left;
  display: inline-block;
  border: 2px solid #cc0033;
  padding: 0 15px;
  position: relative;
  color: #cc0033;
}

.docomo-smartphone h3 span:first-child {
  margin-right: 35px;
  position: relative;
}

.docomo-smartphone h3 span:first-child::before {
  content: url(/img/business-mobile/docomo/smartphone-plus.png);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -30px;
}

.docomo-smartphone h3::after {
  content: "";
  display: block;
  clear: both;
}

.docomo-smartphone p {
  width: 450px;
}

.docomo-simple-plan {
  margin: 0 20px;
}

.docomo-simple-plan::after {
  content: "";
  display: block;
  clear: both;
}

.docomo-simple-plan li {
  float: left;
  width: 470px;
  padding-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid #eee;
  text-align: center;
}

.docomo-simple-plan li:first-child {
  margin-right: 20px;
  border: 1px solid #fdeabe;
}

.docomo-simple-plan li h3 {
  background-color: #eee;
  padding: 10px 0;
}

.docomo-simple-plan li:first-child h3 {
  background-color: #fdeabe;
}

.docomo-simple-plan li h3 + img {
  margin: 15px 0;
}

.docomo-simple-plan li p:first-of-type {
  background-color: #a9d6cb;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 50px;
  border-radius: 5px;
  line-height: 1.4;
}

.docomo-simple-plan li p:first-of-type span {
  font-size: 15px;
  display: block;
}

.docomo-simple-plan li:first-child p:first-of-type {
  background-color: #fdf5e2;
}

.docomo-simple-plan li p:last-of-type {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0;
}

.docomo-simple-plan li p:last-of-type em {
  font-size: 53px;
  color: #3ab395;
}

.docomo-simple-plan li:first-child p:last-of-type em {
  color: #b97851;
}

.docomo-continue-service {
  padding: 30px;
  background: url(/img/business-mobile/docomo/continue-service-bg.png) right center no-repeat #f5f6f8;
}

.docomo-continue-service .icon-radius-box {
  background-color: #cc0033;
  padding-left: 50px;
}

.docomo-continue-service .icon-radius-box::before {
  background-image: url(/img/business-mobile/smartphone/mv-point3.svg);
  width: 22px;
  height: 13px;
}

.docomo-continue-service h4, .docomo-continue-service dl {
  padding-right: 450px;
}

.docomo-continue-service h4 {
  font-size: 21px;
  margin: 15px 0;
}

.docomo-continue-service h4 span {
  color: #cc0033;
}

.docomo-continue-service h4 + p, .docomo-continue-service dl + p {
  color: #cc0033;
  font-weight: bold;
  margin-bottom: 5px;
}

.docomo-continue-service dl dt {
  background: url(/img/business-mobile/docomo/check.svg) left center/18px no-repeat;
  padding-left: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}

.docomo-continue-service dl dd {
  padding-left: 26px;
}

.docomo-continue-service dl dd:first-of-type {
  margin-bottom: 5px;
}

.docomo-continue-service dl dd:last-of-type {
  margin-bottom: 20px;
}

.docomo-continue-service table {
  width: 660px;
  border-spacing: 1px;
}

.docomo-continue-service table tr th {
  background-color: #cc0033;
  color: #fff;
  font-weight: bold;
}

.docomo-continue-service table th, .docomo-continue-service table td {
  padding: 10px 0;
  text-align: center;
}

.docomo-continue-service table tr td {
  background-color: #fff;
}

.docomo-world-call {
  padding: 30px 30px 30px 530px;
  background: url(/img/business-mobile/docomo/world-call.png) left 30px center no-repeat #f5f6f8;
}

.docomo-world-call .icon-radius-box {
  background-color: #cc0033;
  padding-left: 50px;
}

.docomo-world-call .icon-radius-box::before {
  background-image: url(/img/business-mobile/smartphone/mv-point3.svg);
  width: 22px;
  height: 13px;
}

.docomo-world-call h4 {
  font-size: 21px;
  margin: 15px 0;
}

.docomo-world-call h4 span {
  color: #cc0033;
}

.docomo-world-call h4 + p em {
  font-size: 15px;
  font-weight: bold;
  color: #cc0033;
  margin-bottom: 5px;
  display: block;
}

.docomo-world-call h4 + p {
  font-size: 15px;
}

.docomo-option-service-hl {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 24px;
}

.docomo-option-service-hl em {
  color: #cc0033;
}

.docomo-option-service h4 {
  display: table;
  width: 100%;
  height: 50px;
}

.docomo-option-service h4 span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.docomo-option-service h4 span:first-child {
  width: 130px;
  background-color: #7e0120;
}

.docomo-option-service h4 span:last-child {
  background-color: #cc0033;
  font-size: 17px;
}

.docomo-option-service1 {
  margin-bottom: 50px;
  padding: 30px;
  height: 219px;
  box-sizing: border-box;
  background: url(/img/business-mobile/docomo/option-service1.png) right center no-repeat #eeeeee;
}

.docomo-option-service1 p em, .docomo-option-service2 p em {
  font-size: 15px;
  font-weight: bold;
  color: #cc0033;
  margin-bottom: 5px;
  display: block;
}

.docomo-option-service1 p span, .docomo-option-service2 p span {
  color: #cc0033;
}

.docomo-option-service1 p, .docomo-option-service2 p {
  font-size: 15px;
}

.docomo-option-service2 {
  padding: 30px;
  background-color: #eeeeee;
}

.docomo-option-service2 p {
  margin-bottom: 15px;
}

.docomo-option-service2 + div {
  padding: 30px;
  background-color: #eeeeee;
  margin-top: 1px;
}

.docomo-option-service2 + div p {
  font-size: 15px;
  margin-bottom: 15px;
}

.docomo-option-service2 + div p em {
  font-weight: bold;
  color: #cc0033;
  margin-bottom: 5px;
  display: block;
}

.docomo-option-service2 + div p span {
  color: #cc0033;
}

.docomo-option-service2 + div ul::after {
  content: "";
  display: block;
  clear: both;
}

.docomo-option-service2 + div ul li {
  float: left;
  margin-right: 20px;
}

.docomo-option-service2 + div ul li:last-child {
  margin-right: 0;
}

.docomo-option-supple {
  font-size: 14px !important;
  margin-top: 20px;
}

/* .smartphone-model > li div ul li{ line-height:0; } */
/* .smartphone-model > li div ul li{ height:4px; } */
.smartphone-model > li div:last-child ul li span {
  display: inline-block;
  width: 28px;
  height: 4px;
}

.smartphone-model > li div:last-child ul li {
  line-height: 0;
}

.smartphone-model > li div:last-child ul {
  vertical-align: top;
}

/* ソフトバンク[softbank] */
.maintenance-content p {
  font-weight: bold;
}
.maintenance-title {
  margin-top: 0;
}
.maintenance-links {
  margin: 20px 0;
}
.maintenance-links a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #e8442a;
  font-weight: bold;
  padding: 5px;
  margin: 10px 0;
}

.softbank-describe {
  background: url(/img/business-mobile/softbank/describe.png) right center/contain no-repeat #f5f6f8;
  height: 350px;
  margin: 0 20px;
}

.softbank-smartphone .icon-radius-box, .softbank-smartphone + div {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b73d2+0,1487c1+100 */
  background: rgb(59, 115, 210); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(59, 115, 210) 0%, rgb(20, 135, 193) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3b73d2", endColorstr="#1487c1",GradientType=0 ); /* IE6-9 */
}

.softbank-smartphone {
  background: url(/img/business-mobile/softbank/smartphone-plan.png) right 40px bottom no-repeat #f5f6f8;
}

.softbank-smartphone p {
  width: 420px;
}

.softbank-smartphone p em {
  color: #0B5BCE;
}

.softbank-smartphone h3 span {
  border: 2px solid #0b5bce;
  color: #0b5bce;
}

.softbank-smartphone h3 span:first-child::before {
  content: url(/img/business-mobile/softbank/smartphone-plus.png);
}

.softbank-base-pack > h4, .softbank-base-pack > p {
  text-align: center;
}

.softbank-plan::after {
  content: "";
  display: block;
  clear: both;
}

.softbank-plan li {
  float: left;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  width: 225px;
  margin-right: 20px;
  position: relative;
}

.softbank-plan li:last-child {
  margin-right: 0;
}

.softbank-plan li a {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  text-decoration: none;
}

.softbank-plan li a::before, .softbank-plan li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  margin: auto;
}

.softbank-plan li a::before {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 50%;
  background: rgb(59, 115, 210); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(59, 115, 210) 0%, rgb(20, 135, 193) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3b73d2", endColorstr="#1487c1",GradientType=0 ); /* IE6-9 */
}

.softbank-plan li a::after {
  bottom: -5px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
}

.softbank-plan li a > div:first-child {
  width: 108px;
  padding: 3px 0;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b73d2+0,1487c1+100 */
  background: rgb(59, 115, 210); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(59, 115, 210) 0%, rgb(20, 135, 193) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3b73d2", endColorstr="#1487c1",GradientType=0 ); /* IE6-9 */
}

.softbank-plan li a h3 {
  margin-bottom: 15px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  height: 66px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.softbank-plan li a h3 span {
  display: table-cell;
  vertical-align: middle;
}

.softbank-plan li a h3 + p {
  background-color: #e6f0ff;
  color: #0b5bce;
  font-size: 15px;
  font-weight: bold;
  padding-top: 1px;
  border-radius: 3px;
  margin: 0 20px 10px;
  position: relative;
}

.softbank-plan li a h3 + p::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}

.softbank-plan li a h3 + p em {
  font-size: 25px;
}

.softbank-plan li a h3 + p + p {
  font-size: 15px;
  margin: 0 20px;
  line-height: 1.4;
}

.softbank-plan li:last-child a > div:first-child, .softbank-plan li:last-child a::before {
  background: rgb(212, 43, 17); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(212, 43, 17) 0%, rgb(232, 68, 42) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d42b11", endColorstr="#e8442a",GradientType=0 ); /* IE6-9 */
}

.softbank-plan li:last-child a h3 + p {
  background-color: #ffe8e4;
  color: #e8442a;
}

.softbank-plan-type {
  margin-top: 50px;
}

.softbank-plan-type > h3 {
  display: table;
  width: 100%;
  height: 55px;
}

.softbank-plan-type > h3 > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
}

.softbank-plan-type > h3 > span:first-child {
  color: #fff;
  width: 150px;
  text-align: center;
  background: rgb(59, 115, 210); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(59, 115, 210) 0%, rgb(20, 135, 193) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3b73d2", endColorstr="#1487c1",GradientType=0 ); /* IE6-9 */
}

.softbank-plan-type > h3 > span:last-child {
  background-color: #e4e4e4;
  padding-left: 20px;
}

.softbank-plan-type > h3 > span:last-child span {
  font-size: 21px;
  color: #0b5bce;
  padding-right: 20px;
}

.softbank-plan1-contents {
  padding: 40px;
  background-color: #F8F8F8;
}

.softbank-option-service-describe > h4 {
  text-align: center;
  font-size: 21px;
}

.softbank-option-service-describe ul {
  margin: 24px 0;
}

.softbank-option-service-describe ul::after {
  content: "";
  display: block;
  clear: both;
}

.softbank-option-service-describe ul li {
  float: left;
  border: 1px solid #0b5bce;
  width: 425px;
  height: 190px;
  box-sizing: border-box;
  text-align: center;
}

.softbank-option-service-describe ul li h5 {
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
  background: rgb(59, 115, 210); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(59, 115, 210) 0%, rgb(20, 135, 193) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3b73d2", endColorstr="#1487c1",GradientType=0 ); /* IE6-9 */
}

.softbank-option-service-describe ul li:first-child {
  margin-right: 70px;
  position: relative;
}

.softbank-option-service-describe ul li:first-child::before {
  content: url(/img/business-mobile/softbank/or-blue.png);
  right: -60px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  margin: auto;
}

.softbank-option-service-describe ul li:first-child div {
  background: url(/img/business-mobile/softbank/option.png) left center no-repeat;
  padding-left: 110px;
  display: inline-block;
  margin-top: 12px;
}

.softbank-option-service-describe ul li:first-child div p:first-of-type, .softbank-option-service-describe ul li:last-child p:first-of-type {
  font-size: 21px;
  line-height: 1.4;
}

.softbank-option-service-describe ul li:first-child div p:first-of-type em, .softbank-option-service-describe ul li:last-child p:first-of-type em {
  font-weight: bold;
  color: #df0044;
}

.softbank-option-service-describe ul li:first-child div p:last-of-type, .softbank-option-service-describe ul li:last-child p:last-of-type {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.softbank-option-service-describe ul li:first-child div p:last-of-type em, .softbank-option-service-describe ul li:last-child p:last-of-type em {
  font-size: 40px;
  color: #0b5bce;
}

.softbank-option-service-describe ul li:last-child p:first-of-type {
  margin-top: 12px;
}

.softbank-option-service-describe ul + p {
  font-size: 15px;
}

.softbank-option-service h4 {
  display: table;
  width: 100%;
  height: 45px;
  margin-top: 50px;
}

.softbank-option-service h4 > span {
  display: table-cell;
  vertical-align: middle;
}

.softbank-option-service h4 > span:first-child {
  width: 140px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: rgb(59, 115, 210); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(59, 115, 210) 0%, rgb(20, 135, 193) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3b73d2", endColorstr="#1487c1",GradientType=0 ); /* IE6-9 */
}

.softbank-option-service h4 > span:last-child {
  background-color: #f5f5f5;
  font-size: 15px;
}

.softbank-option-service h4 > span:last-child span {
  font-size: 18px;
  color: #0b5bce;
  font-weight: bold;
  padding: 0 20px;
}

.softbank-option-service1 > img {
  display: block;
  margin: auto;
}

.softbank-option-service1 > div {
  background-color: #f7f7f7;
  padding: 30px;
  margin-top: 24px;
}

.softbank-option-service1 h4 + p {
  text-align: center;
  font-size: 18px;
  margin: 24px 0;
}

.softbank-option-service2 img {
  display: block;
  margin: 24px auto;
}

.softbank-option-service2 p {
  margin: 0 20px;
  font-size: 15px;
}

.softbank-option-service3 > p {
  margin: 24px 20px;
  font-size: 15px;
}

.softbank-option-service3 ul::after {
  content: "";
  display: block;
  clear: both;
}

.softbank-option-service3 ul {
  padding: 30px;
  background-color: #f5f5f5;
  margin: 0 20px;
}

.softbank-option-service3 ul li {
  float: left;
  width: 400px;
}

.softbank-option-service3 ul li:first-child {
  margin-right: 60px;
  position: relative;
}

.softbank-option-service3 ul li:first-child::before {
  content: url(/img/business-mobile/softbank/plus.png);
  right: -45px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  margin: auto;
}

.softbank-option-service3 ul li h5 {
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
}

.softbank-plan2-contents ul li:first-child, .softbank-plan3-contents ul li:first-child, .softbank-featurephone-plan-contents ul li:first-child {
  position: relative;
}

.softbank-plan2-contents ul li:first-child::before, .softbank-plan3-contents ul li:first-child::before, .softbank-featurephone-plan-contents ul li:first-child::before {
  content: url(/img/business-mobile/softbank/plus.png);
  position: absolute;
  right: -42px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
}

.softbank-featurephone-plan-contents ul li:first-child::before {
  content: url(/img/business-mobile/softbank/or-orange.png);
  right: -70px;
}

.softbank-base-pack > h4 {
  font-size: 21px;
  margin-bottom: 5px;
}

.softbank-base-pack > p {
  font-size: 15px;
}

.softbank-base-pack ul {
  margin-top: 24px;
}

.softbank-base-pack ul::after {
  content: "";
  display: block;
  clear: both;
}

.softbank-base-pack ul li.softbank-line-height3 {
  height: 403px;
}

.softbank-base-pack ul li.softbank-line-height4 {
  height: 427px;
}

.softbank-base-pack ul li {
  float: left;
  width: 306px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  min-height: 383px;
}

.softbank-base-pack ul li:nth-child(3n) {
  margin-right: 0;
}

.softbank-base-pack ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.softbank-base-pack ul li .softbank-base-pack-contents div:first-child {
  background-color: #F8F8F8;
  text-align: center;
  height: 220px;
  position: relative;
}

.softbank-base-pack ul li .softbank-base-pack-contents div:first-child img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.softbank-base-pack ul li .softbank-base-pack-contents div:last-child {
  padding: 0 20px 20px;
}

.softbank-base-pack ul li .softbank-base-pack-contents div:last-child h5 {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  line-height: 1.2;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  height: 74px;
  box-sizing: border-box;
  display: table;
  width: 100%;
}

.softbank-base-pack ul li .softbank-base-pack-contents div:last-child h5 span {
  display: table-cell;
  vertical-align: middle;
}

.softbank-base-pack ul li .softbank-base-pack-contents div:last-child p {
  font-size: 15px;
}

.business-mobile-softbank {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+71,f6f6f6+100 */
  background: rgb(255, 255, 255); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 71%, rgb(246, 246, 246) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f6f6f6",GradientType=0 ); /* IE6-9 */
}
.business-mobile-softbank .main-visual-wrap {
  display: flex;
  justify-content: space-between;
}
.business-mobile-softbank .main-visual-wrap .main-visual-describe {
  width: 475px;
  text-align: center;
}
.business-mobile-softbank .main-visual-wrap .main-visual-describe h2 {
  font-size: 69px;
  color: #434343;
  margin-top: 15px;
}
.business-mobile-softbank .main-visual-wrap .main-visual-describe ul {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
}
.business-mobile-softbank .main-visual-wrap .main-visual-describe ul li {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-weight: bold;
  text-align: left;
  padding: 8px 15px 8px 50px;
  border-right: 1px dotted #212121;
}
.business-mobile-softbank .main-visual-wrap .main-visual-describe ul li:first-child {
  background: url("/img/business-mobile/softbank/mv-point1.svg") no-repeat left 15px center/20px;
}
.business-mobile-softbank .main-visual-wrap .main-visual-describe ul li:nth-child(2) {
  background: url("/img/business-mobile/softbank/mv-point2.svg") no-repeat left 15px center/20px;
}
.business-mobile-softbank .main-visual-wrap .main-visual-describe ul li:last-child {
  background: url("/img/business-mobile/softbank/mv-point3.svg") no-repeat left 15px center/20px;
  border: none;
}
.business-mobile-softbank .main-visual-wrap .main-visual-describe p {
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  border-radius: 80px;
  padding: 13px 0;
  background-color: #afafb0;
}
.business-mobile-softbank .main-visual-wrap .main-visual-img {
  margin: auto;
  margin-right: 0;
}

.about_softbank h3,
.about_softbank p {
  font-weight: 600;
}

.introduction_softbank-plan .softbank-smartphone .flexChange {
  width: 49%;
}
.introduction_softbank-plan .softbank-smartphone .flexChange .newTextH3,
.introduction_softbank-plan .softbank-smartphone .flexChange .newText,
.introduction_softbank-plan .softbank-smartphone .flexChange .detail {
  width: 100%;
}

.softbank-plan_wrap .discount_fukidashi,
.softbank-option_wrap .discount_fukidashi {
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  padding: 15px;
  margin: 10px 0 40px;
  background: linear-gradient(to bottom, rgb(59, 115, 210) 0%, rgb(20, 135, 193) 100%);
}
.softbank-plan_wrap .discount_fukidashi:after,
.softbank-option_wrap .discount_fukidashi:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 30px;
  background: linear-gradient(180deg, #1687C2 0%, #3974D2 100%);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.softbank-plan_wrap .discount_fukidashi em,
.softbank-option_wrap .discount_fukidashi em {
  font-size: 35px;
}
.softbank-plan_wrap .anotation,
.softbank-option_wrap .anotation {
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  line-height: 1.7;
  margin-top: 37px;
}
.softbank-plan_wrap .anotation span,
.softbank-option_wrap .anotation span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 30px;
}
.softbank-plan_wrap .anotation span em,
.softbank-option_wrap .anotation span em {
  font-weight: bold;
}

.softbank-plan_wrap .renewal .renewalH2-anotation {
  font-size: 18px;
  font-weight: bold;
}
.softbank-plan_wrap .contents-wrap .softbank-plan {
  display: flex;
  gap: 20px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan::after {
  content: none;
}
.softbank-plan_wrap .contents-wrap .softbank-plan li {
  float: none;
  margin-right: 0;
}
.softbank-plan_wrap .contents-wrap .softbank-plan li a > span {
  display: inline-block;
  width: 108px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 3px 0;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgb(59, 115, 210) 0%, rgb(20, 135, 193) 100%);
}
.softbank-plan_wrap .contents-wrap .softbank-plan li a .softbank-plan_detail {
  text-align: center;
}
.softbank-plan_wrap .contents-wrap .softbank-plan li a .softbank-plan_detail h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
  min-height: 60px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.softbank-plan_wrap .contents-wrap .softbank-plan li a .softbank-plan_detail_bottom {
  padding: 0 15px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan li a .softbank-plan_detail_bottom .price-per-month {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  color: #0b5bce;
  line-height: 1;
  padding: 5px 14px;
  margin: 0 auto;
  border-radius: 3px;
  background: #e6eefa;
}
.softbank-plan_wrap .contents-wrap .softbank-plan li a .softbank-plan_detail_bottom .price-per-month::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.softbank-plan_wrap .contents-wrap .softbank-plan li a .softbank-plan_detail_bottom .price-per-month em {
  font-size: 32px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan li a .softbank-plan_detail_bottom .anotation {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin: 3px 0 15px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan li:first-of-type .anotation {
  width: 100%;
  text-align: left;
}
.softbank-plan_wrap .contents-wrap .softbank-plan li:last-of-type a > span {
  background: rgb(212, 43, 17);
  background: linear-gradient(to bottom, rgb(212, 43, 17) 0%, rgb(232, 68, 42) 100%);
}
.softbank-plan_wrap .contents-wrap .softbank-plan li:last-of-type a .softbank-plan_detail .price-per-month {
  color: #e8442a;
  background: #ffe8e4;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type {
  font-weight: bold;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .f-red {
  color: #de0645;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .f-orange {
  color: #E84429;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .conditions {
  letter-spacing: -0.5px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type.featurephone-plan h3 > span:first-child {
  background: linear-gradient(to bottom, rgb(212, 44, 20) 0%, rgb(232, 68, 43) 100%);
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type.featurephone-plan h3 span span {
  color: #E84429;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan1-contents,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan3-contents,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-featurephone-plan-contents {
  text-align: center;
  padding: 40px;
  background-color: #F8F8F8;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan1-contents .summary_bottom,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents .summary_bottom,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan3-contents .summary_bottom,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-featurephone-plan-contents .summary_bottom {
  background: #fff;
  box-sizing: border-box;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan1-contents ul,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents ul,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan3-contents ul,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-featurephone-plan-contents ul {
  display: flex;
  gap: 45px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan1-contents ul li,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents ul li,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan3-contents ul li,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-featurephone-plan-contents ul li {
  flex: auto;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan1-contents ul li:first-child,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents ul li:first-child,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan3-contents ul li:first-child,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-featurephone-plan-contents ul li:first-child {
  position: static;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan1-contents ul li h4,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents ul li h4,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan3-contents ul li h4,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-featurephone-plan-contents ul li h4 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan1-contents ul li h4,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents ul li h4,
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan3-contents ul li h4 {
  background: linear-gradient(to bottom, rgb(59, 115, 210) 0%, rgb(20, 135, 193) 100%);
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-featurephone-plan-contents ul li h4 {
  background: linear-gradient(to bottom, rgb(212, 44, 20) 0%, rgb(232, 68, 43) 100%);
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout01 .summary_bottom p {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  font-size: 21px;
  text-align: center;
  line-height: 1;
  margin: 15px 0 0;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout01 .summary_bottom p em {
  font-size: 41px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout01 .summary_bottom span:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 85px;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 20px;
  border-radius: 7px;
  background: linear-gradient(to bottom, rgb(59, 115, 210) 0%, rgb(20, 135, 193) 100%);
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout02 .summary_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 20px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout02 .summary_bottom p {
  font-size: 32px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout02 .summary_bottom p em {
  font-size: 62px;
  line-height: 1;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout02 .summary_bottom .circle {
  display: inline-block;
  position: relative;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  margin: 0 5px;
  background: #DE0645;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout02 .summary_bottom .circle::before {
  content: "OR";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout03 .summary_bottom {
  padding: 25px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout03 .summary_bottom .price-design_main {
  display: flex;
  align-items: center;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout03 .summary_bottom .price-design_main span {
  font-size: 21px;
  line-height: 1.2;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout03 .summary_bottom .price-design_main span:nth-of-type(2) {
  text-align: left;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout03 .summary_bottom .price-design_main span:nth-of-type(2) em {
  font-size: 60px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout03 .summary_bottom .price-design_main span:nth-of-type(3) .f-red {
  font-size: 30px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout03 .summary_bottom .price-design_sub {
  font-size: 21px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout03 .summary_bottom .price-design_sub em {
  font-size: 30px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout04 .summary_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 25px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout04 .summary_bottom p {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout05 .summary_bottom {
  padding: 20px 25px;
  margin-bottom: 20px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout05 .summary_bottom p {
  font-size: 21px;
  font-weight: bold;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout05 .summary_bottom p:nth-of-type(2) {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .summary-layout05 .summary_bottom p em {
  font-size: 41px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan1-contents {
  text-align: center;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan1-contents_summary {
  margin-bottom: 20px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan1-contents_summary:first-of-type li .summary_bottom {
  padding: 10px 40px 20px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan1-contents_summary .summary_bottom {
  min-height: 156px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents_summary {
  margin-bottom: 45px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents_summary .summary_bottom {
  min-height: 195px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents_summary .summary_bottom p {
  font-size: 32px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents_summary .summary_bottom p em {
  font-size: 62px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents_summary .summary_bottom p span:nth-of-type(2) {
  font-size: 25px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents_summary .summary_bottom .conditions-list span {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 12px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents .price-only {
  display: flex;
  align-items: baseline;
  justify-self: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 32px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents .price-only em {
  font-size: 62px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan2-contents .price-only span:last-of-type {
  font-size: 25px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan3-contents_summary {
  margin-bottom: 40px;
}
.softbank-plan_wrap .contents-wrap .softbank-plan-type .softbank-plan3-contents_summary .summary_bottom {
  min-height: 202px;
  padding: 10px 25px 25px;
}

.softbank-option-service .option_ditail h4 {
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.softbank-option-service .option_ditail-contnets {
  display: flex;
  gap: 72px;
  margin-bottom: 29px;
}
.softbank-option-service .option_ditail-contnets .f-blue {
  color: #0a5bce;
}
.softbank-option-service .option_ditail-contnets li {
  flex: auto;
  align-items: center;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
  border: 1px solid #4772ca;
  background: #fff;
}
.softbank-option-service .option_ditail-contnets li h5 {
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
  background: linear-gradient(to bottom, rgb(59, 115, 210) 0%, rgb(20, 135, 193) 100%);
}
.softbank-option-service .option_ditail-contnets li p {
  font-size: 18px;
}
.softbank-option-service .option_ditail-contnets li p:first-of-type {
  margin-top: 20px;
}
.softbank-option-service .option_ditail-contnets li p em {
  font-size: 41px;
}
.softbank-option-service .anotation {
  margin: 0;
}

/*top 修正用 20200730*/
.shop-difference {
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0;
  padding: 30px;
}
.shop-difference-box-sp {
  display: none;
}
.shop-difference-box-pc {
  background: #fcfcfc;
  box-shadow: 0px 0px 16px -3px #efefef;
  box-sizing: border-box;
  display: flex;
  width: 440px;
  margin-bottom: 20px;
}
.shop-difference-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.shop-difference-no {
  background: #af3e54;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 15px;
}
.shop-difference-title {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.shop-difference-link {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.shop-difference-link a {
  background: #e8442a;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  text-decoration: none;
  transition: all 0.2s ease-out;
  padding: 0 70px;
  position: relative;
}
.shop-difference-link a:hover {
  opacity: 0.6;
}
.shop-difference-link a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
}

.bm-plan-text {
  margin: 0 20px 20px 20px;
}
.bm-choice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.bm-choice-box {
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  width: 470px;
}
.bm-choice-title {
  background: #2685BC;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 24px 20px;
  border-bottom: 4px solid #1E6E9D;
}
.bm-choice-box_garakei .bm-choice-title {
  background: #FF2F3E;
  border-color: #D12C38;
}
.bm-choice-title-span {
  background: #1D6E9D;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
  margin-right: 20px;
  padding: 0 15px;
}
.bm-choice-box_garakei .bm-choice-title-span {
  background-color: #D12B37;
}
.bm-choice-inner {
  background: #EFF2F4;
  padding: 20px;
}
.bm-choice-box_garakei .bm-choice-inner {
  background: #FFF4F4;
}
.bm-choice-text {
  margin-bottom: 20px;
}
.bm-choice-plan {
  display: flex;
}
.bm-choice-plan-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
}
.bm-choice-plan-inner {
  box-sizing: border-box;
  width: 285px;
  padding: 0 0 0 10px;
}
.bm-choice-plan-title {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.bm-choice-plan-title .mark {
  position: absolute;
  right: -20px;
  top: -90px;
}
.bm-choice-plan-list {
  margin-bottom: 20px;
}
.bm-choice-plan-list li {
  background: url(/img/business-mobile/icon_check_blue.png) no-repeat left 50%;
  margin-bottom: 5px;
  padding-left: 22px;
  font-weight: bold;
  font-size: 17px;
}
.bm-choice-box_garakei .bm-choice-plan-list li {
  background-image: url(/img/business-mobile/icon_check_red.png);
}
.bm-choice-plan-list li b {
  color: #2685BC;
}
.bm-choice-box_garakei .bm-choice-plan-list li b {
  color: #FF2F3E;
}
.bm-choice-plan-link {
  text-align: center;
}
.bm-choice-plan-link a {
  background: #2685BC;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  transition: background 0.2s ease-out;
  padding: 0 40px;
  position: relative;
}
.bm-choice-box_garakei .bm-choice-plan-link a {
  background: #FF2F3E;
}
.bm-choice-plan-link a::after {
  background: url(/img/business-mobile/icon_arrow.png) no-repeat;
  content: "";
  display: block;
  width: 6px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
.bm-introduction-img {
  margin-top: 20px;
}
.bm-strength {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bm-strength-wrap {
  margin-bottom: 30px;
  padding: 40px 34px 15px;
  background-color: #F5F5F5;
  background-image: url(/img/business-mobile/kodawari_bg.png);
  background-position: right top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bm-strength-head {
  max-width: 380px;
  margin-bottom: 40px;
}
.bm-strength-head h3 {
  margin-bottom: 30px;
  font-size: 21px;
  color: #0B7ECD;
}
.bm-strength-head p {
  font-weight: bold;
}
.bm-strength-point {
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  width: 290px;
  margin-bottom: 15px;
  padding: 0 24px 30px 24px;
  position: relative;
  background: #fff;
}
.bm-strength-point-no {
  background: #e8442a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  width: 135px;
  margin: auto;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
}
.bm-strength-point-img {
  display: block;
  max-width: none;
  width: calc(100% + 24px + 24px);
  margin-bottom: 15px;
  margin-left: -24px;
  margin-right: -24px;
}
.bm-strength-point-title {
  position: relative;
  color: #0B7ECD;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-bottom: 17px;
  padding-bottom: 10px;
  font-size: 16px;
}
.bm-strength-point-title:after {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background: #D1D1D1;
}
.bm-strength-point-text span {
  color: #007BD9;
  text-decoration: underline;
}
.bm-strength-img {
  margin: 50px 0;
}
.bm-merit {
  background: #fff0c9;
}
.bm-merit-head {
  position: relative;
}
.bm-merit-head .bm-merit-intro {
  width: 45%;
  padding: 30px 0 20px 35px;
}
.bm-merit-head .bm-merit-intro .merit-label {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  background-color: #d86600;
  padding: 4px 30px;
}
.bm-merit-head .bm-merit-intro h3 {
  font-size: 30px;
  font-weight: bold;
  color: #d86600;
  margin: 10px 0 10px 0;
}
.bm-merit-head .bm-merit-intro .bm-demerit-txt {
  font-size: 15px;
  font-weight: bold;
  color: #494c5e;
  margin-bottom: 20px;
}
.bm-merit-head .bm-merit-img {
  position: absolute;
  top: -60px;
  right: 40px;
}
.bm-merit-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}
.bm-merit-box {
  background: #fff;
  width: 440px;
  margin-bottom: 20px;
}
.bm-merit-box-head {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 20px;
  background: #D86500;
  color: #fff;
}
.bm-merit-box-no {
  position: relative;
  background: #FFCF0B;
  border-radius: 12px;
  color: #D86500;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.bm-merit-box-no:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-color: #D86500;
  -webkit-mask-image: url(/img/business-mobile/icon_crown.svg);
  mask-image: url(/img/business-mobile/icon_crown.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.bm-merit-box-img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: -1;
}
.bm-merit-box-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bm-merit-box-bottom {
  padding: 30px 25px;
  border: 1px solid #C9C9C9;
}
.bm-merit-box-text {
  font-feature-settings: "palt";
}
.bm-merit-box-text b {
  color: #D86500;
}
.bm-merit-link {
  text-align: center;
  margin: 15px 0 30px 0;
}
.bm-merit-link a {
  background: #D86500;
  border-radius: 25px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-decoration: none;
  transition: all 0.2s ease-out;
  padding: 0 70px;
  position: relative;
  color: #fff;
}
.bm-merit-link a:hover {
  opacity: 0.6;
}
.bm-merit-link a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
}
.bm-demerit {
  background: url(/img/business-mobile/bm-demerit-bg.png) no-repeat #c1c1c1;
}
.bm-demerit-head {
  position: relative;
}
.bm-demerit-head .bm-demerit-intro {
  width: 45%;
  padding: 30px 20px 10px 20px;
}
.bm-demerit-head .bm-demerit-intro .demerit-label {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  background-color: #494c5e;
  padding: 4px 30px;
}
.bm-demerit-head .bm-demerit-intro h3 {
  font-size: 30px;
  font-weight: bold;
  color: #494c5e;
  padding-left: 5px;
  margin: 10px 0;
}
.bm-demerit-head .bm-demerit-intro .bm-demerit-txt {
  padding-left: 5px;
}
.bm-demerit-head .bm-demerit-img {
  position: absolute;
  top: -30px;
  right: 60px;
}
.bm-demerit .demerit-solution {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px 15px 30px;
}
.bm-demerit .demerit-solution li {
  width: calc(33.3333333333% - 15px);
}
.bm-demerit .demerit-solution li .demerit-box {
  position: relative;
  z-index: 2;
}
.bm-demerit .demerit-solution li .demerit-box .demerit-no {
  position: absolute;
  top: -8px;
  left: -8px;
}
.bm-demerit .demerit-solution li .demerit-box .demerit-head {
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 1.3;
  padding-left: 60px;
  background: #494c5e;
}
.bm-demerit .demerit-solution li .demerit-box .demerit-head h4 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
.bm-demerit .demerit-solution li .demerit-box .demerit-head img {
  display: flex;
  align-items: center;
}
.bm-demerit .demerit-solution li .demerit-box .demerit-bottom {
  padding: 15px 20px;
  background: #fcfcfc;
}
.bm-demerit .demerit-solution li .solution-arrow {
  position: relative;
  top: -15px;
  left: 80px;
  z-index: 5;
}
.bm-demerit .demerit-solution li .solution-box {
  position: relative;
  top: -25px;
  z-index: 2;
  background: #d86500;
  padding: 15px 0 20px 65px;
}
.bm-demerit .demerit-solution li .solution-box .solution-no {
  position: absolute;
  top: -10px;
  left: -15px;
}
.bm-demerit .demerit-solution li .solution-box .solution-content {
  font-weight: bold;
  color: #fff;
}
.bm-demerit .demerit-solution li .solution-box .solution-content h4 {
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.bm-demerit .demerit-solution li .solution-box .solution-content h4 span {
  font-style: italic;
}
.bm-demerit .demerit-solution li .solution-box .solution-content a {
  display: inline-block;
  font-size: 16px;
  font-weight: 550;
  color: #fff;
  text-decoration: none;
  border-bottom: #fff 2px solid;
}
.bm-demerit .demerit-solution li .solution-box .solution-content a:hover {
  opacity: 0.4;
}
.bm-demerit .demerit-solution li .solution-box .solution-content a::after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}

.voice.new .voice-title-wrapper {
  color: #fff;
}

.voice.new .voice-title span::before {
  background: url("/img/business-mobile/common/icon_fukidashi_02.svg") no-repeat 0 0/23px 18px;
  width: 23px;
  height: 18px;
}

.voice.new .voice-wrapper {
  background: url("/img/business-mobile/common/voice_bg_02.jpg") no-repeat center/cover;
  padding: 40px 50px 60px;
}

.voice.new .voice-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice.new .voice-tab li {
  background: #9c9c9c;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 25%;
  padding: 20px;
}

.voice.new .voice-tab li:last-child {
  border-right: none;
}

.voice.new .voice-tab li.active {
  background: #25ace5;
}

.voice.new .voice-item {
  background: #fff;
  display: none;
  padding: 30px 50px;
}

.voice.new .voice-item.active {
  display: block;
}

.voice.new .voice-item-company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.voice.new .voice-item-company-inner {
  margin-left: 30px;
}

.voice.new .voice-item-company-name {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.voice.new .voice-item-company-name span {
  background: #25ace5 url("/img/business-mobile/common/icon_megaphone.svg") no-repeat left 10px top 50%/14px 12px;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 1em;
  padding: 2px 15px 2px 30px;
}

.voice.new .voice-item-company-info {
  display: flex;
  flex-wrap: wrap;
  width: 560px;
}

.voice.new .voice-item-company-info li {
  font-size: 16px;
  line-height: 1.2;
  margin: 5px 20px 5px 0;
  padding-left: 30px;
}

.voice.new .voice-item-company-industry {
  background: url("/img/business-mobile/common/icon_industry.svg") no-repeat left 0 top 50%/21px 17px;
}

.voice.new .voice-item-company-count {
  background: url("/img/business-mobile/common/icon_phone.svg") no-repeat left 0 top 50%/12px 17px;
}

.voice.new .voice-item-company-other {
  background: url("/img/business-mobile/common/icon_heart.svg") no-repeat left 0 top 50%/19px 17px;
}

.voice.new .voice-item-message dt {
  background: #25ace5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.voice.new .voice-item-message dd {
  background: #f5f5f5;
  padding: 30px 20px;
}

.bm-warranty {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bm-warranty {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.bm-warranty-text {
  margin-bottom: 20px;
}

.bm-warranty-item {
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  width: 305px;
  padding-bottom: 25px;
}

.bm-warranty-item-img {
  margin-top: -1px;
}

.bm-warranty-item-title {
  color: #e8442a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 30px;
  position: relative;
  font-feature-settings: "palt";
}

.bm-warranty-item-title::after {
  background: #c0bfc0;
  content: "";
  display: block;
  width: 185px;
  height: 1px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
}

.bm-warranty-item-text {
  padding: 0 15px;
}

.qa dt, .qa dd {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 20px 70px;
  position: relative;
  margin-bottom: -1px;
}
.qa dt::before, .qa dt::before, .qa dd::before, .qa dd::before {
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 19px;
}
.qa dt {
  background: #f5f5f5;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
}
.qa dt::before {
  background: #434343;
  content: "Q";
  top: 20px;
}
.qa dd {
  padding-right: 70px;
}
.qa dd::before {
  background: #e8442a;
  content: "A";
  top: 16px;
}
.qa-icon {
  background: #434343;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
.qa-icon::before, .qa-icon::after {
  background: #fff;
  content: "";
  display: block;
  transition: all 0.4s ease-out;
  width: 14px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.qa-icon::after {
  transform: rotate(90deg);
}

.active .qa-icon::before {
  transform: rotate(45deg);
}
.active .qa-icon::after {
  transform: rotate(135deg);
}

.renewal-span {
  color: #dc1b32;
  font-size: 23px !important;
  font-weight: bold !important;
  margin: 0 !important;
}

.rayout-01 {
  margin-bottom: 80px;
  position: relative;
}
.rayout-01::after {
  background: url("/img/business-mobile/contract/arrow_01.png") no-repeat;
  content: "";
  display: block;
  width: 200px;
  height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
}
.rayout-01-title {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3e6dc6+23,4f9be4+100 */
  background: rgb(62, 109, 198); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(62, 109, 198) 23%, rgb(79, 155, 228) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3e6dc6", endColorstr="#4f9be4",GradientType=0 ); /* IE6-9 */
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.rayout-01-list {
  background: #f0f0f0 url("/img/business-mobile/contract/rayout_01_bg.png") no-repeat center bottom;
  border: 1px solid #4090e0;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 40px;
}
.rayout-01-list-01, .rayout-01-list-02 {
  width: 290px;
}
.rayout-01-list li {
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
.rayout-01-list li:nth-of-type(1) {
  width: 256px;
  height: 76px;
}
.rayout-01-list li:nth-of-type(2) {
  width: 259px;
  height: 81px;
}
.rayout-01-list li:nth-of-type(3) {
  width: 249px;
  height: 81px;
  margin-bottom: 0;
}
.rayout-01-list-01 li:nth-of-type(1) {
  background: url("/img/business-mobile/contract/fukidashi_01.png") no-repeat;
  margin-left: 27px;
  padding-right: 11px;
}
.rayout-01-list-01 li:nth-of-type(2) {
  background: url("/img/business-mobile/contract/fukidashi_02.png") no-repeat;
  padding-right: 20px;
}
.rayout-01-list-01 li:nth-of-type(3) {
  background: url("/img/business-mobile/contract/fukidashi_03.png") no-repeat;
  margin-left: 40px;
  padding-right: 8px;
}
.rayout-01-list-02 li:nth-of-type(1) {
  background: url("/img/business-mobile/contract/fukidashi_04.png") no-repeat;
  margin-left: 6px;
  padding-left: 11px;
}
.rayout-01-list-02 li:nth-of-type(2) {
  background: url("/img/business-mobile/contract/fukidashi_05.png") no-repeat;
  margin-left: 30px;
  padding-left: 20px;
}
.rayout-01-list-02 li:nth-of-type(3) {
  background: url("/img/business-mobile/contract/fukidashi_06.png") no-repeat;
  padding-left: 8px;
}
.rayout-02 {
  margin-bottom: 110px;
  position: relative;
}
.rayout-02::after {
  background: url("/img/business-mobile/contract/arrow_02.png") no-repeat;
  content: "";
  display: block;
  width: 200px;
  height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
}
.rayout-02-title {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dc1b32+0,e54256+100 */
  background: rgb(220, 27, 50); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(220, 27, 50) 0%, rgb(229, 66, 86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dc1b32", endColorstr="#e54256",GradientType=0 ); /* IE6-9 */
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.rayout-02-title-02 {
  color: #d01030;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.rayout-02-title-02::before, .rayout-02-title-02::after {
  border-style: solid;
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  height: 0;
}
.rayout-02-title-02::before {
  border-width: 0 9px 33px 0;
  border-color: transparent #dc1b31 transparent transparent;
  transform: skew(10deg, 0deg);
  margin-right: 0.5em;
}
.rayout-02-title-02::after {
  border-width: 33px 9px 0 0;
  border-color: #dc1b31 transparent transparent transparent;
  transform: skew(-10deg, 0deg);
  margin-left: 0.5em;
}
.rayout-02-inner {
  background: #f0f0f0;
  border: 1px solid #d01030;
  border-top: none;
  padding: 30px 40px;
}
.rayout-02-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.rayout-02-box-item {
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 4px 2px #ebebeb;
  box-sizing: border-box;
  width: 273px;
  position: relative;
}
.rayout-02-box-item-no {
  background: #d01030 url("/img/business-mobile/contract/icon_heart.svg") no-repeat left 13px top 50%/12px 10px;
  box-sizing: border-box;
  border-radius: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  width: 115px;
  margin: auto;
  padding-left: 18px;
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
}
.rayout-02-box-item-text {
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.rayout-03 {
  margin-bottom: 50px;
  position: relative;
}
.rayout-03-title {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -62px;
}
.rayout-03-title-02 {
  color: #d01030;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rayout-03-inner {
  background: #f0f0f0 url("/img/business-mobile/contract/rayout_03_img.png") no-repeat right bottom;
  border: 4px solid #c03;
  font-feature-settings: "palt";
  padding: 75px 35px 35px 35px;
}
.rayout-03-text {
  line-height: 1.8;
  width: 555px;
}
.rayout-03-span {
  font-weight: bold;
  text-decoration: underline;
}
.rayout-04-title {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e54255+0,e54255+100 */
  background: rgb(229, 66, 85); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(229, 66, 85) 0%, rgb(229, 66, 85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e54255", endColorstr="#e54255",GradientType=0 ); /* IE6-9 */
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 13px 0;
  position: relative;
}
.rayout-04-title span {
  color: #ffe600;
}
.rayout-04-title::after {
  background: url("/img/business-mobile/contract/rayout_04_title_icon.png") no-repeat;
  content: "";
  display: block;
  width: 102px;
  height: 102px;
  position: absolute;
  top: -16px;
  right: 75px;
}
.rayout-04-inner {
  border: 1px solid #dc1b32;
  border-top: none;
  padding: 40px;
}
.rayout-04-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rayout-04-box-itme {
  box-shadow: 0px 0px 6px 1px #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 425px;
  position: relative;
}
.rayout-04-box-itme::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3d6ec6+0,509ae5+100 */
  background: rgb(61, 110, 198); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(61, 110, 198) 0%, rgb(80, 154, 229) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3d6ec6", endColorstr="#509ae5",GradientType=0 ); /* IE6-9 */
  content: "人気";
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.rayout-04-box-itme-model {
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
}
.rayout-04-box-itme-info {
  width: 225px;
  text-align: center;
  padding: 55px 0;
}
.rayout-04-box-itme-day {
  color: #c1c1c2;
  margin-bottom: 10px;
}
.rayout-04-box-itme-name {
  font-size: 18px;
}
.rayout-04-box-itme-color {
  width: 28px;
  height: 4px;
  margin: 25px 5px;
}
.rayout-04-box-itme-color.black {
  background: #2f3034;
}
.rayout-04-box-itme-color.glay {
  background: #d1d0d5;
}
.rayout-04-bnr {
  text-align: center;
  margin: 30px 0;
}

.contract-box-01 {
  background: #f8faff url("/img/business-mobile/contract/contract_08.png") no-repeat right top/auto 100%;
  border: 1px solid #bfbfbf;
  padding: 30px 380px 30px 30px;
}
.contract-box-01-title {
  background: url("/img/business-mobile/contract/contract_07.png") no-repeat left center;
  color: #3c72d2;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 75px;
}

.choice-list {
  padding: 0 20px;
}
.choice-list-title {
  background: #707070;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.7;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
.choice-list-title::before {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 20px;
}
.choice-list-title span {
  background: #434343;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  margin-right: 15px;
  padding: 0 25px;
}
.choice-list li {
  list-style: none;
}
.choice-list > li > p {
  margin-bottom: 20px;
}
.choice-list-wrapper p {
  margin-bottom: 20px;
}
.choice-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.choice-list-inner > li {
  background: #f5f5f5;
  border: 1px solid #d9dae0;
  display: flex;
  flex-wrap: wrap;
  width: 450px;
  margin-bottom: 20px;
}
.choice-list-img {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 9px 24px;
}
.choice-list-text {
  width: 270px;
  padding: 15px;
}
.choice-list-text p {
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: bold;
}
.choice-list-text li {
  background: url("/img/business-mobile/contract/check_icon.png") no-repeat left 0 top 50%/13px 10px;
  font-feature-settings: "palt";
  font-size: 14px;
  padding-left: 15px;
}
.choice-list-icon {
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0 15px;
}
.choice-list-1 .choice-list-icon {
  background: #d94641;
  border-color: #c12520;
}
.choice-list-2 .choice-list-icon {
  background: #f89b3e;
  border-color: #e48321;
}
.choice-list-3 .choice-list-icon {
  background: #2685bc;
  border-color: #1b6f9f;
}
.choice-list-4 .choice-list-icon {
  background: #67b129;
  border-color: #4d9213;
}

.bm_chigai_2023 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bm_chigai_2023 > li {
  width: 468px;
  margin-bottom: 25px;
  background: #FCFCFC;
}
.bm_chigai_2023_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  background: #D94641;
  color: #fff;
}
.bm_erabikata .bm_chigai_2023_head {
  background: #68B129;
}
.bm_chigai_2023_head .label {
  box-sizing: border-box;
  display: inline-block;
  min-width: 115px;
  height: 23px;
  line-height: 23px;
  border-radius: 12px;
  padding: 0 10px;
  background: #FFCF0B;
  color: #D94641;
  font-size: 12px;
  font-weight: bold;
}
.bm_erabikata .bm_chigai_2023_head .label {
  min-width: 95px;
  color: #68B129;
}
.bm_chigai_2023_head .label:before {
  content: "★";
  margin-right: 5px;
}
.bm_erabikata .bm_chigai_2023_head .label:before {
  content: "";
  display: inline-block;
  width: 16.57px;
  height: 12.02px;
  background-image: url(/img/business-mobile/hand.svg);
  background-size: contain;
}
.bm_chigai_2023_head .label span {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}
.bm_erabikata .bm_chigai_2023_head .label span {
  padding-left: 0;
}
.bm_chigai_2023_head .label span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #D94641;
}
.bm_erabikata .bm_chigai_2023_head .label span:before {
  display: none;
}
.bm_chigai_2023_head h3 {
  margin-top: 10px;
  font-size: 21px;
}
.bm_chigai_2023_head figure {
  margin: 0;
}
.bm_chigai_2023_bottom {
  padding: 30px 20px;
  background: #FCFCFC;
  border: 1px solid #C9C9C9;
}
.bm_erabikata .bm_chigai_2023_bottom b {
  color: #68B129;
}

.bm-osusume-box {
  position: relative;
  z-index: 0;
  min-height: 265px;
  margin-bottom: 15px;
  padding-top: 25px;
}
.bm-osusume-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.bm-osusume-txts {
  width: 495px;
}
.bm-osusume-title {
  position: relative;
  padding: 20px 30px;
  font-size: 23px;
  background: #E8442B;
  color: #fff;
}
.bm-osusume-no {
  position: absolute;
  left: 30px;
  top: -12px;
  box-sizing: border-box;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  border-radius: 12px;
  padding: 0 15px;
  background: #FFCF09;
  color: #E8442B;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.bm-osusume-text {
  padding: 20px 50px 20px 30px;
}

.bm-futai {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.bm-futai-li {
  box-sizing: border-box;
  width: 290px;
  margin: 0 7.5px;
  padding: 30px 20px 20px 20px;
  position: relative;
  background: #F5F5F5;
  text-align: center;
}
.bm-futai-li:nth-child(2) img {
  transform: translateY(-6px);
}
.bm-futai-no {
  box-sizing: border-box;
  min-width: 100px;
  padding: 2px 5px;
  position: absolute;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
  background: #434343;
  color: #fff;
  font-size: 13px;
}
.bm-futai-txts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bm-futai-txts p {
  margin-left: 15px;
  font-size: 23px;
  font-weight: bold;
}
.bm-futai-txts p b {
  color: #007BD9;
}

.common-flow {
  margin-bottom: 30px;
}

.common-flow-new-list .min {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 10px;
  background: none;
  color: #494C5E;
}

#faq-list dt {
  font-size: 17px;
}
#faq-list dt:before, #faq-list dt:after {
  width: 13px;
  background: #fff;
  z-index: 1;
  right: 28px;
}
#faq-list dt span:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 29px;
  display: block;
  width: 30px;
  height: 30px;
  background: #434343;
}

.color-flex {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.rayout-04-box-itme-color.midnight {
  background: #232a31;
}

.rayout-04-box-itme-color.starlignt {
  background: #faf6f2;
}

.rayout-04-box-itme-color.productred {
  background: #bf0013;
}

.rayout-04-box-itme-color.green {
  background: #b9c5bf;
}

.rayout-04-box-itme-color.white {
  background: #edebe4;
}

.rayout-04-box-itme-color.black {
  background: #333030;
}

.rayout-04-box-itme-color.black02 {
  background: #39414A;
}

.rayout-04-bnr {
  text-align: center;
  margin: 30px 0;
}

.common_cateinfo .oyakudachi_ranking_ul {
  counter-reset: li;
}
.common_cateinfo .oyakudachi_ranking_ul > li {
  padding: 13px;
}
.common_cateinfo .oyakudachi_ranking_ul > li:nth-child(1) .thumb a:before {
  background: #CCA12A;
}
.common_cateinfo .oyakudachi_ranking_ul > li:nth-child(2) .thumb a:before {
  background: #9C9C9C;
}
.common_cateinfo .oyakudachi_ranking_ul > li:nth-child(3) .thumb a:before {
  background: #C0420A;
}
.common_cateinfo .oyakudachi_ranking_ul .thumb {
  position: relative;
  margin: 0;
  margin-right: 10px;
}
.common_cateinfo .oyakudachi_ranking_ul .thumb a {
  display: block;
}
.common_cateinfo .oyakudachi_ranking_ul .thumb a:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  counter-increment: li;
  content: counter(li);
  color: #fff;
  background: #4A4C5F;
  font-family: Bahnschrift, sans-serif;
  font-size: 14px;
}
.common_cateinfo .oyakudachi_ranking_ul h3 {
  font-size: 11px;
}
.common_cateinfo .oyakudachi_ranking_ul h3 a {
  color: #707070;
}
.common_cateinfo .oyakudachi_ranking_ul h3 a:hover {
  text-decoration: none;
}
.common_cateinfo .oyakudachi_ranking_ul .oyakudachi_ranking_cat {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  font-size: 10px;
  color: #D9DAE0;
}
.common_cateinfo .oyakudachi_ranking_ul .oyakudachi_ranking_cat dt {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px dotted #D9DAE0;
}
.common_cateinfo .oyakudachi_ranking_ul .oyakudachi_ranking_cat dt:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 4px;
  background-image: url(/img/business-mobile/cat.svg);
  background-size: contain;
}
.common_cateinfo .oyakudachi_ranking_ul .oyakudachi_ranking_cat dd {
  font-size: 10px;
  color: #D9DAE0;
}

.bg_wine {
  background: #AF3E54 !important;
}

.bg_blue {
  background: #0A7ECD !important;
}

.bg_orange {
  background: #EB5405 !important;
}

.bg_orange02 {
  background: #D86500 !important;
}

.bg_red {
  background: #CC0133 !important;
}

.bg_red02 {
  background: #C5020A !important;
}/*# sourceMappingURL=business-mobile_pc.css.map */