@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}

.sponly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sponly {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  br.sponly,
  img.sponly,
  span.sponly {
    display: inline !important;
  }
}

@media screen and (max-width: 768px) {
  tr.sponly {
    display: table-row !important;
  }
}

@media screen and (max-width: 768px) {
  th.sponly,
  td.sponly {
    display: table-cell !important;
  }
}

/**
 * rem起因の表示崩れを簡易修正（リファクタ時）
 */
html {
  font-size: 16px;
}

body {
  line-height: 24px;
  font-size: 14px;
  color: #333;
  overflow: auto;
}
.button_popup {
  min-height: 54px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.list_icon_item {
  min-height: 90px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
.container {
  width: 960px;
}
.container_full {
  width: 100%;
  background-color: #F5F5F5;
  padding: 40px 0 60px 0;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
/**
 * mainHeader__header
 */
.mainHeader__header {
  justify-content: normal;
}

.mainHeader__logo {
  width: 208px;
}

.mainHeader__info {
  font-size: 10px;
  padding: 0 11px 0 20px;
  width: auto;
}

.mainHeader__toushouLogo img {
  height: 58px;
}

.mainHeader__buttonEntry .button {
  width: 250px;
}

/**
 * mainHeader__nav
 */
.mainHeader__menu {
  max-width: 922.25px;
}

.mainHeader__menuItem {
  padding: 12px 0;
}

.mainHeader__menuSub {
  width: 960px;
}

.mainHeader__menuItem--02 .mainHeader__menuSub::before {
  left: 255px;
}

.mainHeader__menuItem--03 .mainHeader__menuSub::before {
  left: 405px;
}

.mainHeader__menuItem--04 .mainHeader__menuSub::before {
  left: 56px;
}

.mainHeader__menuItem--05 .mainHeader__menuSub::before {
  left: 705px;
}

.mainHeader__menuItem--06 .mainHeader__menuSub::before {
  left: 855px;
}

.mainHeader__menuSubItemCaption {
  font-size: 14px;
}

.mainHeader__menuSubMenuListItem {
  margin-right: 12px;
  margin-bottom: 12px;
  width: 128px;
}

.mainHeader__menuItem--02 .mainHeader__menuSubMenuListItem,
.mainHeader__menuItem--04 .mainHeader__menuSubMenuListItem {
  width: 118px;
}

.mainHeader__menuItem--04 .mainHeader__menuSubMenuListItem:nth-child(3) img {
  width: 128px;
}

.mainHeader__menuSubMenuListItemLargeItem {
  font-size: 14px;
  margin-right: 7px;
}

.mainHeader__menuSubMenuListItemOther #menu_list .nav_title {
  font-size: 11px;
}

/**
 * mainFooter
 */
.mainFooter {
  padding-bottom: 10px;
}

/**
 * 1ブロック目
 */
.mainFooter__row01 {
  font-size: 11px;
  padding: 3px 0;
}

/**
 * 2ブロック目
 */
.mainFooter__row02 {
  padding: 15px 0 21px;
}

.mainFooter__row02LeftLabel {
  border-radius: 20px;
  font-size: 15px;
  margin: 6px 0 0 0;
}

.mainFooter__row02LeftTelList {
  padding: 2px 0 0 0;
  margin: -9px 0 9px;
}

.mainFooter__row02LeftTelListItem {
  margin-top: 15px;
}

.mainFooter__row02LeftTelListItemTollFree {
  font-size: 50px;
  padding-right: 10px;
}

.mainFooter__row02LeftTelListItemText {
  font-size: 15px;
}

.mainFooter__row02LeftTelListItemNumber {
  font-size: 32px;
  margin-top: 1px;
}

.mainFooter__row02LeftBusinessHours {
  margin: -1px 0 0 0;
}

.mainFooter__row02LeftLinkWrapper {
  margin-top: 15px;
}

.mainFooter__row02Right {
  padding: 0 0 0 30px;
}

.mainFooter__row02RightButtonList {
  gap: 10px;
}

.mainFooter__row02RightSns {
  margin-right: 2px;
}

.mainFooter__row02RightSnsListWrapper {
  margin-top: 5px;
}

.mainFooter__row02RightSnsListCaption {
  padding: 5px;
  font-size: 11px;
}

.mainFooter__row02RightSnsListItem {
  padding: 3px;
  max-width: 36px;
}

.mainFooter__row02RightCreditCardImage {
  margin-top: 8px !important;
}
.mainFooter__row02RightCreditCardImage img {
  width: 315px;
  margin-bottom: -1px;
}

/**
 * 3ブロック目
 */
.mainFooter__row03 {
  padding: 20px 0;
}

.mainFooter__row03Menu {
  margin-top: -10px;
  margin-left: 5px;
}

.mainFooter__row03MenuItem {
  margin-top: 10px;
  padding: 0 15px;
  font-size: 13px;
}
.mainFooter__row03MenuItem:first-child {
  margin-left: -5px;
}

.mainFooter__row03Info {
  margin-top: 0;
}

.mainFooter__row03InfoLogo {
  margin-right: 10px;
}

.mainFooter__row03InfoCompanyName {
  margin-top: -0.5px;
}

.mainFooter__row03InfoSecuritiesCode {
  font-size: 10px;
  margin-top: -1px;
}

.mainFooter__row03InfoAddress {
  font-size: 10px;
}

.mainFooter__row03InfoIsms img {
  width: 132px;
  padding-top: 1px;
}

.mainFooter__row03InfoBanner img {
  width: 190px;
}

/**
 * コピーライト
 */
.mainFooter__copyright {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  /*
  *  spのスタイル
  */
  footer .bnr_box:nth-child(2) img {
    padding-left: 0.3px !important;
  }
}
.announce {
  padding: 20px 0;
}
.announce .container {
  max-width: 795px;
}

.announce__caption {
  padding: 4px 6px;
  font-size: 11.2px;
  margin-right: 20px;
}

.button {
  width: 170px;
}
.button::before {
  width: 7px;
  height: 7px;
  right: 12px;
}

.button__text {
  border-radius: 20px;
  font-size: 16px;
  padding: 5px 30px;
}
.button__text button {
  font-size: 16px;
}

.button--ghost .button__text {
  padding: 5px 24px;
  height: 36px;
  font-size: 14px;
}
.button--ghost .button__text::after {
  width: 6px;
  height: 6px;
  right: 15px;
}

.keyvisual__slider .swiper-slide {
  width: 210px;
  height: 158px;
  margin: 0 10px 0 0;
}
.keyvisual__slider .swiper-button-prev,
.keyvisual__slider .swiper-button-next {
  width: 30px;
  height: 30px;
}
.keyvisual__slider .swiper-button-prev {
  left: 240px;
}
.keyvisual__slider .swiper-button-next {
  right: 240px;
}

.keyvisual__contnt {
  height: 540px;
  margin-bottom: 20px;
}

.keyvisual__easyPriceAreaRecommend {
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.keyvisual__easyPriceAreaRecommendText {
  font-size: 16px;
  margin-right: 10px;
}

.keyvisual__easyPriceAreaPlanListItem {
  border-radius: 5px;
  margin-left: 5px;
}

.keyvisual__easyPriceAreaPlanListItemCaption {
  padding: 0 5px;
  height: 30px;
}

.keyvisual__easyPriceAreaPlanListItemCaptionText,
.keyvisual__easyPriceAreaPlanListItemMainText {
  font-size: 13px;
}

.keyvisual__easyPriceAreaPlanListItemCaptionTextArror,
.keyvisual__easyPriceAreaPlanListItemMainTextArror {
  font-size: 12px;
  padding: 0 8px 0 3px;
}

.keyvisual__easyPriceAreaPlanListItemCaptionTextPrice,
.keyvisual__easyPriceAreaPlanListItemMainTextPrice {
  font-size: 19px;
}

.keyvisual__easyPriceAreaPlanListItemCaptionTextUnit,
.keyvisual__easyPriceAreaPlanListItemMainTextUnit {
  font-size: 10px;
}

.keyvisual__easyPriceAreaPlanListItemMain {
  height: 30px;
  padding: 0 5px;
}

.keyvisual__easyPriceAreaPlanListItemCaptionTextArrorBottom {
  font-size: 10px;
}

.keyvisual__easyPriceAreaCalculation {
  border-radius: 10px;
  padding: 15px;
  width: 288px;
}

.keyvisual__easyPriceAreaCalculationCaption {
  font-size: 20.8px;
  margin-bottom: 5px;
}

.keyvisual__inputRow input:not([type=submit]) {
  padding: 0 5px;
  height: 30px;
}
.keyvisual__inputRow select {
  height: 30px;
  padding: 0 5px;
}

.keyvisual__inputRowLabel {
  font-size: 12px;
}

.keyvisual__easyPriceAreaCalculationPriceFechText {
  margin-top: 10px;
}

.keyvisual__easyPriceAreaCalculationPriceFechTextPrice {
  font-size: 30px;
}

.keyvisual__submitButton {
  margin-top: 10px;
}

.keyvisual__countDown {
  font-size: 12px;
  margin-top: 10px;
}

.keyvisual__countDownImageItemWrapper {
  width: 36px;
  height: 31px;
  margin-left: 7px;
}
.keyvisual__countDownImageItemWrapper::before {
  width: 7px;
}

.keyvisual__countDownImageItem::before, .keyvisual__countDownImageItem::after {
  width: calc((100% - 2px) / 2);
}

.main__snsLinkButton {
  margin: 0 5px;
}

.main__snsListCaption {
  font-size: 12px;
  padding: 0 15px;
}

.main__snsListItem {
  padding: 5px;
}
.main__snsListItem img {
  width: 30px;
}

.detail_contents.price_box:nth-child(1) .main__rankingListItemLabel {
  background: linear-gradient(to right bottom, #debc52 50%, transparent 50%);
}
.detail_contents.price_box:nth-child(2) .main__rankingListItemLabel {
  background: linear-gradient(to right bottom, #b3c3c6 50%, transparent 50%);
}
.detail_contents.price_box:nth-child(3) .main__rankingListItemLabel {
  background: linear-gradient(to right bottom, #bb855e 50%, transparent 50%);
}
.detail_contents.price_box .main__rankingListItemLabel {
  border-start-start-radius: 9px;
}
.detail_contents.price_box:hover .main__rankingListItemLabel {
  border-start-start-radius: 8px;
}
.mt10 {
  margin-top: 10px;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.c_red.c_red_big {
  font-weight: bold;
  font-size: 20px;
}
.detail_contents .receipt_message {
  line-height: normal;
}

.option_contents .repayment_btn {
  border: #125DAE solid 1px;
  padding: 6px 3px;
  width: 100%;
  line-height: 1.2;
  transition: 0.5s;
  margin: 0 2px;
  color: #125DAE;
  display: block;
  position: relative;
  cursor: pointer;
}

.option_contents .repayment_btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #125DAE;
  border-right: solid 1px #125DAE;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

.option_contents .repayment_btn:hover {
  opacity: 0.8;
  color: #fff !important;
  background-color: #125DAE;
}

.option_contents .repayment_btn:hover:after {
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
}

.repayment_overlay {
  display: none;
  background-color: rgba(17, 17, 17, 0.6);
  width: 100%;
  height: 100%;
  top: 0%;
  right: 0%;
  position: fixed;
  z-index: 1;
}

.repayment_content {
  display: none;
  z-index: 2;
  top: 57%;
  left: 50%;
  width: 50%;
  max-height: 550px;
  position: fixed;
  overflow: scroll;
  padding: 10px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.repayment_content .repayment_modal_close {
  position: absolute;
  background: url(/images/controls.png) no-repeat -50px -25px;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  z-index: 99999;
  cursor: pointer;
}

.repayments_table {
  width: 100%;
}

.repayments_table th,
.repayments_table td {
  border: 1px solid #333;
  width: 22%;
  padding: 5px;
  vertical-align: middle;
}
.repayments_table th:first-child {
  width: 33%;
}

.repayments_table th {
  background: #E8F1E0;
}

.repayments_table th.th01 {
  border: none;
}

.main__ranking {
  padding: 40px 0;
}

.main__rankingCaption {
  font-size: 36px;
}

.main__rankingList {
  margin: 20px -0.5% 0;
}

.main__rankingListItem {
  padding: 15px 15px 67px;
}

.main__rankingListItemLabel {
  width: 86px;
  height: 86px;
  font-size: 40px;
  padding: 15px;
}

.main__rankingListItemCaption {
  font-size: 22.4px;
  padding: 0 25px;
  margin-bottom: 15px;
  height: 60px;
}

.main__rankingmain__rankingListItemDeviceImage {
  width: 282px;
}

.main__rankingListItemText {
  font-size: 11px;
  margin: 10px 0;
}

.main__rankingListItemSectionCaption {
  font-size: 19.2px;
  margin: 10px 0;
}
.main__rankingListItemSectionCaption .small {
  font-size: 14.4px;
}

.main__rankingListItemSectionPopupList {
  height: 25px;
  margin-bottom: 1px;
}

.main__rankingListItemSectionPopupButton {
  margin: 0 3px;
}

.main__rankingListItemSectionTable {
  border: 1px solid #faaf3b;
  border-radius: 5px;
}

.main__rankingListItemSectionTh {
  border-radius: 2px 0 0 2px;
  font-size: 12.8px;
}

.main__rankingListItemSectionTd {
  font-size: 12.8px;
}

.main__rankingListItemSectionPrice {
  font-size: 16px;
}

.main__rankingListItemSectionPlanInfo {
  font-size: 12px;
  margin: 10px 0 0;
  height: 50px;
}

.main__rankingListItemSectionPlanList {
  margin: 0 -5px;
}

.main__rankingListItemSectionPlanListItem {
  width: calc((100% - 50px) / 5);
  margin: 10px 5px;
}

.main__rankingListItemSectionLinkListItem {
  margin-top: 15px;
}

.main__rankingListItemSectionPlanPriceApply {
  bottom: 22px;
  width: calc(100% - 24px);
}
.main__rankingListItemSectionPlanPriceApply .button__text {
  font-size: 17.6px;
}

.popupButton__text {
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 0;
}

.main__easyRental {
  padding: 40px 0;
}

.main__easyRentalRead {
  font-size: 19.2px;
}

.main__easyRentalCaption {
  font-size: 36px;
}

.main__easyRentalFeatureList {
  margin: 20px 0 40px;
}

.main__easyRentalFeatureListItemIcon {
  width: 230px;
  height: 230px;
}

.main__easyRentalFeatureListItemIconText {
  font-size: 22.4px;
  width: 140px;
}

.main__easyRentalFeatureListItemMain {
  font-size: 16px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
}
.main__easyRentalFeatureListItemMain::before {
  top: -25px;
  margin-left: -16px;
  border: 13px solid transparent;
  border-bottom: 13px solid #fff;
}
.main__easyRentalFeatureListItemMain::after {
  top: -29px;
  margin-left: -17px;
  border: 14px solid transparent;
}

.main__easyRentalFeatureListItemMainRead {
  font-size: 14.4px;
}

.main__easyRentalFeatureListItemMainCaption {
  font-size: 192px;
}

.main__easyRentalFeatureListItemMainText {
  font-size: 12.8px;
  margin-top: 3px;
}

.main__easyRentalFeatureImageList {
  margin: 0 0 20px -30px;
}

.main__easyRentalFeatureImageListItem {
  margin-left: 30px;
}

.main__easyRentalFeatureNotice {
  font-size: 11px;
}

.main__voice {
  padding: 40px 0;
}

.main__voiceListItem {
  margin-bottom: 20px;
  font-size: 12px;
  padding: 0 0 50px;
}

.main__voiceListItemMain {
  padding: 10px;
}

.main__voiceListItemCaption {
  font-size: 18px;
  margin-bottom: 10px;
}

.main__voiceListItemButton {
  bottom: 15px;
}

.main__voiceNoticeList {
  font-size: 11px;
}

.main__wifiScene {
  padding: 40px 0;
}

.main__wifiSceneList {
  gap: 10px;
}

.main__wifiSceneListItem {
  border-radius: 15px;
}

.main__wifiSceneListItemHeader {
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.main__wifiSceneListItemCaption {
  font-size: 24px;
}

.main__wifiSceneListItemMain {
  padding: 20px 20px 60px;
}

.main__wifiSceneListItemMainImage {
  height: 100px;
}

.main__wifiSceneListItemMainText {
  font-size: 12px;
  margin-top: 10px;
}

.main__wifiSceneListItemButtonWrapper {
  bottom: 15px;
}

.main__wifiSceneListItemTitle {
  padding: 0 15px;
}

.main__wifiSceneListItemTitleLabel {
  font-size: 19.2px;
}

.main__wifiSceneListItemTitleCaption {
  font-size: 36px;
}

.main__wifiSceneListItemTitleImage {
  margin-top: 10px;
}

.main__step {
  padding: 40px 0;
}

.main__stepMain {
  margin-top: 30px;
}

.main__stepMainList {
  padding: 20px 0 0;
}

.main__stepMainListItemMain {
  font-size: 19.2px;
  margin-bottom: 10px;
}

.main__stepMainListItemMainLabel {
  border-radius: 20px;
  font-size: 16px;
  padding: 5px;
  margin: 0 auto 10px;
}

.main__stepMainListItemMainText {
  font-size: 12px;
  margin-top: 10px;
}

.main__stepMainListItemArrowIcon {
  border-width: 5px 0 5px 8.7px;
  top: 125px;
}

.main__stepMainAbout {
  bottom: 20px;
  padding: 5px;
  margin: 30px auto;
}

.main__stepMainAboutText {
  font-size: 16px;
  padding: 4px 0 8px;
}

.main__stepMainAboutTextLarge {
  font-size: 19.2px;
}

.main__stepRentalSetCaption {
  padding: 5px 0 0 5px;
  font-size: 25.6px;
}
.main__stepRentalSetCaption::before {
  border-top: 50px solid #755e4f;
  border-right: solid transparent 20px;
}

.main__stepRentalSetRead {
  padding: 8px 0 0 5px;
}

.main__stepRentalSetMain {
  margin-top: 10px;
  grid-column-gap: 10px;
}

.main__stepRentalSetMainItem {
  border-radius: 0 0 6px 6px;
}

.main__stepRentalSetMainItemCaption {
  border-radius: 6px 6px 0 0;
  font-size: 17.6px;
  padding: 3px 0;
}

.main__stepRentalSetMainItemList {
  padding: 10px 15px;
}
.main__stepRentalSetMainItemList::before {
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #f3f3f3;
}

.main__stepRentalSetMainItemListItem {
  padding-left: 15px;
}
.main__stepRentalSetMainItemListItem::before {
  width: 10px;
  height: 10px;
}

.main__stepRentalSetMainItemImageWrapper {
  margin-left: 8px;
}

.main__stepRentalSetFooter {
  padding-top: 5px;
  font-size: 11px;
}

.mainContentHeader__read {
  font-size: 19.2px;
}

.mainContentHeader__caption {
  font-size: 36px;
}

.main__news {
  padding: 40px 0;
}

.main__newsNoneList {
  margin-top: 10px;
}

.main__newsList {
  padding: 0 20px;
  border-radius: 6px;
  min-height: 300px;
  margin-top: 20px;
}

.main__newsListItemBody {
  padding: 20px 0;
}

.main__newsListItemDate {
  width: 85px;
}

.main__newsListItemCategoryText {
  font-size: 11.2px;
  margin-right: 20px;
  width: 95px;
}

.main__newsMoreLink {
  margin-top: 10px;
}

.moreLink {
  font-size: 16px;
}
.moreLink::after {
  font-size: 19.2px;
}

.jsMoreLink {
  font-size: 19.2px;
  padding: 8px;
  margin: 10px auto 0;
  border-radius: 20px;
}

.main__priceTable {
  padding: 40px 0;
}

.main__priceTableCaption {
  font-size: 36px;
}

.main__priceTableMoreLink {
  margin: 10px auto 0;
}

.main__faq {
  padding: 40px 0;
}

.main__faqCaption {
  font-size: 36px;
}
.main__faqCaption > span {
  background-image: linear-gradient(to right, #a0d15b, #a0d15b 9px, transparent 9px, transparent 20px);
  background-size: 14px 2px;
  padding-bottom: 2px;
}

.main__faqMain {
  max-width: 860px;
  margin: 30px auto 0;
}

.main__faqTr {
  border-radius: 10px;
  margin: 20px 0;
  padding: 0 20px;
}

.main__faqAnswer {
  font-size: 14px;
  line-height: 26px;
  background: url("/assets/images/qa_icon_a.png") no-repeat no-repeat 0 17px;
  padding: 10px 10px 20px 55px;
}

.main__faqTdCaption {
  background: url("/assets/images/qa_icon_q.png") no-repeat no-repeat 0 15px;
  font-size: 16px;
  padding: 22px 10px 22px 55px;
}
.main__faqTdCaption::after {
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #4caf50;
  border-right: solid 2px #4caf50;
}

.main__blog {
  padding: 40px 0;
}

.main__blogList {
  margin: 30px -1% 0;
}

.main__blogListItem {
  box-shadow: 0 0 5px rgba(149, 157, 165, 0.4);
}

.main__blogListItemHeader {
  height: 170px;
}

.main__blogListItemMain {
  padding: 0 15px 15px;
}

.main__blogListItemCaption {
  font-size: 16px;
  margin: 8px 0;
}

.main__blogListItemText {
  font-size: 12.8px;
}

.main__blogMoreLink {
  margin: 10px auto 0;
}

.main__comparison {
  padding: 40px 0;
}

.main__comparisonTableWrapper {
  margin-top: 20px;
}

.main__comparisonTable {
  font-size: 14px;
}

.main__comparisonCell {
  padding: 5px 10px;
  height: 110px;
}

.main__comparisonTh {
  padding: 5px 10px;
  height: 30px;
}

.main__comparisonTable02 .main__comparisonCell.price {
  width: 225px;
}

.main__comparisonCellFlexBoxItem {
  height: 84px;
  margin: 0 15px 0 10px;
}

.main__adtm {
  padding-top: 40px;
}
.main__adtm img {
  width: 650px;
}

.main__video {
  padding: 30px 0 40px;
}

.main__videoItem {
  max-width: 650px;
}

.main__attention {
  padding: 40px 0;
  line-height: 18px;
}

.main__attentionList {
  margin-top: 30px;
}

.main__attentionListItem {
  border: 2px solid #9dc535;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 15px;
}

.main__attentionListItemCaption {
  font-size: 22.4px;
  padding-bottom: 10px;
}

.main__attentionListItemMain {
  font-size: 12.8px;
  padding-top: 10px;
}

.main__attentionListItemMainListItem::before {
  font-size: 10px;
  margin-right: 4px;
}
.main__attentionListItemMainListItem .call {
  font-size: 22.4px;
}

body {
  width: 100%;
}

/* 共通 */
.modal_main_area .d-flex {
  display: flex;
}

.modal_main_area .d-inline-block {
  display: inline-block;
}

.modal_main_area .j-space-between {
  justify-content: space-between;
}

.modal_main_area .j-content-center {
  justify-content: center;
}

.modal_main_area .a-items-center {
  align-items: center;
}

.modal_main_area .a-items-base {
  align-items: baseline;
}

.modal_main_area .a-items-flex-start {
  align-items: flex-start;
}

.modal_main_area .a-items-end {
  align-items: flex-end;
}

.modal_main_area .f-bold {
  font-weight: bold;
}

.modal_main_area .f-normal {
  font-weight: normal;
}

.modal_main_area .br-top-none {
  border-top: none !important;
}

.modal_main_area {
  width: 823px;
  margin: 40px auto 20px;
}

.header_area {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 10px 0 50px;
}

.designC .header_area, .designD .header_area {
  margin: 10px 0 20px;
}

.header_area img {
  width: 30%;
  height: auto;
}

.designC .header_area img {
  width: 30%;
  margin-right: 10px;
}

.title_area {
  width: 70%;
}

.designC .title_area {
  width: auto;
}

.title_area h2.device_title {
  border-bottom: 2px solid #000000;
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1;
}

.title_area .usage {
  font-size: 25px;
}

.caution_area {
  position: relative;
  padding: 20px;
}

.wimax_speed_limit_area {
  margin-top: 50px;
}

.designC h3.title {
  margin-bottom: 10px;
}

.designD h3.title {
  margin-bottom: 50px;
}

.designA h3.title span, .designB h3.title, .designC h3.title, .designD h3.title, .designD h4.title span {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 20px;
  line-height: initial;
}

.designB h4.sub_title, .designC h4.sub_title {
  font-weight: bold;
  font-size: 25px;
  line-height: initial;
  color: #ffffff;
  padding: 5px 0;
  margin-bottom: 10px;
}

.caution_area sup {
  font-weight: normal;
  font-size: 50%;
  margin-left: -10px;
}

.caution_area table sup {
  margin-left: 0;
}

.caution_area .text_area {
  font-weight: bold;
}

.caution_area .text_area p {
  font-size: 22px;
  line-height: 1.3;
}

.caution_area .text_area .txt_mt {
  margin-top: 20px;
}

.caution_area .text_area p.second_text {
  font-size: 20px;
  margin-top: 20px;
}

.caution_area .text_area p.third_text, .designC .caution_area p.caution_small_text {
  font-size: 18px;
  margin-top: 20px;
}

.caution_area .sub_caution_area {
  margin-top: 20px;
  padding: 1rem;
  font-weight: bold;
  font-size: 20px;
}

.caution_area .sub_caution_area p.caution_text {
  padding-left: 1rem;
}

p.caution_mark:before {
  content: "※";
}

.img_text_content {
  font-size: 22px;
}

.summary_text {
  font-size: 25px;
}

/* 通信モードの変更に関して-テーブル表示 */
.designC table {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}

.designC table th,
.designC table td {
  border: solid black 1px;
  padding: 15px;
}

.designC table th {
  background-color: #d1e8fd;
  width: 40%;
}

.designC .plus_area_content {
  margin: 20px 0 10px;
}

.designD h3.title {
  margin-bottom: 50px;
}

.designD .text_area {
  margin-top: 50px;
}

.designD .table_title {
  font-size: 25px;
  margin: 25px 0 20px;
}

.designD .annotation_table th {
  padding: 0 5px;
  vertical-align: top;
}

p.caution_line_text {
  line-height: 1.2;
  margin-top: 10px;
}

/* 赤 */
.modal_main_area .red {
  color: #df0505 !important;
}

.modal_main_area .bg-red {
  background: #df0505;
}

.modal_main_area .br-red {
  border: 4px solid #df0505;
}

.c-ef0a5c {
  color: #EF0A5C;
}

.designA .caution_area h3.title, .designD .caution_area h4.title span, .triple_area h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: -25px;
}

.designA h3.title span {
  border-radius: 10px;
}

/* 青 */
.modal_main_area .blue {
  color: #1e81dd;
}

.modal_main_area .bg-blue {
  background: #1e81dd;
}

.modal_main_area .br-blue {
  border: 4px solid #1e81dd;
}

.colorBlue {
  color: #3161a8;
}

img.table_img, img.qr_img {
  padding: 0 10px;
  height: auto;
}

img.table_img {
  width: 350px;
}

img.qr_img {
  width: 250px;
  padding: 0 10px;
  height: auto;
}

/* 緑色 */
.modal_main_area-grn {
  color: #96BE46 !important;
}

.modal_main_area .bg-grn {
  background: #96BE46;
}

.modal_main_area .bd-green {
  border: 3px solid #619B32;
  margin-top: 40px;
}

.c-96be46 {
  color: #96BE46;
}

/* 暗い灰色 */
.modal_main_area-dark-gray {
  color: #3A3A3A !important;
}

.modal_main_area .bg-dark-gray {
  background: #3A3A3A;
}

.modal_main_area .br-dark-gray {
  border: 3px solid #3A3A3A;
  margin-top: 50px;
}

.modal_main_area .br-das-dark-gray {
  border: 3px dashed #3A3A3A;
}

/* 灰色 */
.modal_main_area .bg-gray {
  background: #999999;
}

/* ドングル */
.mt30 {
  margin-top: 30px !important;
}

.dongle .caution_area .text_area .text_img_content img {
  width: 30%;
  height: auto;
}

.dongle .dongle_os {
  padding: 0 4%;
}

.dongle .sub_caution_area p.caution_text {
  display: inline-block;
  padding-left: 0;
}

.wave_line {
  text-decoration: underline wavy #FE992E;
}

/* WiMAX HOME */
.modal_main_area .br-black {
  border: 4px solid #000000;
  margin-bottom: 5px;
}

.modal_main_area .navy {
  color: #0e3480;
}

.modal_main_area .bg-light-blue {
  background: #deebf8;
}

.modal_main_area .yellow {
  color: #fff000;
}

.modal_main_area .bg-light-gray {
  background: #f2f2f2;
}

.modal_main_area .text_shadow {
  text-shadow: 2px 2px 0 #505050;
}

.designC .caution_area p {
  font-size: 23px;
  line-height: 1.3;
}

.designC h4.sub_title {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
  font-size: 28px;
}

table.communication_data_table th, table.communication_data_table td {
  line-height: 1.2;
  font-size: 17px;
  padding: 20px;
  border: 1px solid #595757;
}

table.communication_data_table th {
  width: 40%;
}

table.communication_data_table td {
  width: 60%;
}

/* WiMAX 無制限 */
.modal_main_area .bg-white {
  background: #ffffff;
}

.modal_main_area .white {
  color: #ffffff;
}

.modal_main_area .black {
  color: #000000;
}

.designD .caution_area h4.title span {
  top: -50px;
  color: #000000;
  width: 90%;
  line-height: 1.2;
  padding: 10px 0;
}

.designD table.communication_data_table {
  width: 95%;
  margin: 20px auto 10px;
}

.designD table.communication_data_table th, .designD table.communication_data_table td {
  font-size: 17px;
  padding: 15px;
}

.designD table.communication_data_table th {
  width: 30%;
}

.designD table.communication_data_table td {
  width: 70%;
}

img.setting_img {
  width: 350px;
  height: auto;
}

/* リスト */
.circle_list {
  margin: 10px 0;
}

.circle_list li, .number_list li, .number_list li {
  margin-bottom: 5px;
  line-height: 1.3;
}

.circle_list li:before {
  content: "・";
}

.caution_list {
  font-size: 20px;
}

/* トリプルエリア対応とは */
.triple_area {
  border: 4px solid #5095E0;
  position: relative;
  margin-top: 40px;
  padding: 10px;
}

.triple_area span {
  background-color: #5095E0;
  color: white;
  font-size: 30px;
  line-height: 50px;
}

.triple_txt {
  font-size: 20px;
  margin-top: 30px;
}

/* 海外渡航の注意点 */
.bold {
  font-weight: 700 !important;
}

.txtC {
  text-align: center !important;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:  rgba(243, 238, 238, 0.5);
  display: none;
  z-index: 10;
}
.bordor_dott {
  border-right: 1px dotted;
}
.c_fff {
  color: #fff !important;
}

.bg_fff {
  background-color: #fff !important;
}

.modal_main_area #cloud div, #cloud dt, #cloud dd {
  box-sizing: content-box;
}

.modal_main_area .oversea_area .title {
  background-color: #95BE45;
  font-size: 60px;
  font-weight: 500;
  line-height: 90px;
  color: white;
  text-align: center;
}

.modal_main_area .oversea_area .sub_title {
  color: #59982D;
  font-size: 40px;
  line-height: 60px;
  border-bottom: solid #95BE45 10px;
  text-align: center;
}

.modal_main_area .oversea_area #cloud .destted_title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding-top: 30px;
}

.modal_main_area .oversea_area #cloud .destted_title span {
  background-image: linear-gradient(to right, #a0d15b, #a0d15b 9px, transparent 9px, transparent 20px);
  background-size: 14px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 2px;
}

.modal_main_area .oversea_area #cloud .b_b_black {
  border-bottom: 1px solid black;
}

.modal_main_area #cloud {
  background-color: #f5faeb;
  padding: 0 10px 10px;
}

.modal_main_area .oversea_area #cloud .rental_price_box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(149, 157, 165, 0.2);
  margin-top: 30px;
}

.modal_main_area .oversea_area #cloud .price_title {
  background: #00a99d;
  font-size: 1.6rem;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
}

.modal_main_area .oversea_area #cloud .oversea_title {
  background: #0071bc;
}

.modal_main_area .oversea_area #cloud .price_layout {
  padding: 15px;
}

.modal_main_area .oversea_area #cloud .black_strong {
  border: 1px solid #333;
  font-size: 1.2rem;
  padding: 5px;
}

