@charset "UTF-8";
.l-content {
  overflow-x: hidden;
  position: relative;
}

#menu-open {
  display: none;
}

.gotop {
  bottom: 120px;
}
@media (max-width: 768px) {
  .gotop {
    bottom: 104px;
  }
}

p, ul, ol, table {
  margin-bottom: 0;
}

p.text-white a {
  color: #fff;
}

.text-link-arrow {
  text-decoration: underline !important;
}
.text-link-arrow:hover {
  text-decoration: none !important;
}

.text-md-right {
  text-align: right;
}

.text-has-border{
	position: relative;
	z-index: 1;
	display: inline-block;
}

.text-has-border > span{
	z-index: 1;
	position: relative;
}

.text-has-border::after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #FFB1BA;
  position: absolute;
  bottom: 3px;
  left: 50%;
	transform: skewX(-20deg) translateX(-50%);
}
@media (max-width: 768px) {
  .text-md-right {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .accordion-box {
    padding-bottom: 30px;
  }
}

@keyframes slideAnim {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes scrAnim {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.l-siml__inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 830px) {
  .l-siml__inner {
    padding: 0 15px;
  }
}
.l-siml-slide__container {
  width: 100%;
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  .l-siml-slide__container {
    padding-bottom: 35px;
  }
}
.l-siml-slide__top-lead {
  background-color: #fcfcfc;
  text-align: center;
}
.l-siml-slide__top-input {
  background-color: #262626;
  padding: 30px 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .l-siml-slide__top-input {
    padding: 20px 15px 10px;
  }
}
.l-siml-slide__top-input::before {
  content: "";
  width: 96px;
  height: 71px;
  background-image: url(../images/top_icon.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .l-siml-slide__top-input::before {
    width: 48px;
    height: 36px;
    top: -30px;
  }
}
.l-siml-slide__select {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .l-siml-slide__select {
    padding-top: 30px;
  }
}
.l-siml-select__wrapper {
  display: block;
}
@media (max-width: 768px) {
  .l-siml-select__wrapper {
    margin-top: 30px;
  }
}
.l-siml-select__item {
  width: 100%;
  margin-top: 20px;
}
.l-siml-select__item.column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .l-siml-select__item.pc-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.l-siml-select__item.s-item-2__block {
  background-color: #F9F9F9;
  padding: 30px 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .l-siml-select__item.s-item-2__block {
    padding: 25px 15px 15px;
  }
}
.l-siml-select__item.s-item-2__block.bg-white {
  background-color: #fff;
}
.l-siml-select__item-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10px;
}
@media (min-width: 769px) {
  .l-siml-select__item-inner .p-siml__select-radio__wrap {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 768px) {
  .l-siml-select__item-inner .p-siml__select-radio__wrap {
    width: calc((100% - 10px) / 2);
  }
  .l-siml-select__item-inner .p-siml__select-radio__wrap:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }
}
@media (max-width: 320px) {
  .l-siml-select__item-inner .p-siml__select-radio__wrap {
    width: 100%;
  }
}
.l-siml-selected__block {
  background-color: #F6F6F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .l-siml-selected__block {
    padding: 26px 20px;
    margin-bottom: 30px;
  }
}
.l-siml-selected__modal {
  width: 100%;
  left: 0;
  top: 0;
}
.l-siml-selected__modal-inner {
  height: 100vh;
  max-height: none;
  top: 0;
  padding: 0;
  padding-top: 145px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .l-siml-selected__modal-inner {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
.l-siml-selected__modal-inner .l-siml-select__item {
  width: calc(100% - 30px);
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
}
.l-siml-step__item + .l-siml-step__item {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .l-siml-step__item + .l-siml-step__item {
    margin-top: 30px;
  }
}
.l-siml-tab__container {
  background-color: #F6F6F6;
  min-height: 475px;
  padding: 30px 0;
  margin: 50px 0 45px;
  position: relative;
}
@media (max-width: 768px) {
  .l-siml-tab__container {
    min-height: 405px;
    padding: 20px 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 500px) {
  .l-siml-tab__container {
    min-height: 325px;
  }
}
@media (min-width: 769px) {
  .l-siml-tab__container.min {
    width: 100%;
    max-width: 800px;
    padding: 30px 20px;
    margin: 50px auto 45px;
  }
}
.l-siml-tab__container.bg-white {
  background-color: #fff;
}
.l-siml-tab__container.is-selected {
  pointer-events: none;
}
.l-siml-tab__container::before {
  content: "";
  border-style: solid;
  border-width: 36px 36px 0 36px;
  border-color: #FFC8CD transparent transparent transparent;
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .l-siml-tab__container::before {
    border-width: 24px 24px 0 24px;
    top: -48px;
  }
}
.l-siml-tab__inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 830px) {
  .l-siml-tab__inner {
    padding: 0 15px;
    width: auto;
  }
}
.l-siml-tab__wrapper {
  position: relative;
}
.l-siml-tab__target__wrapper {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}
.l-siml-tab__target__wrapper.is-hidden::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  display: block;
  position: absolute;
  z-index: 10;
}
.l-siml-tab__target__wrapper .tab-target-item.is-hidden {
  height: 0;
  visibility: hidden;
}
.l-siml-tab__target__wrapper .tab-target-item.is-f-hidden {
  opacity: 0 !important;
}
.l-siml-tab__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.l-siml-tab__list.tab-list-3 .tab-list-item {
  width: calc((100% - 20px) / 3);
}
@media (max-width: 500px) {
  .l-siml-tab__list.tab-list-3 .tab-list-item {
    width: calc((100% - 14px) / 3);
  }
}
.l-siml-tab__list.tab-list-4 .tab-list-item {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 768px) {
  .l-siml-tab__list.tab-list-4 .tab-list-item {
    width: calc((100% - 20px) / 2);
  }
  .l-siml-tab__list.tab-list-4 .tab-list-item:nth-of-type(-n+2) {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .l-siml-tab__list.tab-list-4 .tab-list-item {
    width: calc((100% - 7px) / 2);
  }
  .l-siml-tab__list.tab-list-4 .tab-list-item:nth-of-type(-n+2) {
    margin-bottom: 7px;
  }
}
@media (max-width: 500px) {
  .l-siml-tab__list.tab-list-4 .tab-list-item span, .l-siml-tab__list.tab-list-4 .tab-list-item a {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .l-siml-tab__list.tab-list-4 .tab-list-item span, .l-siml-tab__list.tab-list-4 .tab-list-item a {
    font-size: 10px;
  }
}
.l-siml-tab__item {
  height: 50px;
  background-color: #fff;
  font-size: 16px;
  color: #323232 !important;
  line-height: 1.7;
  text-align: center;
  border: solid #cacaca 2px;
  border-radius: 7px;
  padding: 10px 5px !important;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 3px 0px #cacaca;
  transition: all 0.1s ease;
  position: relative;
  top: 0;
}
@media (max-width: 500px) {
  .l-siml-tab__item {
    font-size: 13px;
    height: 40px;
  }
}
.l-siml-tab__item::before, .l-siml-tab__item::after {
  content: none !important;
}
.l-siml-tab__item:hover {
  font-weight: normal;
}
.l-siml-tab__item:not(.is-active):hover {
  font-weight: normal;
  box-shadow: 0px 0px 0px #cacaca;
  top: 3px;
}
.l-siml-tab__item.is-active {
  color: #fff !important;
  font-weight: bold !important;
  background: #FC0F3A;
  border-color: #FC0F3A;
  box-shadow: 0px 3px 0px #d70b32;
}
.l-siml-tab__item span span {
  font-size: 80% !important;
  line-height: 1;
  position: relative;
  transform: none;
  transform: translateY(-0.25em);
}
.l-siml-details__wrapper {
  background-color: #262626;
  margin-top: 50px;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .l-siml-details__wrapper {
    margin-top: 40px;
    padding: 30px 0 40px;
  }
}
.l-siml-details__inner {
  width: 100%;
  max-width: 680px;
  margin: auto;
}
@media (max-width: 630px) {
  .l-siml-details__inner {
    padding: 0 15px;
  }
}
.l-siml-details__result {
  background-color: #404040;
  border-radius: 10px;
  padding: 20px 60px 30px;
}
@media (max-width: 768px) {
  .l-siml-details__result {
    padding: 20px 20px 30px;
  }
}
.l-siml-details__result + .p-siml__details__head {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .l-siml-details__result + .p-siml__details__head {
    margin-top: 22px;
  }
}
.l-siml-app__wrapper {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-bottom: 100px;
}
@media (max-width: 830px) {
  .l-siml-app__wrapper {
    padding: 0 15px 100px;
    width: auto;
  }
}
.l-siml-app__fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 15;
}
.l-siml__campaignbnr {
  text-align: center;
  background-color: #fcfcfc;
}
@media (max-width: 768px) {
  .l-siml__campaignbnr img {
    width: 100%;
  }
}

.p-siml__content-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-siml__content-ttl {
    font-size: 20px;
    margin-top: 40px;
  }
}
.p-siml__select-btn {
  position: relative;
  width: calc((100% - 20px) / 3);
}
.p-siml__select-btn__wrap {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  position: relative;
  gap: 0 10px;
}
@media (max-width: 768px) {
  .p-siml__select-btn__wrap {
    width: calc(100% - 30px);
  }
}
.p-siml__select-btn__label {
  width: 100%;
  height: 50px;
  background-color: #fff;
  font-size: 16px;
  color: #323232;
  line-height: 1.7;
  text-align: center;
  border: solid #cacaca 2px;
  border-radius: 7px;
  display: block;
  padding: 10px 5px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 3px 0px #cacaca;
  transition: all 0.1s ease;
  position: relative;
  top: 0;
}
@media (max-width: 500px) {
  .p-siml__select-btn__label {
    font-size: 13px;
    height: 40px;
    padding: 8px 5px;
  }
}
@media (min-width: 769px) {
  .p-siml__select-btn__label:hover {
    font-weight: normal;
    box-shadow: 0px 0px 0px #cacaca;
    top: 3px;
  }
}
.p-siml__select-btn__input {
  display: none;
}
.p-siml__select-btn__input:checked + .p-siml__select-btn__label {
  color: #fff;
  font-weight: bold;
  background: #FC0F3A;
  border-color: #FC0F3A;
  box-shadow: 0px 3px 0px #d70b32;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-siml__select-btn__input:checked + .p-siml__select-btn__label {
    border-top-width: 2px;
  }
}
.p-siml__select-btn__input:disabled + .p-siml__select-btn__label {
  color: #fff;
  background: #D2D2D2;
  border-color: #D2D2D2;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
.p-siml__select-alert {
  font-size: 1.5rem;
}
.p-siml__select-head, .p-siml__select-lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-siml__select-head, .p-siml__select-lead {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .p-siml__select-head, .p-siml__select-lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.p-siml__select-head.s, .p-siml__select-lead.s {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-siml__select-head.s, .p-siml__select-lead.s {
    font-size: 13px;
  }
}
.p-siml__select-point {
  background-color: #fc0f3a;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 0.75em 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-siml__select-point {
    font-size: 11px;
    padding: 1em 0;
  }
}
.p-siml__select-point b {
  font-size: 15px;
}
@media (max-width: 768px) {
  .p-siml__select-point b {
    font-size: 13px;
    padding: 1em 0;
  }
}
.p-siml__select-point b.l {
  font-size: 17px;
}
@media (max-width: 768px) {
  .p-siml__select-point b.l {
    font-size: 14px;
  }
}
.p-siml__select-radio, .p-siml__select-check {
  display: none;
}
.p-siml__select-radio__label, .p-siml__select-check__label {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 12px 12px;
  vertical-align: top;
  text-align: left;
  line-height: 1.2;
  border-radius: 8px;
  border: 4px solid #e8e8e8;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 45px 20px 20px 20px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.1s ease;
}
@media (max-width: 768px) {
  .p-siml__select-radio__label, .p-siml__select-check__label {
    background-size: 20px 20px;
    background-position: 10px 10px;
    font-size: 13px;
    border-width: 3px;
    padding: 35px 15px 20px 15px;
  }
}
@media (max-width: 320px) {
  .p-siml__select-radio__label, .p-siml__select-check__label {
    font-size: 12px;
  }
}
.p-siml__select-radio__label.s, .p-siml__select-check__label.s {
  height: 60px;
  background-position: 12px center;
  padding: 15px 20px 15px 52px;
}
@media (max-width: 768px) {
  .p-siml__select-radio__label.s, .p-siml__select-check__label.s {
    height: 52px;
    background-position: 10px center;
    padding: 15px 12px 15px 42px;
  }
}
.p-siml__select-radio__label span, .p-siml__select-check__label span {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-siml__select-radio__label span, .p-siml__select-check__label span {
    font-size: 13px;
  }
}
.p-siml__select-radio__label.is-selected, .p-siml__select-check__label.is-selected {
  pointer-events: none;
  background-color: #e8e8e8;
  color: #737373;
}
.p-siml__select-radio__label.is-checked, .p-siml__select-check__label.is-checked {
  background-color: #FFF8F8;
  border-color: #FEC8CD;
}
.p-siml__select-radio:checked + .p-siml__select-radio__label, .p-siml__select-radio:checked + .p-siml__select-check__label, .p-siml__select-check:checked + .p-siml__select-radio__label, .p-siml__select-check:checked + .p-siml__select-check__label {
  background-color: #FFF8F8;
  border-color: #FEC8CD;
}
.p-siml__select-radio:disabled + .p-siml__select-radio__label, .p-siml__select-radio:disabled + .p-siml__select-check__label, .p-siml__select-check:disabled + .p-siml__select-radio__label, .p-siml__select-check:disabled + .p-siml__select-check__label {
  pointer-events: none;
  background-color: #e8e8e8;
  color: #737373;
}
.p-siml__select-radio__wrap, .p-siml__select-check__wrap {
  width: 100%;
  height: auto;
  min-height: 52px;
  margin-top: 10px;
	position: relative;
}
.p-siml__select-radio__wrap.c2, .p-siml__select-check__wrap.c2 {
  width: calc((100% - 10px) / 2);
}
@media (min-width: 769px) {
  .p-siml__select-radio__wrap.pc-c2, .p-siml__select-check__wrap.pc-c2 {
    width: calc((100% - 10px) / 2);
  }
}
.p-siml__select-radio__wrap.c3, .p-siml__select-check__wrap.c3 {
  width: calc((100% - 20px) / 3);
}
@media (min-width: 769px) {
  .p-siml__select-radio__wrap.pc-c3, .p-siml__select-check__wrap.pc-c3 {
    width: calc((100% - 20px) / 3);
  }
}
.p-siml__select-radio__wrap.is-disable, .p-siml__select-check__wrap.is-disable {
	cursor: default;
}
.p-siml__select-radio__wrap.is-disable:before, .p-siml__select-check__wrap.is-disable:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	z-index: 1;
}
.p-siml__select-check__note{
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-siml__select-radio__label {
  background-image: url(/common_c/images/common/radio.svg);
}
.p-siml__select-radio__label.is-checked {
  background-image: url(/common_c/images/common/radio_on.svg);
}
.p-siml__select-radio:checked + .p-siml__select-radio__label {
  background-image: url(/common_c/images/common/radio_on.svg);
}
.p-siml__select-check__label {
  background-image: url(/common_c/images/common/checkbox.svg);
}
.p-siml__select-check__label.is-checked {
  background-image: url(/common_c/images/common/checkbox_on.svg);
}
.p-siml__select-check:checked + .p-siml__select-check__label {
  background-image: url(/common_c/images/common/checkbox_on.svg);
}
.p-siml__select-select {
  width: 100%;
  padding: 13px 30px 13px 13px;
  font-weight: bold;
  font-size: 17px;
  appearance: none;
  border: 4px solid #e8e8e8;
  background: #fff;
  border-radius: 8px;
  background: url(/common_c/images/common/icon/icon_arrow_down.svg) no-repeat right 15px center white;
  background-size: 8px 5px;
}
@media (max-width: 768px) {
  .p-siml__select-select {
    font-size: 13px;
  }
}
.p-siml__select-ctg__ttl.l {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-siml__select-ctg__ttl.l span {
  font-size: 16px;
  font-weight: normal;
  padding-top: 90px;
  position: relative;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .p-siml__select-ctg__ttl.l span {
    font-size: 13px;
  }
}
.p-siml__select-ctg__ttl.l span::before {
  content: "";
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-siml__select-ctg__ttl.l.sim span::before {
  background-image: url(../images/icon_sim.svg);
}
.p-siml__select-ctg__ttl.l.sim-smartphone span::before {
  background-image: url(../images/icon_sim_smartphone.svg);
}
.p-siml__select-ctg__ttl-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.p-siml__select-ctg__ttl-head, .p-siml__select-ctg__ttl-summary {
  max-width: calc(100% - 100px);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media (max-width: 815px) {
  .p-siml__select-ctg__ttl-head, .p-siml__select-ctg__ttl-summary {
    font-size: 13px;
  }
}
.p-siml__select-ctg__ttl-head b, .p-siml__select-ctg__ttl-summary b {
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 815px) {
  .p-siml__select-ctg__ttl-head b, .p-siml__select-ctg__ttl-summary b {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .p-siml__select-ctg__ttl-head b, .p-siml__select-ctg__ttl-summary b {
    font-size: 13px;
  }
}
.p-siml__select-ctg__ttl-head span, .p-siml__select-ctg__ttl-summary span {
  font-size: 18px;
  margin-right: 0.15em;
}
@media (max-width: 815px) {
  .p-siml__select-ctg__ttl-head span, .p-siml__select-ctg__ttl-summary span {
    font-size: 19px;
  }
}
@media (max-width: 320px) {
  .p-siml__select-ctg__ttl-head span.text-size-n, .p-siml__select-ctg__ttl-summary span.text-size-n {
    font-size: 10px !important;
  }
}
.p-siml__select-ctg__ttl-head .note {
  display: block;
  font-size: 15px;
}
@media (max-width: 768px) {
  .p-siml__select-ctg__ttl-head .note {
    font-size: 13px;
  }
}
.p-siml__select-ctg__ttl-summary {
  min-width: 100px;
  text-align: right;
}
@media (max-width: 768px) {
  .p-siml__select-ctg__ttl-summary {
    min-width: 80px;
  }
}
.p-siml__select-ctg__ttl-summary b {
  margin-left: 0.2em;
}
.p-siml__select-ctg__body-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-siml__select-ctg__body-text {
  padding-right: 15px;
}
.p-siml__select-ctg__body-img {
  width: 70px;
  flex: 0 0 70px;
  max-width: 70px;
  text-align: center;
}
.p-siml__select-ctg__plan {
  width: 100%;
  background-color: #fff;
  border: #E8E8E8 solid 1px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px 6px;
  margin-top: 8px;
}
@media (max-width: 320px) {
  .p-siml__select-ctg__plan {
    padding: 8px 5px 6px;
  }
}
.p-siml__select-ctg__plan-capacity, .p-siml__select-ctg__plan-speed {
  width: 50%;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .p-siml__select-ctg__plan-capacity, .p-siml__select-ctg__plan-speed {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .p-siml__select-ctg__plan-capacity, .p-siml__select-ctg__plan-speed {
    font-size: 11px;
  }
}
.p-siml__select-ctg__plan-capacity b, .p-siml__select-ctg__plan-speed b {
  font-size: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .p-siml__select-ctg__plan-capacity b, .p-siml__select-ctg__plan-speed b {
    font-size: 13px;
  }
}
.p-siml__select-ctg__plan-capacity span, .p-siml__select-ctg__plan-speed span {
  font-size: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .p-siml__select-ctg__plan-capacity span, .p-siml__select-ctg__plan-speed span {
    font-size: 17px;
  }
}
.p-siml__select-ctg__plan-capacity b:nth-of-type(2) {
  margin-left: 20px;
}
.p-siml__select-ctg__plan-capacity b:nth-of-type(2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #D2D2D2;
  position: absolute;
  top: 0;
  left: -16px;
}
@media (max-width: 768px) {
  .p-siml__select-ctg__plan-capacity b:nth-of-type(2)::before {
    top: -1px;
  }
}


.p-siml__select-ctg__plan-capacity2 {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .p-siml__select-ctg__plan-capacity2 {
    font-size: 13px;
  }
}
.p-siml__select-ctg__plan-capacity2__title {

}
@media (max-width: 768px) {
  .p-siml__select-ctg__plan-capacity2__title {
  }
}
.p-siml__select-ctg__plan-capacity2__gb {
  font-size: 17px;
  font-weight: bold;
  color: #ff0033;
}
@media (max-width: 768px) {
  .p-siml__select-ctg__plan-capacity2__gb {
    font-size: 13px;
  }
}
.p-siml__select-ctg__plan-capacity2__gb span {
  font-size: 28px;
  margin-right: 0.15em;
}
@media (max-width: 768px) {
  .p-siml__select-ctg__plan-capacity2__gb span {
    font-size: 24px;
  }
}


.p-siml__select-ctg__plan-speed b {
  display: block;
}
.p-siml__select-data {
  display: inline-flex;
  align-items: baseline;
}
.p-siml__select-data .before, .p-siml__select-data .after {
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.p-siml__select-data .before {
  color: #C71C36;
  /* font-size: 12px;
  margin-right: 22px; */
}
/*
@media (max-width: 768px) {
  .p-siml__select-data .before {
    font-size: 10px;
  }
}
.p-siml__select-data .before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #d7d7d7;
  border-width: 7px 0 7px 10px;
  position: absolute;
  top: -2px;
  right: -16px;
}
@media (max-width: 768px) {
  .p-siml__select-data .before::after {
    border-width: 6px 0 6px 8px;
  }
}
.p-siml__select-data .before span {
  font-size: 15px;
}
@media (max-width: 768px) {
  .p-siml__select-data .before span {
    font-size: 13px;
  }
}
*/
.p-siml__select-data .after {
  font-size: 17px;
}
@media (max-width: 768px) {
  .p-siml__select-data .after {
    font-size: 14px;
  }
}
.p-siml__select-data .after span {
  font-size: 22px;
}
@media (max-width: 768px) {
  .p-siml__select-data .after span {
    font-size: 19px;
  }
}
.p-siml__select-data.S .after {
  color: #C71C36;
}
.p-siml__select-data.M .after {
  color: #DB6538;
}
.p-siml__select-data.L .after {
  color: #117E8B;
}
.p-siml__selected__category-item {
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
.p-siml__selected__category-item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-siml__selected__category-item {
    width: 220px;
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .p-siml__selected__category-item {
    width: 180px;
    font-size: 13px;
  }
}
.p-siml__selected__category-item > span {
  display: block;
}
.p-siml__selected__category-item.ico {
  padding-left: 60px;
}
.p-siml__selected__category-item.ico::before {
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-siml__selected__category-item.ico.sim::before {
  background-image: url(../images/icon_sim_2.svg);
}
.p-siml__selected__category-item.ico.smartphone::before {
  background-image: url(../images/icon_smartphone.svg);
}
.p-siml__selected__btn {
  width: 66px;
  height: 25px;
  background-color: #fff;
  font-size: 14px;
  border: #262626 solid 1px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-siml__selected__btn {
    width: 52px;
    height: 22px;
    font-size: 12px;
  }
}
.p-siml__input {
  width: 400px;
  height: 50px;
  font-size: 16px;
  padding: 15px 20px;
  border: #E8E8E8 solid 1px;
  border-radius: 8px;
  display: block;
}
@media (max-width: 500px) {
  .p-siml__input {
    width: 260px;
    font-size: 13px;
    padding: 15px 10px;
    border-radius: 4px;
  }
}
@media (max-width: 320px) {
  .p-siml__input {
    width: 230px;
    font-size: 12px;
  }
}
.p-siml__input-block {
  width: 460px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 30px;
  transform: translateX(30px);
}
@media (max-width: 500px) {
  .p-siml__input-block {
    width: 310px;
    margin-bottom: 15px;
    transform: translateX(20px);
  }
}
@media (max-width: 320px) {
  .p-siml__input-block {
    width: 280px;
    transform: none;
  }
}
.p-siml__input-lead {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 500px) {
  .p-siml__input-lead {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .p-siml__input-lead {
    font-size: 14px;
  }
}
.p-siml__input-lead span {
  font-weight: bold;
  position: relative;
}
.p-siml__input-lead span::before, .p-siml__input-lead span::after {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
@media (max-width: 500px) {
  .p-siml__input-lead span::before, .p-siml__input-lead span::after {
    height: 22px;
  }
}
.p-siml__input-lead span::before {
  left: -30px;
  transform: rotate(-20deg);
}
@media (max-width: 500px) {
  .p-siml__input-lead span::before {
    left: -15px;
  }
}
@media (max-width: 320px) {
  .p-siml__input-lead span::before {
    left: -10px;
  }
}
.p-siml__input-lead span::after {
  right: -30px;
  transform: rotate(20deg);
}
@media (max-width: 500px) {
  .p-siml__input-lead span::after {
    right: -15px;
  }
}
@media (max-width: 320px) {
  .p-siml__input-lead span::after {
    right: -10px;
  }
}
.p-siml__input-unit {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 500px) {
  .p-siml__input-unit {
    font-size: 15px;
  }
}
.p-siml__step__scr {
  display: none;
  width: 200px;
  position: fixed;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrAnim 1.5s infinite linear alternate;
  z-index: 100;
}
@media (max-width: 500px) {
  .p-siml__step__scr {
    width: 160px;
    bottom: 100px;
  }
}
.p-siml__unit__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 500px) {
  .p-siml__unit__ttl {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}
.p-siml__unit__ttl::after {
  content: "";
  width: 50px;
  height: 6px;
  background-color: #FF0033;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .p-siml__unit__ttl::after {
    width: 38px;
    height: 3px;
  }
}
.p-siml__unit__ttl-wrap {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}
.p-siml__unit__delete {
  width: 32px;
  height: 32px;
  background-image: url(../images/icon_delete.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  text-indent: -999em;
  border: #e8e8e8 solid 1px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  overflow: hidden;
  cursor: pointer;
  transition: 0.1s ease;
}
@media (max-width: 768px) {
  .p-siml__unit__delete {
    width: 26px;
    height: 26px;
    background-size: 14px auto;
    right: 15px;
    margin-top: -3px;
  }
}
.p-siml__unit__delete:hover {
  opacity: 0.7;
}
.p-siml__tab__attention {
  width: 400px;
  height: 360px;
  border-radius: 8px;
  background-color: #D2D2D2;
  margin: auto;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-siml__tab__attention {
    height: 295px;
  }
}
@media (max-width: 500px) {
  .p-siml__tab__attention {
    width: 215px;
    height: 225px;
    top: 60px;
  }
}
.p-siml__tab__attention::after {
  content: "";
  width: 80px;
  height: 119px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icon_slide.svg);
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: slideAnim 1.5s infinite linear alternate;
}
@media (max-width: 500px) {
  .p-siml__tab__attention::after {
    width: 44px;
    height: 65px;
  }
}
.p-siml__tab__attention span {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .p-siml__tab__attention span {
    padding-top: 50px;
  }
}
@media (max-width: 500px) {
  .p-siml__tab__attention span {
    font-size: 16px;
    padding-top: 45px;
  }
}
.p-siml__tab__attention.is-hidden {
  opacity: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  cursor: default;
}
.p-siml__tab__attention img {
  width: 220px;
}
@media (max-width: 500px) {
  .p-siml__tab__attention img {
    width: 125px;
  }
}
.p-siml__details__ttl, .p-siml__details__head {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-siml__details__ttl, .p-siml__details__head {
    font-size: 16px;
  }
}
.p-siml__details__ttl {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-siml__details__ttl {
    margin-bottom: 20px;
  }
}
.p-siml__details__head {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-siml__details__head {
    margin-bottom: 6px;
  }
}
.p-siml__details__lead {
  color: #fff;
  text-align: center;
  margin-bottom: 0.75em;
}
.p-siml__details__result-price {
  border-bottom: #fff solid 1px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .p-siml__details__result-price {
    justify-content: space-between;
    padding-bottom: 12px;
  }
}
.p-siml__details__result-price__head, .p-siml__details__result-price__data {
  line-height: 1;
}
.p-siml__details__result-price__head {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-siml__details__result-price__head {
    font-size: 14px;
  }
}
.p-siml__details__result-price__data {
  color: #FF0033;
  font-size: 22px;
  font-weight: bold;
  margin: 0 10px 0 20px;
}
@media (max-width: 768px) {
  .p-siml__details__result-price__data {
    font-size: 16px;
    margin: 0;
  }
}
.p-siml__details__result-price__data span {
  font-size: 30px;
  margin-right: 0.15em;
}
@media (max-width: 768px) {
  .p-siml__details__result-price__data span {
    font-size: 22px;
  }
}
.p-siml__details__result-price__sup {
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 0.25em;
}
@media (max-width: 768px) {
  .p-siml__details__result-price__sup {
    font-size: 11px;
    text-align: left;
  }
}
.p-siml__details__result-price__sup > span {
  font-size: 12px;
}
@media (max-width: 768px) {
  .p-siml__details__result-price__sup > span {
    font-size: 10px;
  }
  .p-siml__details__result-price__sup > span + span {
    display: block;
  }
}
.p-siml__details__result-price__sup > span span {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0.2em;
}
@media (max-width: 768px) {
  .p-siml__details__result-price__sup > span span {
    font-size: 14px;
  }
}
.p-siml__details__result__total-price {
  border-bottom: #fff solid 1px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-siml__details__result__total-price {
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
.p-siml__details__result__total-price__head, .p-siml__details__result__total-price__data {
  line-height: 1;
}
.p-siml__details__result__total-price__head {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .p-siml__details__result__total-price__head {
    font-size: 16px;
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .p-siml__details__result__total-price__head {
    font-size: 14px;
  }
}
.p-siml__details__result__total-price__data {
  color: #FF0033;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-siml__details__result__total-price__data {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .p-siml__details__result__total-price__data {
    font-size: 16px;
  }
}
.p-siml__details__result__total-price__data span {
  font-size: 34px;
  margin-right: 0.15em;
}
@media (max-width: 768px) {
  .p-siml__details__result__total-price__data span {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  .p-siml__details__result__total-price__data span {
    font-size: 24px;
  }
}
.p-siml__details__list {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-siml__details__list {
    margin-bottom: 15px;
  }
}
.p-siml__details__list-item {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75em 0;
}
@media (max-width: 768px) {
  .p-siml__details__list-item {
    align-items: center;
    padding: 0.5em 0;
  }
}
.p-siml__details__list-item:not(:last-child) {
  border-bottom: #fff dashed 1px;
}
.p-siml__details__category {
  width: 155px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-siml__details__category {
    width: 85px;
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .p-siml__details__category {
    width: 75px;
  }
}
.p-siml__details__data {
  width: calc(100% - 155px);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .p-siml__details__data {
    width: calc(100% - 85px);
  }
}
@media (max-width: 320px) {
  .p-siml__details__data {
    width: calc(100% - 75px);
  }
}
.p-siml__details__data-wrap {
  width: calc(100% - 155px);
}
@media (max-width: 768px) {
  .p-siml__details__data-wrap {
    width: calc(100% - 85px);
  }
}
@media (max-width: 320px) {
  .p-siml__details__data-wrap {
    width: calc(100% - 75px);
  }
}
.p-siml__details__data-wrap .p-siml__details__data {
  width: 100%;
}
.p-siml__details__data-wrap .p-siml__details__data:not(:last-child) {
  margin-bottom: 8px;
}
.p-siml__details__data-name, .p-siml__details__data-price {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-siml__details__data-name, .p-siml__details__data-price {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .p-siml__details__data-name, .p-siml__details__data-price {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  .p-siml__details__data-name {
    width: calc(100% - 85px);
  }
}
.p-siml__details__data-name .note {
  font-size: 13px;
  margin-left: 0.25em;
}
@media (max-width: 500px) {
  .p-siml__details__data-name .note {
    font-size: 11px;
    display: block;
    margin: 0;
  }
}
.p-siml__details__data-price {
  text-align: right;
}
@media (max-width: 500px) {
  .p-siml__details__data-price {
    width: 80px;
  }
}
.p-siml__details__data-price span {
  font-size: 20px;
  margin-right: 0.15em;
}
@media (max-width: 768px) {
  .p-siml__details__data-price span {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .p-siml__details__data-price span {
    font-size: 14px;
  }
}
.p-siml__details__sup {
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-top: 0.25em;
}
@media (max-width: 768px) {
  .p-siml__details__sup {
    font-size: 10px;
  }
}
.p-siml__plan {
  background-color: #fff;
  border: #E8E8E8 solid 1px;
}
.p-siml__plan-top {
  background-color: #262626;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
@media (max-width: 500px) {
  .p-siml__plan-top {
    font-size: 16px;
    padding: 10px 0;
  }
}
.p-siml__plan-inner {
  padding: 0 60px 30px;
}
@media (max-width: 500px) {
  .p-siml__plan-inner {
    padding: 0 20px;
  }
}
.p-siml__plan-inner.s {
  padding: 30px 60px;
}
@media (max-width: 500px) {
  .p-siml__plan-inner.s {
    padding: 15px;
  }
}
.p-siml__plan-list__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: #F6F6F6 solid 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.p-siml__plan-list + .p-siml__plan-list__ttl {
  margin-top: 10px;
}
.p-siml__plan-list__head {
  font-weight: bold;
  text-align: center;
  border: #CBCBCB solid 1px;
  border-radius: 40px;
  display: block;
  margin: auto;
  width: 100%;
  min-width: 250px;
  max-width: fit-content;
  padding: 5px 20px;
}
@media all and (-ms-high-contrast: none) {
  .p-siml__plan-list__head {
    max-width: 350px;
  }
}
.p-siml__plan-list__item {
  padding: 30px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 500px) {
  .p-siml__plan-list__item {
    padding: 20px 0 10px;
  }
}
.p-siml__plan-list__item:not(:last-child) {
  border-bottom: #F6F6F6 solid 1px;
}
.p-siml__plan-list.nol .p-siml__plan-list__item {
  border-bottom: none;
  padding-bottom: 0;
}
.p-siml__plan-head {
  font-size: 16px;
}
@media (max-width: 500px) {
  .p-siml__plan-head {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .p-siml__plan-head {
    font-size: 12px;
  }
}
.p-siml__plan-data__txt {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 500px) {
  .p-siml__plan-data__txt {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .p-siml__plan-data__txt {
    font-size: 15px;
  }
}
.p-siml__plan-data__txt .m {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
@media (max-width: 500px) {
  .p-siml__plan-data__txt .m {
    font-size: 13px;
  }
}
.p-siml__plan-data__txt .s {
  color: #737373;
  font-size: 13px;
  font-weight: normal;
  display: block;
}
@media (max-width: 500px) {
  .p-siml__plan-data__txt .s {
    font-size: 11px;
  }
}
.p-siml__plan-data__txt .text-arrow {
  color: #000;
  padding-right: 35px;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 500px) {
  .p-siml__plan-data__txt .text-arrow {
    padding-right: 25px;
    margin-right: 10px;
  }
}
.p-siml__plan-data__txt .text-arrow::after {
  content: "";
  width: 17px;
  height: 10px;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-siml__plan-data__bal {
  width: 350px;
  background-color: #FFF8F8;
  border: #FD0E33 solid 3px;
  border-radius: 14px;
  padding: 10px 0;
  margin-top: 15px;
  position: relative;
}
@media (max-width: 500px) {
  .p-siml__plan-data__bal {
    width: 250px;
    border-width: 2px;
    margin-top: 10px;
    margin-left: -180px;
  }
}
.p-siml__plan-data__bal::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #FD0E33 transparent;
  position: absolute;
  top: -15px;
  right: 34px;
}
@media (max-width: 500px) {
  .p-siml__plan-data__bal::before {
    border-width: 0 5px 7px 5px;
    top: -9px;
    right: 27px;
  }
}
.p-siml__plan-data__bal-inner {
  color: #FD0E33;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 500px) {
  .p-siml__plan-data__bal-inner {
    font-size: 13px;
  }
}
.p-siml__plan-data__bal-inner .price {
  margin: 0 5px;
}
.p-siml__plan-data__bal-inner .l {
  font-size: 20px;
  margin-right: 3px;
}
@media (max-width: 500px) {
  .p-siml__plan-data__bal-inner .l {
    font-size: 16px;
  }
}
.p-siml__plan-sup {
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .p-siml__plan-sup {
    margin-bottom: 10px;
  }
}
.p-siml__plan-sup small {
  color: #737373;
  font-size: 12px;
  text-align: right;
  display: block;
}
@media (max-width: 500px) {
  .p-siml__plan-sup small {
    font-size: 10px;
  }
}
.p-siml__plan__select-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-siml__plan__select-wrapper.single {
  justify-content: center;
}
.p-siml__plan__select-wrapper.c2 .p-siml__plan__select-item {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .p-siml__plan__select-wrapper.c2 .p-siml__plan__select-item {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 768px) {
  .p-siml__plan__select-wrapper.c2 .p-siml__plan__select-item + .p-siml__plan__select-item {
    margin-top: 15px;
  }
}
.p-siml__plan__select-item {
  width: 400px;
  position: relative;
}
@media (max-width: 500px) {
  .p-siml__plan__select-item {
    width: 215px;
    height: 225px;
  }
}
.p-siml__plan__select-item__wrap {
  padding: 0 10px;
}
.p-siml__plan__select-item__wrap .p-siml__plan__select-item {
  width: 100%;
}
.p-siml__plan__select-input {
  display: none;
}
.p-siml__plan__select-input__label {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 12px 12px;
  line-height: 1.2;
  vertical-align: top;
  text-align: left;
  border-radius: 8px;
  border: 4px solid #e8e8e8;
  display: block;
  padding: 40px 15px 30px 40px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.1s ease;
}
@media (max-width: 768px) {
  .p-siml__plan__select-input__label {
    background-size: 20px 20px;
    font-size: 13px;
    border-width: 3px;
    padding: 12px 12px 12px 42px;
  }
}
.p-siml__plan__select-input__label.check {
  background-image: url(/common_c/images/common/checkbox.svg);
}
.p-siml__plan__select-input__label.radio {
  background-image: url(/common_c/images/common/radio.svg);
}
.p-siml__plan__select-input__label-ttl {
  height: 45px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-siml__plan__select-input__label-ttl {
    height: auto;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .p-siml__plan__select-input__label-ttl {
    font-size: 14px;
  }
}
.p-siml__plan__select-input__label-ttl.model {
  width: calc(100% + 55px);
  text-align: center;
  transform: translateX(-40px);
  justify-content: center;
}
@media (max-width: 500px) {
  .p-siml__plan__select-input__label-ttl.model {
    width: calc(100% + 60px);
    transform: translateX(-45px);
  }
}
.p-siml__plan__select-input__label-ttl .b {
  width: calc(100% - 105px);
}
.p-siml__plan__select-input__label-ttl .r {
  display: block;
  text-align: right;
  margin-left: 15px;
  flex-wrap: wrap;
}
.p-siml__plan__select-input__label-btn {
  width: 170px;
  min-width: auto;
  display: block;
  margin: auto;
}
.p-siml__plan__select-input:checked + .p-siml__plan__select-input__label {
  background-color: #FFF8F8;
  border-color: #FEC8CD;
}
.p-siml__plan__select-input:checked + .p-siml__plan__select-input__label.check {
  background-image: url(/common_c/images/common/checkbox_on.svg);
}
.p-siml__plan__select-input:checked + .p-siml__plan__select-input__label.radio {
  background-image: url(/common_c/images/common/radio_on.svg);
}
.p-siml__plan__select-input__img {
  width: calc(100% + 55px);
  height: 200px;
  text-align: center;
  transform: translateX(-40px);
}
@media (max-width: 500px) {
  .p-siml__plan__select-input__img {
    width: calc(100% + 60px);
    height: 120px;
    transform: translateX(-45px);
  }
}
.p-siml__plan__select-input__img img {
  max-width: none;
  height: 100%;
}
.p-siml__plan__select-nav {
  width: 28px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 500px) {
  .p-siml__plan__select-nav {
    width: 14px;
    height: 25px;
  }
}
.p-siml__plan__select-nav.next {
  background-image: url(../images/icon_arrow_g_next.svg);
  right: 140px;
}
@media (max-width: 500px) {
  .p-siml__plan__select-nav.next {
    right: 20px;
  }
}
.p-siml__plan__select-nav.prev {
  background-image: url(../images/icon_arrow_g_prev.svg);
  left: 140px;
}
@media (max-width: 500px) {
  .p-siml__plan__select-nav.prev {
    left: 20px;
  }
}
.p-siml__comparison__wrap {
  width: 100%;
  max-width: 510px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 26px;
}
@media (max-width: 768px) {
  .p-siml__comparison__wrap {
    margin-bottom: 15px;
  }
}
.p-siml__comparison__head {
  width: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .p-siml__comparison__head {
    width: 45px;
    font-size: 14px;
  }
}
.p-siml__comparison__input {
  width: calc(100% - 55px);
  font-size: 20px;
  text-align: right;
}
.p-siml__comparison__input-wrap {
  width: calc(100% - 60px);
  margin: 0;
  transform: none;
}
@media (max-width: 768px) {
  .p-siml__comparison__input-wrap {
    width: calc(100% - 55px);
  }
}
@media (max-width: 768px) {
  .p-siml__comparison__input {
    width: calc(100% - 50px);
    font-size: 20px;
  }
}
.p-siml__comparison__input-unit {
  width: 45px;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .p-siml__comparison__input-unit {
    width: 40px;
    font-size: 14px;
  }
}
.p-siml__comparison__input::placeholder {
  font-size: 18px;
  text-align: left;
}
@media (max-width: 500px) {
  .p-siml__comparison__input::placeholder {
    font-size: 2.933333vw;
  }
}
.p-siml__comparison__price {
  width: 100%;
  max-width: 400px;
  text-align: center;
  border-bottom: #fff solid 1px;
  margin: auto;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .p-siml__comparison__price {
    max-width: 240px;
    padding-bottom: 5px;
  }
}
.p-siml__comparison__price .inner {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-siml__comparison__price .inner {
    font-size: 16px;
  }
}
.p-siml__comparison__price .inner .price {
  color: #FF0033;
  font-size: 22px;
  margin: 0 0.25em;
}
@media (max-width: 768px) {
  .p-siml__comparison__price .inner .price {
    font-size: 20px;
  }
}
.p-siml__comparison__price .inner .price span {
  font-size: 32px;
  margin-right: 0.15em;
}
@media (max-width: 768px) {
  .p-siml__comparison__price .inner .price span {
    font-size: 28px;
  }
}
.p-siml__comparison__monthly {
  width: 240px;
  display: flex;
  justify-content: center;
  margin: 15px auto 0;
}
@media (max-width: 500px) {
  .p-siml__comparison__monthly {
    margin-top: 20px;
  }
}
.p-siml__comparison__monthly-bal {
  width: 130px;
  height: 127px;
  background-image: url(../images/monthly_bal.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  position: relative;
  z-index: 0;
}
@media (max-width: 500px) {
  .p-siml__comparison__monthly-bal {
    width: 116px;
    height: 114px;
    padding-top: 28px;
  }
}
.p-siml__comparison__monthly-bal .inner {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 500px) {
  .p-siml__comparison__monthly-bal .inner {
    font-size: 16px;
  }
}
.p-siml__comparison__monthly-bal .inner .l {
  font-size: 20px;
  display: block;
}
@media (max-width: 500px) {
  .p-siml__comparison__monthly-bal .inner .l {
    font-size: 16px;
  }
}
.p-siml__comparison__monthly-icon {
  width: 116px;
  position: relative;
  transform: translate(-10px, 10px);
  z-index: 1;
}
@media (max-width: 500px) {
  .p-siml__comparison__monthly-icon {
    width: 105px;
    transform: translate(-15px, 5px);
  }
}
.p-siml__statement-wrapper {
  border: #FDE8EA solid 10px;
  margin: 30px 30px 20px;
  padding: 20px;
}
@media (max-width: 500px) {
  .p-siml__statement-wrapper {
    border-width: 5px;
    margin: 15px 15px 10px;
    padding: 15px 10px;
  }
}
.p-siml__statement-wrapper.g {
  border-color: #F6F6F6;
}
.p-siml__statement-result__yearly-bal {
  width: 410px;
  height: 80px;
  border: #FD0E33 solid 5px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .p-siml__statement-result__yearly-bal {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .p-siml__statement-result__yearly-bal {
    height: 50px;
    border-width: 2px;
    margin-bottom: 15px;
  }
}
@media (max-width: 320px) {
  .p-siml__statement-result__yearly-bal {
    width: 100%;
  }
}
.p-siml__statement-result__yearly-bal .inner {
  color: #FD0E33;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 500px) {
  .p-siml__statement-result__yearly-bal .inner {
    font-size: 16px;
  }
}
.p-siml__statement-result__yearly-bal .price {
  margin: 0 5px;
}
.p-siml__statement-result__yearly-bal .price .l {
  font-size: 32px;
  margin-right: 3px;
}
@media (max-width: 500px) {
  .p-siml__statement-result__yearly-bal .price .l {
    font-size: 24px;
  }
}
.p-siml__statement-result__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.p-siml__statement-result__graf {
  width: 100px;
  height: 195px;
  margin: auto;
  position: relative;
}
@media (max-width: 500px) {
  .p-siml__statement-result__graf {
    width: 60px;
    height: 115px;
  }
}
.p-siml__statement-result__graf.before {
  background-color: #C7C7C7;
}
.p-siml__statement-result__graf.after {
  background-color: #FD0E33;
}
.p-siml__statement-result__graf.after .discount {
  width: 100%;
  background-color: #262626;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.25s ease;
}
.p-siml__statement-result__graf-wrap {
  width: 290px;
  border-bottom: #C7C7C7 solid 1px;
  display: flex;
  justify-content: center;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 500px) {
  .p-siml__statement-result__graf-wrap {
    width: 180px;
    margin-right: 10px;
  }
}
@media (max-width: 320px) {
  .p-siml__statement-result__graf-wrap {
    margin-right: 0;
  }
}
.p-siml__statement-result__graf-item {
  position: relative;
}
.p-siml__statement-result__graf-item.before {
  margin-right: 50px;
}
@media (max-width: 500px) {
  .p-siml__statement-result__graf-item.before {
    margin-right: 30px;
  }
}
.p-siml__statement-result__graf-item.before::after {
  content: "";
  width: 170px;
  height: 1px;
  border-top: #C7C7C7 dashed 1px;
  position: absolute;
  top: 65px;
  right: -170px;
}
@media (max-width: 500px) {
  .p-siml__statement-result__graf-item.before::after {
    width: 110px;
    top: 52px;
    right: -105px;
  }
}
.p-siml__statement-result__graf-head {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .p-siml__statement-result__graf-head {
    font-size: 10px;
  }
}
.p-siml__statement-result__graf-head .price {
  height: 30px;
  line-height: 30px;
  display: block;
}
@media (max-width: 500px) {
  .p-siml__statement-result__graf-head .price {
    height: 26px;
    line-height: 26px;
  }
}
.p-siml__statement-result__graf-head .m {
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 500px) {
  .p-siml__statement-result__graf-head .m {
    font-size: 13px;
  }
}
.p-siml__statement-result__graf-head .r {
  color: #FD0E33;
  font-weight: bold;
}
.p-siml__statement-result__graf-head .r .l {
  font-size: 26px;
  margin-right: 5px;
}
@media (max-width: 500px) {
  .p-siml__statement-result__graf-head .r .l {
    font-size: 16px;
  }
}
.p-siml__statement-result__graf-head .r .m {
  font-weight: bold;
}
.p-siml__statement-result__sup {
  font-size: 12px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
@media (max-width: 768px) {
  .p-siml__statement-result__sup {
    font-size: 10px;
    bottom: -22px;
  }
}
.p-siml__statement-total {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 500px) {
  .p-siml__statement-total {
    font-size: 16px;
  }
}
.p-siml__statement-total.sub {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .p-siml__statement-total.sub {
    font-size: 13px;
  }
}
.p-siml__statement-total .l {
  font-size: 28px;
  display: block;
}
@media (max-width: 500px) {
  .p-siml__statement-total .l {
    font-size: 24px;
  }
}
.p-siml__app-btn {
  width: calc(100% - 30px);
  max-width: 300px;
  height: auto;
  text-indent: 0;
  display: block !important;
  margin: 0 auto;
}
.p-siml__app-btn.modal-close {
  margin-top: 40px;
}
.p-siml__app-btn__wrapper {
  width: 100%;
  background-color: #fff;
  padding: 20px 15px;
  text-align: center;
}
.p-siml__app-btn__wrapper .p-siml__app-btn {
  width: 50%;
  display: inline-block;
}
@media (max-width: 500px) {
  .p-siml__app-btn__wrapper .p-siml__app-btn {
    width: 100%;
    max-width: none;
    display: block;
  }
}
@media (min-width: 1025px) {
  .p-siml__app-btn__wrapper .p-siml__app-btn.pc-column {
    width: calc((100% - 20px) / 3);
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .p-siml__app-btn__wrapper .p-siml__app-btn.sp-column {
    width: calc((100% - 20px) / 2);
    max-width: none;
    min-width: auto;
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .p-siml__app-btn__wrapper .p-siml__app-btn.campaign {
    width: 100%;
    max-width: 698px;
    margin-left: 0 !important;
    margin-top: 15px !important;
  }
}
@media (max-width: 768px) {
  .p-siml__app-btn__wrapper .p-siml__app-btn.campaign {
    max-width: none;
  }
}
.p-siml__app-btn__wrapper .p-siml__app-btn + .p-siml__app-btn {
  margin-left: 20px;
}
@media (max-width: 500px) {
  .p-siml__app-btn__wrapper .p-siml__app-btn + .p-siml__app-btn {
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .p-siml__app-btn__wrapper .p-siml__app-btn.pc-column + .p-siml__app-btn {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .p-siml__app-btn__wrapper .p-siml__app-btn.sp-column + .p-siml__app-btn {
    margin-top: 0;
    margin-left: 15px;
  }
}
.p-siml__app-head {
  text-align: center;
  margin-bottom: 20px;
}
.p-siml__app-head span {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 500px) {
  .p-siml__app-head span {
    font-size: 16px;
  }
}
.p-siml__app-head span::before, .p-siml__app-head span::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
}
.p-siml__app-head span::before {
  left: 0;
  transform: rotate(-20deg);
}
.p-siml__app-head span::after {
  right: 0;
  transform: rotate(20deg);
}
.p-siml__add-btn {
  width: 100%;
  max-width: 190px;
  height: 46px;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-siml__add-btn {
    width: 170px;
    height: 42px;
    font-size: 14px;
    margin: 30px auto;
  }
}
.p-siml__add-btn::before {
  content: "＋";
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-siml__add-btn::before {
    font-size: 24px;
    left: 14px;
  }
}
.p-siml__campaign-btn {
  background: #0e889a;
  color: #fff;
  border-color: #0e889a;
  box-shadow: 0px 3px 0px #075a67;
}

input::placeholder {
  color: #CACACA;
}

/* IE */
input:-ms-input-placeholder {
  color: #CACACA;
}

/* Edge */
input::-ms-input-placeholder {
  color: #CACACA;
}
/*# sourceMappingURL=style.css.map */