@font-face {
	font-family: 'Oswald';
	src: url('../font/Oswald-Regular.ttf') format('truetype');
}

#sim-all h2 {
	margin-top: 100px;
	margin-bottom: 50px;
}

#sim-all .lead {
	font-size: 24px;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 60px;
	border-left-width: 0;
}

.sim-header {
	font-size: 40px;
}

.sim-box {
	font-size: 26px;
	padding: 40px;
}

.sim-question {
	display: flex;
	line-height: 60px;
	margin-bottom: 15px;
}

.sim-number {
	background-color: #00c1a0;
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

.sim-title {
	font-size: 22px;
	margin-left: 20px;
	font-weight: bold;
}

.sim-content {
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.sim-input-1 {
	width: 300px;
	height: 40px;
	line-height: 35px;
	margin: 0 10px;
	border: 1px #333 solid;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	font-size: 24px;
	vertical-align: 4px;
}

.sim-option {
	border: 1px #d00f31 solid;
	color: #d00f31;
	background-color: #fff;
	font-weight: bold;
	line-height: 56px;
	width: 180px;
	height: 60px;
	font-size: 16px;
	margin: 0 10px;
	cursor: pointer;
}

.sim-option-long {
	width: 310px;
}

.sim-option-fat {
	padding: 20px 0;
}

.sim-answer-active {
	background-color: #d00f31;
	color: #fff;
}

.sim-run {
	width: 480px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto;
	display: inline-block;
}

.sim-run span {
	font-size: 26px;
	font-weight: normal;
}

.sim-run:not(.sim-ready):hover {
	opacity: 1;
	cursor: default;
}

.sim-disabled {
	filter: grayscale(1);
	cursor: default;
	opacity: 0.3;
}

.sim-disabled-bg {
	background-color: #eee;
}

.sim-disabled span {
	opacity: 0.5;
}

.sim-disabled:hover {
	opacity: 0.3;
}

#sim-result {
	border-radius: 10px;
	padding: 0 40px 40px;
}

.sim-plan {
	font-size: 22px;
	text-align: center;
}

#sim-plan-name, .model-plan-name {
	color: #d00f31;
	font-size: 60px;
	font-weight: bold;
	margin-left: 30px;
}

.sim-plan-minimum {
	color: #30c7b0 !important;
}

.sim-plan-light {
	color: #3197ec !important;
}

.sim-plan-family {
	color: #f7657d !important;
}

.sim-current {
	width: 270px;
	text-align: center;
}

.sim-arrow {
	flex: 1;
	margin-top: 35px;
}

.sim-arrow-sp {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.sim-arrow img {
	margin: 0 auto;
}

.sim-future {
	width: 520px;
}

.sim-current-title {
	font-size: 15px;
	background-color: #999;
	color: #fff;
	padding: 10px;
}

#sim-current-price {
	text-decoration: line-through;
	font-size: 40px;
}

.sim-current-price {
	background-color: #ebebeb;
	color: #999;
	font-size: 20px;
	padding: 5px;
}

.sim-future-title {
	background-color: #feff20;
	font-size: 18px;
	align-items: center;
	padding: 0 30px;
}

.sim-future-offer {
	flex: 1;
	text-align: right;
}

.sim-future-price {
	background-color: #fffccc;
	padding: 5px 20px;
	font-size: 18px;
}

.sim-price-unit {
	font-size: 22px;
}

#sim-future-price, #sim-future-bandwidth {
	font-size: 42px;
}

.sim-future-date {
	font-size: 26px;
}

.sim-future-day {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 18px;
	vertical-align: 2px;
	font-size: 15px;
	border: 1px #f5133b solid;
	border-radius: 50%;
	background-color: #fff;
	padding: 5px;
}

.sim-future-text {
	vertical-align: 10px;
}

.sim-future-bandwidth-unit {
	font-size: 40px;
}

.sim-future-till {
	font-size: 16px;
}

.sim-future-limit {
	font-size: 20px;
}

.sim-result-table {
	font-size: 16px;
}

.sim-result-table table {
	width: 100%;
}

.sim-result-table-text {
	width: 600px;
	margin: 0 auto 10px;
	border-bottom: 1px #cfcfcf solid;
	padding-bottom: 10px;
	padding-left: 15px;
}

.sim-result-table th {
	text-align: left;
	font-weight: normal;
}

.sim-result-table td {
	text-align: right;
}

.sim-result-table th,
.sim-result-table td {
	padding: 0;
}

.sim-no-border th,
.sim-no-border td {
	border-bottom: none;
}

.sim-benefit-monthly {
	font-size: 30px;
}

.sim-benefit-yearly {
	font-size: 45px;
}

.sim-circle {
	margin-right: 20px;
}

#sim-result-monthly-price {
	font-size: 70px;
	font-weight: bold;
}

#sim-result-yearly-price {
	font-size: 100px;
	font-weight: bold;
}

.sim-note {
	font-size: 12px;
}

.sim-note2 {
	font-size: 12px;
	line-height: 24px;
	margin-top: 15px
}

.sim-hidden {
	display: none !important;
}

.sim-phone-calculator {
	width: 516px;
	height: 512px;
	background-image: url(/assets/img/simulator/phone_calculator.png);
	margin: 0 auto;
	padding-top: 170px;
}

.sim-tilde {
	font-size: 40px;
	font-weight: bold;
	margin-left: -5px;
}

.call-unit {
	font-weight: bold;
	font-size: 18px;
}

.sim-notice {
	font-size: 13px;
	text-align: right;
	line-height: 24px;
	margin-top: 10px;
}

#sim-type-a td {
	text-align: left;
	border-bottom: none;
	font-size: 13px;
	font-weight: normal;
}

.sim-sup-1 {
	vertical-align: 5px;
}

.sim-sup-2 {
	vertical-align: 15px;
}

.sim-register {
	font-size: 17px;
	text-align: center;
}

.sim-register-note {
	font-size: 12px;
	line-height: 24px;
}

.white-bg {
	background-color: #fff;
	padding: 60px 0;
}

.flex-spaced {
	justify-content: space-around;
	align-items: flex-end;
}

.sim-link {
	color: #d00f31;
	text-decoration: underline;
}

.minus-margin {
	margin-bottom: -40px;
}

.sim-original {
	font-size: 12px;
	color: #aaa;
	margin-top: 5px;
	white-space: nowrap;
}

.sim-strike {
	text-decoration: line-through;
}

.sim-flex {
	display: flex;
	justify-content: center;
}

.sim-flex-center {
	justify-content: center;
}

.sim-flex-center-vertical {
	align-items: center;
}

.sim-flex-bottom-vertical {
	align-items: flex-end;
}

.sim-flex a {
	display: inline-block;
	cursor: pointer;
}

.sim-spacer {
	width: 20px;
}

.sim-small {
	font-size: 14px;
}

#sim-q-1 {
	font-size: 18px;
}

input::placeholder {
	color: #ccc;
}

#sim-run {
	text-align: center;
}

.sim-monthly {
	text-align: right;
	line-height: 90px;
	margin-right: 80px;
	font-size: 22px;
}