.modal_main_area .oversea_area #cloud .rental_price {
  margin: 20px 0;
}

.modal_main_area .oversea_area #cloud .rental_price .black_label {
  background: #333;
  border-radius: 5px;
  font-size: 1.1rem;
  display: flex;
  align-items: baseline;
  padding: 6px;
  margin-right: 10px;
}

.modal_main_area .oversea_area #cloud .rental_price .black_label .number {
  font-size: 1.5rem;
}

.modal_main_area .oversea_area #cloud .rental_price .price {
  font-size: 2.8rem;
}

.modal_main_area .oversea_area #cloud .rental_price .yen {
  font-size: 1.5rem;
  font-weight: 500;
}

.modal_main_area .oversea_area #cloud .rental_price .tax {
  font-size: 1.1rem;
  font-weight: 500;
  margin-right: 5px;
}

.modal_main_area .oversea_area #cloud .rental_price .small {
  font-size: 1.1rem;
}

.modal_main_area .oversea_area #cloud .red_strong {
  background: #ed1c24;
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 15px 0 20px;
  margin: 5px 0;
}

.modal_main_area .oversea_area #cloud .red_strong span {
  font-size: 2.6rem;
  vertical-align: top;
}

.modal_main_area .oversea_area #cloud .price_layout .kome {
  font-size: 0.9rem;
  text-align: center;
}

