@charset "utf-8";

/*--------------------------------------------------
 共通設定
--------------------------------------------------*/
body {
  padding-top: 146.067px;
}
@media screen and (max-width: 767px) {
	body {
		 padding-top: 100px;
	}
}

main {
  padding-top: 0;
}

.color--r {
  color: #F00;
}

/*--------------------------------------------------
china_01 テレコムスクエアの中国用SIM&スマホが選ばれる理由
--------------------------------------------------*/
.china_01 dl {
	margin: 40px;
}
.china_01 dl dt {
	font-weight: bold;
	font-size: 1.2em;
}
.china_01 dl dd ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.china_01 .service > li {
	margin-top: 20px;
}
.china_01 .service > li:first-child {
	margin-top: 0;
}
.china_01 .service li > div {
	display: flex;
	align-items: start;
}
.china_01 .service li > div img {
	width: 220px;
	margin: 0 10px;
	padding: 15px 0;
}
.china_01 .service li dl dd ul li:before {
	content: "・";
}

@media screen and (max-width: 767px) {
	.china_01 dl {
		margin: 20px;
	}
	.china_01 dl dt {
		font-size: 1em;
	}
	.china_01 .service li > div {
		display: block;
	}
	.china_01 .service li > div img {
		width: 70%;
		margin: 20px auto;
	}
}

/*--------------------------------------------------
china_01_notes *正規商品ではない場合の罰則事例
--------------------------------------------------*/
.china_01_notes ul {
	padding:15px;
}
.china_01_notes ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.china_01_notes ul li:before {
	content: "・";
}

/*--------------------------------------------------
.china_02 商品プラン・価格  おススメ checkリスト
--------------------------------------------------*/
.china_02 .check{
	text-align: left;
	margin-bottom: 20px;
}
.china_02 p .check-icon {
	display: inline-block;
	width: 2.5rem;
	text-align: center;
	vertical-align: -0.5rem;
}
.china_02 p .check-icon img {
	max-width: 80%;
}

/*--------------------------------------------------
.china_02 料金表 基本テーブル（basic_type）
--------------------------------------------------*/