.sim-monthly-price {
	font-size: 80px;
	font-family: Oswald;
	white-space: nowrap;
}

#sim-monthly-price {
	margin-right: 15px;
}

.sim-price-zero {
	font-size: 28px;
	font-family: Oswald;
}

.sim-underline {
	border-bottom: 3px solid #fff686;
	color: #fff686;
}

.sim-border {
	display: inline-block;
	width: 100%;
	margin-top: -20px;
	border-bottom: 8px #fff82c solid;
}

.sim-monthly-yen {
	font-weight: bold;
	font-size: 40px;
}

.sim-high {
	z-index: 100;
	position: relative;
}

.sim-ib {
	display: inline-block;
}

.sim-center {
	text-align: center;
}

.sim-red {
	color: #e30b20;
}

.sim-yellow {
	color: #fff686;
}

.sim-bold {
	font-weight: bold;
}

.sim-margin-center {
	margin: 0 auto;
}

.sim-saving-text {
	font-weight: bold;
	font-size: 24px;
	margin: 70px 0 60px;
	line-height: 36px;
	text-align: center;
}

.sim-saving-text2 {
	margin: 80px 0 30px;
}

.sim-gauge-box {
	font-size: 20px;
	width: 150px;
	height: 233px;
	justify-content: center;
	align-items: center;
	display: flex;
	background-image: url(/assets/img/simulator/sim-gauge-box.png);
	flex-direction: column;
}

.sim-gauge-box-red {
	background-image: none;
}

#sim-gauge-old {
	font-size: 26px;
	font-family: Oswald;
}

.sim-gauge-old {
	color: #767777;
	margin-bottom: -20px;
}

.sim-gauge-old-high {
	margin-bottom: -5px;
}

#sim-gauge-new {
	font-size: 34px;
	line-height: 30px;
	font-weight: bold;
	font-family: Oswald;
}

.sim-flex-wrap {
	flex-wrap: wrap;
}

.sim-flex-full > div {
	flex: 1;
}

.sim-gauge-arrow {
	margin: 0 10px 90px;
}

.sim-gauge-bicsim {
	font-size: 24px;
	font-weight: bold;
	color: #e30b20;
}

.sim-box-text {
	font-weight: bold;
	height: 34px;
	font-size: 18px;
}

.mt-10 {
	margin-top: 10px;
}

.sim-gauge-new {
	flex-direction: column;
	background-color: transparent;
	margin-top: 60px;
}

#sim-gauge-saved {
	width: 100% !important;
	height: 100% !important;
	text-align: center;
	border-collapse: collapse;
}

#sim-gauge-saved td {
	text-align: center;
	vertical-align: middle;
}

#sim-gauge-saved tr:nth-child(1) td {
	background-image: url(/assets/img/simulator/sim-gauge-bg.png);
	height: 170px;
	font-size: 20px;
}

#sim-gauge-used {
	height: 20%;
	background-color: #d00e31;
}

.sim-gauge-used {
	width: 170px;
}

.sim-gauge-used img {
	width: 100%;
}

.sim-gauge-bottom {
	margin-top: -1px;
}

.sim-gauge-price {
	margin-bottom: 30px;
	margin-left: 10px;
	font-weight: bold;
}

.sim-price-text {
	background-image: url(/assets/img/simulator/sim-gauge-price.png);
	width: 199px;
	height: 90px;
	line-height: 40px;
	color: #d00e31;
	font-size: 20px;
	padding-left: 10px;
}

#sim-price {
	font-size: 30px;
	line-height: 30px;
	z-index: 10;
	position: relative;
}

.sim-price-underline {
	position: relative;
	display: inline-block;
}

.sim-price-underline:after {
	content: '';
	border-bottom: 5px solid #fff686;
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 2px;
}

.sim-price-underline-big {
	z-index: 1;
}

.sim-price-underline-big:after {
	border-width: 14px !important;
	bottom: 20px !important;
	z-index: -1;
}

.sim-save {
	font-size: 30px;
}

#sim-detail {
	margin-top: 40px;
}

#sim-table {
	background-color: #fff;
	padding: 40px 50px 80px;
}

#sim-box-family .sim-number {
	background-color: #ff4d6f;
}

#sim-box-family .sim-option-phone.sim-answer-active {
	background-image: url(/assets/img/simulator/sim-family-phone-active.png);
	color: #fff;
	background-color: transparent;
}

#sim-box-family .sim-answer-active {
	color: #fff;
	background-color: #fff;
}

#sim-box-family .sim-answer-active:not(.sim-keep-color) {
	color: #fff;
	background-color: #d00f31;
}

.sim-option-phone {
	background-image: url(/assets/img/simulator/sim-family-phone.png);
	border: none;
	width: 54px;
	height: 104px;
	line-height: 100px;
	font-size: 25px;
	background-color: transparent;
}

.sim-family-phone {
	justify-content: flex-start;
}

.sim-family-phone > div {
	width: 50%;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px #e5e5e5 solid;
	padding: 20px 0;
}

.sim-family-talk {
	flex-wrap: wrap;
}

.sim-family-talk > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px #e5e5e5 solid;
	padding: 20px 0;
	width: 100%;
}

.sim-family-phone > div:nth-child(1),
.sim-family-talk > div:nth-child(1),
.sim-family-phone > div:nth-child(2),
.sim-family-talk > div:nth-child(2) {
	border-top: none;
}

.sim-family-phone .sim-input-1 {
	width: 160px;
	margin: 0 5px;
	vertical-align: 5px;
}

.sim-family-phone .sim-option-phone,
.sim-family-talk .sim-option-phone {
	width: 42px;
	height: 80px;
	line-height: 75px;
	font-size: 20px;
	font-weight: bold;
	margin-right: 40px;
	background-image: url(/assets/img/simulator/sim-family-phone-small.png);
}

.sim-family-talk .sim-option-phone {
	margin-left: 0;
	margin-right: 0;
}

.sim-family-talk .sim-option {
	width: 140px;
	margin: 0;
}

#sim-q-family-1 .sim-option-phone {
	font-size: 25px;
}

#sim-q-family-1 .sim-option,
#sim-q-family-2 .sim-option {
	margin: 0 15px;
}

.sim-choice-title {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 35px;
}

.pt-15 {
	padding-top: 15px;
}

.sim-plan-small {
	font-size: 30px;
	margin-left: 170px;
}

#sim-choice table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
	table-layout: fixed;
}

#sim-choice th {
	background-color: #f3f3f3;
	width: 350px;
}

#sim-choice td {
	background-color: #fff;
}

#sim-choice th,
#sim-choice td {
	border: 1px #c3c3c3 solid;
	padding: 10px 25px;
	text-align: left;
	font-size: 16px;
}

#sim-choice tr:nth-child(even) {
	background-color: #f8f8f8;
}

#sim-apply {
	cursor: pointer;
}

.sim-option-name {
	text-align: left !important;
}

#sim-fence {
	width: 1080px;
	margin: 0 auto;
	border: 2px #b2ece2 solid;
}

.sim-fence-family {
	border: 3px #ffd1da solid !important;
}