.modal_main_area .oversea_area #cloud .pink_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #e94182;
  margin: 0 20px;
}

.modal_main_area .oversea_area #cloud .pink_ltxt {
  color: #e94182;
  font-size: 2.2rem;
  line-height: 1.2;
}

.modal_main_area .oversea_area #cloud .orange_label {
  background: #fbb03b;
  border-radius: 10px;
  font-size: 1rem;
  padding: 10px 25px;
  margin: 5px 20px 5px 0;
}

.modal_main_area .oversea_area #cloud .orange_label .large {
  font-size: 1.2rem;
}

.modal_main_area .oversea_area #cloud .flag_content {
  padding-bottom: 50px;
}

.modal_main_area .oversea_area #cloud .flag_block {
  border-left: 1px solid #999;
  padding: 5px 0;
  position: relative;
}

.modal_main_area .oversea_area #cloud .flag_block:nth-child(5) {
  border-right: 1px solid #999;
}

.modal_main_area .oversea_area #cloud .flag_block .flag_img {
  background: #f2f2f2;
  width: 130px;
  height: auto;
  padding: 10px 30px;
}

.modal_main_area .oversea_area #cloud .flag_block .flag_img.oversea_flag {
  background: #f8dee8;
}

.modal_main_area .oversea_area #cloud .flag_period {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 100%;
  transform: translateX(-50%);
}

.modal_main_area .oversea_area #cloud .flag_period:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom: 12px solid #f15a24;
}

.modal_main_area .oversea_area #cloud .flag_period span {
  font-size: 1.2rem;
  margin: 0 2px;
}

.modal_main_area .oversea_area #cloud .flags_txt {
  font-size: 1.3rem;
}

.modal_main_area .oversea_area #cloud .flags_txt .orange {
  color: #f15a24;
  font-size: 1.7rem;
}

.modal_main_area .oversea_area #cloud .graph-flex {
  display: flex;
  flex-wrap: wrap;
}

.modal_main_area .oversea_area #cloud .price_layout hr {
  margin: 40px 0;
}

.modal_main_area .oversea_area #cloud .graph_img {
  width: 60%;
  height: auto;
}

.modal_main_area .oversea_area #cloud .caution_box {
  width: 35%;
  font-size: 10px;
  line-height: 1.3;
  margin-left: 10px;
}

.modal_main_area .oversea_area #cloud .caution_box p {
  margin-left: 10px;
  text-indent: -10px;
}

.modal_main_area .oversea_area #cloud .caution_cont_1 {
  background-color: #D4DDB6;
  border-radius: 10px;
  padding: 10px;
}

.modal_main_area .oversea_area #cloud .caution_cont_2 {
  background-color: #D5D5D5;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
}

.modal_main_area .oversea_area #cloud .oversea_table {
  width: 90%;
  margin: 40px auto 10px;
}

.modal_main_area .oversea_area #cloud .oversea_table th,
.modal_main_area .oversea_area #cloud .oversea_table td {
  border: 1px solid #fff;
  font-size: 1.4rem;
  padding: 5px;
}

.modal_main_area .oversea_area #cloud .oversea_table th {
  color: #fff;
}

.modal_main_area .oversea_area #cloud .oversea_table th.th02 {
  background: #2e4492;
}

.modal_main_area .oversea_area #cloud .oversea_table th.th03 {
  background: #00a99d;
}

.modal_main_area .oversea_area #cloud .oversea_table th.th04 {
  background: #fbb03b;
}

.modal_main_area .oversea_area #cloud .oversea_table th.th05 {
  background: #55bde2;
}

.modal_main_area .oversea_area #cloud .oversea_table th.th06 {
  background: #4d9dcf;
}

.modal_main_area .oversea_area #cloud .oversea_table td {
  background: #f0f0f0;
}

.modal_main_area .oversea_area #cloud .oversea_table .small {
  font-size: 1rem;
}

.modal_main_area .oversea_area #cloud .light_blue_strong {
  background: #29abe2;
  font-size: 1.6rem;
  padding: 5px;
  margin: 30px 0 20px;
}

.modal_main_area .oversea_area #cloud .worldmap_area {
  position: relative;
}

.modal_main_area .oversea_area #cloud .worldmap_area img {
  width: 100%;
  height: auto;
}

.modal_main_area .oversea_area #cloud .worldmap_area tr {
  position: absolute;
}

.modal_main_area .oversea_area #cloud .worldmap_area td {
  width: 238px;
  border: 1px solid #0C5BAD !important;
  font-weight: unset !important;
  padding: 5px;
  word-break: keep-all;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  font-size: 10px;
}

.modal_main_area .oversea_area #cloud .worldmap_area td.ctr_td {
  cursor: pointer;
  position: relative;
  font-size: 12px;
}

.modal_main_area .oversea_area #cloud .worldmap_area td.ctr_td:after {
  content: "＋";
  top: 50%;
  position: absolute;
  margin-top: -12px;
  right: 5px;
}

.modal_main_area .oversea_area #cloud .europe {
  top: 60px;
  left: 50px;
}

.modal_main_area .oversea_area #cloud .middle_east {
  top: 140px;
  left: 30px;
}

.modal_main_area .oversea_area #cloud .africa {
  top: 220px;
  left: 30px;
}

.modal_main_area .oversea_area #cloud .asia {
  top: 110px;
  left: 290px;
}

.modal_main_area .oversea_area #cloud .oceania {
  top: 320px;
  left: 260px;
}

.modal_main_area .oversea_area #cloud .north_america {
  top: 55px;
  left: 510px;
}

.modal_main_area .oversea_area #cloud .south_america {
  top: 230px;
  left: 540px;
}

.modal_main_area .oversea_area #cloud .worldmap_area .z-index-1 {
  z-index: 1;
}

.modal_main_area .oversea_area #cloud .worldmap_area .open {
  background-color: #0C5BAD !important;
  color: #fff !important;
}

.modal_main_area .oversea_area #cloud .worldmap_area td.open:after {
  content: "ー";
  top: 50%;
  position: absolute;
  margin-top: -12px;
  right: 10px;
}

.modal_main_area .oversea_area #cloud .support_country {
  color: #fff;
  border-radius: 20px;
  padding: 0 5px;
  font-size: 10px;
  margin: 0 2px;
}

.modal_main_area .oversea_area #cloud .group_a {
  background-color: #23307F;
}

.modal_main_area .oversea_area #cloud .group_b {
  background-color: #179A8C;
}

.modal_main_area .oversea_area #cloud .group_c {
  background-color: #F8A12F;
}

.modal_main_area .oversea_area #cloud .switch_table {
  width: 100%;
  margin-top: 10px;
}

.modal_main_area .oversea_area #cloud .switch_table h4 {
  background-color: #221F80;
  font-size: 1.6rem;
  padding: 10px 0;
}

.modal_main_area .oversea_area #cloud .switch_table .switch_table_txt {
  display: block;
  padding: 20px;
}

.modal_main_area .oversea_area #cloud .switch_table .using {
  color: #fff;
  border-radius: 20px;
  width: 150px;
  display: inline-block;
  margin-right: 10px;
}

.modal_main_area .oversea_area #cloud .switch_table .jp {
  background-color: #149A8C;
}

.modal_main_area .oversea_area #cloud .switch_table .oversea {
  background-color: #0C5BAD;
}

.modal_main_area .oversea_area #cloud .switch_table .use {
  max-width: 400px;
  padding-bottom: 5px;
  font-weight: 700;
  margin-bottom: 10px;
}

.modal_main_area .oversea_area #cloud .switch_table .use_jp {
  border-bottom: 1px dotted #179A8C;
}

.modal_main_area .oversea_area #cloud .switch_table .use_oversea {
  border-bottom: 1px dotted #6598CE;
}

.modal_main_area .oversea_area #cloud .switch_table .step_box {
  width: 200px;
}

.modal_main_area .oversea_area #cloud .switch_table .step_img {
  position: relative;
}

.modal_main_area .oversea_area #cloud .switch_table .step_img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -47px;
  transform: translateY(-50%);
  border: 13px solid transparent;
  border-left: 15px solid #F28018;
}

.modal_main_area .oversea_area #cloud .switch_table .step_img.img01::before {
  display: none;
}

.modal_main_area .oversea_area #cloud .switch_table .step_img img {
  height: auto;
}

.modal_main_area .oversea_area #cloud .switch_table .step_p {
  font-size: 0.8rem;
  line-height: 1.3;
  margin-top: 10px;
}

/* ホームルーター*/
.homerouter_title {
  font-size: 30px;
  line-height: initial;
  font-weight: bold;
  background-color: #9fb742;
  background-image: url(/images/modal/homerouter/wifi_icon.png);
  background-repeat: no-repeat;
  background-position: center left 22%;
  color: #ffffff;
  padding: 0.5rem 0;
  border-radius: 10px 10px 0 0;
}

.homerouter_subtitle {
  font-size: 26px;
  line-height: initial;
  font-weight: bold;
  color: #343f1e;
  background: #dfebc2;
  padding: 0.7rem 0;
  margin-bottom: 20px;
}

.homerouter_content_title {
  font-weight: bold;
  line-height: 1.2;
  font-size: 30px;
  color: #343f1e;
  padding: 0 50px;
  margin: 35px auto 20px;
  background-image: url(/images/modal/homerouter/title_left.png), url(/images/modal/homerouter/title_right.png);
  background-position: center left, center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.what_home_txt {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0.5rem 0;
}

.what_home_subtxt {
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
  border-radius: 20px;
  background: #fde6d3;
  line-height: 1.4;
  margin-bottom: 20px;
}

.what_home_subtxt span {
  background: linear-gradient(transparent 70%, #ff6744 70%);
}

.difference_box {
  width: 48%;
}

.difference_box img {
  margin-top: 10px;
}

.difference_box.homerouter {
  background: #fcedf4;
}

.difference_box.mobile {
  background: #fffaf3;
}

.difference_label {
  border-radius: 10px 10px 0 0;
  font-size: 25px;
  color: #ffffff;
  padding: 10px 0;
  font-weight: bold;
}

.difference_box.homerouter .difference_label {
  background: #e84d83;
}

.difference_box.mobile .difference_label {
  background: #f4a130;
}

.difference_txt {
  margin: 20px 15px;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
}

.difference_box.homerouter .difference_txt {
  border-top: 3px dashed #e84d83;
}

.difference_box.mobile .difference_txt {
  border-top: 3px dashed #eb9c34;
}

.difference_txt p {
  margin-top: 15px;
}

.main_difference_table {
  width: 100%;
}

.main_difference_table .bg-green {
  background: #9fb742;
}

.main_difference_table .bg-light-green {
  background: #e8ecd3;
}

.main_difference_table .bg-light-green2 {
  background: #d2d698;
}

.main_difference_table th, .main_difference_table td {
  padding: 15px 0;
  border: 1px solid #ffffff;
  font-size: 20px;
}

.main_difference_table td {
  font-size: 30px;
}

.main_difference_table th {
  font-weight: bold;
}

/* ×ボタン位置 */
#cboxClose {
  background-position-x: -45px;
}

#cboxClose:hover {
  background-position-x: -45px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 9999;
}

/* default_pc.cssから移植 */
.modal_btn_block .modal_btn {
  margin: 3px 0;
  padding: 0 10px 0 31px;
}

.modal_btn {
  vertical-align: bottom;
  background: #666;
  position: relative;
  top: auto;
  margin: 3px 0;
  padding: 0 10px 0 31px;
}

.modal_btn i.before_info {
  background: #fff;
  color: #666;
  margin-right: 5px;
  padding: 2px;
  border-radius: 10px;
  font-size: 12px;
}

.modal_btn i.before_info.info_red {
  color: #C0272D;
}

/*モーダルウィンドウ*/
.modal_target {
  position: fixed;
  display: none;
  z-index: 4;
  width: 750pt;
  margin-top: 54px;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  text-align: center;
  overflow-y: scroll;
  max-height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal_target .container > section {
  margin-bottom: 20px;
}

.modal_target p {
  margin: 0;
  padding: 0;
}

.modal-overlay {
  top: 0;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-overlay, .modal-overlay2 {
  z-index: 3;
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
}

.modal-overlay2 {
  top: 10px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
}

.modal-open {
  color: #00f;
  text-decoration: underline;
}

.modal-open:hover {
  cursor: pointer;
  color: #f00;
}

.modal-close {
  background: url(/images/controls.png) no-repeat -50px -25px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}

#receipt_info .modal-close {
  position: fixed;
  top: 3px;
  right: calc(50% - 473px);
  background: none;
  z-index: 99999;
}

#receipt_info .modal-close .before_info {
  font-size: 30px;
  top: 0;
  left: 0;
}