.china_02 table.basic_type {
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #cdcdcd;
}
.china_02 table.basic_type tbody tr th {
  background-color: #f8f8f8;
  border: 1px solid #cdcdcd;
  width: 50%;
  padding: 10px;
}
.china_02 table.basic_type tbody tr td {
  padding: 10px;
  border: 1px solid #cdcdcd;
  width: 50%;
}
/*--------------------------------------------------
.china_02 スマホセット料金表 テーブル（sp_set_fee）
--------------------------------------------------*/
.china_02 table.sp_set_fee {
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #cdcdcd;
}
.china_02 table.sp_set_fee thead tr th{
  background-color: #f8f8f8;
  border: 1px solid #cdcdcd;
  width: 30%;
  padding: 10px;
  text-align: center;
}
.china_02 table.sp_set_fee thead tr td{
  background-color: #f8f8f8;
  border: 1px solid #cdcdcd;
  width: 35%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
.china_02 table.sp_set_fee tbody tr th {
  background-color: #f8f8f8;
  border: 1px solid #cdcdcd;
  padding: 10px;
  text-align: center;
}
.china_02 table.sp_set_fee tbody tr td {
  padding: 10px;
  border: 1px solid #cdcdcd;
  text-align: center;
}
/*--------------------------------------------------
.china_02　グレーバック注意事項
--------------------------------------------------*/
.china_02 .caution {
	background-color: #f8f8f8;
	padding: 20px;
	margin-bottom: 40px;
}
.china_02 .caution dt {
	font-weight: bold;
}
.china_02 .caution ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.china_02 .caution ul li:before {
	content: "・";
}
/*--------------------------------------------------
.china_02　その他特典
--------------------------------------------------*/
.china_02 ul.product {
  display: flex;
  justify-content: space-between;
  margin-bottom:20px;
}
.china_02 ul.product li {
  width: 30%;
}
.china_02 ul.product li img {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width:768px){
	.china_02 ul.product {
		display: block;
	}
	.china_02 ul.product li {
		width: 100%;
		margin-top: 40px;
	}
	.china_02 ul.product li img {
		width: 60%;
	}
}
/*--------------------------------------------------
.china_02  その他特典 箇条書きリスト
--------------------------------------------------*/
.china_02 ul.notes {
  margin-bottom:40px;
}
.china_02 ul.notes li {
  margin: 0 0 5px 1.5em;
  list-style: disc;
}
/*--------------------------------------------------
.china_02  商品・付属品内容　
--------------------------------------------------*/
.china_02 .flexwrap {
  display: flex;
  align-items: center;
}
.china_02 .flexwrap .photo {
  width: 35%;
}
.china_02 .china_sim_sp-list li {
  padding: 5px 10px;
  border-bottom: 1px solid #EEE;
}
.china_02 .china_sim_sp-num {
  font-weight: bold;
  display: inline-block;
  padding: 3px 10px;
  background-color: #AF8250;
  color: #FFF;
  border-radius: 5px;
  margin-right: 5px;
}
@media screen and (max-width:768px){
  .china_02 .flexwrap {
    display: block;
  }
  .china_02 .flexwrap .photo {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
/*--------------------------------------------------
.china_05 お支払い方法
--------------------------------------------------*/
.china_05 ul li {
	margin: 0 0 5px 1.5em;
	list-style: disc;
}

/*--------------------------------------------------
.china_06 ご利用の流れ　STEP1～
--------------------------------------------------*/
.china_06 .step__icon {
	width: 100px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
@media print, screen and (max-width: 768px) {
	.china_06 .step__icon {
		width: 100%;
		font-size: 1.3rem;
	}
}
.china_06 .step__iconInfo__table {
	width: 100%;
}

.china_06 .step__iconInfo__table th {
	padding: 0 20px 10px 0;
	text-align: center;
	vertical-align: middle;
}
.china_06 .step__iconInfo__table td {
	text-align: left;
	vertical-align: middle;
	padding-bottom: 10px;
}
@media print, screen and (max-width: 768px) {
	.china_06 .step__iconInfo__table th {
		vertical-align: top;
		padding: 0 10px 10px 0;
	}
	.china_06 .step__iconInfo__table td {
		vertical-align: top;
		padding-bottom: 10px;
	}
}

.china_06 .step__icon--c01 {
	background: #AF8250;
	padding: 20px;
	border-radius: 4px;
}
@media print, screen and (max-width: 768px) {
	.china_06 .step__icon--c01 {
		padding: 20px 10px;
	}
}
/*--------------------------------------------------
for-customer お問い合わせ・お申し込み
--------------------------------------------------*/
.for-customer ul.notes {
	padding:15px;
}
.for-customer ul.notes li {
	text-indent: -1em;
	padding-left: 1em;
}
.for-customer ul.notes li:before {
	content: "・";
}
/*--------------------------------------------------
商品プラン・価 タブプラン表示分け
--------------------------------------------------*/
.tab .tab-btn {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.tab .tab-btn li {
	width: 48%;
	font-size: 200%;
	font-weight: bold;
	position: relative;
}
.tab .tab-btn li.new:after {
	content: "";
	background-size: cover;
	width: 62px;
	height: 64px;
	position: absolute;
	top: -3px;
	left: -3px;
}
.tab .tab-btn li a {
	display: block;
	text-decoration: none;
	color: #AF8250;
	border-top: 2px solid #AF8250;
	border-right: 2px solid #AF8250;
	border-left: 2px solid #AF8250;
	padding: 10px 0;
}
.tab .tab-btn li a.selected {
	color: #fff;
	background-color: #AF8250;
}
.tab .tab-btn li a span {
	display: block;
	font-size: 1rem;
	font-weight: normal;
}
.tab .tab-box {
	display: none;
}
.tab .tab-box.selected {
	display: block;
}
@media screen and (max-width:768px){
	.tab .tab-btn li {
		margin: 0 1%;
		min-width: 48%;
		font-size: 100%;
	}
	.tab .tab-btn li.new:after {
		width: 32px;
		height: 34px;
		top: -1px;
		left: -1px;
	}
	.tab .tab-btn li a span {
		display: none;
	}
	.product-features {
		color: #fff;
		background-color: #AF8250;
		text-align: center;
		font-size: 70%;
		padding: 3px 0;
	}
}