#application {
	padding-bottom: 0;
}

#sim-error {
	color: #e41428;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
}

.sim-calc {
	font-size: 16px;
	background-color: #fffcdc;
	display: inline-block;
	padding: 0 10px;
}

.sim-right {
	text-align: right;
}

#sim-total {
	color: #e41428;
	font-size: 20px;
	font-family: Oswald;
}

.sim-color-A {
	color: #d00f31;
}

.sim-color-B {
	color: #d00f31;
}

.sim-color-C {
	color: #d00f31;
}

.sim-color-D {
	color: #d00f31;
}

.sim-color-E {
	color: #d00f31;
}

.sim-color-F {
	color: #d00f31;
}

.sim-color-G {
	color: #d00f31;
}

.sim-color-H {
	color: #d00f31;
}

.sim-color-I {
	color: #d00f31;
}

.sim-color-J {
	color: #d00f31;
}

.sim-option-price .flex-first {
	flex: 2.5 !important;
}

.sim-start-area {
	width: 614px;
	height: 335px;
}

.sim-start-area a {
	margin: 230px 0 0 140px;
}

.sim-price-quote {
	padding-left: 50px;
	font-family: Oswald;
}

.sim-start-personal {
	background-image: url(/assets/img/simulator/sim-use-personal.png);
}

.sim-start-family {
	background-image: url(/assets/img/simulator/sim-use-family.png);
}

.pink-table {
	border-collapse: collapse;
}

.pink-table .subsection__header {
	margin: 10px 0;
}

.pink-table th,
.pink-table td {
	vertical-align: top;
	text-align: left;
	border: 1px #bababa solid;
	width: 50%;
}

.button--buy {
	width: 480px;
	height: 80px;
	margin: 0 auto;
}

.sim-dot-border {
	border-bottom: 1px #ccc dotted;
}

.sim-campaign-text {
	font-size: 30px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.sim-again {
	display: inline-block;
	width: 480px;
	height: 60px;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 40px;
}

.sim-plan-amount {
	font-size: 80px;
	font-family: Oswald;
}

.sim-again img {
	vertical-align: 0;
	margin-left: 50px;
}

.sim-big {
	font-size: 25px;
	font-weight: bold;
}

.grey-table {
	border-collapse: collapse;
	width: 100% !important;
	height: 72px;
}

.grey-table th,
.grey-table td {
	vertical-align: middle;
	padding: 2px 15px;
}

.grey-table th {
	text-align: center;
}

.grey-table td {
	white-space: nowrap;
	text-align: center;
	width: auto;
}

.grey-header {
	background-color: #f3f3f3;
	white-space: nowrap;
	width: 120px !important;
}

.no-border-right {
	border-right: none !important;
	padding: 20px 0 10px 30px !important;
}

.no-border-left {
	border-left: none !important;
	padding: 20px 30px 20px 0 !important;
}

.subsection__title {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.pink-header {
	background-color: #fadee1;
	font-weight: bold !important;
	text-align: center !important;
	font-size: 20px;
	padding: 10px !important;
}

#sim-face {
	display: inline-block;
}

.sim-inline {
	display: inline;
}

.sim-inline-block {
	display: inline-block;
}

.sim-again {
	border: 1px #bababa solid;
	padding-left: 30px;
}

.sim-again-box {
	width: 100%;
	justify-content: space-around;
}

.sim-again-box td {
	padding: 10px;
	width: 50%;
}

.sim-again-box .sim-again,
.sim-again-box .button--buy {
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin-bottom: 0;
}

.sim-again-box .sim-again img {
	margin-right: 15px;
	margin-left: 35px;
}

.sim-again-spacer > span {
	width: 20px;
	display: block;
}

#model-scroll-price {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 90px;
	z-index: 101;
	text-align: center;
	font-size: 20px;
	background-color: #fffcd1;
}

#model-scroll-price > div {
	margin-top: -5px;
}

.keitai-table {
	width: 100% !important;
	border-left: none !important;
	border-right: none !important;
	border-top: 1px solid #bbb !important;

	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.keitai-table th,
.keitai-table td {
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #bbb !important;
}

.keitai-table th {
	width: 235px;
	padding: 0 0 0 30px !important;
}

.keitai-table td {
	text-align: center !important;
}

.call-price {
	font-size: 22px;
	font-family: Oswald;
	margin-left: 35px;
}

.call-price-empty {
	margin-left: 0;
}

.plan__detail {
	max-width: 900px
}

#sim-save-yearly {
	height: 170px;
	background-image: url(/assets/img/simulator/sim-save-shape.png);
}

.sim-flex-evenly {
	justify-content: space-evenly;
}

.sim-gauge-center {
	width: 170px;
}

.one-yen {
	font-family: Oswald;
}

.sim-save-box {
	width: 700px;
	border: 3px #e9e9e9 solid;
	margin: 0 auto;
}

.sim-save-padding {
	padding: 40px;
}

.sim-save-bicsim {
	color: #d00e31;
	font-weight: bold;
	font-size: 26px;
}

.sim-yearly {
	display: flex;
	font-size: 26px;
	align-items: flex-end;
	justify-content: center;
	color: #fff;
	padding-left: 130px;
	padding-bottom: 20px;
}

.sim-note-3 {
	margin-right: 90px;
	margin-top: 10px;
}

.sim-yearly-space {
	margin-bottom: 10px;
	margin-right: 5px;
}

#sim-save-monthly {
	color: #767777;
	font-weight: bold;
}

.vertical-bottom {
	vertical-align: bottom !important;
}

.sim-monthly-note {
	width: 700px;
	font-size: 13px;
	margin: 0 auto;
}

.sim-monthly-note a {
	color: #d00f31;
}

.inline-arrow {
	display: inline;
}

#sim-yearly-price {
	font-weight: normal;
	font-size: 70px;
}

.sim-model-area {
	width: 1100px;
	margin: 0 auto;
	padding: 55px 40px;
	background-color: #f8f8f8;
}

.model-title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.model-flex {
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px;
}

.model-type {
	background-color: #fff;
	flex: 1 0 calc(50% - 25px);
	box-shadow: 0 0 8px rgb(0 0 0 / 20%);
	padding: 20px;
}

.fs-16 {
	font-size: 16px;
}

.model-type img {
	display: inline-block;
	margin-right: 20px;
}

.model-type button {
	background-color: #d00f31;
	width: 300px;
	height: 45px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.model-desc {
	color: #00c1a0;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.model-price {
	font-size: 20px;
	margin-top: -10px;
}

.model-gb {
	font-size: 36px;
}

.model-unit {
	font-size: 30px;
}

.model-yen {
	font-size: 26px;
}

.model-red {
	color: #d00f31;
	font-weight: bold;
	font-size: 45px;
	font-family: Oswald;
}

#modal-shade {
	width: 100%;
	min-height: 100vh;
	background: #0008;
	top: 0;
	position: fixed;
	z-index: 101;
	display: none;
}

.modal {
	z-index: 102;
	display: none;
	position: fixed;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
	width: 970px;
	height: calc(100% - 80px);
	margin: 0 auto;
	padding: 40px 60px;
}