#form .modal-close {
  background: url(/images/controls.png) no-repeat -50px -25px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.modal-close:hover {
  cursor: pointer;
  color: #f00;
}

/* style_pc.cssから移植 */
#index .detail_image .modal_button {
  text-align: center;
  font-size: 12px;
  width: 130px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: solid 2px #f00;
  background-color: #f00;
  border-radius: 3px;
  transition: 0.4s;
}

#index .ranking_price .modal_button {
  line-height: 19px;
}

#index .detail_image .modal_button02,
.detail_image .modal_button02 {
  text-align: center;
  font-size: 12px;
  width: 130px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: solid 2px #f00;
  background-color: #f00;
  border-radius: 3px;
  transition: 0.4s;
}

.detail_contents .detail_image .modal_target {
  display: none;
}

.detail_contents .detail_image .modal_button,
.detail_contents .detail_image .modal_button03 {
  text-align: center;
  font-size: 12px;
  width: 130px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: solid 2px #f00;
  background-color: #f00;
  border-radius: 3px;
  transition: 0.4s;
}

.detail_contents .detail_image .modal_button:hover,
.detail_contents .detail_image .modal_button03:hover {
  background: #fff !important;
  color: red !important;
}

#entry .option_moreinfo.pconly .modal_target {
  position: sticky;
  width: 200%;
}

#entry .step1_popup .modal_button,
#entry .step1_popup .modal_button03 {
  font-size: 24px;
  text-decoration: underline;
  cursor: pointer;
}

#form .debit_image .modal_button {
  font-size: 15px;
  width: 265px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff;
  border: solid 2px #f00;
  background-color: #f00;
  border-radius: 10px;
  transition: 0.4s;
  cursor: pointer;
}

#form .debit_image .modal_button:hover {
  background: #fff !important;
  color: #f00 !important;
  transition: 0.8s;
}

#form #modal-close-id-pc {
  background: url(/images/modal_close_button.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
}

#item .modal_button,
#item .modal_button03 {
  font-size: 18px;
  width: 265px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff;
  border: solid 2px #f00;
  background-color: #f00;
  border-radius: 3px;
  transition: 0.4s;
  cursor: pointer;
}

#item .modal_button:hover,
#item .modal_button03:hover {
  background: #fff !important;
  color: red !important;
}

.counter_section .modal_target {
  overflow-y: unset;
}

/*price_item.cssから移植*/
#price_item {
  padding: 35px 0;
}

#price_item h2.title {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: initial;
  font-weight: 700;
  text-align: center;
}

#price_item section {
  padding: 0 20px;
  background: #fff;
}

/* テーブル */
#price_item table {
  background: #fff;
}

#price_item tr,
#price_item th,
#price_item td {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  text-align: center;
  color: #333;
  padding: 10px;
  vertical-align: middle;
  font-size: 11px;
  width: 74px;
  height: 50px;
  background: #eff0f0;
  line-height: 1;
}

#price_item .sponly tr,
#price_item .sponly th,
#price_item .sponly td {
  padding: 5px;
}

#price_item th {
  background: #DCEBB4;
  width: 74px;
  line-height: 1;
  font-weight: 400;
}

#price_item .sponly th {
  width: 80px;
}

#price_item th.use_day, #price_item td.rental_price {
  width: 94px;
  height: 50px;
  color: #ffffff;
  font-weight: 700;
}

#price_item th.use_day {
  background: #a0c469;
}

#price_item td.rental_price {
  background: #b3b2b2;
}

#price_item th small {
  font-size: 10px;
  display: block;
  text-align: center;
  margin-top: 5px;
}

#price_item .container div.mt20 {
  margin-top: 20px;
  display: flex;
}

#price_item .container table.left {
  margin-right: 10px;
}

#price_item .container p.txtL {
  font-size: 10px;
}

#price_item .container a {
  font-size: 17.6px;
}

/* 申し込みボタン */
#price_item .apply_btn {
  position: relative;
  display: block;
  color: #fff !important;
  background: -moz-linear-gradient(top, #F7AB3A, #F38F1F);
  background: -webkit-linear-gradient(top, #F7AB3A, #F38F1F);
  background: linear-gradient(to bottom, #F7AB3A, #F38F1F);
  border-radius: 20px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  width: 50%;
  padding: 10px;
  margin: 20px auto 0;
}

#price_item .apply_btn::after {
  position: absolute;
  content: "\f054";
  font-family: "font awesome 5 free";
  right: 10px;
}

#price_item .apply_btn:hover {
  color: #fff !important;
  opacity: 0.8;
}
/* JSYS-273 121801202304190001_WR_申し込みフォームデザイン修正 20240530 J.Young */
.pb10 {
  padding-bottom: 10px;
}
#entry .receipt_area .container .receipt .title span, #entry .receipt_area .container .return .title span {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  padding: 15px 0px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
}
#entry .receipt_area .container .receipt .title span {
  background: #357CBC;
}

#entry .receipt_area .container .return .title span {
  background: #248973;
}
.mt20.receipt_dot {
  border-right: 4px dotted #A1C2DF;
  padding: 0 20px 5px 5px;
}
.mt20.ml20.receipt_pr0 {
  padding-right: 0px;
  margin-bottom: -10px;
}
.mt20.return_dot {
  border-right: 4px dotted #8FC2B7;
  padding: 0 20px 5px 5px;
}
.mt20.ml20.return_pr0 {
  padding-right: 0px;
  margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
  /*
  *  spのスタイル
  */
  .header_area {
    margin: 0 0 20px;
  }
  .designC .header_area, .designD .header_area {
    margin: 0 0 10px;
  }
  .triple_area {
    border: 2px solid #5095E0;
    padding: 5px;
    margin-top: 20px;
  }
  .triple_txt {
    margin-top: 10px;
    line-height: 1.5;
  }
  .title_area h2.device_title {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .title_area .usage {
    font-size: 12px;
    line-height: 1.2;
  }
  .modal_main_area {
    width: 98%;
    margin: 15px auto;
  }
  .modal_main_area .br-red {
    border: 2px solid #df0505;
  }
  .modal_main_area .br-black {
    border: 2px solid #000000;
  }
  .modal_main_area .br-blue {
    border: 2px solid #1e81dd;
  }
  .circle_list {
    margin: 2px 0;
  }
  .circle_list li, .number_list li, .number_list li {
    line-height: 1;
  }
  .caution_list {
    font-size: 10px;
    line-height: 1.2;
  }
  img.table_img {
    width: 40%;
    padding: 0 0 0 5px;
  }
  img.qr_img {
    width: 30%;
    padding: 0 0 0 5px;
  }
  .modal_main_area .plus_area_content {
    margin-top: 10px;
  }
  .caution_area {
    padding: 10px 5px;
  }
  .designA h3.title span, .designB h3.title, .designC h3.title, .designD h3.title, .designD h4.title span {
    font-size: 13px;
    padding: 5px 10px;
  }
  .designB h4.sub_title {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .designC h3.title {
    margin-bottom: 5px;
  }
  .designD h3.title {
    margin-bottom: 35px;
  }
  .designA h3.title span {
    border-radius: 5px;
  }
  .designA .caution_area h3.title, triple_area h3 {
    top: -15px;
  }
  .wimax_speed_limit_area {
    margin-top: 40px;
  }
  .caution_area .text_area p, .triple_area .triple_txt {
    font-size: 13px;
    font-weight: normal;
  }
  .caution_area .text_area .txt_mt {
    margin-top: 5px;
    font-size: 13px;
  }
  .caution_area .text_area p.second_text {
    font-size: 12px;
    margin-top: 10px;
  }
  .caution_area .text_area p.third_text, .caution_area p.caution_small_text {
    font-size: 10px;
    margin-top: 10px;
  }
  .caution_area .text_area p.red {
    font-size: 12px;
    font-weight: 500;
  }
  .caution_area .sub_caution_area {
    margin-top: 10px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.3;
  }
  .caution_area .sub_caution_area.red {
    font-size: 10px;
  }
  .caution_area sup {
    font-size: 20%;
  }
  .designC .header_area img {
    margin-right: 5px;
  }
  .designC h4.sub_title {
    font-size: 12px;
    margin-bottom: 0;
  }
  .designC .caution_area p {
    font-size: 10px;
  }
  table.communication_data_table th, table.communication_data_table td {
    font-size: 10px;
    padding: 5px;
  }
  .designC .caution_area p.caution_small_text {
    font-size: 10px;
  }
  .annotation_table {
    font-size: 10px;
    line-height: 1.2;
  }
  p.caution_line_text {
    font-size: 10px;
    line-height: 1.2;
  }
  .img_text_content {
    font-size: 10px;
  }
  .caution_area .img_text_content p.mt {
    margin-top: 10px;
  }
  .designD .caution_area h4.title span {
    top: -30px;
  }
  .designD .text_area {
    margin-top: 30px;
  }
  .designD .table_title {
    font-size: 16px;
    margin: 15px 0 10px;
  }
  .designD table.communication_data_table th, .designD table.communication_data_table td {
    font-size: 9px;
    padding: 5px;
  }
  /* ホームルーター */
  .homerouter_title {
    font-size: 16px;
    background-position: center left 8%;
    background-size: 20px;
  }
  .homerouter_subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .homerouter_content_title {
    font-size: 14px;
    background-position: 3%, 97%;
    margin: 20px auto 10px;
    padding: 0 30px;
  }
  .consent_illust_img {
    width: 96%;
  }
  .what_home_txt {
    font-size: 10px;
    margin: 0.2rem 0;
  }
  .what_home_subtxt span {
    background: linear-gradient(transparent 70%, #ff6744 70%);
  }
  .what_home_subtxt {
    font-size: 9px;
    padding: 6px 0 6px 0;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .difference_box img {
    margin-top: 5px;
    padding: 0 5px;
  }
  .difference_label {
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    padding: 0;
  }
  .difference_txt {
    margin: 5px 0;
    padding: 5px 5px 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
  }
  .difference_txt p {
    font-size: 8px;
    margin-top: 0;
  }
  .difference_txt img {
    height: 45px;
    width: auto;
    margin-top: 0;
  }
  .difference_box.homerouter .difference_txt {
    border-top: 1px dashed #e84d83;
  }
  .difference_box.mobile .difference_txt {
    border-top: 1px dashed #eb9c34;
  }
  .main_difference_table th, .main_difference_table td {
    padding: unset;
    font-size: 8px;
  }
  .main_difference_table td {
    font-size: 12px;
  }
  .caution_mark {
    font-size: 9px;
    line-height: 1.2;
  }
  /* ドングル */
  .dongle .modal_main_area .bd-green {
    border: 2px solid #619B32;
  }
  .dongle .modal_main_area .br-dark-gray {
    border: 2px solid #3A3A3A;
  }
  .dongle .modal_main_area .br-das-dark-gray {
    border: 2px dashed #3A3A3A;
  }
  .dongle.modal_main_area {
    width: 100%;
    padding: 0 5px;
  }
  .dongle h3.title span {
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .dongle.modal_main_area .bd-green {
    margin-top: 10px;
    padding: 10px;
  }
  .dongle .text_area .text_img_content .txtL {
    padding-left: 5px;
  }
  .dongle .caution_area .text_area {
    margin-top: 15px !important;
  }
  .dongle .caution_area .text_area p {
    font-size: 11px;
  }
  .dongle .caution_area .text_area p.second_text {
    text-align: left !important;
    font-size: 11px;
    margin-top: 10px !important;
  }
  .dongle .caution_area .sub_caution_area {
    padding: 10px;
    font-size: 10px;
    line-height: 1.5;
  }
  .dongle .caution_area .sub_caution_area p.caution_text {
    padding: unset;
  }
  .dongle .modal_main_area .br-dark-gray {
    margin-top: 30px;
    padding: 10px;
  }
  .dongle.modal_main_area .bd-green {
    padding: 10px;
    margin-top: 10px;
  }
  .dongle.designA .caution_area h3.title {
    top: -15px;
  }
  .dongle .dongle_os {
    padding: 0 4%;
  }
  .dongle.modal_main_area .br-dark-gray {
    margin-top: 25px;
  }
  .dongle .caution_area {
    padding: 10px;
  }
  /* 海外渡航の注意点 */
  .modal_main_area .oversea_area .d-sp-block {
    display: block;
  }
  .modal_main_area .oversea_area .d-sp-inline-block {
    display: inline-block;
  }
  .modal_main_area .oversea_area {
    margin: 0;
  }
  .modal_main_area .oversea_area .title {
    font-size: 20px;
    line-height: 30px;
  }
  .modal_main_area .oversea_area .sub_title {
    font-size: 15px;
    line-height: 30px;
  }
  .modal_main_area .oversea_area #cloud .destted_title {
    font-size: 20px;
    line-height: 1.5;
    padding-top: 15px;
  }
  .modal_main_area .oversea_area #cloud {
    padding: 0 8px 8px;
  }
  .modal_main_area .oversea_area #cloud .rental_price_box {
    margin-top: 15px;
  }
  .modal_main_area .oversea_area #cloud .price_title {
    font-size: 1rem;
    padding: 2px 0;
  }
  .modal_main_area .oversea_area #cloud .price_layout {
    padding: 6px;
  }
  .modal_main_area .oversea_area #cloud .black_strong {
    font-size: 0.8rem;
    padding: 0 30px;
  }
  .modal_main_area .oversea_area #cloud .rental_price {
    align-items: center;
    margin: 10px 0;
  }
  .modal_main_area .oversea_area #cloud .rental_price01 {
    align-items: center;
    margin-bottom: 5px;
  }
  .modal_main_area .oversea_area #cloud .rental_price02 {
    align-items: center;
  }
  .modal_main_area .oversea_area #cloud .rental_price .black_label {
    font-size: 10px;
    padding: 0 5px;
    margin-right: 3px;
  }
  .modal_main_area .oversea_area #cloud .rental_price .black_label .number {
    font-size: 12px;
  }
  .modal_main_area .oversea_area #cloud .rental_price .price {
    font-size: 1.5rem;
  }
  .modal_main_area .oversea_area #cloud .rental_price .yen {
    font-size: 0.9rem;
  }
  .modal_main_area .oversea_area #cloud .rental_price .tax {
    font-size: 10px;
    margin-right: 0;
  }
  .modal_main_area .oversea_area #cloud .rental_price .small {
    font-size: 10px;
  }
  .modal_main_area .oversea_area #cloud .red_strong {
    font-size: 1.1rem;
    padding: 10px;
  }
  .modal_main_area .oversea_area #cloud .red_strong span {
    font-size: 1.4rem;
  }
  .modal_main_area .oversea_area #cloud .price_layout .kome {
    font-size: 10px;
    text-align: left;
    line-height: 1.4;
  }
  .modal_main_area .oversea_area #cloud .pink_arrow {
    border-width: 10px 10px 0 10px;
    border-color: #e94182 transparent transparent transparent;
    margin: 5px auto;
  }
  .modal_main_area .oversea_area #cloud .pink_ltxt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .modal_main_area .oversea_area #cloud .orange_label {
    padding: 2px;
    margin: 15px 0 5px;
  }
  .modal_main_area .oversea_area #cloud .flag_content {
    padding-bottom: 30px;
  }
  .modal_main_area .oversea_area #cloud .flag_block:nth-child(4) {
    border-right: 1px solid #999;
  }
  .modal_main_area .oversea_area #cloud .flag_block .flag_img {
    padding: 10px 15px;
  }
  .modal_main_area .oversea_area #cloud .flag_period {
    font-size: 9px;
    bottom: -18px;
    line-height: 1.2;
  }
  .modal_main_area .oversea_area #cloud .flag_period:before {
    bottom: -10px;
  }
  .modal_main_area .oversea_area #cloud .flag_period span {
    font-size: 11px;
    margin: 0 1px;
  }
  .modal_main_area .oversea_area #cloud .flags_txt {
    font-size: 0.8rem;
  }
  .modal_main_area .oversea_area #cloud .flags_txt .orange {
    font-size: 1.1rem;
  }
  .modal_main_area .oversea_area #cloud .price_layout hr {
    margin: 20px 0;
  }
  .modal_main_area .oversea_area #cloud .graph_img {
    width: 100%;
  }
  .modal_main_area .oversea_area #cloud .caution_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .modal_main_area .oversea_area #cloud .oversea_table {
    width: 100%;
    margin: 20px 0 5px;
  }
  .modal_main_area .oversea_area #cloud .oversea_table th,
  .modal_main_area .oversea_area #cloud .oversea_table td {
    font-size: 0.9rem;
    padding: 2px;
  }
  .modal_main_area .oversea_area #cloud .oversea_table .small {
    font-size: 0.7rem;
  }
  .modal_main_area .oversea_area #cloud .light_blue_strong {
    font-size: 0.9rem;
    padding: 0;
    margin: 15px 0 10px;
  }
  .modal_main_area .oversea_area #cloud .worldmap_area table {
    width: 100%;
  }
  .modal_main_area .oversea_area #cloud .worldmap_area tr {
    margin: 10px 0;
    position: unset;
    display: block;
    width: unset;
  }
  .modal_main_area .oversea_area #cloud .worldmap_area td {
    width: unset;
  }
  .modal_main_area .oversea_area #cloud .worldmap_area td.ctr_td {
    width: unset;
  }
  .modal_main_area .oversea_area #cloud .europe, .middle_east, .africa, .asia, .oceania, .north_america, .south_america {
    top: unset;
    left: unset;
    z-index: unset;
  }
  .modal_main_area .oversea_area #cloud .switch_table h4 {
    font-size: 14px;
    padding: 5px 0;
  }
  .modal_main_area .oversea_area #cloud .switch_table .switch_table_txt {
    font-size: 10px;
    line-height: 1.4;
    padding: 10px;
  }
  .modal_main_area .oversea_area #cloud .switch_table .txt {
    font-size: 0.8rem;
  }
  .modal_main_area .oversea_area #cloud .switch_table .using {
    width: 100px;
  }
  .modal_main_area .oversea_area #cloud .switch_table .step_box {
    width: 30%;
  }
  .modal_main_area .oversea_area #cloud .switch_table .step_img::before {
    left: -12%;
    border: 6px solid transparent;
    border-left: 8px solid #F28018;
  }
  .modal_main_area .oversea_area #cloud .switch_table .step_p {
    font-size: 10px;
    margin-top: 6px;
  }
  /*price_item.cssから移植*/
  #price_item {
    margin-top: 0;
  }
  #price_item h2.title {
    font-size: 22px;
  }
  #price_item section {
    padding: 0 5px;
  }
  /* テーブル */
  #price_item .container table.last_change {
    width: 124%;
    margin-right: 5px;
  }
  #price_item .last_change th.last_change_day {
    width: 75px;
  }
  /* お申し込みボタン */
  #price_item .apply_btn {
    width: 100%;
    font-size: 16px;
    padding: 2px;
  }
  #price_item .container a {
    font-size: 16px;
  }
}
.timeout_area {
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  background-color: rgba(48, 52, 52, 0.6);
}
.timeout_area_popup {
  position: fixed;
  border: 1px solid #000;
  background-color: white;
  padding: 2em 2em;
  width: 50%;
  height: max-content;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeout_area_popup p {
  color: #f00;
  margin-bottom: 2em;
}
.timeout_area_popup a {
  margin-top: 1em;
  padding: 5px;
  color: #000 !important;
  border: 1px solid #000;
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  .timeout_area_popup {
    border-radius: 10px;
    background-color: #efedee;
    padding: 1em 0 10px;
    border: none;
    width: 60%;
    opacity: 0.98;
  }
  .timeout_area_popup_exception_title {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 5px;
  }
  .timeout_area_popup_hr {
    margin-bottom: 10px;
  }
  .timeout_area_popup p {
    margin: 0;
    color: #000;
  }
  .timeout_area_popup a {
    border: none;
    font-weight: bold;
    color: #3e78f6 !important;
    font-size: 1.3em;
  }
}

@media screen and (min-width: 769px) {
  #cboxContent .cboxPhoto {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/*
*  default_ps.cssから移植
*/
a:hover {
  text-decoration: none;
  color: #f60;
}

a:active {
  text-decoration: none;
  color: #f00;
}

.c_fff {
  color: #fff !important;
}

.c_000 {
  color: #000 !important;
}

.c_red {
  color: red !important;
}

.txtC {
  text-align: center !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs35 {
  font-size: 35px !important;
}

.bold {
  font-weight: 700 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.entry .result_cap h2 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: -12px !important;
}

.mt13 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px;
}
.pt5 {
  padding-top: 5px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.w36p {
  width: 36%;
}

.w40p {
  width: 40%;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.txt500 {
  font-size: 1rem;
  font-weight: 500;
}

.highlight {
  background: linear-gradient(to top, #FFFF00 10%, transparent 30%);
}

.bk {
  color: black !important;
}

.inline {
  display: inline !important;
}

.font_ftb {
  font-size: 25px;
}

.font_ftb img {
  height: 1.5em !important;
  vertical-align: baseline;
}

input[type=checkbox] {
  -webkit-transform: scale(1);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: center;
  transform: scale(1.5);
  transform-origin: center;
  -moz-transform: scale(2, 2);
  height: 16px;
  width: 25px;
  vertical-align: middle;
  margin: 10px;
}

.option0_area input[type=radio] {
  -webkit-transform: scale(1);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: center;
  transform: scale(1.5);
  transform-origin: center;
  -moz-transform: scale(2, 2);
  height: 16px;
  width: 25px;
  vertical-align: middle;
  margin: 10px;
}

input.form_control {
  border: 1px solid #a0be3c;
  height: 28px;
  padding: 5px;
  box-sizing: content-box;
}

.visihidden {
  visibility: hidden;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.selectstyle {
  width: 210px;
  height: 30px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #eee;
  background: url(/images/arrow_04.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background: url(/images/arrow_04.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #eee 100%);
  background-size: 20px, 100%;
  border-radius: 0;
  padding: 4px;
  color: #000;
  font-weight: 700;
  padding-right: 20px;
}

.base_btn {
  color: #fff;
  border-radius: 4px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  display: block;
  font-weight: 700;
  font-size: 2.1rem;
  cursor: pointer;
  line-height: 70px;
  position: relative;
  text-decoration: none;
  text-align: center;
  margin: 0;
}

.base_btn.inline {
  display: inline-block;
  width: auto;
  margin: 3px 10px;
  padding: 5px 10px 5px 31px;
  font-size: 16px;
  line-height: 1.8;
}

i {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

i.before_info {
  font-size: 14px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 8px;
}

.modal_btn i.before_info {
  background: #fff;
  color: #666;
  margin-right: 5px;
  padding: 2px;
  border-radius: 10px;
  font-size: 12px;
}

.modal_btn {
  vertical-align: bottom;
  background: #666;
  position: relative;
  top: auto;
  margin: 3px 0;
  padding: 0 10px 0 31px;
}

#receipt_info .modal-close {
  position: fixed;
  top: 3px;
  right: calc(50% - 473px);
  background: 0 0;
  z-index: 99999;
}

#receipt_info .modal-close .before_info {
  font-size: 30px;
  top: 0;
  left: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*
*  style_pc.cssから移植
*/
.red {
  color: red !important;
}

section.mainArea .subtitle,
section.mainArea .subtitle2 {
  padding-left: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 920px;
  background-color: #fff;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
}

section.mainArea .subtitle > span,
section.mainArea .subtitle2 > span {
  border-left: 7px solid #ff6e00;
  padding-left: 12px;
  font-size: 25px;
  font-weight: 700;
}

.detail_contents {
  width: 290px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 10px 40px;
  position: relative;
}

.detail_contents:hover {
  border: 2px solid red;
  padding: 9px 9px 39px;
}

.detail_contents .receipt_message {
  position: absolute;
  left: 50%;
  top: 155px;
  border: 2px solid red;
  background: #f9f2f4;
  padding: 13px;
  width: 320px;
  transform: translateX(-50%);
  display: none;
}

.select_checkbox {
  height: 20px;
}

.detail_contents .select_checkbox label {
  padding: 0;
  text-align: center;
  font-size: 20px;
  display: inline;
  background-color: #fff !important;
}

#entry .snsArea .right {
  display: none;
}

#entry .fs13 {
  font-size: 13px;
}

#entry .mainArea {
  padding: 20px;
}

.alert-danger {
  border: 1px solid #f00;
  background: #ffeaea;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f00;
}

#entry .details_area {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detail_contents {
  width: 290px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 10px 40px 10px;
  position: relative;
}

#entry .detail_contents {
  margin-right: 16px;
}

.detail_contents:hover {
  border: 2px solid #EB4D71;
  padding: 9px 9px 39px 9px;
}

.detail_contents.checked {
  border: 2px solid #EB4D71;
  padding: 9px 9px 39px 9px;
  background: #fff url(/images/entry_back01.png) no-repeat bottom center;
  background-size: 101%;
}

.detail_contents .receipt_message {
  position: absolute;
  left: 50%;
  top: 155px;
  border: 2px solid #EB4D71;
  background: #f9f2f4;
  padding: 13px;
  width: 320px;
  transform: translateX(-50%);
  display: none;
}

.detail_contents .sub_comment {
  background: #a0be3c;
  border-radius: 6px;
  width: 260px;
  margin: 6px auto;
  color: #fff;
}

.detail_contents .sub_comment.ranking_1 {
  background: #a0be3c url(/images/icon_rank01.png) no-repeat left center;
  padding-left: 40px;
}

.detail_contents .sub_comment.ranking_2 {
  background: #a0be3c url(/images/icon_rank02.png) no-repeat left center;
  padding-left: 40px;
}

.detail_contents .sub_comment.ranking_3 {
  background: #a0be3c url(/images/icon_rank03.png) no-repeat left center;
  padding-left: 40px;
}

.detail_contents .word_comment {
  font-size: 12px;
  line-height: 18px;
  height: 60px;
}

.detail_contents .detail_image {
  height: 30px;
}

.detail_contents .detail_image .modal_target {
  display: none;
}

.detail_contents .detail_image .modal_button,
.detail_contents .detail_image .modal_button03 {
  text-align: center;
  font-size: 12px;
  width: 130px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: solid 2px #f00;
  background-color: #f00;
  border-radius: 3px;
  transition: 0.4s;
}

.detail_contents .detail_image .modal_button:hover,
.detail_contents .detail_image .modal_button03:hover {
  background: #fff !important;
  color: red !important;
}

#entry .option_moreinfo.pconly .modal_target {
  position: sticky;
  width: 200%;
}

.detail_contents .wifi_price {
  font-size: 16px;
  font-weight: bold;
}

.detail_contents .wifi_price b {
  font-size: 24px;
  color: #f60;
}

.detail_contents .select_checkbox label {
  padding: 0px;
  text-align: center;
  font-size: 20px;
  display: inline;
  background-color: #fff !important;
}

.select_checkbox {
  height: 20px;
}

.detail_contents .carrier_1 {
  background: url(/images/carrier_1.png) no-repeat right top;
}

.detail_contents .carrier_2 {
  background: url(/images/carrier_2.png) no-repeat right top;
}

.detail_contents .carrier_3 {
  background: url(/images/carrier_3.png) no-repeat right top;
}

.detail_contents .carrier_4 {
  background: url(/images/carrier_4.png) no-repeat right top;
}

.detail_contents .carrier_5 {
  background: url(/images/carrier_5.png) no-repeat right top;
}

/*#entry .item_image {
  width: 62%;
}
#entry .icon_area {
  margin-bottom: 5px;
  margin-top: 0 !important;
  flex-wrap: wrap;
}
#entry .icon_area img {
  margin-bottom: 5px;
  height: 50px;
  margin-left: 1px;
  margin-right: 1px;
  max-width: 48px;
}*/
#entry .wifi_price {
  width: 100%;
  float: none;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#entry .wifi_price table {
  border: 2px solid orange !important;
  border-radius: 5px !important;
  border-collapse: separate !important;
  width: 100% !important;
  background: orange;
}

#entry .wifi_price th {
  background-color: orange;
  width: 28%;
  vertical-align: middle;
  color: #fff;
  border: none;
}

#entry .wifi_price tr:first-child td {
  border-bottom: 2px solid orange;
}

#entry .wifi_price td {
  text-align: center;
  padding: 5px;
  width: 60%;
  background: white;
}

#entry .wifi_price b {
  font-weight: bold;
  font-size: 13px;
  color: #333;
}

#entry .mh115 {
  min-height: 115px;
}

/* 受取返却方法 */
#entry .receipt_area h2 {
  background: url(/images/icon_required.png) no-repeat left center;
  padding-left: 40px;
}

#entry .receipt_area .container .receipt {
  width: 920px;
  border-radius: 7px;
  border: 3px solid #357CBC;
  background: #fff url(/images/entry_back02.png) left top no-repeat;
  padding: 60px 10px 30px 10px;
}

#entry .flex {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: left;
}

#entry .flex.koyo {
  flex-wrap: wrap;
}

#entry .receipt .flex div {
  background: #ffffff;
}

#entry .color-steps{
  color: #CCCCCC;
}

#entry .color-step{
  color: #C98D2F;
}
/* {{-- JSYS-1239 八王子病院専用ページ申込フォームの変更 @since 2025.06.30 @author ione.miyasaka start --}} */
#entry .receipt .flex input:checked + label, #entry .receipt_sp .flex input:checked + label {
  background-color: #66B0DE;
  color: #fff;
}
/* {{-- JSYS-1239 八王子病院専用ページ申込フォームの変更 @since 2025.06.30 @author ione.miyasaka end --}} */

#entry .receipt .flex label {
  cursor: pointer;
  padding: 0px;
  border: 2px solid #66B0DE;
  border-radius: 5px;
  background: #fff;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}
/* {{-- JSYS-1239 八王子病院専用ページ申込フォームの変更 @since 2025.06.30 @author ione.miyasaka start --}} */
#entry .receipt_sp .flex label {
  cursor: pointer;
  padding: 0px;
  border: 2px solid #66B0DE;
  border-radius: 5px;
  background: #fff;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}
/* {{-- JSYS-1239 八王子病院専用ページ申込フォームの変更 @since 2025.06.30 @author ione.miyasaka end --}} */

#entry .flex label > small {
  font-weight: normal;
  font-size: 12px;
}

#entry .flex input {
  display: none;
}

#entry ul.flex {
  flex-wrap: wrap;
  justify-content: center;
}

#entry .flex.counter li {
  display: block;
  width: 47%;
  margin: 0 5px;
  line-height: 1.2;
}

/* {{-- JSYS-1239 八王子病院専用ページ申込フォームの変更 @since 2025.06.30 @author ione.miyasaka start --}} */
#entry .flex.counter.hosp-tokai li {
  display: block;
  width: 30%;
  margin: 0 5px;
  line-height: 1.2;
}
/* {{-- JSYS-1239 八王子病院専用ページ申込フォームの変更 @since 2025.06.30 @author ione.miyasaka end --}} */

#entry .flex.counter.return_koyo li {
  display: block;
  width: 47%;
  margin: 0 5px;
  line-height: 1.2;
}

#entry .receipt_area .container li label {
  min-height: 45px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#entry .return .flex div {
  background: #fff;
}