.modal_content {
	overflow: auto;
	height: calc(100% - 80px);
}

.modal_content .model-desc {
	font-size: 22px;
	line-height: 36px;
}

.modal-close {
	margin-top: -70px;
	margin-bottom: 70px;
	margin-right: -60px;
	cursor: pointer;
}

.modal-close img {
	margin-left: auto;
}

.text-center {
	text-align: center;
}

.modal-price {
	font-family: Oswald;
	font-size: 26px;
}

.modal-person {
	font-size: 22px;
	font-weight: bold;
}

.modal-border {
	border-bottom: 1px #333 dotted;
	padding-bottom: 10px;
}

.modal table {
	width: 100%;
	font-size: 16px;
	text-align: left;
	border-collapse: collapse;
}

.modal tr {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.modal th {
	width: 350px;
	background-color: #f1f1f1;
	padding: 15px 0 15px 25px;
	font-weight: normal;
	vertical-align: top;
}

.modal td {
	padding: 15px 20px 15px 25px;
}

.modal td sup {
	font-size: 12px;
}

.model-apply {
	padding: 20px 65px;
	background-color: #d00f31;
	color: #fff;
	text-align: center;
	font-size: 22px;
}

.model-select {
	border: 1px #bababa solid;
	padding: 6px 10px;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 2px;
	display: inline-block;
	cursor: pointer;
}

.model-plan-name {
	font-size: 32px;
	font-weight: normal;
}

.model-plan-name .sim-plan-amount {
	font-size: 60px;
}

select.model-select {
	color: #d00f31;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E") no-repeat;
	background-position-x: 100%;
	background-position-y: 9px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	margin-right: 2rem;
	padding: 1rem 2rem 1rem 1rem;
}

select.model-select option {
	color: #333;
}

.model-select-active {
	background-color: #d00f31;
	border-color: #d00f31;
	color: #fff;
	cursor: initial;
}

.model-campaign-red {
	color: #d00f31;
	font-size: 18px;
	font-weight: bold;
}

.model-campaign-price {
	font-size: 28px;
	font-family: Oswald;
}

.model-font-size {
	font-size: 20px;
}

.model-tax {
	font-size: 16px;
}

#sim-plan-list th {
	padding: 30px;
}

.sp-block-table {
	border: 1px #ccc solid;
}

.sp-block-table th {
	border-right: 1px #ccc solid;
}

.model-original {
	font-size: 15px;
	color: #767777;
}

.model-original-price {
	font-size: 24px;
	font-family: Oswald;
}

.model-initial {
	background-color: #fffeed;
	display: inline-block;
	font-size: 18px;
	width: 230px;
	height: 52px;
	text-align: center;
	margin-left: 10px;
	vertical-align: 5px;
}

.model-initial-price {
	font-size: 38px;
	font-family: Oswald;
	color: #d00e31;
}

.model-initial-yen {
	font-size: 22px;
	color: #d00e31;
}

.model-type button,
.modal .model-apply {
	transition: opacity 0.3s ease-out;
}

.model-type button:hover,
.modal .model-apply:hover {
	opacity: 0.7;
}

.modal-open {
	position: fixed;
	width: 100%;
}

.sim-ml-0 {
	margin-left: 0;
}

.flex-1 {
	flex: 1 1 0;
}