/* {{-- JSYS-1239 八王子病院専用ページ申込フォームの変更 @since 2025.06.30 @author ione.miyasaka start --}} */
#entry .return .flex input:checked + label, #entry .return_sp .flex input:checked + label {
  background-color: #50B397;
  color: #fff;
}

#entry .return .flex label, #entry .return_sp .flex label {
  cursor: pointer;
  padding: 0px;
  border: 2px solid #50B397;
  border-radius: 5px;
  background: #fff;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
/* {{-- JSYS-1239 八王子病院専用ページ申込フォームの変更 @since 2025.06.30 @author ione.miyasaka end --}} */

#entry .receipt_area .container .return {
  width: 920px;
  border-radius: 7px;
  border: 3px solid #248973;
  background: #fff url(/images/entry_back03.png) left top no-repeat;
  padding: 60px 10px 10px 10px;
  margin-top: 20px;
}

/* ご利用日 */
#entry .period_day {
  margin-top: 10px;
  padding-left: 40px;
  background: url(/images/icon_required.png) no-repeat 0 7px;
  display: flex;
  align-items: center;
}

#entry .period_day h2 {
  font-weight: 400;
}

#entry .period_day h2,
#entry .period_day h3,
#entry .period_day div {
  display: inline;
}

#entry .period_day div {
  display: flex;
  align-items: center;
  gap: 5px;
}
/*オプションサービス*/
#entry .option_contents {
  width: 290px;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 15px;
  padding: 15px;
  position: relative;
}

#entry .option_contents:nth-child(3n) {
  margin-right: 15px;
}

#entry .options_area .option_contents {
  padding: 15px 15px 120px 15px;
}

#entry .option_contents.checked {
  border: 1px solid #EB4D71;
}

#entry .option_contents .option_image img {
  max-height: 181px;
}

#entry .option_price {
  background: #5E9E3A;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  padding: 13px 10px;
  margin-bottom: 15px;
}

#entry .option_comment {
  font-size: 10px;
  line-height: 16px;
  padding: 10px;
}

#entry .option_moreinfo {
  height: 25px;
}

.base_btn.option_inline {
  /* display: inline-block; */
  top: 7px;
  width: auto;
  margin: 5px 10px;
  padding: 2px 10px 2px 29px;
  font-size: 13px;
  line-height: 1.6;
}

#entry .select_area {
  text-align: center;
  position: relative;
  bottom: 15px;
  left: 0;
  width: 100%;
}

#entry .period_area .container {
  padding: 20px;
}

#entry .result_cap h2 {
  font-weight: bold;
  margin-top: 20px;
  background: none;
  padding-left: 0px;
  font-size: 25px;
}

#entry .result_dl {
  font-size: 12px;
}

.options_section {
  padding: 20px 0;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  justify-content: start;
}

.post_select_message {
  /*max-width: 390px;*/
  display: none;
}

#entry .step1_popup {
  padding: 25px 0 10px;
  font-weight: bold;
}

#entry .step1_popup .modal_button,
#entry .step1_popup .modal_button03 {
  font-size: 24px;
  text-decoration: underline;
  cursor: pointer;
}

#orderStep .ui-datepicker.ui-datepicker-multi {
  width: 530px !important;
}

#orderStep .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.trip {
  font-size: 20px;
  margin-top: 12px;
}

.trip > span {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  padding: 5px;
  text-align: right;
  border: 1px solid #a0be3c;
}

.returnImage {
  margin-top: 2rem;
}

.returnImage p {
  font-weight: 700;
  font-size: 25px;
}

.returnImage img {
  margin-top: 1rem;
  font-size: 14px;
}

/* footer */
footer {
  background: #9cc535;
}

footer img {
  height: auto;
  width: 190px;
}

footer a {
  color: #fff;
}

#copyright {
  padding: 20px 0;
  background: #f5f5f5;
}

.special_dealh49 {
  height: 49px !important;
  width: auto;
}

.footer__IsmsAnabLogoImg {
  width: 132px;
}

/*
*  pcのスタイル
*/
body {
  background-color: #ffffff;
}

.mainHeader__button {
  display: none;
}

#entry .snsArea ul.snsbtniti {
  display: none;
}

.ht25 {
  height: 25px;
}

.ht50 {
  height: 50px;
}

.ht60 {
  height: 60px;
}

.j-center {
  justify-content: center;
}

.a-items-center {
  align-items: center;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

#entry .mainArea {
  padding: 0 0 6px;
}

#entry section.mainArea .subtitle_item {
  height: auto;
  line-height: 44px;
}

#entry section.mainArea .subtitle_item > span {
  font-size: 20px;
}

#entry section.mainArea .subtitle,
#entry section.mainArea .subtitle2 {
  width: 100%;
}

#entry .price_box .info_table .info_aff_grid2 .aff_gd_sp1 {
  grid-area: 3/1/4/3;
}

#entry .price_box .info_table .info_aff_grid2 .aff_gd_sp2 {
  grid-area: 3/4/4/6;
}

/* レンタルキット */
#entry .rental_set {
  background: #fff;
  padding: 1.5vw 10px 10px;
  position: relative;
  border: 1px solid #755e4f;
  color: #755e4f;
}

#entry .left_point {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}

#entry .trapezoid_left {
  display: inline-block;
  width: 41%;
  border-top: 50px solid;
  border-right: solid transparent 20px;
  position: absolute;
  top: 0;
  left: 0;
}

#entry .rent_set_txt {
  width: 58%;
  margin-left: auto;
  line-height: 1.3;
  margin-top: -10px;
}

#entry .pocket_type,
#entry .home_type {
  background-color: #f3f3f3;
  border-radius: 0 0 6px 6px;
}

#entry .pocket_type li,
#entry .home_type li {
  position: relative;
  padding-left: 15px;
  color: #333;
  line-height: 1.2;
}

#entry .pocket_type li + li,
#entry .home_type li + li {
  margin-top: 5px;
}

#entry .pocket_txt,
#entry .home_txt {
  position: relative;
  padding: 10px 15px;
}

#entry .pocket_txt:before,
#entry .home_txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #f3f3f3;
}

#entry .pocket_wifi,
#entry .home_router {
  border-radius: 6px 6px 0 0;
  font-size: 1.1rem;
  padding: 3px 0;
}

#entry .pocket_wifi {
  background-color: #0292c5;
}

#entry .home_router {
  background-color: #00a980;
}

#entry .parent {
  display: grid;
  grid-template-columns: 1fr 0.6fr 1fr 0.6fr;
  grid-column-gap: 10px;
  position: relative;
}

#entry .pocket_type,
#entry .home_type {
  background-color: #f3f3f3;
  border-radius: 0 0 6px 6px;
}

#entry .pocket_type li::before,
#entry .home_type li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
}

#entry .pocket_type li::before {
  background: #0292c5;
}

#entry .home_type li::before {
  background: #00a980;
}

#entry #rental_set img {
  max-width: 100%;
}

.home_router_img {
  width: 90%;
}

.rental_set_img1,
.rental_set_img2 {
  margin-left: 8px;
}

.rentalkit_last_txt {
  font-size: 0.8rem;
  padding-top: 10px;
}

/* 端末一覧 */
#entry .price_container {
  justify-content: flex-start;
  margin: 10px -0.5% 0;
  display: flex;
  flex-wrap: wrap;
}

#entry .price_box {
  width: 32.33333333%;
  margin: 1% 0.5% 0;
  text-align: center;
}
#entry .price_box .item_entry_image {
  justify-content: center;
  display: flex;
  height: 150px;
}
#entry .price_box .item_entry_image .device_img {
  width: 282px;
  margin: auto 0;
  max-height: 150px;
}

.price_box .device_name {
  font-size: 1.4rem;
  line-height: 1.2;
  word-break: keep-all;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#entry .price_box .area_txt.carrier_1,
#entry .price_box .area_txt.carrier_2,
#entry .price_box .area_txt.carrier_3,
#entry .price_box .area_txt.carrier_4,
#entry .price_box .area_txt.carrier_5,
#entry .price_box .area_txt.carrier_6,
#entry .price_box .area_txt.carrier_7,
#entry .price_box .area_txt.carrier_8 {
  font-size: 11px;
  line-height: 1.5;
  margin: 10px 0;
  background: none;
}

#entry .price_box .plan_name {
  color: #559127;
  font-size: 1.15rem;
  line-height: 1;
  margin-bottom: 10px;
}

#entry .price_box .plan_name .small {
  font-size: 0.9rem;
  font-weight: 400;
}

#entry .price_box .plan_info {
  font-size: 12px;
  line-height: 1.4;
}

#entry .price_box .info_icon {
  width: 60px;
  margin: 10px 5px;
}

#entry .price_box .popup_btn {
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 0;
  display: block;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
  height: max-content;
  width: 92%;
}

#entry .price_box .popup_btn.type1 {
  background: #c0272d;
}

#entry .price_box .popup_btn.type2 {
  margin-top: 5px;
  background: #1b1564;
}

#entry .price_box .info_table,
#entry .option_contents .info_table {
  border: 1px solid #faaf3b;
  border-collapse: separate;
  border-radius: 5px;
  width: 93%;
  margin-left: 10px;
  position: relative;
}

#entry .price_box .info_table th,
#entry .option_contents .info_table th {
  background: #faaf3b;
  border-radius: 2px 0 0 2px;
  font-size: 0.8rem;
  line-height: 1.2;
  vertical-align: middle;
  font-weight: 400;
}

#entry .price_box .info_table2,
#entry .option_contents .info_table2 {
  border: 1px solid #808080;
  border-collapse: separate;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

#entry .price_box .info_table2 th,
#entry .option_contents .info_table2 th {
  background: #808080;;
  border-radius: 2px 0 0 2px;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.2;
  vertical-align: middle;
  font-weight: 400;
  padding: 5px;
}

#entry .price_box .info_table2 td,
#entry .option_contents .info_table2 td {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  padding: 4px;
}

#entry .price_box .info_table td,
#entry .option_contents .info_table td {
  font-size: 0.8rem;
  line-height: 1.4;
  padding: 5px;
}

#entry .price_box .info_table td.td01,
#entry .option_contents .info_table td.td01 {
  border-bottom: 1px dotted;
}


#entry .price_box .info_table td .fee,
#entry .option_contents .info_table td .fee {
  font-size: 1rem;
}

/* アフィ */
#entry .price_box .info_table th.aff_rental_title {
  padding: 5px;
  font-size: 1rem;
}

#entry .price_box .info_table .aff_day_bg {
  display: block;
  background-color: #333;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 10px;
  padding: 2px;
}

#entry .price_box .info_table .aff_info_dot {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 93%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px dotted;
}

/* オプションサービスについて */
#entry .options_area .option_contents,
#entry .warrant_area .option_contents {
  position: relative;
  width: 31.3333333%;
  padding: 0;
  margin: 20px 1% 0;
}

#entry .option_price {
  border-radius: 9px 9px 0 0;
  margin-bottom: 0;
}

#entry .options_section {
  margin: 0 -1%;
  padding: 0;
}

#entry .option_price .option_name {
  font-size: 1.3rem;
  font-weight: 700;
}

#entry .option_contents .option_inner {
  padding: 15px 15px 15px;
}

#entry .option_contents .option_fee {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#entry .option_contents .info_table {
  margin: 0 0 15px 10px;
}

/* 安心保証 */
#entry .warrant_area .option_contents .option_inner {
  padding: 15px 15px 65px;
}

#entry .warrant_area .option_contents .option_inner .option0_area {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
}

/*モーダルカウンター*/
/* 共通 */
.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

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

.a-items-start {
  align-items: start;
}

.bg-57AD61 {
  background-color: #57ad61;
}

.bg-f6faec {
  background-color: #f6faec;
}

.c_fff {
  color: #fff;
}

.fw-normal {
  font-weight: normal;
}

.txt-left {
  text-align: left;
}

#counter .container {
  width: 960px;
  margin: 0 auto;
}

.base_section {
  padding: 50px 0 80px;
}

/* カウンター一覧 */
.base_section h2.title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.base_section .title span {
  background-image: linear-gradient(to right, #a0d15b, #a0d15b 9px, transparent 9px, transparent 20px);
  background-size: 14px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 2px;
}

.counter_map {
  position: relative;
  padding: 40px 100px;
}

.airport-list img.map {
  width: 100%;
}

.counter_map a {
  position: absolute;
  width: 8.5%;
  height: 25px;
}

/* new counter map link */
.counter_map .map_link1 {
  color: black;
  font-size: 20px;
  font-weight: 500;
  top: 9%;
  left: 46%;
  width: 20%;
  height: 40px;
}
.counter_map .map_link2 {
  top: 14%;
  left: 24%;
  width: 11%;
  height: 40px;
}
.counter_map .map_link3 {
  top: 50%;
  left: 35%;
  width: 11%;
  height: 40px;
}
.counter_map .map_link4 {
  top: 55%;
  right: 15%;
  height: 40px;
  width: 10%;
}
.counter_map .map_link8 {
  top: 73%;
  right: 15%;
  width: 10%;
  height: 40px;
}
.counter_map .map_link9 {
  top: 86%;
  right: 27%;
  width: 10%;
  height: 40px;
}
.counter_map .map_link10 {
  top: 59%;
  left: 26%;
  width: 10%;
  height: 40px;
}
.counter_map .map_link11 {
  top: 86%;
  right: 52%;
  width: 14%;
  height: 40px;
}
.counter_map .map_link12 {
  top: 74%;
  left: 13%;
  height: 40px;
  width: 10%;
}
.counter_map .map_link13 {
  top: 89%;
  left: 10%;
  height: 40px;
  width: 12%;
}
/* end new counter map link */

.airport-list table {
  border-collapse: initial;
  border-left: solid 1px #57ad61;
  border-right: solid 1px #57ad61;
  border-bottom: solid 1px #57ad61;
  display: table;
  width: 100%;
}

.airport-list table.pconly {
  display: table !important;
}

#counter table th {
  font-size: 1.2rem;
  line-height: 2;
}

#counter table td {
  background: #f2f2f2;
  padding: 10px;
  align-items: center;
  line-height: 1.5;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
}

#counter td.first-td {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  text-align: left;
  width: 100%;
  height: 108px;
  font-size: 1rem;
}

td.second-td {
  width: 15%;
}

td.icons {
  width: 25%;
}

#counter table td span {
  font-size: 10px;
  display: block;
  line-height: 1.3 !important;
  font-weight: normal;
}

.border-b-fff {
  border-bottom: 1px solid #fff;
}

.border-r-fff {
  border-right: solid 1px #fff;
}

.map-popup {
  background-color: #1b1464;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 0.8rem;
  margin-left: 20px;
  position: relative;
  width: 130px;
  text-align: center;
}

.map-popup::after {
  position: absolute;
  content: "\f054";
  font-family: "font awesome 5 free";
  right: 10px;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}

.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.map-popup:hover {
  opacity: 0.7;
  transition: 0.2s;
  cursor: pointer;
}

.icons img {
  width: 55px;
  height: auto;
}