.mx-20 {
	margin-left: 20px;
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	#sim-all h2 {
		margin-top: 100px;
		margin-bottom: 50px;
	}

	#sim-all .lead {
		font-size: 24px;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 25px;
		border-left-width: 0;
	}

	.sim-header {
		font-size: 40px;
	}

	.sim-box {
		background-color: #fff;
		font-size: 26px;
		padding: 25px 15px 20px;
	}

	.sim-question {
		display: flex;
		line-height: 60px;
		margin-bottom: 15px;
	}

	.sim-number {
		background-color: #00c1a0;
		display: inline-block;
		width: 60px;
		height: 60px;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}

	.sim-title {
		font-size: 22px;
		margin-left: 20px;
		font-weight: bold;
	}

	.sim-content {
		background-color: #f8f8f8;
		border-radius: 10px;
		padding: 20px;
		text-align: center;
		margin-bottom: 30px;
	}

	.sim-input-1 {
		width: 300px;
		height: 40px;
		line-height: 35px;
		margin: 0 10px;
		border: 1px #333 solid;
		border-radius: 5px;
		text-align: center;
		font-size: 24px;
		vertical-align: 4px;
	}

	.sim-option {
		border: 2px #d00f31 solid;
		line-height: 44px;
		font-weight: bold;
		width: 180px;
		height: 60px;
		font-size: 13px;
		margin: 0 10px;
		cursor: pointer;
		background-color: #fff
	}

	.sim-option-long {
		width: 310px;
	}

	.sim-option-fat {
		padding: 20px 0;
	}

	.sim-answer-active {
		background-color: #d00f31;
		color: #fff;
	}

	.sim-run {
		width: 480px;
		height: auto;
		line-height: 90px;
		margin: 0 auto;
		display: inline-block;
	}

	.sim-run span {
		font-size: 26px;
		font-weight: normal;
	}

	.sim-run:not(.sim-ready):hover {
		opacity: 1;
		cursor: default;
	}

	.sim-disabled {
		filter: grayscale(1);
		cursor: default;
		opacity: 0.3;
	}

	.sim-disabled-bg {
		background-color: #eee;
	}

	.sim-disabled span {
		opacity: 0.5;
	}

	.sim-disabled:hover {
		opacity: 0.3;
	}

	#sim-result {
		border-radius: 10px;
		padding: 0 40px 40px;
	}

	.sim-plan {
		font-size: 20px;
		text-align: center;
	}

	#sim-plan-name {
		color: #e30b20;
		font-size: 30px;
		font-weight: bold;
		margin-left: 10px;
	}

	.sim-plan-amount {
		font-size: 40px;
	}

	.sim-plan-minimum {
		color: #30c7b0;
	}

	.sim-plan-light {
		color: #3197ec;
	}

	.sim-plan-family {
		color: #f7657d;
	}

	.sim-current {
		width: 270px;
		text-align: center;
	}

	.sim-arrow {
		flex: 1;
		margin-top: 35px;
	}

	.sim-arrow img {
		margin: 0 auto;
	}

	.sim-future {
		width: 520px;
	}

	.sim-current-title {
		font-size: 15px;
		background-color: #999;
		color: #fff;
		padding: 10px;
	}

	#sim-current-price {
		text-decoration: line-through;
		font-size: 40px;
	}

	.sim-current-price {
		background-color: #ebebeb;
		color: #999;
		font-size: 20px;
		padding: 5px;
	}

	.sim-future-title {
		background-color: #feff20;
		font-size: 18px;
		align-items: center;
		padding: 0 30px;
	}

	.sim-future-offer {
		flex: 1;
		text-align: right;
	}

	.sim-future-price {
		background-color: #fffccc;
		padding: 5px 20px;
		font-size: 18px;
	}

	.sim-price-unit {
		font-size: 22px;
	}

	#sim-future-price, #sim-future-bandwidth {
		font-size: 42px;
	}

	.sim-future-date {
		font-size: 26px;
	}

	.sim-future-day {
		display: inline-block;
		width: 26px;
		height: 26px;
		line-height: 18px;
		vertical-align: 2px;
		font-size: 15px;
		border: 1px #f5133b solid;
		border-radius: 50%;
		background-color: #fff;
		padding: 5px;
	}

	.sim-future-text {
		vertical-align: 10px;
	}

	.sim-future-bandwidth-unit {
		font-size: 40px;
	}

	.sim-future-till {
		font-size: 16px;
	}

	.sim-future-limit {
		font-size: 20px;
	}

	.sim-result-table {
		font-size: 16px;
	}

	.sim-result-table table {
		width: 600px;
	}

	.sim-result-table-text {
		width: 600px;
		margin: 0 auto 10px;
		border-bottom: 1px #cfcfcf solid;
		padding-bottom: 10px;
		padding-left: 15px;
	}

	.sim-result-table th {
		text-align: left;
		font-weight: normal;
	}

	.sim-result-table td {
		text-align: right;
	}

	.sim-result-table th,
	.sim-result-table td {
		padding: 5px 15px;
	}

	.sim-no-border th,
	.sim-no-border td {
		border-bottom: none;
	}

	.sim-benefit-monthly {
		font-size: 30px;
	}

	.sim-benefit-yearly {
		font-size: 45px;
	}

	.sim-circle {
		margin-right: 20px;
	}

	#sim-result-monthly-price {
		font-size: 70px;
		font-weight: bold;
	}

	#sim-result-yearly-price {
		font-size: 100px;
		font-weight: bold;
	}

	.sim-note {
		font-size: 10px;
	}

	.sim-tilde {
		font-size: 38px;
		vertical-align: 8px;
	}

	.sim-notice {
		font-size: 13px;
		text-align: right;
		line-height: 24px;
		margin-top: 10px;
	}

	#sim-type-a td {
		text-align: left;
		border-bottom: none;
		font-size: 13px;
		font-weight: normal;
	}

	.sim-sup-1 {
		vertical-align: 5px;
	}

	.sim-sup-2 {
		vertical-align: 15px;
	}

	.sim-register {
		font-size: 17px;
		text-align: center;
	}

	.sim-register-note {
		font-size: 12px;
		line-height: 24px;
	}

	.white-bg {
		background-color: #fff;
		padding: 60px 0;
	}

	.flex-spaced {
		justify-content: space-around;
		align-items: flex-end;
	}

	.sim-link {
		color: #d00f31;
		text-decoration: underline;
	}

	.minus-margin {
		margin-bottom: -40px;
	}

	.sim-original {
		font-size: 12px;
		color: #aaa;
		margin-top: 5px;
		white-space: nowrap;
	}

	.sim-strike {
		text-decoration: line-through;
	}

	.sim-flex {
		display: flex;
	}

	.sim-flex-center {
		justify-content: center;
	}

	.sim-flex-center-vertical {
		align-items: center;
	}

	.sim-flex a {
		display: inline-block;
		cursor: pointer;
	}

	.sim-spacer {
		width: 20px;
	}

	.sim-small {
		font-size: 14px;
	}

	#sim-q-1 {
		font-size: 18px;
	}

	input::placeholder {
		color: #ccc;
	}

	#sim-run {
		text-align: center;
	}

	.sim-monthly {
		font-size: 20px;
		margin: 20px 0;
		padding-right: 40px !important;
	}

	.sim-border {
		display: inline-block;
		width: 100%;
		margin-top: -20px;
		border-bottom: 8px #fff82c solid;
	}

	.sim-monthly-yen {
		font-size: 20px;
		vertical-align: 2px;
		margin-left: 10px;
	}

	.sim-high {
		z-index: 100;
		position: relative;
	}

	.sim-ib {
		display: inline-block;
		margin-bottom: -10px;
	}

	.sim-center {
		text-align: center;
	}

	.sim-red {
		color: #e30b20;
	}

	.sim-bold {
		font-weight: bold;
	}

	.sim-margin-center {
		margin: 0 auto;
	}

	.sim-saving-text {
		font-size: 24px;
		margin: 40px 0 20px !important;
		line-height: 36px;
		text-align: center;
	}

	.sim-gauge {
		margin-left: 50px;
	}

	.sim-gauge-box {
		width: 140px;
		height: 219px;
		justify-content: center;
		align-items: center;
		display: flex;
		background-image: url(/assets/img/simulator/sim-gauge-box-sp.png);
		background-size: contain;
	}

	.sim-gauge-box-red {
		background-image: none;
	}

	.sim-gauge-old {
		color: #767777;
		margin-bottom: -30px;
		margin-left: 10px;
	}

	#sim-gauge-new {
		font-size: 30px;
		font-weight: bold;
	}

	.sim-flex-wrap {
		flex-wrap: wrap;
	}

	.sim-flex-full > div {
		flex: 1;
	}

	.sim-gauage-arrow {
		margin: 0 10px;
	}

	.sim-gauge-bicsim {
		font-size: 24px;
		font-weight: bold;
		color: #e30b20;
	}

	.sim-box-text {
		height: 24px;
		margin-left: 0;
		margin-right: 0;
		white-space: nowrap;
	}

	.sim-gauge-new {
		flex-direction: column;
		background-color: transparent;
	}

	#sim-gauge-saved {
		width: 100% !important;
		height: 100% !important;
		text-align: center;
		border-collapse: collapse;
	}

	#sim-gauge-saved td {
		text-align: center;
		vertical-align: middle;
	}

	#sim-gauge-saved tr:nth-child(1) td {
		background-image: url(/assets/img/simulator/sim-gauge-bg.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		vertical-align: middle;
		height: 140px;
		font-size: 12px;
	}

	#sim-gauge-used {
		height: 20%;
		width: 100%;
		min-height: 20px;
		max-height: 120px;
		margin: 0 auto;
		background-color: #d00e31;
	}

	.sim-gauge-price {
		margin-top: 100px;
		margin-left: 0;
		width: 100px;
	}

	.sim-price-text {
		background-image: url(/assets/img/simulator/sim-gauge-price-sp.png);
		width: 207px;
		height: 74px;
		line-height: 8px;
		color: #d00e31;
		font-size: 20px;
		padding-left: 5px;
		white-space: nowrap;
	}

	#sim-price {
		margin-left: 2px;
		font-size: 32px;
	}

	.sim-save {
		font-size: 30px;
	}

	#sim-detail {
		margin-top: 40px;
	}

	#sim-table {
		background-color: #fff;
		padding: 50px;
		margin-top: 20px;
	}

	#sim-box-family .sim-number {
		background-color: #ff4d6f;
	}

	#sim-box-family .sim-option-phone.sim-answer-active {
		background-image: url(/assets/img/simulator/sim-family-phone-active-sp.png);
	}

	#sim-box-family .sim-answer-active:not(.sim-keep-color) {
	}

	.sim-option-phone {
		background-image: url(/assets/img/simulator/sim-family-phone-sp.png);
		width: 54px;
		height: 104px;
		line-height: 100px;
		font-size: 25px;
	}

	.sim-family-phone > div {
		width: 50%;
		font-size: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: 1px #e5e5e5 solid;
		padding: 20px 0;
	}

	.sim-family-talk {
		flex-wrap: wrap;
	}

	.sim-family-talk > div {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-top: 1px #e5e5e5 solid;
		padding: 20px 0;
		width: 100%;
	}

	.sim-family-phone > div:nth-child(1),
	.sim-family-talk > div:nth-child(1),
	.sim-family-phone > div:nth-child(2),
	.sim-family-talk > div:nth-child(2) {
		border-top: none;
	}

	.sim-family-phone .sim-input-1 {
		width: 160px;
		margin: 0 5px;
		vertical-align: 5px;
	}

	.sim-family-phone .sim-option-phone,
	.sim-family-talk .sim-option-phone {
		width: 42px;
		height: 80px;
		line-height: 75px;
		font-size: 20px;
		font-weight: bold;
		margin-right: 40px;
		background-image: url(/assets/img/simulator/sim-family-phone-small.png);
	}

	.sim-family-talk .sim-option-phone {
		margin-left: 0;
		margin-right: 0;
	}

	.sim-family-talk .sim-option {
		width: 140px;
		margin: 0;
	}

	#sim-q-family-1 .sim-option-phone {
		font-size: 25px;
	}

	#sim-q-family-1 .sim-option,
	#sim-q-family-2 .sim-option {
		margin: 0 15px;
	}

	.sim-choice-title {
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	#sim-choice table {
		border-collapse: collapse;
		margin: 0 auto;
		width: 750px;
		table-layout: fixed;
	}

	#sim-choice th,
	#sim-choice td {
		border: 1px #c3c3c3 solid;
		padding: 10px 25px;
		text-align: left;
		font-size: 16px;
	}

	#sim-choice tr:nth-child(even) {
		background-color: #f8f8f8;
	}

	#sim-apply {
		cursor: pointer;
	}

	.sim-option-name {
		text-align: left !important;
	}

	#application {
		padding-bottom: 0;
	}

	#sim-error {
		color: #e41428;
		font-weight: bold;
		text-align: center;
		font-size: 26px;
	}

	#sim-total {
		color: #d00f31;
	}

	.sim-color-A {
		color: #d00f31;
	}

	.sim-color-B {
		color: #d00f31;
	}

	.sim-color-C {
		color: #d00f31;
	}

	.sim-color-D {
		color: #d00f31;
	}

	.sim-color-E {
		color: #d00f31;
	}

	.sim-color-F {
		color: #d00f31;
	}

	.sim-color-G {
		color: #d00f31;
	}

	.sim-color-H {
		color: #d00f31;
	}

	.sim-color-I {
		color: #d00f31;
	}

	.sim-color-J {
		color: #d00f31;
	}

	/* SP */
	#sim-all .lead {
		font-size: 14px;
		margin-top: -45px;
	}

	.sim-question {
		line-height: 30px;
		margin-bottom: 10px;
	}

	.sim-number {
		min-width: 30px;
		width: 30px;
		min-height: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		font-weight: normal;
	}

	.sim-title {
		font-size: 14px;
		text-align: left;
		line-height: 20px;
	}

	.sim-content {
		padding: 15px 10px;
		margin-bottom: 15px;
		border-radius: 0;
	}

	.sim-input-1 {
		width: 60%;
		height: 35px;
	}

	.sim-option {
		line-height: 40px;
		width: 120px;
		height: 45px;
		margin: 5px 10px;
		font-size: 13px;
		white-space: nowrap;
	}

	.sim-option-spacer {
		width: 125px;
		height: 45px;
		margin: 5px 0;
	}

	.sim-run {
		width: 100%;
	}

	#sim-result {
		padding: 0 15px 15px;
	}

	.sim-plan {
		font-size: 13px;
	}

	.sim-small {
		font-size: 11px;
		display: block;
	}

	#sim-q-1 {
		font-size: 13px;
	}

	.sim-flex-around {
		justify-content: space-around;
	}

	#sim-table {
		padding: 0;
	}

	#sim-plan-name {
		font-size: 30px;
	}

	.sim-monthly {
		font-size: 13px;
	}

	.sim-result-table-text {
		width: 100%;
		text-align: left;
		padding-left: 0;
	}

	.sim-result-table {
		font-size: 13px;
	}

	.sim-result-table th,
	.sim-result-table td {
		padding: 0;
	}

	.sim-result-table table {
		width: 100%;
	}

	.sim-saving-text {
		font-size: 18px;
		line-height: 26px;
		margin: 40px 0 20px;
	}

	.sim-yearly {
		font-size: 11px;
		padding-left: 80px;
		padding-bottom: 17px;
	}

	.sim-monthly-price {
		font-size: 20px;
	}

	.sim-save {
		font-size: 15px;
	}

	.sim-choice-title {
		margin-top: 20px;
		padding-top: 20px;
		font-size: 13px;
	}

	#sim-choice {
		margin-bottom: 40px;
	}

	#sim-choice table {
		width: 100%;
	}

	#sim-choice th,
	#sim-choice td {
		display: block;
		padding: 5px 25px;
		font-size: 12px;
		text-align: center;
		border-bottom: none;
	}

	#sim-choice th {
		background-color: #f8f8f8;
		width: auto;
	}

	#sim-choice tr:nth-child(even) {
		background-color: #fff;
	}

	.sim-option-phone {
		width: 40px;
		height: 75px;
		background-size: contain;
		font-size: 13px;
		margin: 8px 2%;
		line-height: 70px;
	}

	#sim-q-family-2 .sim-option-phone {
		font-size: 20px;
	}

	.sim-family-phone > div {
		width: 100%;
		font-size: 13px;
		padding: 5px;
	}

	.sim-family-phone .sim-input-1 {
		width: 50%;
	}

	.sim-family-phone .sim-option-phone,
	.sim-family-talk .sim-option-phone {
		margin-right: 20px;
	}

	.sim-family-talk .sim-option {
		width: 40%;
		margin-top: -30px;
	}

	.sim-family-talk .sim-option:nth-child(4),
	.sim-family-talk .sim-option:nth-child(6) {
		margin-left: 55px;
	}

	.sim-family-talk .sim-option:nth-child(4),
	.sim-family-talk .sim-option:nth-child(5) {
		margin-top: -30px;
	}

	.sim-family-talk .sim-option:nth-child(6) {
		margin-top: 10px;
	}

	.sim-family-talk > div {
		flex-wrap: wrap;
		padding: 0 0 10px;
	}

	.sim-family-talk .sim-option-phone {
		margin-right: 2px;
	}

	.sim-gauge-box {
		width: 70px;
		height: 110px;
		flex-wrap: wrap;
		margin-bottom: 10px;
		align-content: center;
	}

	.sim-gauge-box > div {
		margin: 5px 0;
	}

	.sim-gauge-bicsim {
		font-size: 16px;
	}

	.sim-gauge {
		margin-left: 0;
		justify-content: space-around;
	}

	.sim-gauage-arrow {
		margin: 30px 5px 0;
		width: 40px;
	}

	#sim-gauge-new {
		font-size: 15px;
	}

	.sim-price-text {
		padding-top: 5px;
		padding-left: 28px;
		width: 100px;
		height: 90px;
		font-size: 12px;
		background-size: contain;
	}

	#sim-price {
		font-size: 17px;
	}

	.sim-gauge-price {
		margin-bottom: -30px;
		margin-right: 10px;
	}

	#sim-gauge-saved {
		font-size: 11px;
		margin-top: -50px;
	}

	#sim-q-family-1 .sim-option,
	#sim-q-family-2 .sim-option {
		margin: 8px 2%;
	}

	.sim-family-phone > div:nth-child(2),
	.sim-family-talk > div:nth-child(2) {
		border-top: 1px #e5e5e5 solid;
	}

	#sim-gauge-saved tr:nth-child(1) td {
		height: 90px;
	}

	.sim-border {
		margin-top: -15px;
	}

	.sim-family-talk .sim-option {
		width: 38%;
	}

	.sim-family-talk .sim-option:nth-child(4),
	.sim-family-talk .sim-option:nth-child(6) {
		margin-left: 20%;
	}

	#sim-error {
		font-size: 16px;
	}

	#sim-q-family-1 .sim-option-phone {
		font-size: 20px;
	}

	.sim-tilde {
		font-size: 20px;
		vertical-align: 2px;
	}

	#sim-fence {
		width: 100%;
	}

	.button--buy,
	.sim-again,
	.sim-monthly,
	.sim-monthly-note,
	.sim-save-box {
		width: 100%;
	}

	.sim-monthly-note {
		font-size: 10px;
	}

	.button--buy {
		height: 65px;
	}

	.pink-table {
		border: 1px #ccc solid;
	}

	.pink-table td {
		display: block;
		width: 100%;
	}

	.pink-table > tbody > tr > td {
		padding: 10px 10px 0 !important;
		border: 1px #ccc solid;
	}

	.pink-table .no-border-left {
		padding-top: 0 !important;
		padding-bottom: 10px !important;
	}

	.pink-table .no-border-left th,
	.pink-table .no-border-left td {
		border-top: none !important;
	}

	.keitai-table th,
	.keitai-table td {
		display: block;
		width: 100%;
	}

	.sim-option-price {
		margin-right: 0 !important;
	}

	.sim-start-personal {
		background-image: url(/assets/img/simulator/sim-use-personal-sp.png);
		background-size: contain;
		background-position: center;
	}

	.sim-start-family {
		background-image: url(/assets/img/simulator/sim-use-family-sp.png);
		background-size: contain;
		background-position: center;
	}

	.sim-start-area {
		width: 100%;
		height: 200px;
		text-align: center;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		padding-bottom: 10px;
	}

	.sim-start-area a {
		width: 230px;
		height: 40px;
		margin: 0 0 25px;
	}

	#sim-all .lead {
		margin-top: 30px;
		text-align: left;
	}

	.sp-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.hide-pc {
		display: initial;
	}

	.sim-campaign-text {
		font-size: 18px;
	}

	.sim-content .sim-flex {
		flex-wrap: wrap;
	}

	#sim-face {
		width: 70px;
	}

	.sim-arrow-sp {
		height: 30px;
		margin-top: 25px;
	}

	.sim-calc {
		font-size: 11px;
	}

	#sim-total {
		font-size: 13px;
	}

	.sim-monthly {
		margin: 10px 0 -8px 0;
		height: auto;
		line-height: initial;
		padding: 7px 0;
	}

	.keitai-table th,
	.keitai-table td {
		text-align: center !important;
		padding: 10px;
	}

	.keitai-table th {
		font-size: 12px;
	}

	.keitai-table td {
		font-size: 11px;
	}

	.sp-flex {
		display: flex;
	}

	.sp-flex .flex-first {
		font-size: 11px;
		line-height: 200%;
		text-align: right;
	}

	.sim-option-price {
		padding-right: 0 !important;
	}

	.call-price {
		font-size: 15px;
		margin-left: 10px;
	}

	.call-unit {
		font-size: 11px;
	}

	.sim-option-price > div {
		text-align: center;
	}

	.flex-one {
		flex: 1;
	}

	.sim-box-text,
	.sim-gauge-box,
	#sim-gauge-old {
		font-size: 11px;
	}

	.sim-gauge-box > div {
		margin: 0;
	}

	#sim-save-monthly {
		font-size: 11px;
		width: 90px;
		min-width: 90px;
		height: 90px;
	}

	#sim-gauge-new {
		font-size: 17px;
	}

	#sim-save-yearly {
		white-space: nowrap;
		background-image: url(/assets/img/simulator/sim-save-shape-sp.png);
		height: 85px;
		background-size: cover;
	}

	.sim-yearly-space {
		margin-bottom: -5px;
		font-size: 13px;
	}

	.pink-table .subsection__header {
		text-align: left;
		margin: 20px 0 10px;
	}

	.grey-table th {
		padding: 5px 10px;
		width: 100px;
	}

	.grey-table th,
	.grey-table td {
		vertical-align: middle;
		display: table-cell;
	}

	.grey-table td {
		text-align: left;
		padding: 5px 15px;
	}

	.grey-table {
		font-size: 12px;
		width: 100% !important;
		height: auto;
	}

	.sim-big {
		font-size: 18px;
	}

	.sim-small {
		font-size: 10px;
	}

	.no-border-left {
		border-left: 1px #333 solid;
		padding: 0 !important;
		border-top: none !important;
		border-bottom: none !important;
		border-right: none !important;
	}

	.no-border-right {
		border-right: 1px #333 solid;
		padding: 0 !important;
		border-top: none !important;
		border-bottom: none !important;
		border-left: none !important;
	}

	.pink-table td {
		width: auto;
	}

	.sim-note2 {
		font-size: 10px;
		line-height: 18px;
	}

	.sim-again {
		font-size: 15px;
		line-height: 40px;
		height: auto;
		margin-bottom: 50px;
	}

	.sim-option-phone {
		background-image: url(/assets/img/simulator/sim-family-phone-sp.png);
		border: none;
	}

	.sim-input-1 {
		font-size: 15px;
	}

	.sp-flex .flex-one {
		text-align: left;
	}

	.keitai-table {
		margin-bottom: 10px;
	}

	.sim-save-bicsim {
		font-size: 20px;
	}

	.sim-save-padding {
		padding: 0;
	}

	.sim-gauge-arrow {
		min-width: 25px;
		margin: 0 0 30px;
	}

	.pink-header {
		font-size: 15px;
		padding: 8px !important;
	}

	.grey-header {
		width: 110px !important;
	}

	.last-border {
		border-bottom: 1px #c3c3c3 solid;
	}

	.keitai-table th {
		border-bottom: none !important;
	}

	.sim-initial-sp {
		justify-content: initial;
		width: 280px;
		margin: 0 auto;
	}

	.grey-table td {
		white-space: initial;
	}

	.sim-logo {
		margin-top: 15px;
	}

	.sim-logo img {
		width: 70px;
	}

	.sim-gauge-center {
		width: 90px;
	}

	.sim-phone-calculator {
		width: 259px;
		height: 269px;
		background-image: url(/assets/img/simulator/phone_calculator-sp.png);
		padding-top: 60px;
		background-size: contain;
	}

	.sim-note-3 {
		margin-right: 0;
	}

	.sp-center-block {
		text-align: center !important;
		display: block;
	}

	.sp-center {
		text-align: center !important;
	}

	.sim-price-underline-big:after {
		border-width: 8px !important;
		bottom: 8px !important;
	}

	#sim-monthly-price {
		font-size: 40px;
		font-weight: normal;
		margin-right: 0;
	}

	.sp-top-space {
		padding-top: 22px !important;
	}

	#sim-gauge-used,
	.sp-top-space img {
		width: 70px;
		margin: 0 auto;
	}

	.mb-120-sp {
		margin-bottom: 60px !important;
	}

	.sim-price-underline:after {
		bottom: 2px;
	}

	#sim-yearly-price {
		font-size: 35px;
	}

	.sim-underline {
		border-bottom: 2px solid #fff686;
		margin-top: 2px;
	}

	.small-yen {
		font-size: 10px;
	}

	.arrow-space {
		font-size: 24px;
		display: inline-block;
		line-height: 24px;
		vertical-align: -2px;
		margin: 0 2px;
	}

	.dict-word-list {
		margin-top: 50px !important;
	}

	.sim-option-price .flex-first {
		flex: 1 !important;
		margin-top: 3px;
	}

	.subsection__title {
		margin-bottom: 10px !important;
	}

	.sp-full-cylinder {
		padding-top: 50px !important;
	}

	.inline-arrow {
		display: none;
	}

	.sim-price-zero {
		font-size: 18px;
	}

	.sim-again img {
		margin-left: 10px;
	}

	.sim-plan-small {
		font-size: 15px;
		margin-left: 80px;
	}

	.sim-gauge-old-high {
		margin-bottom: -25px;
	}

	.sim-model-area {
		width: 100%;
		padding: 30px;
	}

	.modal {
		width: 92%;
		top: 40px;
		padding: 10px;
	}

	#modal-shade {
		left: 0;
	}

	.model-title {
		font-size: 16px;
	}

	.model-type {
		padding: 15px 15px 20px;
	}

	.model-type img {
		margin-top: 0;
	}

	.model-type .model-desc {
		font-size: 15px;
	}

	.modal-close {
		margin-right: -20px;
		margin-top: -50px;
		margin-bottom: 40px;
	}

	.sim-again-box td {
		display: flex;
		width: 100%;
	}

	.sim-again {
		padding-left: 10px;
		margin-bottom: 30px;
	}

	.model-scroll-price {
		font-size: 13px;
	}

	.model-plan-name .sim-plan-amount {
		font-size: 40px;
	}

	.model-type-image {
		width: 93px;
		height: 99px;
		margin-right: 20px;
		margin-top: 15px !important;
	}

	.model-quote-image {
		margin-top: 5px;
		text-align: left;
	}

	.model-quote-image img {
		height: 25px;
	}

	.model-desc {
		font-size: 16px;
		text-align: left;
		margin-left: 10px;
	}

	.model-price {
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.model-red {
		font-size: 38px;
		margin-right: 10px;
		font-weight: normal;
	}

	.model-type {
		height: 260px;
		margin-bottom: 20px;
	}

	.model-type button {
		width: 150px;
		height: 30px;
		font-size: 15px;
	}

	.modal-price {
		font-size: 15px;
	}

	.modal-person {
		font-size: 13px;
	}

	.sim-type-image {
		width: 259px;
		margin: 0 auto;
	}

	.sp-block-table th,
	.sp-block-table td {
		display: block;
	}

	.model-apply {
		margin-top: 10px;
		padding: 20px;
		width: 100%;
		font-size: 17px;
	}

	.modal table {
		font-size: 12px;
	}

	.modal th,
	.modal td {
		text-align: center;
	}

	.modal th {
		width: 100%;
		padding: 7px
	}

	.keitai-table th {
		padding: 8px !important;
	}

	.keitai-table td {
		padding: 0 !important;
	}

	.model-select {
		font-size: 12px;
		padding: 8px 8px;
	}

	.model-campaign-red {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.model-campaign-price {
		font-size: 20px;
	}

	#scroll-price-trigger {
		font-size: 13px;
	}

	.sim-saving-text {
		font-size: 14px;
	}

	.sim-saving-text2 {
		font-size: 18px;
	}

	.sim-again-box .button--buy {
		height: 65px;
	}

	.sim-again-box .sim-again {
		margin-top: 15px;
		height: 45px;
	}

	.sim-again-box .sim-again, .sim-again-box .button--buy {
		line-height: 45px;
	}

	.sim-saving-text {
		margin-top: 35px !important;
	}

	.modal .model-title {
		font-size: 11px;
	}

	.modal .model-desc {
		font-size: 14px;
	}

	.modal .subsection__header {
		margin-top: 20px;
	}

	.modal td {
		padding: 5px;
		border-top: 1px #ccc solid;
	}

	.mt-0-sp {
		margin-top: 0 !important;
	}

	.mt-20-sp {
		margin-top: 10px !important;
	}

	.sim-price-underline {
		font-size: 20px;
	}

	.model-tax {
		font-size: 11px;
	}

	.keitai-table td.sim-option-price {
		padding: 10px !important;
	}

	#model-scroll-price {
		height: 45px;
		font-size: 11px;
		line-height: 40px;
	}

	#model-scroll-price .model-tax {
		font-size: 10px;
	}

	#model-scroll-price .sim-plan-amount {
		font-size: 30px;
		vertical-align: -2px;
	}

	#model-scroll-price .model-plan-name {
		font-size: 17px;
	}

	.modal-close {
		margin-top: -45px;
	}

	.modal-close img {
		height: 16px;
	}

	.modal_content {
		height: calc(100% - 100px);
	}

	.modal_content .model-desc {
		text-align: center;
		line-height: 24px;
	}

	#sim-plan-name, .model-plan-name {
		margin-left: 10px;
	}

	.sim-again-box .sim-again {
		text-align: right;
	}

	.sim-price-quote .sim-price-underline {
		font-size: 10px;
	}

	.modal-border {
		padding-bottom: 5px;
	}

	.model-original {
		font-size: 10px;
	}

	.model-original-price {
		font-size: 20px;
		margin-left: 5px;
	}

	.model-original-yen {
		font-size: 13px;
	}

	.fs-11-sp {
		font-size: 11px;
	}

	#model-scroll-price > div {
		margin-top: 0;
	}

	.model-initial {
		font-size: 11px;
		width: 125px;
		height: 30px;
		vertical-align: 0;
		white-space: nowrap;
	}

	.model-initial > span {
		line-height: 20px;
	}

	.model-initial-price {
		font-size: 25px;
	}

	.model-initial-yen {
		font-size: 13px;
	}

	.model-flex {
		justify-content: center;
	}
}