@media screen and (max-width: 768px) {
  /*
  *  style_sp.cssから移植
  */
  .snsArea {
    height: 76px;
  }
  section.mainArea .subtitle {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 20px auto;
    background-color: #a0be3c;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    line-height: 1.6;
    padding: 10px;
    display: table;
  }
  section.mainArea .subtitle > span {
    padding-left: 9pt;
    font-size: 14px;
    font-weight: 700;
    border-left: 0;
    display: table-cell;
  }
  .select_checkbox {
    height: 20px;
  }
  .font_ftb {
    font-size: 17px;
  }
  .detail_contents {
    width: 100%;
    min-width: 300px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px 10px 40px;
    position: relative;
  }
  #entry .container.mainArea,
  #form .container.mainArea {
    padding: 20px;
    margin-top: 0 !important;
  }
  .alert-danger {
    border: 1px solid #f00;
    background: #ffeaea;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f00;
  }
  .entry_attention p {
    /*width:calc(100% - 125px);*/
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
  }
  .entry_attention span {
    display: block;
  }
  #entry .details_area {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #entry .details_area,
  #entry .receipt_area .container,
  .options_section,
  .coupon_area p {
    padding: 0;
  }
  #entry .option_contents {
    width: 290px;
    height: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 15px;
    padding: 15px;
    position: relative;
  }
  #entry .option_price {
    background: #5E9E3A;
    font-size: 1pc;
    font-weight: 700;
    border-radius: 9px 9px 0 0;
    padding: 13px 10px;
    margin-bottom: 15px;
  }
  #entry .option_comment {
    font-size: 10px;
    line-height: 1pc;
    padding: 10px;
  }
  #entry .timeout span {
    font-size: 18px !important;
  }
  #entry .timeout img {
    width: unset;
    max-width: 40px;
    max-height: 25px;
  }
  .coupon_area p {
    font-size: 12px !important;
  }
  #entry .detail_contents {
    min-width: 0;
    padding-bottom: 0px;
    margin-right: 0px;
  }
  #entry .detail_contents.checked {
    padding-bottom: 35px;
  }
  #entry .detail_contents .item_image {
    width: 63%;
    float: left;
    margin-bottom: 10px;
  }
  #entry .detail_contents .wifi_price {
    width: 100%;
    float: none;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 20px;
    margin-left: -9px;
  }
  #entry .detail_contents .wifi_price table {
    border: 2px solid orange;
    border-radius: 5px;
    border-collapse: separate;
    width: 100%;
  }
  #entry .detail_contents .wifi_price th {
    background-color: #faaf3b;
    width: 30%;
    vertical-align: middle;
    color: #fff;
    border: none;
  }
  #entry .detail_contents .wifi_price td {
    text-align: center;
    padding: 5px;
    width: 60%;
  }
  #entry .detail_contents .wifi_price tr:first-child td {
    border-bottom: 2px solid orange;
  }
  #entry .detail_contents .wifi_price b {
    font-weight: bold;
    font-size: 13px;
    color: #333;
  }
  #entry .detail_contents .icon_area {
    width: 37%;
    float: right;
    margin-bottom: 5px;
    margin-top: 0 !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #entry .detail_contents .detail_image {
    padding: 10px;
    height: auto;
  }
  #entry .detail_contents .select_checkbox {
    float: left;
    width: 38%;
  }
  #entry .detail_contents .select_checkbox label {
    font-size: 12px;
    padding: 0;
    text-align: left;
  }
  #entry .detail_contents .num_select select {
    width: 100%;
  }
  #entry .detail_contents .detail_image .modal_button {
    border-radius: 5px;
    display: block;
    text-align: center;
    width: 10em;
    height: 50px;
    vertical-align: middle;
    border: none;
    font-size: 15px;
    line-height: 50px;
    -webkit-appearance: none;
    margin: 10px auto;
  }
  #entry .detail_contents:hover {
    border: 1px solid #ccc;
  }
  #entry .detail_contents.checked {
    background-size: 100% 36px;
    border: 2px solid #EB4D71;
  }
  #entry .receipt_area .container {
    display: block;
    font-size: 10px;
  }
  #entry .receipt_area .container .selectstyle {
    width: 100%;
    margin-bottom: 1em;
    height: 60px;
    background-size: 24px 100%;
    font-size: 14px;
    padding-right: 35px;
  }
  #entry .detail_contents .receipt_message {
    position: static;
    width: 100%;
    margin: 15px auto 10px;
    font-size: 12px;
    line-height: 1.5;
    height: auto;
    padding: 10px;
    clear: both;
    border: red 2px solid;
    background: #f9f2f4;
    position: absolute;
    top: 60vw;
    left: 50%;
    font-size: 0.9rem;
  }
  #entry .item_area .subtitle span,
  #entry .receipt_area .subtitle span,
  #entry .period_area .subtitle span {
    background: url(/images/icon_required.png) no-repeat right center;
  }
  #entry .period_day {
    margin-top: 10px;
    background: url(/images/icon_required.png) no-repeat left center;
    background-position: 0 7px;
    flex-direction: column;
    align-items: normal;
    gap: 5px;
  }
  #entry .receipt_area h2,
  #entry .period_day {
    background-image: none;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .open_item span {
    cursor: pointer;
    width: 20px;
    display: inline-block;
    height: 20px;
    background-size: contain;
  }
  #entry .period_area p {
    font-size: 12px;
    line-height: 1.5;
  }
  #entry .period_day .select_day {
    width: 100%;
    display: flex;
    /*background:url(/images/icon_calendar.png) no-repeat center right;*/
  }
  .trip > span {
    border: none;
    font-weight: 700;
    display: inline-block;
    padding: 5px;
    text-align: right;
    border: 1px solid #A0BE3C;
    margin: 0 5px;
  }
  #entry .result_cap h2 {
    font-weight: 700;
    margin-top: 20px;
    background: 0;
    padding-left: 0;
  }
  #entry .period_day h2,
  #entry .period_day div {
    display: block;
  }
  #entry .period_day .select_day input {
    width: calc(100% - 50px);
    display: inline-block;
    -webkit-appearance: none;
    font-size: 20px;
    background: #fff !important;
  }
  #entry .option_contents {
    width: 100%;
  }
  #entry .option_contents .modal_button img {
    max-width: 137px;
  }
  #entry .option_contents .select_area {
    padding-top: 20px;
  }
  #entry .option_contents .select_area label {
    float: left;
    width: 38%;
  }
  #entry .option_contents .select_area .select_area_right {
    float: left;
    width: 62%;
  }
  #entry .option_contents .option_image img {
    max-width: 100px;
  }
  #entry .option_contents.checked {
    border: 1px solid #EB4D71;
  }
  #entry .result_cap .left {
    float: none;
    width: 100%;
    line-height: 1.5;
    margin-top: 10px;
  }
  #entry .wifi_price {
    margin-top: 10px;
  }
  #entry .select_area {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 115px;
  }
  .post_select_message {
    display: none;
    line-height: 2;
  }
  .sp_close {
    display: none;
  }
  .open button {
    background: #999;
    text-align: center;
    color: #fff;
    width: 80%;
    margin: 10px auto;
    padding: 5px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    border: none;
  }
  .open_item button {
    background: #f00;
    text-align: center;
    color: #fff;
    width: 80%;
    margin: 10px auto;
    padding: 5px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    border: none;
  }
  .modal_button02 {
    background: #f00;
    text-align: center;
    color: #fff !important;
    width: 80%;
    margin: 10px auto;
    padding: 5px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    border: none;
  }
  #entry .open_item button {
    background: #f00;
    text-align: center;
    width: 80%;
    margin: 10px auto;
    cursor: pointer;
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #fff;
    border: solid 2px #f00;
    border-radius: 3px;
    transition: 0.4s;
  }
  #entry form .mt50 {
    margin-top: 20px !important;
  }
  #entry .select_area_right .selectstyle {
    width: 90%;
    max-width: 200px;
  }
  #entry .step1_popup button {
    width: 90%;
    color: #fff;
    background: #f00;
    border: 2px solid #000;
    border-radius: 10px;
  }
  #entry .step1_popup {
    padding: 25px 0 10px;
    font-weight: 700;
  }
  .returnImage {
    margin-top: 2rem;
  }
  .returnImage p {
    font-weight: 700;
  }
  .returnImage img {
    margin-top: 1rem;
    font-size: 14px;
  }
  .open_option {
    background: #666;
    text-align: center;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 2px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
  }
  i.before_info_sp {
    background: #fff;
    color: #666;
    margin: 3px;
    padding: 4px;
    border-radius: 10px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 1;
    float: left;
  }
  .open_option::after {
    content: "";
    display: block;
    clear: both;
  }
  .txt_info_sp {
      display: block;
      text-align: center;
      padding-right: 25px;
  }
  /*
  *  spのスタイル
  */
  .ui-widget-content {
    height: auto !important;
  }
  #entry section.mainArea .subtitle_item > span {
    font-size: 14px;
    line-height: 1.6;
  }
  section.mainArea .subtitle > span,
  section.mainArea .subtitle2 > span {
    border-left: 0px;
  }
  /* レンタルキット */
  #entry .trapezoid_left {
    width: 100%;
    border-top: 0;
    border-right: none;
  }
  #entry .left_point {
    font-size: 1.1rem;
    top: 0.3rem;
    text-align: center !important;
    position: relative !important;
    top: auto;
    left: auto;
    background-color: #755e4f;
    padding: 10px 10px 10px;
  }
  #entry .rental_set {
    padding: 0 0 15px;
    margin: 0 1.3rem 2rem;
  }
  #entry .rent_set_txt {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 10px !important;
    padding-right: 6px;
    padding-left: 6px;
  }
  #entry .parent {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    padding-left: 6px;
    padding-right: 6px;
  }
  #entry .home_txt:before {
    border-right: 10px solid #f3f3f3 !important;
    right: 100% !important;
    border: 8px solid transparent;
    left: auto;
  }
  #entry .pocket_wifi,
  #entry .home_router {
    font-size: 0.8rem;
  }
  .home_router_img {
    width: 100%;
    position: unset;
  }
  #entry .pocket_txt,
  #entry .home_txt {
    padding-left: 20px;
    font-size: 0.7rem;
  }
  .home_type {
    grid-area: 2/2/2/2;
  }
  #entry .pocket_txt:before {
    border: 8px solid transparent;
    border-left: 10px solid #f3f3f3;
  }
  .home_router_img {
    width: 93%;
  }
  #entry .pocket_txt,
  #entry .home_txt {
    font-size: 0.7rem;
    padding: 10px;
  }
  #entry .pocket_type li,
  #entry .home_type li {
    line-height: 1.2;
  }
  #entry .pocket_type li::before,
  #entry .home_type li::before {
    top: 2px;
    transform: none;
  }
  .rentalkit_last_txt {
    color: #000;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    font-size: 0.54rem;
    line-height: 1.4;
    text-align: left !important;
    padding: 0 6px;
  }
  /* 端末一覧 */
  #entry .price_container,
  #entry .options_section {
    margin: 0;
  }
  #entry .option_price .option_name,
  #entry .option_price .option_name {
    font-size: 1rem;
  }
  #entry .price_box .plan_name {
    font-size: 1.2rem;
  }
  #entry .price_box {
    width: 100%;
    margin: 0 0 5%;
    padding-bottom: 10px;
  }
  #entry .icon_box {
    width: 37%;
    font-size: 0;
    display: flex;
    justify-content: center;
    padding-left: 5px;
  }
  #entry .icon_box .icon_inner {
    width: 95%;
    text-align: left;
  }
  #entry .price_box .info_icon {
    width: 46%;
    margin: 2%;
  }
  #entry .price_box .popup_btn {
    position: relative;
    width: 100%;
    margin: 5px 0 0;
  }
  #entry .price_box .popup_btn a {
    display: block;
  }
  #entry .price_box .info_table {
    border: 1px solid #faaf3b !important;
  }
  #entry .price_box .info_table th {
    border-radius: 2px 2px 0 0;
    padding: 2px;
  }
  #entry .price_box .info_table td,
  #entry .option_contents .info_table td {
    font-size: 10px;
    padding: 4px;
  }
  #entry .price_box .info_table td.td01,
  #entry .option_contents .info_table td.td01 {
    border-bottom: none;
    width: 50%;
    vertical-align: middle;
  }
  .td-txt {
    border-bottom: 1px dotted;
    padding-bottom: 8px;
    margin: 0px 9px;
  }
  #entry .price_box .info_table td .fee,
  #entry .option_contents .info_table td .fee {
    font-size: 14px;
  }
  /* アフィリエイト */
  #entry .price_box .info_table .aff_day_bg {
    margin-left: 0;
  }
  #entry .price_box .info_table .info_aff_grid1 {
    margin: 6% 0 0;
  }
  #entry .price_box .info_table .info_aff_grid2 {
    display: grid;
    align-items: center;
    justify-content: center;
  }
  #entry .price_box .info_table .aff_arw {
    padding: 0 10px;
  }
  /* 安心保証・オプションサービス */
  #entry .options_area .option_contents,
  #entry .warrant_area .option_contents {
    width: 100%;
    margin: 0 0 5%;
  }
  #entry .option_contents .info_table {
    width: 88% !important;
    margin: 10px auto;
  }
  #entry .option_price {
    padding: 3px;
    margin-bottom: 0;
  }
  #entry .option_contents .option_image img {
    max-height: 200px;
    width: auto;
  }
  #entry .option_contents .option_inner {
    padding: 15px 10px;
  }
  #entry .option_contents .option_img img {
    max-width: 100px;
  }
  #entry .option_contents .detail_option {
    width: 93%;
    margin: 10px auto;
  }
  #entry .option_contents .open_option {
    width: 89%;
    font-size: 0.8rem;
  }
  #entry .option_contents .option_fee {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  #entry .option_contents .select_area {
    display: flex;
    align-items: center;
    padding: 0 0 10px;
    margin-top: 0;
    position: static;
    height: auto;
  }
  .btn_content {
    justify-content: center;
  }
  /* モーダルカウンター */
  #counter .snsArea {
    height: auto;
  }
  #counter .snsArea .container {
    width: 100%;
  }
  .base_section {
    padding: 20px 0;
  }
  #counter .container {
    width: 94%;
  }
  #counter .container.sns_container {
    width: 100%;
  }
  .base_section h2.title {
    font-size: 22px;
    line-height: 1.6;
  }
  /* 空港カウンター一覧 */
  .step_popup {
    font-size: 12px;
    padding: 5px 14px 5px 5px;
    line-height: 1.4;
  }
  .step_popup::after {
    top: 45%;
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #ed1c24;
    border-right: solid 1px #ed1c24;
  }
  .airport-list table.pconly {
    display: none !important;
  }
  .bg-57AD61 {
    font-size: 1rem;
    line-height: 1.8;
  }
  .counter_map {
    position: relative;
    padding: 0;
  }
  .airport-list img.map {
    padding: 10px 0;
  }
  .counter_map a {
    position: absolute;
    width: 10.5%;
    height: 10px;
  }
  .counter_map .map_link1 {
    top: 6%;
    left: 28%;
    width: 38%;
    height: 4%;
  }
  .counter_map .map_link2 {
    top: 21%;
    left: 5%;
    width: 20%;
    height: 5%;
  }
  .counter_map .map_link3 {
    left: 20%;
    top: 48%;
    width: 20%;
    height: 6%;
  }
  .counter_map .map_link4 {
    top: 51%;
    right: 0;
    width: 20%;
    height: 6%;
  }
  .counter_map .map_link8 {
    top: 71%;
    right: 0;
    width: 20%;
    height: 6%;
  }
  .counter_map .map_link9 {
    top: 75%;
    right: 24%;
    width: 21%;
    height: 6%;
  }
  .counter_map .map_link10 {
    top: 56%;
    left: 5%;
    width: 21%;
    height: 6%;
  }
  .counter_map .map_link11 {
    right: 35%;
    top: 82%;
    width: 29%;
    height: 6%;
    left: unset;
  }
  .counter_map .map_link12 {
    top: 67%;
    left: 0;
    width: 20%;
    height: 6%;
  }
  .counter_map .map_link13 {
    height: 5%;
    left: 19%;
    top: 90%;
    width: 25%;
  }
  .airport-list tr {
    display: block;
  }
  .airport-list ul {
    text-align: center;
    background-color: #f2f2f2;
  }
  .airport-list ul li:first-child {
    font-size: 14px;
    line-height: 1.2;
  }
  .airport-list li {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 5px;
    text-align: center;
    align-items: center;
  }
  .green-box {
    border-left: solid 1px #57ad61;
    border-right: solid 1px #57ad61;
    border-bottom: solid 1px #57ad61;
  }
  .first-td {
    display: block;
  }
  .icons p.fw-normal {
    min-width: 72px;
  }
  .icons p,
  .icons img {
    margin: 0 3px 5px 3px;
    font-size: 12px;
  }
  .remarks {
    font-size: 9px !important;
    font-weight: normal;
    padding-top: 0 !important;
  }
  .airport-list li.map-li {
    padding: 0 5px;
  }
  .map-popup {
    margin-left: 0;
    padding: 5px 40px;
    line-height: 2;
  }
  .map-popup::after {
    position: absolute;
    content: "\f054";
    font-family: "font awesome 5 free";
    right: 10px;
  }
  /* ポップアップ */
  .modal_target {
    width: 95%;
    margin-top: 0;
    padding: 20px;
  }
  .modal_target .modal-close {
    top: 2px;
    right: 2px;
  }
  .close-btn {
    top: 5px;
    right: 0px;
    width: 20px;
    height: 20px;
  }
  .close-btn:hover {
    cursor: pointer;
  }
  .close-btn::before,
  .close-btn::after {
    height: 20px;
  }
  .act_note {
    font-size: 1rem;
  }
  /* footer */
  footer .bnr_area {
    display: -webkit-flex;
    display: flex;
  }
  footer .bnr_box {
    justify-content: center;
  }
  footer .bnr_box:nth-child(2) {
    width: auto;
  }
  #entry .step1_popup .modal_button,
  #entry .step1_popup .modal_button03 {
    font-size: 0.8rem;
  }
  #entry .wifi_price table {
    background-color: transparent;
  }
  #entry .wifi_price td {
    background-color: transparent;
  }
  section.mainArea .subtitle:before {
    padding-right: 7px;
  }
  #colorbox {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }
  /* {{-- JSYS-1239 八王子病院専用ページ申込フォームの変更 @since 2025.06.30 @author ione.miyasaka start --}} */
  #entry .flex.counter li {
    display: block;
    width: 100%;
    margin: 0 5px;
    line-height: 1.2;
  }
  /* {{-- JSYS-1239 八王子病院専用ページ申込フォームの変更 @since 2025.06.30 @author ione.miyasaka end --}} */
}
@media screen and (max-width: 320px) {
  #entry .price_box .info_table .aff_arw {
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  #entry .modal-close {
    position: absolute;
    background: url(/images/controls.png) no-repeat -50px -25px;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 99999;
  }
  .detail_popup {
    margin-top: 50px;
    max-height: 80%;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.5;
  }
  .detail_text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .font_weight_bold {
    font-weight: bold;
  }
  .text_align_right {
    text-align: right;
  }
  #entry .option_comment {
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .bnr_area {
    flex-direction: column;
  }
}
#entry .coupon_require {
  padding-left: 35px;
  background: url(/images/icon_required.png) no-repeat left center;
}

/* css popup */

.expense__bg-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(170, 170, 170, .7);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 40px;
  z-index: 999;
}

.expense__bg-popup-open {
  display: flex;
}

.expense__popup {
  position: relative;
  width: 100%;
  max-width: 898px;
  overflow-y: auto;
  background-color: #fff;
  padding: 52px 62px 43.3px 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expense__popup__close-wrapper {
  position: absolute;
  top: 17px;
  right: 16.8px;
  cursor: pointer;
  display: flex;
}

.expense__popup__close {
  width: 14.42px;
  height: 14.42px;
}

.expense__popup__icon-attention {
  width: 72.32px;
}
.expense__popup__icon-attention img {
  width: 100%;
  object-fit: cover;
}

.expense__popup__title-wrapper {
  position: relative;
}

.expense__popup__title {
  margin-top: 6.2px;
  font-size: 36px;
  line-height: 63px;
  /* background: linear-gradient(180deg, transparent 70%, #fbed21 0) 0
    calc(100% - 3px); */
  font-weight: 700;
  z-index: 1;
  position: relative;
}

.expense__popup__mark {
  position: absolute;
  bottom: 9px;
  left: -3px;
  width: calc(100% - 10px);
  height: 9px;
  background-color: #FBED21;
  border-radius: 4px;
  z-index: 0;
}

.expense__popup__content-text {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  margin-top: 32.5px;
}

.expense__popup__content-text.mt-8 {
  margin-top: 32px;
}

.w-full {
  width: 100%;
}

.expense__popup__list {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: -14.55px;
  z-index: 2;
}
.list-mt {
  margin-top: 32.5px;
}

.expense__popup__list img {
  height: 100%;
  max-height: 69.66px;
  object-fit: cover;
}
.expense__popup__list img:nth-child(1) {
  width: 51.2px;
}
.expense__popup__list img:nth-child(2) {
  width: 73.19px;
}
.expense__popup__list img:nth-child(3) {
  width: 50.34px;
}
.expense__popup__list img:nth-child(4),
.last-list img:nth-child(2) {
  width: 50.34px;
}

.expense__popup__price,
.expense__popup__policy {
  min-width: 274.09px;
  width: 50%;
  max-width: 274.09px;
  min-height: 65.86px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 33px 30px 23.8px 30px;
  margin: 0 auto;
}
.expense__popup__price {
  background-color: #f1f1f1;
}
.expense__popup__price > p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.expense__popup__arrow {
  position: relative;
  width: 125.2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expense__popup__arrow > p {
  position: absolute;
  top: 7.1px;
  max-width: 84px;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.expense__popup__group {
  display: flex;
  gap: 10px;
  margin-top: -47px;
}

.expense__popup__policy {
  background-color: #fff2c6;
  flex-grow: 1;
}
.expense__popup__policy > p {
  font-size: 22px;
  line-height: 24px;
  color: #d91923;
  font-weight: 700;
  text-align: center;
}
.expense__popup__policy > p > span {
  color: #000;
}

.expense__flex-col {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .expense__popup {
    max-height: 85vh;
  }

  .expense__bg-popup {
    padding: 20px;
  }

  .expense__popup {
    padding: 52px 15px 77px 15px;
  }

  .expense__popup__title-wrapper {
    max-width: 100%;
  }

  .expense__popup__title {
    font-size: 18px;
    /* background: linear-gradient(180deg, transparent 85%, #fbed21 0) 0
      calc(100% - 20px); */
      line-height: 28px;
  }

  .expense__popup__mark {
    bottom: 2px;
    width: calc(100% - 4px);
    height: 6px;
  }

  .expense__popup__content-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    /* max-width: 504px; */
    width: 100%;
  }

  .expense__popup__content-text.mt-8 {
    margin-top: 15px;
  }

  .expense__popup__list {
    margin-bottom: -14px;
  }

  .list-mt {
    margin-top: 12px;
  }

  .expense__popup__price,
  .expense__popup__policy {
    min-width: unset;
    padding: 10px;
    width: 100%;
  }

  .expense__popup__policy {
    padding: 20px 10px;
  }

  .expense__popup__group {
    margin-top: 12.2px;
    width: 100%;
  }
  .expense__popup__group > .expense__flex-col {
    width: 50%;
  }
}
/* ed css popup */

/*# sourceMappingURL=entry.css.map */
.entry_line_title {
  position: relative;
  padding: 0 0 15px 0;
}
.entry_line_title ::before {
  content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
  height: 2px;
  border-bottom: solid 1px #9DC534;
}
.sq_label {
  background-color: #9DC534;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 5%;
  padding: 10px 0;
}
.entry_line_title mark {
  background: #ff0000;
  color: #FFF;
  font-size: 14px;
  padding: 9px 4px;
  left: 480px;
  top: 16px;
  line-height: 3px;
  position: absolute;
  font-style: normal;
}
.entry_line_title mark::before {
  border-bottom: none;
}
.entry_line_title .entry_mark2 {
  left: 277px;
  top: 14px;
}
.entry_line_title .entry_mark3 {
  left: 244px;
  top: 14px;
}
.coupon_area_bg {
  background-color: #F5F5F5;
  padding-bottom: 40px;
}
.coupon_area_title{
  color: #F15A24;
}
.coupon_area_p {
  padding: 13px 0 7px 0;
}
.info_table2 .option {
  display: none;
}
.icon-container {
  position: relative;
}

.icon-box .ranking_icon_1{
  position: absolute;
  transform: translateY(-50%);
  left: -0.5rem;
  top: 0.5rem;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.icon-box .ranking_icon_2{
  position: absolute;
  transform: translateY(-50%);
  left: -0.5rem;
  top: 0.5rem;
  width: 50px;
  height: 50px;
  z-index: 2;
}

.icon-box .ranking_icon_3{
  position: absolute;
  transform: translateY(-50%);
  left: -0.5rem;
  top: 0.5rem;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.btn_bk {
  background-color: #000;
}
footer.mainFooter.mt20 {
  margin-top: 0 !important;
}
#entry .mainArea {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .sq_label {
    width: 10%;
    padding: 5px 0;
  }
  .entry_line_title {
    position: relative;
    padding: 0 0 5px 0;
    margin-bottom: 20px;
  }
  .entry_line_title ::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 99%;
    height: 2px;
    border-bottom: solid 1px #9DC534;
  }
  .entry_line_title mark {
    background: #ff0000;
    color: #FFF;
    font-size: 14px;
    padding: 9px 4px;
    left: 480px;
    top: 16px;
    line-height: 3px;
    position: absolute;
    font-style: normal;
  }
  .entry_line_title mark::before {
    border-bottom: none;
  }
  .entry_line_title .sp_mark1 {
    left: 285px;
    top: 9px;
  }
  .entry_line_title .sp_mark2 {
    left: 173px;
    top: 8px;
  }
  .entry_line_title .sp_mark3 {
    left: 152px;
    top: 8px;
  }
  .container_full {
    padding: 5px 0 25px 0;
  }
  .container_ansin {
    padding: 25px 0;
  }
  .number-box {
    display: inline-block; /* 인라인 요소로 보여주기 */
    border: 1px solid green; /* 초록색 박스 라인 그리기 */
    padding: 5px; /* 텍스트와 박스 사이의 간격 조절 */
}
.ansin_inner {
  display: flex;
  width: 100%;
  align-items: center;
}
.ansin_inner .txtC {
  /*width: 30%;*/
}
.ansin_inner .option_comment {
  width: 70%;
}
#entry .warrant_area .option_contents .option_inne {
  padding: 10px 0 35px;
}
#entry .price_box .info_table, #entry .option_contents .info_table {
  margin-left: 13;
}
#entry .price_box .popup_btn.type2 {
  margin: 5px 0;
}
.info_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.base_btn.inline {
  font-size: 12px;
  margin: 3px 5px;
  padding: 5px 12px 5px 35px;
}
.ft_og {
  color: #F77F1E;
}
.returnImage img {
  margin-top: 20px !important;
}
.snsArea .container {
  padding: 0;
}
.breadcrumb {
  width: 88%;
}
#footer_common {
  margin-top: 0 !important;
}
#entry .mainArea {
  padding: 0;
}
.icon-box .ranking_icon_1{
  left: -0.8rem;
}
.icon-box .ranking_icon_2{
  left: -0.8rem;
}
.icon-box .ranking_icon_3{
  left: -0.8rem;
}
#entry .comment_area {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}
#entry .comment_area .option_comment {
  width: 100%;
  margin: 0;
  padding: 0;
}
#entry .comment_area .option_comment > p {
  font-size: 13px;
}
#entry .comment_area .info_button {
  width: 100%;
}
.repayment_content {
  margin-top: 25px;
  width: 90%;
  top: 50%;
  max-height: 80%;
  overflow: scroll;
}
.repayments_table th,
.repayments_table td {
  font-size: 10px;
  line-height: 1.4;
  padding: 4px;
}
.repayment_content .txt {
  font-size: 0.7rem;
}
#entry .price_box .info_table td.td01 {
  border-right: 1px dotted;
}
.rental_days {
  font-size: 13px;
  font-weight: normal;
}
.drawer.isSp #ui-datepicker-div {
  left: 20px !important;
}
#entry .option_comment {
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  width: 88%;
}
#receipt_info .modal_button {
  margin: 0;
  display: flex;
  font-size: 12px;
  line-height: 1.2;
  height: 100%;
  align-items: center;
  padding: 10px 10px 10px 31px;
  width: max-content;
}
#receipt_info .modal_button .before_info {
  top: unset;
}
.option_contents .info_table tbody > tr:first-child th {
  padding: 5px;
}
}
#entry .mt20.return_dot, #entry .mt20.receipt_dot {
  padding-top: 0px;
}

/* wnuro entry css */
@media screen and (max-width: 768px) {
  .wnuro_wrap > #entry .receipt_area .container .return,
  .wnuro_wrap > #entry .receipt_area .container .receipt {
    width: 100%;
  }
  .wnuro_wrap > #entry .warrant_area .option_contents,
  .wnuro_wrap > #entry .price_box {
    width: 50%;
  }
  .wnuro_wrap > #entry .rental-day {
    width: 100%;
  }
  .wnuro_wrap > #entry .main__stepMainListItemArrowIcon {
    display: none;
  }
  .wnuro_wrap > #entry .main__stepMainList {
    row-gap: 20px;
  }
  .wnuro_wrap > #entry .pc-day-main-about {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .wnuro_wrap > #entry .warrant_area .option_contents,
  .wnuro_wrap > #entry .price_box {
    width: 100%;
  }
}

/* JSYS-1469 八王子病院専用ページ申込フォームの修正 @since 2025.11.26 @author ione.miyasaka start */
.rental-kit-tokai {
  display: flex;
  width: 650px;
  margin: 0 auto;
  justify-content: center;
  font-weight: bold;
}
.rental-kit-tokai .rental_set_img1 {
  width: 200px;
}
.rental-kit-tokai .pocket_type {
  border-radius: 6px!important;
}
@media screen and (min-width: 1024px) {
  .rental-kit-tokai .pocket_type .pocket_txt li {
    line-height: 1.5!important;
  }
  .rental-kit-tokai .pocket_type {
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .rental-kit-tokai {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;

  }
}
.before-caption-list {
  margin-top: 10px;
}
.before-caption-list li:before {
  content: '※';
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  text-align: center;
  color: #333;
}
.before-caption-list li {
  line-height: 1.5!important;
  list-style-position: outside!important;
  padding-left: 10px!important;
  font-size: 12px!important;
}
.tokai-img-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  border: 1.5px solid #4c6cb2;
  padding: 10px 20px;
  border-radius: 25px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}
.tokai-img-title p {
  font-size: 20px;
  font-weight: bold;
  color: #4c6cb2;
  letter-spacing: 1px;
}
.tokai-img-title span {
  font-size: 16px;
  font-weight: bold;
  color: #4c6cb2;
  letter-spacing: 1px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .tokai-img-title {
    padding: 10px 6px;
    gap: 6px;
    width: 100%;
  }
  .tokai-img-title p {
    font-size: 16px;
  }
  .tokai-img-title span {
    font-size: 13px;
    margin-left: 4px;
  }
  .tokai-img-title img {
    width: 20px;
  }
}
/* JSYS-1469 八王子病院専用ページ申込フォームの修正 @since 2025.11.26 @author ione.miyasaka end */