@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;
  width: 100%;
}

#charge-about,
#charge-product,
#charge-step,
#charge-qa{
  scroll-margin-top: 113px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
.container {
  width: 960px;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #charge-about,
  #charge-product,
  #charge-step,
  #charge-qa{
    scroll-margin-top: 60px;
  }
  .drawer-menu {
    margin-top: 9px;
  }
  #menu_list li a {
    border: 1px solid #d9d9d9;
    display: inline-block;
    width: 70%;
  }
  .drawer-menu .drawer-dropdown .drawer-menu-item:after{
    content: "";
    position: absolute;
    z-index: 1;
    width: 0.7rem;
    height: 0.7rem;
    border: 0;
    border-top: solid 2px #f4a93b;
    border-right: solid 2px #f4a93b;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%) rotate(45deg);
  }
}
/**
 * mainHeader__header
 */

.mainHeader section {
  background: white !important;
  padding: 1rem 0;
}
.mainHeader__logo {
  width: unset;
  display: flex;
  align-items: center;
  gap: 20px;
}
.mainHeader__logo a img{
  width: 208px;
}
.mainHeader__logo .toushou_logo img{
  height: 63px;
}
.toushou_txt{
  color: #000;
  font-size: 10px;
  line-height: 1.6;
}

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

.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;
  display: inline-block;
  width: 118px;
}

.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;
}
.mainHeader #menu_list {
  margin-left: 30%;
}
#menu_list li {
  background: #fff;
  display: block;
}

/**
 * mainFooter
 */
.mainFooter {
  padding-bottom: 10px;
  background-color: #000;
}

/**
 * 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;
  background-color: #F9F9F9;
}

.mainFooter__row03Menu {
  margin-top: -10px;
  margin-left: 5px;
}
.mainFooter__infoContent {
  background-color: #fff;
  border-radius: 10px;
  width: 80%;
  margin: 25px auto;
  padding: 30px 0;
  margin-bottom: 15px;
}
.mainFooter__infoTtl {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
.mainFooter__infoTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.mainFooter__infoTelIcon img {
  height: 50px;
}
.mainFooter__infoTel {
  color: #25B6BE;
  font-size: 56px;
  font-weight: bold;
  height: 34px;
}
.mainFooter__infoTime {
  font-size: 14px;
}

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

.mainFooter__row03Info {
  margin-top: 20px;
  justify-content: space-between;
}

.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: 820px) {
  .mainFooter__infoTxt {
    gap: 10px;
  }
  .mainFooter__infoTelIcon img {
    height: 35px;
  }
  .mainFooter__infoTel {
    font-size: 34px;
    height: 34px;
  }
  .mainFooter__infoTel a {
    color: #25B6BE;
  }
}
@media screen and (max-width: 768px) {
  /*
  *  spのスタイル
  */
  footer .bnr_box:nth-child(2) img {
    padding-left: 0.3px !important;
  }
  .mainFooter__infoContent {
    width: 100%;
    padding: 10px 0;
  }
  .mainFooter__infoTtl {
    font-size: 16px;
    padding: 10px 0;
  }
  .mainFooter__infoTxt {
    flex-wrap: wrap;
    gap: 10px;
  }
  .mainFooter__infoTelIcon img {
    height: 35px;
  }
  .mainFooter__infoTel {
    font-size: 34px;
    height: 34px;
  }
  .mainFooter__infoTime {
    font-size: 14px;
  }
}
.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;
}

.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;
}

/*
*  default_pc.cssからの移植
*/
.c_fff {
  color: #fff !important;
}

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

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

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

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

.base_section {
  padding: 40px 0;
}

.base_section .wrapper {
  width: 960px;
  margin: 0 auto;
}

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

.d-flex {
  display: flex;
}

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

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

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

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

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

.bg_eceae3 {
  background: #eceae3;
}

.bg_f5faeb {
  background: #f5faeb;
}

.b_b_black {
  border-bottom: 1px solid black;
}

.base_section h2.title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.base_section h2.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;
}

.base_section h2.title span.green {
  color: #8eb646;
}

.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;
}

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

.apply_btn:hover {
  color: #fff !important;
  opacity: 0.8;
}

.base_section .txt {
  font-size: 1rem;
  line-height: 1.4;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

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

/*
*  style_pc.cssからの移植
*/
section.title {
  display: none;
}

/* MV */
.mvTop {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.mv_inner {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}

.mv_label {
  margin: 0 auto;
  background: #f84c55;
  font-size: 1.8rem;
  width: 100%;
  padding: 10px;
  border-radius: 20px;
}

.mv_label .large {
  font-size: 2.1rem;
}

.mv_title {
  color: #0071bc;
  font-size: 3rem;
  line-height: 1;
  margin: 15px 0;
}

.mv_title .large {
  font-size: 4.2rem;
}

.mv_subtitle {
  font-size: 2rem;
  line-height: 1;
}

/* MV下 */
.info_txt {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.information {
  border: 3px solid #97be46;
  border-radius: 15px;
  padding: 1.5rem 2rem;
}

.information .under {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 25px;
}

.information .under span {
  background: linear-gradient(transparent 75%, #ffff66 75%);
}

.information .under .green {
  color: #70a446;
}

.information .check_list {
  width: 70%;
  margin-right: 40px;
}

.information .check_list li {
  font-size: 1.2rem;
  padding-left: 35px;
  position: relative;
  line-height: 1.6;
}

.information .check_list li::before {
  content: "";
  position: absolute;
  background: url(/images/cloud/check_icon.png) no-repeat;
  top: 8px;
  left: 0;
  width: 30px;
  height: 24px;
}

.information img {
  width: 30%;
}

.orange_fukidashi {
  color: #f38f1e;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
  border-bottom: 2px solid #f38f1e;
  padding-bottom: 7px;
  display: block;
  width: fit-content;
  margin: 2rem auto 0.5rem;
}

.orange_fukidashi:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 13px solid #fff;
  z-index: 2;
}

.orange_fukidashi::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f38f1e;
  z-index: 1;
}

/* ご利用料金について */
.price_box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(149, 157, 165, 0.2);
  margin-top: 30px;
}

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

.oversea_title {
  background: #0071bc;
}

.price_layout {
  padding: 15px;
}

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

.rental_price {
  margin: 20px 0;
}

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

.rental_price .black_label .number {
  font-size: 1.8rem;
}

.rental_price .price {
  font-size: 3.5rem;
}

.rental_price .yen {
  font-size: 1.8rem;
  font-weight: 500;
}

.rental_price .tax {
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 5px;
}

.rental_price .small {
  font-size: 1.2rem;
}

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

.red_strong span {
  font-size: 3rem;
  vertical-align: top;
}

.price_layout .kome {
  font-size: 0.9rem;
  margin: auto;
  width: 80%;
}

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

.pink_ltxt {
  color: #e94182;
  font-size: 2.4rem;
  line-height: 1.2;
}

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

.orange_label .large {
  font-size: 1.2rem;
}

.flag_content {
  padding-bottom: 50px;
}

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

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

.flag_block .flag_img {
  background: #f2f2f2;
  width: 130px;
  padding: 10px 30px;
}

.flag_block .flag_img.oversea_flag {
  background: #f8dee8;
}

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

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

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

.flags_txt {
  font-size: 1.4rem;
}

.flags_txt .orange {
  color: #f15a24;
  font-size: 1.8rem;
}

.price_layout hr {
  margin: 40px 0;
}

.graph_img {
  width: 65%;
}

.caution_box {
  width: 30%;
  font-size: 10px;
  line-height: 1.3;
  margin-left: 10px;
}

.caution_box p {
  margin-left: 10px;
  text-indent: -10px;
}

.caution_cont_1 {
  background-color: #d4ddb6;
  border-radius: 10px;
  padding: 10px;
}

.caution_cont_2 {
  background-color: #d5d5d5;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
}

.oversea_table {
  width: 80%;
  margin: 40px auto 10px;
}

.oversea_table th,
.oversea_table td {
  border: 1px solid black;
  font-size: 1.4rem;
  padding: 5px;
}
.oversea_table th:first-child {
  border-top: 0px;
  border-left: 0px;
}
.oversea_table th:first-child.th05 {
  border: 1px solid black;
}
.oversea_table th {
  color: #fff;
}

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

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

.oversea_table th.th04 {
  background: #fbb03b;
}

.oversea_table th.th05 {
  background: #ffd0c6;
  color: #ed1c24;
}

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

.oversea_table .small {
  font-size: 1rem;
}

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

.worldmap_area {
  position: relative;
}

.worldmap_area img {
  width: 100%;
}

.worldmap_area tr {
  position: absolute;
}

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

.worldmap_area td.thead {
  cursor: pointer;
  position: relative;
  font-size: 14px;
}

.worldmap_area td.thead:after {
  content: "＋";
  top: 50%;
  position: absolute;
  margin-top: -12px;
  right: 10px;
}

.europe {
  top: 70px;
  left: 70px;
}

.middle_east {
  top: 170px;
  left: 40px;
}

.africa {
  top: 270px;
  left: 40px;
}

.asia {
  top: 130px;
  left: 350px;
}

.oceania {
  top: 370px;
  left: 300px;
}

.north_america {
  top: 60px;
  left: 600px;
}

.south_america {
  top: 270px;
  left: 650px;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.worldmap_area .z-index-1 {
  z-index: 1;
}

.worldmap_area .open {
  background-color: #0c5bad !important;
  color: #fff !important;
}

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

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

.group_a {
  background-color: #23307f;
}

.group_b {
  background-color: #179a8c;
}

.group_c {
  background-color: #f8a12f;
}

/* おすすめポイント */
.point_box01 {
  background: #ecf6da;
  position: relative;
  padding: 15px 10px;
}

.point_label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  background: linear-gradient(to right bottom, #a0c946 50%, transparent 50%);
  width: 150px;
  height: 150px;
  font-size: 1rem;
  padding: 10px 60px 0 0;
}

.point_label .number {
  font-size: 2.4rem;
}

.point_subtitle {
  color: #a0c946;
  border: 2px solid #a0c946;
  border-radius: 20px;
  font-size: 0.9rem;
  width: 280px;
  padding: 5px;
  margin: 0 auto 10px;
}

.point_subtitle .small {
  font-size: 1rem;
}

.point_title {
  color: #a0c946;
  font-size: 1.8rem;
  line-height: 1.3;
}
.point_box04 .point_title {
  color: #489b45;
}
.point_step_content {
  margin: 20px auto;
  width: 80%;
}

.point_step_box {
  padding: 0 10px 10px;
}

.point_step_img {
  position: relative;
}

.point_step_img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  border: 13px solid transparent;
  border-left: 15px solid #f3bf56;
}

.point_step_img.img01:before {
  display: none;
}

.point_step_box img {
  width: 160px;
  height: auto;
}

.point_step_box p {
  line-height: 1.3;
  margin-top: 10px;
  font-size: 1rem;
}

.flow_list {
  border-radius: 10px;
  width: 83%;
  padding: 12px;
  margin: 0 auto;
}

.flow_list li {
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
  line-height: 1.4;
}

.flow_list li::before {
  content: "";
  position: absolute;
  background: url(/images/cloud/check_icon.png) no-repeat;
  top: 3px;
  left: 0;
  width: 24px;
  height: 20px;
  background-size: 24px;
}

.point_box02 {
  background: #e5f2d1;
  position: relative;
  padding: 15px 70px 30px;
  margin-top: 20px;
}

.point_box02 .point_label {
  background: linear-gradient(to right bottom, #83ba46 50%, transparent 50%);
}

.point_box02 .point_title {
  color: #83ba46;
}

.hikaku_card {
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 10px rgba(149, 157, 165, 0.2);
  margin-top: 20px;
}

.hikaku_title {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.hikaku_title .green {
  color: #83ba46;
}

.hikaku_img {
  height: auto;
}

.point_box03 {
  background: #deeec8;
  position: relative;
  padding: 20px 40px;
  margin-top: 20px;
}

.point_box03 .point_label {
  background: linear-gradient(to right bottom, #66aa45 50%, transparent 50%);
}
.point_box04 .point_label {
  background: linear-gradient(to right bottom, #489b45 50%, transparent 50%);
}

.point_box03 .point_title {
  color: #66aa45;
}

.battery_container {
  margin-top: 15px;
}

.battery_img {
  width: 15%;
  height: auto;
}

.battery_card {
  /*width: 66%;*/
  font-weight: bold;
}

.battery_label {
  background: #a67c52;
  border-radius: 20px;
  font-size: 1.2rem;
  padding: 7px;
  margin-bottom: 5px;
}

.battery_txt {
  font-size: 0.9rem;
}

/* 海外渡航時の切り替え方法について */
.point_box01 table {
  width: 100%;
  margin-top: 20px;
}

.point_box01 td.thead {
  background-color: #221f80;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 0;
  cursor: pointer;
}

.point_box01 td {
  background-color: #fff;
  display: block;
  padding: 20px;
}

.point_box01 td.thead:after {
  content: "＋";
  position: absolute;
  margin-top: -24px;
  right: 20px;
}

.point_box01 td.open:after {
  content: "ー";
  position: absolute;
  margin-top: -24px;
  right: 20px;
}

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

.point_box01 .jp {
  background-color: #149a8c;
}

.point_box01 .oversea {
  background-color: #0c5bad;
}

.point_box01 .use {
  max-width: 400px;
  padding-bottom: 5px;
  font-weight: 700;
  margin-bottom: 10px;
}

.point_box01 .use_jp {
  border-bottom: 1px dotted #179a8c;
}

.point_box01 .use_oversea {
  border-bottom: 1px dotted #6598ce;
}

.point_box01 .step_box {
  width: 244px;
}

.point_box01 .step_img {
  position: relative;
}

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

.point_box01 .step_img.img01::before {
  display: none;
}

.point_box01 .step_img img {
  height: auto;
}

.point_box01 .step_p {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 10px;
}

/* 日本国内も海外でもいつものスマホで
快適なネット接続をお楽しみください！ */
.last_box {
  background: #fcf8d8;
  border-radius: 20px;
  padding: 2rem;
}

.last_text {
  font-size: 2.2rem;
  color: #f38f1e;
  line-height: 1.4;
}

.last_box .wifi_device_image {
  width: 43%;
  height: auto;
  padding: 1.5rem;
}
.ichiran-title {
  width: max-content;
  margin: auto;
  margin-top: 20px;
  font-weight: bold;
  font-size: 35px;
}
.country {
  width: 100%;
  height: max-content;
  margin: 0px;
}
.country th {
  border: 0px;
  padding: 10px;
}
.country td {
  font-size: 14px;
  padding: 3px;
  border: 0px;
  text-align: left;
  padding-left: 15px;
}

.fs-table-a tr:nth-child(7) td,
.fs-table-a tr:nth-child(11) td,
.fs-table-a tr:nth-child(18) td {
  font-weight: normal;
}
.fs-table-b td {
  padding-left: 25px;
}
.fs-table-c td {
  font-weight: normal;
}
.B-column {
  display: inline-block;
  width: 30%;
  font-size: 14px;
  border-color: #e6f6f5;
}
#world_map_content {
  position: relative;
  margin-top: 20px;
}
#world_map {
  position: absolute;
  top: 150px;
}
#title_step_1,
#title_step_4 {
  background-color: white;
  font-weight: bold;
  width: max-content;
  margin: auto;

  border-radius: 20px;
  padding: 5px 15px 5px 15px;
  font-size: 20px;
}
#title_step_1 {
  border: 1px #a0c946 solid;
  color: #a0c946;
}
#title_step_4 {
  border: 1px #489b45 solid;
  color: #489b45;
}
.point_box04 {
  background: #deeec8;
  position: relative;
  padding: 20px 40px;
  margin-top: 20px;
}
.point_box04 .description {
  margin: 0 auto;
  width: max-content;
  font-weight: bold;
}
.point_box04 .div_image_step_4 {
  width: 50%;
  margin: 20px auto 0;
}
.red_strong .exponential {
  line-height: 0.2;
  font-size: 12px;
}
#list_table_world_map {
  justify-content: center;
  width: 100%;
  z-index: 2;
}
.div_table_a,
.div_table_b {
  margin-right: 10px;
}
.div_table_a {
  width: 18%;
  background: rgba(240, 240, 240, 0.8);
}
.div_table_b {
  width: 63%;
  background-color: rgba(230, 246, 245, 0.8);
}
.div_table_c {
  width: 17%;
  background-color: rgba(254, 247, 235, 0.8);
}
.description_map {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  /*
  *  style_pc.cssからの移植
  */
  .container {
    width: 100%;
  }
  .base_section {
    padding: 20px 0;
  }
  .base_section .wrapper {
    width: 92%;
    overflow: initial;
  }
  .base_section h2.title {
    font-size: 22px;
    line-height: 1.5;
  }
  .apply_btn {
    font-size: 16px;
    width: 100%;
    padding: 2px;
  }
  .base_section .txt {
    font-size: 0.8rem;
  }
  .d-sp-block {
    display: block;
  }
  .d-sp-inline-block {
    display: inline-block;
  }
  .txtC-sp {
    text-align: center;
  }
  .ml-sp-5 {
    margin-left: 5px;
  }
  /* MV */
  .mvTop {
    width: 100%;
  }
  .mv_inner {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  .mv_label {
    font-size: 1.4rem;
    padding: 5px;
    box-shadow: 2px 2px 15px #fff, -2px 2px 15px #fff, 2px -2px 15px #fff,
      -2px -2px 15px #fff;
  }
  .mv_label .large {
    font-size: 1.7rem;
  }
  .mv_title {
    font-size: 2.4rem;
    text-shadow: 2px 2px 15px #fff, -2px 2px 15px #fff, 2px -2px 15px #fff,
      -2px -2px 15px #fff;
    margin: 10px 0;
  }
  .mv_title .large {
    font-size: 2.9rem;
  }
  .mv_subtitle {
    font-size: 1.4rem;
    text-shadow: 2px 2px 15px #fff, -2px 2px 15px #fff, 2px -2px 15px #fff,
      -2px -2px 15px #fff;
  }
  /* MV下 */
  .info_txt {
    font-size: 0.8rem;
    text-align: left;
    margin-bottom: 10px;
  }
  .information {
    padding: 10px;
  }
  .information .under {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .information .check_list {
    width: 100%;
    margin: 0;
  }
  .information .check_list li {
    font-size: 12px;
    padding-left: 20px;
  }
  .information .check_list li::before {
    top: 2px;
    width: 21px;
    height: 16px;
    background-size: 20px;
  }
  .orange_fukidashi {
    font-size: 0.9rem;
    margin: 1rem auto;
  }
  /* ご利用料金について */
  .price_box {
    margin-top: 15px;
  }
  .price_title {
    font-size: 1rem;
    padding: 2px 0;
  }
  .price_layout {
    padding: 10px;
  }
  .black_strong {
    font-size: 0.9rem;
    padding: 0 30px;
  }
  .rental_price {
    align-items: center;
    margin: 10px 0;
  }
  .rental_price01 {
    align-items: center;
    margin-bottom: 5px;
  }
  .rental_price02 {
    align-items: center;
  }
  .rental_price .black_label {
    font-size: 10px;
    padding: 0 5px;
    margin-right: 3px;
  }
  .rental_price .black_label .number {
    font-size: 13px;
  }
  .rental_price .price {
    font-size: 1.7rem;
  }
  .rental_price .yen {
    font-size: 1rem;
  }
  .rental_price .tax {
    font-size: 11px;
    margin-right: 0;
  }
  .rental_price .small {
    font-size: 11px;
  }
  .red_strong {
    font-size: 1.2rem;
    padding: 10px;
  }
  .red_strong span {
    font-size: 2rem;
  }
  .price_layout .kome {
    font-size: 11px;
    text-align: left;
    line-height: 1.4;
    width: 100%;
    margin-top: 10px;
  }
  .pink_arrow {
    border-width: 10px 10px 0 10px;
    border-color: #e94182 transparent transparent transparent;
    margin: 5px auto;
  }
  .pink_ltxt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .orange_label {
    padding: 2px;
    margin: 15px 0 5px;
  }
  .flag_content {
    padding-bottom: 30px;
  }
  .flag_block:nth-child(4) {
    border-right: 1px solid #999;
  }
  .flag_block .flag_img {
    padding: 10px 15px;
  }
  .flag_period {
    font-size: 9px;
    bottom: -18px;
  }
  .flag_period:before {
    bottom: -10px;
  }
  .flag_period span {
    font-size: 11px;
    margin: 0 1px;
  }
  .flags_txt {
    font-size: 0.8rem;
  }
  .flags_txt .orange {
    font-size: 1.2rem;
  }
  .price_layout hr {
    margin: 20px 0;
  }
  .graph_img {
    width: 100%;
  }
  .caution_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .oversea_table {
    width: 100%;
    margin: 20px 0 5px;
  }
  .oversea_table th,
  .oversea_table td {
    font-size: 0.9rem;
    padding: 2px;
  }
  .oversea_table .small {
    font-size: 0.7rem;
  }
  .light_blue_strong {
    font-size: 0.9rem;
    padding: 0;
    margin: 15px 0 10px;
  }
  /* おすすめポイント */
  .point_label {
    width: 80px;
    height: 80px;
    font-size: 10px;
    padding: 5px 35px 0 0;
  }
  .point_label .number {
    font-size: 1.5rem;
  }
  .point_subtitle {
    font-size: 0.8rem;
    width: 200px;
    padding: 0;
  }
  .point_subtitle .small {
    font-size: 0.8rem;
  }
  .point_title {
    font-size: 0.97rem;
  }
  .point_step_content {
    margin: 10px auto;
    width: 260px;
  }
  .point_step_box {
    width: 130px;
  }
  .point_step_img:before {
    left: -14px;
    border: 8px solid transparent;
    border-left: 10px solid #f3bf56;
  }
  .point_step_img.img03:before {
    display: none;
  }
  .point_step_box p {
    margin-top: 5px;
    font-size: 10px;
  }
  .flow_list {
    width: 100%;
    padding: 10px 5px;
  }
  .flow_list li {
    font-size: 10px;
    padding-left: 16px;
  }
  .flow_list li::before {
    top: 2px;
    width: 21px;
    height: 16px;
    background-size: 15px;
  }
  .hikaku_card {
    padding: 10px;
  }
  .hikaku_title {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
  .battery_container {
    margin-top: 15px;
  }
  .battery_img {
    width: 30%;
  }
  .battery_card {
    width: 100%;
    font-size: 12px;
    line-height: normal;
  }
  .battery_label {
    font-size: 10px;
    padding: 0;
  }
  .battery_txt {
    font-size: 10px;
    line-height: 1.2;
  }
  /* 日本国内も海外でもいつものスマホで
  快適なネット接続をお楽しみください！ */
  .last_box {
    border-radius: 0;
    padding: 1.5rem 1rem;
  }
  .last_text {
    font-size: 1rem;
  }
  .last_box .wifi_device_image {
    width: 65%;
    height: auto;
    padding: 1rem;
  }
  /* 海外渡航時の切り替え方法について */
  .point_box {
    padding: 20px;
  }
  .point_box01 td.thead {
    font-size: 14px;
    padding: 5px 0;
  }
  .point_box01 td.thead:after {
    margin-top: -19px;
  }
  .point_box01 td.open:after {
    margin-top: -19px;
  }
  .point_box01 td {
    font-size: 10px;
    line-height: 1.4;
    padding: 15px;
  }
  .point_box01 .using {
    width: 100px;
  }
  .point_box01 .step_box {
    width: 30%;
  }
  .point_box01 .step_img::before {
    left: -12%;
    border: 6px solid transparent;
    border-left: 8px solid #f28018;
  }
  .point_box01 .step_p {
    font-size: 10px;
    margin-top: 6px;
  }
  /* 対応国 */
  .worldmap_area table {
    width: 100%;
  }
  .worldmap_area tr {
    margin: 10px 0;
    position: unset;
    display: block;
    width: unset;
  }
  .worldmap_area td {
    width: unset;
  }
  .worldmap_area td.thead {
    width: unset;
  }
  .europe,
  .middle_east,
  .africa,
  .asia,
  .oceania,
  .north_america,
  .south_america {
    top: unset;
    left: unset;
    z-index: unset;
  }
  .country {
    width: 100%;
  }
  .country tbody {
    display: table;
    width: 100%;
  }
  .country td {
    border: 0;
    font-size: 10px;
    text-align: left;
    padding-left: 5px;
    line-height: normal;
    width: 33%;
  }
  .fs-table-a td {
    background-color: #f0f0f0;
    font-weight: bold;
  }
  .fs-table-b td {
    background-color: #e6f6f5;
  }

  .fs-table-c td {
    background-color: #fef7eb;
    font-weight: normal;
  }
  .description_map {
    font-size: 11px;
    line-height: normal;
  }
  #title_step_1,
  #title_step_4 {
    font-size: 12px;
    padding: 0px 8px 0px 8px;
    margin-bottom: 5px;
  }
  .point_box04 .description {
    font-size: 12px;
    width: 100%;
    line-height: normal;
  }
  .point_box04 .div_image_step_4 {
    width: 100%;
  }
  .fs-table-a tr:nth-child(7) td:first-child,
  .fs-table-a tr:nth-child(5) td:nth-child(2) {
    font-weight: normal;
  }
  .fs-table-a tr:nth-child(7) td:nth-child(2) {
    font-weight: bold;
  }
}

/*# sourceMappingURL=cloud.css.map */

.rounded {
  border-radius: 5px;
}
.button-shadow {
  border-bottom: 3px solid #D59434;
}
.apply-icon {
  width: 15px;
  margin-right: 5px;
}
.page-navi {
  background-color: black;
  padding: 1rem;
}
.page-navi a {
  color: #ffffff;
}
.page-navi .navi-list {
  width: fit-content;
  display: flex;
  justify-content: center;
}

.mainHeader__nav {
  background-color: black;
}
.charge-footer-button {
  background: linear-gradient(#adcc5f, #88ab3a);
  padding: 0.4rem 1rem;
  border-radius: 10px;
  color: white !important;
  align-items: center;
  display: flex;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.charge-footer-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0.7rem;
  height: 0.7rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%) rotate(45deg);
}
.charge-footer-button-img {
  width: 150px !important;
  margin-right: 5px;
}
.charge-footer-card-text {
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
#head_box {
  height: 60px !important;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 3;
}
#head_submit {
  position: fixed;
  right: 56px;
  top: 0;
  background: #f4a93b !important;
  width: 56px;
  height: 60px !important;
  padding: 5px 3px;
  text-align: center;
}
#head_menu {
  position: absolute;
  right: 0;
  top: 0;
  background: #333;
  width: 56px;
  height: 60px !important;
  text-align: center;
}
.drawer-hamburger {
  top: 10px;
}

.top_area {
  position: absolute;
  bottom: -100px;
  background-color: #f5f5f5;
  right: 30%;
}
.top_device_pc {
  width: 400px;
}
.title {
  margin: 2rem auto;
}
.charge-top {
  height: 500px;
  width: 100%;
}
.charge-top .mv_pc {
  width: 100%;
  height: 100%;
}
.about_pc_img {
  width: 400px;
  margin: 1rem auto;
  display: block;
}
.subtitle {
  width: 500px;
  margin: 1rem auto;
  text-align: center;
}
.subtitle h6 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.subtitle h2 {
  font-size: 2rem;
  font-weight: bold;
}
.subtitle .img2 {
  width: 300px;
}

.balloon p {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
.worries {
  position: relative;
}
.text-center {
  text-align: center;
}
.border-r {
  border-right: #000 solid 1px;
}
/*pc*/
@media only screen and (min-width: 1025px) {
  .o-sp {
    display: none !important;
  }
  .pc-none {
    display: none !important;
  }
  .d-ia{
    display: none !important;
  }
  .first_view_back {
    height: auto;
  }
  .balloon-right {
    position: relative;
    background: #ffed57;
    border-radius: 10px;
    padding: 1em;
    width: fit-content;
  }
  /* 矢印を右に移動 */
  .balloon-right:after {
    content: "";
    position: absolute;
    top: 50%; /* 矢印を中央に配置 */
    right: -20px; /* 吹き出しの右側に配置 */
    transform: translateY(-50%); /* 中央揃え */
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffed57; /* 右向きの矢印 */
    border-width: 10px 0 10px 20px;
  }
  .balloon-left {
    position: relative;
    background: #ffed57;
    border-radius: 10px;
    padding: 1em;
    width: fit-content;
  }
  /* 矢印を右に移動 */
  .balloon-left:after {
    content: "";
    position: absolute;
    top: 50%; /* 矢印を中央に配置 */
    left: -20px; /* 吹き出しの右側に配置 */
    transform: translateY(-50%); /* 中央揃え */
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #ffed57 transparent transparent;
    border-width: 10px 20px 10px 0;
  }
  .speech_bubble1 {
    position: absolute;
    left: -50px;
    top: 50px;
  }
  .speech_bubble2 {
    position: absolute;
    left: -100px;
    top: 150px;
  }
  .speech_bubble3 {
    position: absolute;
    right: -20px;
    top: 50px;
  }
  .speech_bubble4 {
    position: absolute;
    right: -100px;
    top: 150px;
  }
  .container-clip {
    width: 100%;
    height: auto;
    background-color: #ffed57;
    position: relative;
    /* clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%); */
    clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
    margin-top: -150px;
    padding-top: 175px;
    padding-bottom: 200px;
  }
  .highlight-text {
    display: inline-block;
    position: relative;
    font-size: 18px; /* テキストサイズ */
    font-weight: bold;
    color: #000; /* テキスト色 */
  }

  .highlight-text::before,
  .highlight-text::after {
    content: "";
    position: absolute;
    top: 50%; /* 中央に配置 */
    width: 30px; /* 線の長さ */
    height: 2px; /* 線の太さ */
    background-color: #ffe343; /* 線の色（オレンジ） */
    transform: translateY(-50%) rotate(-30deg); /* 斜めの線を作る */
  }

  .highlight-text::before {
    left: -40px; /* テキストの左に配置 */
    transform: translateY(-50%) rotate(45deg); /* 左斜め上 */
  }

  .highlight-text::after {
    right: -40px; /* テキストの右に配置 */
    transform: translateY(-50%) rotate(-45deg); /* 右斜め下 */
  }
  .underline-text {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #000; /* テキスト色 */
  }

  .underline-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px; /* 下線の位置 */
    width: 100%; /* 下線の長さ */
    height: 7px; /* 下線の太さ */
    background-color: white; /* 下線の色 */
    border-radius: 2.5px; /* 角を丸くする */
    z-index: -1;
  }
  .underline-text-yellow {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #000; /* テキスト色 */
  }

  .underline-text-yellow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px; /* 下線の位置 */
    width: 100%; /* 下線の長さ */
    height: 7px; /* 下線の太さ */
    background-color: #ffd700; /* 下線の色 */
    border-radius: 2.5px; /* 角を丸くする */
    z-index: -1;
  }
  .feature-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* ボックス間のスペース */
    margin-top: 20px;
  }

  .feature-box {
    background-color: #21adb6; /* 青い背景色 */
    color: #fff; /* デフォルトの文字色を白に設定 */
    font-size: 18px; /* テキストサイズ */
    font-weight: bold; /* 太字 */
    padding: 5px 10px; /* 内側の余白 */
    display: inline-block;
    text-align: center; /* テキスト中央揃え */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影 */
  }

  .feature-box .yellow-text {
    color: #ffed57; /* 黄色の文字 */
  }

  .plus-sign {
    font-size: 36px; /* プラス記号のサイズ */
    font-weight: bold;
    color: #21adb6; /* 黒い文字色 */
  }

  .steps-container {
    display: flex;
    justify-content: center;
    gap: 40px; /* 各ステップの間隔 */
    margin-top: 20px;
  }

  .step {
    position: relative;
    text-align: center;
    width: 150px;
  }

  .step .circle {
    width: 120px;
    height: 120px;
    background-color: #fff; /* 白背景 */
    border-radius: 50%; /* 丸い形 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影 */
  }
  .line-img {
    width: 400px;
    margin: 1rem auto;
    display: block;
  }
  .step1 img {
    width: 60px; /* アイコンのサイズ */
    height: 60px;
  }
  .step2 img {
    width: 50px; /* アイコンのサイズ */
  }
  .step3 img {
    width: 50px; /* アイコンのサイズ */
  }
  .step .number {
    position: absolute;
    top: -15px; /* 白い丸の少し上 */
    left: 50%;
    transform: translateX(-50%);
    color: #000; /* 黒い文字 */
    font-size: 28px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 50px;
  }

  .step .description {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000; /* 黒い文字 */
  }
  /* 矢印のスタイル */
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 35%; /* 垂直方向中央 */
    right: -30px; /* ステップの右側に配置 */
    transform: translateY(-50%);
    width: 25px; /* 矢印の幅を調整 */
    height: 25px; /* 矢印の高さを調整 */
    background-image: url("/images/chargewifi/top/icon_flow_allow_white.webp");
    background-size: contain; /* 画像サイズを要素に合わせる */
    background-repeat: no-repeat; /* 画像を繰り返さない */
  }

  .highlight-title {
    font-size: 28px;
    font-weight: bold;
    color: #ffd700; /* 文字の色（黄色） */
    text-shadow: 3px -2px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000,
      1px -1px 0 #000;

    position: relative;
    /* display: inline-block; */
    /* background-color: #fff; */
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .content-box {
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
    padding: 60px 0 20px;
    border-radius: 16px;
    font-size: 1.6rem;
    margin-top: -175px;
  }
  .rec-img {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 10px 2%;
    border-radius: 10px;
    font-size: 1.7rem;
    top: 75px;
  }

  .point-area {
    position: relative;
    z-index: 0;
    margin: 0 auto 50px auto;
    padding: 60px 10px 20px 10px;
    border: solid 2px #000;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: fit-content;
    min-width: 800px;
    background-color: white;
  }
  .point-area .item {
    /* width: 50%; */
    width: 210px;
    padding: 0 20px;
    text-align: center;
  }
  .point-area .item img {
    /* width: 50px; */
    height: 50px;
  }
  .point-area .item p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .point-area .item p span.strong {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
  }
  .point-area .item1,
  .point-area .item2,
  .point-area .item3 {
    border-right: 1px solid #000;
  }

  .sceneArea {
    margin: 1rem auto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }
  .sceneItem {
    width: 30%;
    position: relative;
  }
  .sceneItem p {
    position: absolute;
    top: -2px;
    left: 3px;
    color: white;
    padding: 0.5rem;
    width: 100%;
    width: auto;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
  }
  .box {
    padding-bottom: 100px;
  }
  .abroadArea {
    background-color: #f5f5f5;
    position: relative;
  }
  .abroadContainer {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .abroad-title-img {
    width: 500px;
  }
  .abroad-background-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    max-width: 750px;
  }
  .switch-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .switch-text .box {
    background-color: #000; /* 黒背景 */
    color: #fff; /* 白文字 */
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
  }

  .switch-text .arrow {
    font-size: 18px; /* 矢印のサイズ */
    color: #000; /* 矢印の色 */
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .switch-text .arrow span {
    margin: 0 2px; /* 矢印間のスペース */
  }
  .arrorItem {
    margin-top: -10px;
  }
  .arrowRight,
  .arrowLeft {
    font-weight: bold;
  }
  .switch-text .text {
    font-size: 22px; /* テキストサイズ */
    font-weight: bold; /* 太字 */
    color: #000; /* テキスト色 */
  }
  .text2 {
    font-size: 18px; /* テキストサイズ */
    font-weight: 500; /* 太字 */
    color: #000; /* テキスト色 */
  }
  .descriptionItemBox {
    margin-top: 50px;
    position: relative;
  }
  .descriptionItemBox .descriptionContainer .descriptionItem {
    border: #000 solid 1.5px;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    padding: 10px;
    width: 200px;
    padding: 2rem 1rem;
    text-align: center;
    padding-bottom: 0;
  }
  .descriptionItemBox .descriptionContainer .descriptionItem span {
    padding: 6px;
    border: #000 solid 1px;
    border-radius: 30px;
    background-color: #fcee71;
    font-weight: bold;
    position: absolute;
    top: -20px;
    width: 80%;
    text-align: center;
    font-size: 1rem;
    left: 21px;
  }
  .abroad-img-1 {
    width: 80px;
    margin: 1rem auto;
  }
  .abroad-img-2 {
    width: 50px;
  }
  .abroad-img-3 {
    width: 80px;
    margin: 1rem auto;
  }
  .abroad-text-img-1 {
    width: 100px;
    margin: 1rem auto 0 auto;
  }
  .abroad-text-img-2 {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
  .abroad-text-img-3 {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
  .descriptionContainer {
    position: relative;
    display: flex;
    justify-content: start;
    gap: 20px;
  }
  .plusIcon1 {
    position: absolute;
    top: 90px;
    left: 190px;
    padding: 0.4rem 0.7rem 0.6rem 0.7rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    border-radius: 30px;
    font-size: 2rem;
  }
  .plusIcon2 {
    position: absolute;
    top: 90px;
    left: 410px;
    padding: 0.4rem 0.7rem 0.6rem 0.7rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    border-radius: 30px;
    font-size: 2rem;
  }
  .abroadContainer .countries {
    text-align: center;
    margin: 3rem auto 1rem auto;
  }
  .abroadContainer div .highlight-text {
    font-size: 1.6rem;
  }
  .regionArea .regionList {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .regionArea .regionList .regionItem {
    padding: 1rem;
    border-radius: 10px;
    width: 32%;
  }
  .regionArea .regionList .item1 {
    background-color: #ff8613;
    text-align: center;
  }
  .regionArea .regionList .item2 {
    background-color: #007fd3;
    text-align: center;
  }
  .regionArea .regionList .item3 {
    background-color: #15ad78;
    text-align: center;
  }
  .regionArea .regionList .item1 .badge {
    background-color: #fff;
    color: #ff8613;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 20px;
    margin: 1rem auto 0 auto;
  }
  .regionArea .regionList .item2 .badge {
    background-color: #fff;
    color: #007fd3;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 20px;
    margin: 1rem auto 0 auto;
  }
  .regionArea .regionList .item3 .badge {
    background-color: #fff;
    color: #15ad78;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 20px;
    margin: 1rem auto 0 auto;
  }
  .regionArea .regionList .item1 .regionName,
  .regionArea .regionList .item2 .regionName,
  .regionArea .regionList .item3 .regionName {
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
  }
  .products {
    background-color: #fff;
    padding: 10px 0;
  }
  .productContainer {
    margin: 4rem auto;
  }
  .productContainer h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
  }
  .productContainer .productList {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  .productContainer .productList .productItem {
    background-color: #f5f5f5;
    padding: 1rem 2rem;
    width: 30%;
    border-radius: 10px;
    text-align: center;
    position: relative;
  }
  .productContainer .productList .productItem .productPriceArea{
    display: flex;
    margin-top: 10px;
  }
  .productContainer .productList .productItem .productPriceTitle{
    width: 65px;
    text-align: left;
    padding: 2px 2px 2px 13px;
    margin-right: 10px;
    margin-top: -4px;
    height: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
    background: #000;
  }
  .productContainer .productList .productItem .productPrice{
    font-size: 20px;
    font-weight: bold;
  }
  .productContainer .productList .productItem .productPrice span{
    font-size: 12px;
  }
  .productContainer .productList .productItem h5 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem auto;
    line-height: 2rem;
  }
  .productContainer .productList .productItem p {
    margin-top: 12px;
    font-weight: bold;
  }
  .productContainer .productList .productItem button {
    background-color: #183ca3;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 1rem;
    margin: 1rem auto;
    width: 100%;
    border: none;
  }
  .productContainer .productList .productItem button:hover {
    opacity: 0.8;
  }
  .productContainer .productList .productItem img {
    height: 80px;
    width: auto;
  }
  .productContainer .productList .productItem .propductTag {
    position: absolute;
    top: -10px;
    right: 85px;
    background-color: #a0a5ad;
    color: white;
    font-weight: bold;
    padding: 0.2rem 1rem;
    border-radius: 30px;
    font-size: 1rem;
  }
  .g-charge {
    height: auto;
    background-color: #ffed57;
    position: relative;
    clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 100%, 0 100%);
    padding: 30px 0;
  }
  .g-charge h5 {
    color: white;
    background-color: #000;
    padding: 0.3rem 1rem;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto;
    width: fit-content;
  }
  .chargeDescription {
    background-color: white;
    position: relative;
    border: #000 solid 1.5px;
    border-radius: 10px;
    padding: 60px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .chargeDescription .item1 {
    background-color: #fff28f;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    position: relative;
    width: 65%;
  }
  .chargeDescription .item2 {
    background-color: #87d0d1;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    position: relative;
    width: 33%;
  }
  .chargeDescription .item1 .badge {
    background-color: #ff9a0e;
    color: white;
    padding: 18px 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 160px;
  }
  .chargeDescription .item2 .badge {
    background-color: #218c91;
    color: white;
    padding: 8px 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 60px;
  }
  .chargeDescription .item1 p,
  .chargeDescription .item2 p {
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem auto;
    text-align: center;
  }
  .chargeDescription .item2 .caption {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    margin: 1rem auto;
  }
  .chargeDescription .titleBadge {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    border: #000 solid 1.5px;
    position: absolute;
    top: -22px;
    gap: 20px;
    left: 300px;
  }
  .chargeDescription .titleBadge .badge1,
  .chargeDescription .titleBadge .badge2,
  .chargeDescription .titleBadge .badge3 {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .chargeDescription .titleBadge .badge1 .circle {
    background-color: #cee0ff;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge .badge2 .circle {
    background-color: #ffb1be;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge .badge3 .circle {
    background-color: #ffcd4d;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge span {
    font-size: 0.8rem;
    font-weight: bold;
  }
  .stepArea {
    background-color: #f5f5f5;
    position: relative;
    clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 100%, 0 100%);
    height: auto;
    padding: 30px 0 60px;
  }
  .stepArea .stepBox {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .stepArea .stepBox .stepItem {
    padding: 1rem;
    border-radius: 10px;
    width: 30%;
    text-align: center;
    position: relative;
  }
  .stepArea .stepBox .stepItem .description p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 1rem auto;
    line-height: 1.4rem;
  }
  .stepArea .stepBox .stepItem:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -33px;
    transform: translateY(-50%);
    width: 35px;
    height: 25px;
    background-image: url(/images/chargewifi/top/icon_flow_allow_yellow.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .bottom-item {
    padding: 0.4rem 0;
    background-color: white;
    border-radius: 10px;
    position: relative;
    max-width: 775px;
    margin: 0 auto;
  }
  .bottom-item h3 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item .highlight-title {
    text-align: center;
    margin-bottom: 0;
  }
  .bottom-item .item-circle {
    background-color: #ffed57;
    color: #000;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 150px;
    height: 150px;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: -70px;
  }
  .bottom-item .item-circle .item-circle-parts {
    position: relative;
    margin-top: 20px;
  }
  .bottom-item .item-circle .item-circle-parts2 {
    margin-top: 20px;
  }
  .bottom-item .item-circle .item-circle-parts p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item .item-circle .item-circle-parts2 p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item .item-circle .item-circle-parts2 p .zero {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .qaArea {
    background-color: white;
    position: relative;
    height: auto;
    padding: 30px 0;
  }
  .qaArea h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
  }
  .qaArea .qaList .qaItem {
    border: #ffed57 solid 1.5px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .qaArea .qaList .qaItem .question {
    background-color: #ffed57;
    padding: 1rem;
    border-radius: 5px;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .question p {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .question p::before {
    content: "Q";
    width: 36px;
    height: 36px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    border-radius: 27px;
    padding: 4px 10px 10px 10px;
    display: inline-block;
    text-align: center;
    margin-right: 0.8rem;
  }
  .qaArea .qaList .qaItem .answer {
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .answer p {
    font-size: 1rem;
    font-weight: 500;
  }
  .qaArea .otherInformations {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .qaArea .otherInformation {
    width: 48%;
  }
  .qaArea .otherInformation h3 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    margin: 1rem auto;
    border-bottom: 1px solid #dee5ec;
    padding-bottom: 1rem;
  }
  .qaArea .otherInformation h3::before {
    content: "▶︎";
    width: 25px;
    height: 25px;
    color: #dee5ec;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-right: 0.4rem;
  }
  .qaArea .otherInformation p {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: left;
    margin: 1rem auto;
  }
  .charge-img {
    text-align: center;
  }
  .charge-img img {
    width: 500px;
  }
}
/* ipad pro */
@media only screen and (max-width: 1024px) {
  .o-sp {
    display: none !important;
  }
  .ia-none {
    display: none !important;
  }
  .d-ia {
    display: block !important;
  }
  .d-pc {
    display: none !important;
  }
  .d-sp {
    display: none !important;
  }
  #charge-about {
    margin-top: -33px;
  }
  .wrap-about-img {
    padding: 10px 0;
  }
  .about_pc_img {
    width: 400px;
    margin: 3rem auto 1rem auto;
    display: block;
  }
  .line-img {
    width: 400px;
    margin: 1rem auto;
    display: block;
  }
  .subtitle {
    width: 100%;
    margin: 1rem auto;
    text-align: center;
  }
  .subtitle h6 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .subtitle h2 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .balloon-right {
    position: relative;
    background: #ffed57;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
  }
  /* 矢印を右に移動 */
  .balloon-right:after {
    content: "";
    position: absolute;
    top: 50%; /* 矢印を中央に配置 */
    right: -12px; /* 吹き出しの右側に配置 */
    transform: translateY(-50%); /* 中央揃え */
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffed57; /* 右向きの矢印 */
    border-width: 6px 0 6px 12px;
  }
  .balloon-left {
    position: relative;
    background: #ffed57;
    border-radius: 10px;
    padding: 12px;
    width: fit-content;
  }
  /* 矢印を右に移動 */
  .balloon-left:after {
    content: "";
    position: absolute;
    top: 50%; /* 矢印を中央に配置 */
    left: -12px; /* 吹き出しの右側に配置 */
    transform: translateY(-50%); /* 中央揃え */
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #ffed57 transparent transparent;
    border-width: 6px 12px 6px 0;
  }

  .speech_bubble1 {
    position: absolute;
    left: 240px;
    top: 0;
  }
  .speech_bubble2 {
    position: absolute;
    left: 200px;
    top: 100px;
  }
  .speech_bubble3 {
    position: absolute;
    right: 240px;
    top: 0;
  }
  .speech_bubble4 {
    position: absolute;
    right: 190px;
    top: 100px;
  }
  .worries {
    margin-top: 45px;
  }
  .container-clip {
    width: 100%;
    height: auto;
    background-color: #ffd700;
    position: relative;
    /* clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%); */
    clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 100%, 0 100%);
    padding: 0 1rem;
    margin-top: -82px;
    padding-top: 75px;
    padding-bottom: 250px;
  }

  .highlight-text {
    display: inline-block;
    position: relative;
    font-size: 22px; /* テキストサイズ */
    font-weight: bold;
    color: #000; /* テキスト色 */
  }

  .highlight-text::before,
  .highlight-text::after {
    content: "";
    position: absolute;
    top: 50%; /* 中央に配置 */
    width: 30px; /* 線の長さ */
    height: 2px; /* 線の太さ */
    background-color: #ffa500; /* 線の色（オレンジ） */
    transform: translateY(-50%) rotate(-30deg); /* 斜めの線を作る */
  }

  .highlight-text::before {
    left: -40px; /* テキストの左に配置 */
    transform: translateY(-50%) rotate(45deg); /* 左斜め上 */
  }

  .highlight-text::after {
    right: -40px; /* テキストの右に配置 */
    transform: translateY(-50%) rotate(-45deg); /* 右斜め下 */
  }
  .underline-text {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000; /* テキスト色 */
    line-height: 1rem;
  }
  .underline-text-yellow {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000; /* テキスト色 */
    line-height: 1rem;
  }

  .underline-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px; /* 下線の位置 */
    width: 100%; /* 下線の長さ */
    height: 7px; /* 下線の太さ */
    background-color: white; /* 下線の色 */
    border-radius: 2.5px; /* 角を丸くする */
    z-index: -1;
  }
  .underline-text-yellow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px; /* 下線の位置 */
    width: 100%; /* 下線の長さ */
    height: 7px; /* 下線の太さ */
    background-color: #ffd700; /* 下線の色 */
    border-radius: 2.5px; /* 角を丸くする */
    z-index: -1;
  }
  .feature-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* ボックス間のスペース */
    margin-top: 20px;
  }

  .feature-box {
    background-color: #21adb6; /* 青い背景色 */
    color: #fff; /* デフォルトの文字色を白に設定 */
    font-size: 16px; /* テキストサイズ */
    font-weight: bold; /* 太字 */
    padding: 5px 10px; /* 内側の余白 */
    display: inline-block;
    text-align: center; /* テキスト中央揃え */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影 */
  }

  .feature-box .yellow-text {
    color: #ffd700; /* 黄色の文字 */
  }

  .plus-sign {
    font-size: 36px; /* プラス記号のサイズ */
    font-weight: bold;
    color: #21adb6; /* 黒い文字色 */
  }

  .steps-container {
    display: flex;
    justify-content: center;
    gap: 40px; /* 各ステップの間隔 */
    margin-top: 40px;
  }

  .step {
    position: relative;
    text-align: center;
    width: 150px;
  }

  .step .circle {
    width: 100px;
    height: 100px;
    background-color: #fff; /* 白背景 */
    border-radius: 50%; /* 丸い形 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影 */
  }

  .step1 img {
    width: 50px; /* アイコンのサイズ */
    height: 50px;
  }
  .step2 img {
    width: 40px; /* アイコンのサイズ */
  }
  .step3 img {
    width: 40px; /* アイコンのサイズ */
  }
  .step .number {
    position: absolute;
    top: -15px; /* 白い丸の少し上 */
    left: 50%;
    transform: translateX(-50%);
    color: #000; /* 黒い文字 */
    font-size: 28px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 50px;
  }

  .step .description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000; /* 黒い文字 */
  }
  /* 矢印のスタイル */
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 30%; /* 垂直方向中央 */
    right: -30px; /* ステップの右側に配置 */
    transform: translateY(-50%);
    width: 25px; /* 矢印の幅を調整 */
    height: 25px; /* 矢印の高さを調整 */
    background-image: url("/images/chargewifi/top/icon_flow_allow_white.webp");
    background-size: contain; /* 画像サイズを要素に合わせる */
    background-repeat: no-repeat; /* 画像を繰り返さない */
  }

  .highlight-title {
    font-size: 28px;
    font-weight: bold;
    color: #ffd700; /* 文字の色（黄色） */
    text-shadow: 3px -2px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000,
      1px -1px 0 #000;

    position: relative;
    /* display: inline-block; */
    /* background-color: #fff; */
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .content-box {
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
    padding: 60px 0 20px;
    border-radius: 16px;
    font-size: 1.6rem;
    max-width: 95%;
    margin: 0 auto;
    margin-top: -275px;
  }
  .test {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 10px 2%;
    border-radius: 10px;
    font-size: 19px;
  }

  .point-area {
    position: relative;
    z-index: 0;
    margin: 0 auto 50px auto;
    padding: 20px 10px 20px 10px;
    border: solid 2px #000;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: fit-content;
    /* min-width: 800px; */
    background-color: white;
    flex-wrap: wrap;
  }
  .point-area .item {
    width: 50%;
    padding: 20px 10px;
    text-align: center;
  }
  .point-area .item img {
    width: 50px;
    /* height: 70px; */
  }
  .point-area .item p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .point-area .item p span.strong {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
  }
  .point-area .item1 {
    border-right: #000 solid 1px;
    border-bottom: #000 solid 1px;
    width: 50%;
    text-align: center;
  }
  .point-area .item2 {
    border-bottom: #000 solid 1px;
    width: 50%;
    text-align: center;
  }
  .point-area .item3 {
    border-right: #000 solid 1px;
    width: 50%;
    text-align: center;
  }

  .sceneArea {
    margin: 1rem auto;
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }
  .sceneItem {
    width: 30%;
    position: relative;
  }
  .sceneItem p {
    position: absolute;
    top: -2px;
    left: 3px;
    color: white;
    padding: 0.5rem;
    width: 100%;
    width: auto;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
  }

  .box {
    padding-bottom: 100px;
  }
  .abroadArea {
    background-color: #f5f5f5;
    position: relative;
  }
  .abroadContainer {
    padding-top: 50px;
    width: 95% !important;
    padding-bottom: 100px;
  }
  .abroad-title-img {
    width: 500px;
  }
  .abroad-background-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .switch-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .switch-text .box {
    background-color: #000; /* 黒背景 */
    color: #fff; /* 白文字 */
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
  }

  .switch-text .arrow {
    font-size: 18px; /* 矢印のサイズ */
    color: #000; /* 矢印の色 */
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .switch-text .arrow span {
    margin: 0 2px; /* 矢印間のスペース */
  }
  .arrorItem {
    margin-top: -10px;
  }
  .arrowRight,
  .arrowLeft {
    font-weight: bold;
  }
  .switch-text .text {
    font-size: 22px; /* テキストサイズ */
    font-weight: bold; /* 太字 */
    color: #000; /* テキスト色 */
  }
  .text2 {
    font-size: 18px; /* テキストサイズ */
    font-weight: 500; /* 太字 */
    color: #000; /* テキスト色 */
  }
  .descriptionItemBox {
    margin-top: 50px;
    position: relative;
  }
  .descriptionItemBox .descriptionContainer .descriptionItem {
    border: #000 solid 1.5px;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    padding: 10px;
    width: 200px;
    padding: 2rem 1rem;
    text-align: center;
    padding-bottom: 0;
  }
  .descriptionItemBox .descriptionContainer .descriptionItem span {
    padding: 6px;
    border: #000 solid 1px;
    border-radius: 30px;
    background-color: #fcee71;
    font-weight: bold;
    position: absolute;
    top: -20px;
    width: 80%;
    text-align: center;
    font-size: 1rem;
    left: 21px;
  }
  .abroad-img-1 {
    width: 80px;
    margin: 1rem auto;
  }
  .abroad-img-2 {
    width: 50px;
  }
  .abroad-img-3 {
    width: 80px;
    margin: 1rem auto;
  }
  .abroad-text-img-1 {
    width: 100px;
    margin: 1rem auto 0 auto;
  }
  .abroad-text-img-2 {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
  .abroad-text-img-3 {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
  .descriptionContainer {
    position: relative;
    display: flex;
    justify-content: start;
    gap: 20px;
  }
  .plusIcon1 {
    position: absolute;
    top: 90px;
    left: 190px;
    padding: 0.4rem 0.7rem 0.6rem 0.7rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    border-radius: 30px;
    font-size: 2rem;
  }
  .plusIcon2 {
    position: absolute;
    top: 90px;
    left: 410px;
    padding: 0.4rem 0.7rem 0.6rem 0.7rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    border-radius: 30px;
    font-size: 2rem;
  }
  .abroadContainer .countries {
    text-align: center;
    margin: 3rem auto 1rem auto;
  }
  .abroadContainer div .highlight-text {
    font-size: 1.6rem;
  }
  .regionArea .regionList {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .regionArea .regionList .regionItem {
    padding: 1rem;
    border-radius: 10px;
    width: 32%;
  }
  .regionArea .regionList .item1 {
    background-color: #ff8613;
    text-align: center;
  }
  .regionArea .regionList .item2 {
    background-color: #7db8e5;
    text-align: center;
  }
  .regionArea .regionList .item3 {
    background-color: #15ad78;
    text-align: center;
  }
  .regionArea .regionList .item1 .badge {
    background-color: #fff;
    color: #ff8613;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 20px;
    margin: 1rem auto 0 auto;
  }
  .regionArea .regionList .item2 .badge {
    background-color: #fff;
    color: #007fd3;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 20px;
    margin: 1rem auto 0 auto;
  }
  .regionArea .regionList .item3 .badge {
    background-color: #fff;
    color: #15ad78;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 20px;
    margin: 1rem auto 0 auto;
  }
  .regionArea .regionList .item1 .regionName,
  .regionArea .regionList .item2 .regionName,
  .regionArea .regionList .item3 .regionName {
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
  }
  .products {
    background-color: #fff;
    padding: 10px 0;
  }
  .productContainer {
    margin: 4rem auto;
    width: 95% !important;
  }
  .productContainer h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
  }
  .productContainer .productList {
    display: flex;
    justify-content: space-between;
    gap: 30px 0;
    flex-wrap: wrap;
  }
  .productContainer .productList .productItem {
    background-color: #f5f5f5;
    padding: 1rem;
    width: 30%;
    border-radius: 10px;
    text-align: center;
    position: relative;
  }
  .productContainer .productList .productItem .productPriceArea{
    display: flex;
    margin-top: 10px;
  }
  .productContainer .productList .productItem .productPriceTitle{
    width: 65px;
    text-align: left;
    padding: 2px 2px 2px 13px;
    margin-right: 10px;
    margin-top: -4px;
    height: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
    background: #000;
  }
  .productContainer .productList .productItem .productPrice{
    font-size: 20px;
    font-weight: bold;
  }
  .productContainer .productList .productItem .productPrice span{
    font-size: 12px;
  }
  .productContainer .productList .productItem h5 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem auto;
    line-height: 2rem;
  }
  .productContainer .productList .productItem p {
    font-size: 1rem;
    font-weight: bold;
  }
  .productContainer .productList .productItem button {
    background-color: #183ca3;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 1rem;
    margin: 1rem auto;
    width: 100%;
    border: none;
  }
  .productContainer .productList .productItem button:hover {
    opacity: 0.8;
  }
  .productContainer .productList .productItem img {
    height: 80px;
    width: auto;
  }
  .productContainer .productList .productItem .propductTag {
    position: absolute;
    top: -10px;
    right: 85px;
    background-color: #a0a5ad;
    color: white;
    font-weight: bold;
    padding: 0.2rem 1rem;
    border-radius: 30px;
    font-size: 1rem;
  }

  .g-charge {
    height: auto;
    background-color: #ffd700;
    position: relative;
    clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 100%, 0 100%);
    padding: 30px 0;
  }
  .g-charge h5 {
    color: white;
    background-color: #000;
    padding: 0.3rem 1rem;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto;
    width: fit-content;
  }
  .chargeDescription {
    background-color: white;
    position: relative;
    border: #000 solid 1.5px;
    border-radius: 10px;
    padding: 60px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .chargeDescription .item1 {
    background-color: #fff28f;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    position: relative;
    width: 65%;
  }
  .chargeDescription .item2 {
    background-color: #87d0d1;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    position: relative;
    width: 33%;
  }
  .chargeDescription .item1 .badge {
    background-color: #ff9a0e;
    color: white;
    padding: 18px 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 160px;
  }
  .chargeDescription .item2 .badge {
    background-color: #218c91;
    color: white;
    padding: 8px 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 60px;
  }
  .chargeDescription .item1 p,
  .chargeDescription .item2 p {
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem auto;
    text-align: center;
  }
  .chargeDescription .item2 .caption {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    margin: 1rem auto;
  }
  .chargeDescription .titleBadge {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    border: #000 solid 1.5px;
    position: absolute;
    top: -22px;
    gap: 20px;
    left: 300px;
  }
  .chargeDescription .titleBadge .badge1,
  .chargeDescription .titleBadge .badge2,
  .chargeDescription .titleBadge .badge3 {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .chargeDescription .titleBadge .badge1 .circle {
    background-color: #cee0ff;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge .badge2 .circle {
    background-color: #ffb1be;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge .badge3 .circle {
    background-color: #ffcd4d;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge span {
    font-size: 0.8rem;
    font-weight: bold;
  }
  .g-charge-container {
    width: 95% !important;
  }
  .stepArea {
    background-color: #f5f5f5;
    position: relative;
    clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 100%, 0 100%);
    height: auto;
    padding: 30px 0;
  }
  .stepArea .stepBox {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .stepArea .stepBox .stepItem {
    padding: 1rem;
    border-radius: 10px;
    width: 30%;
    text-align: center;
    position: relative;
  }
  .stepArea .stepBox .stepItem .description p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 1rem auto;
    line-height: 1.4rem;
  }
  .stepArea .stepBox .stepItem:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -33px;
    transform: translateY(-50%);
    width: 35px;
    height: 25px;
    background-image: url(/images/chargewifi/top/icon_flow_allow_yellow.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .bottom-item {
    padding: 0.4rem 0;
    background-color: white;
    border-radius: 10px;
    position: relative;
    max-width: 775px;
    margin: 0 auto;
  }
  .bottom-item h3 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item .highlight-title {
    text-align: center;
    margin-bottom: 0;
  }
  .bottom-item .item-circle {
    background-color: #ffd700;
    color: #000;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 175px;
    height: 175px;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -70px;
  }
  .bottom-item .item-circle .item-circle-parts {
    position: relative;
    margin-top: 30px;
  }
  .bottom-item .item-circle .item-circle-parts2 {
    margin-top: 20px;
  }
  .bottom-item .item-circle .item-circle-parts p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item .item-circle .item-circle-parts2 p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item .item-circle .item-circle-parts2 p .zero {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .qaContainer {
    width: 95% !important;
    margin: 0 auto;
  }
  .qaArea {
    background-color: white;
    position: relative;
    height: auto;
    padding: 30px 0;
  }
  .qaArea h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
  }
  .qaArea .qaList .qaItem {
    border: #ffed57 solid 1.5px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .qaArea .qaList .qaItem .question {
    background-color: #ffed57;
    padding: 1rem;
    border-radius: 5px;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .question p {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .question p::before {
    content: "Q";
    width: 36px;
    height: 36px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    border-radius: 27px;
    padding: 4px 10px 10px 10px;
    display: inline-block;
    text-align: center;
    margin-right: 0.8rem;
  }
  .qaArea .qaList .qaItem .answer {
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .answer p {
    font-size: 1rem;
    font-weight: 500;
  }
  .qaArea .otherInformations {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .qaArea .otherInformation {
    width: 48%;
  }
  .qaArea .otherInformation h3 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    margin: 1rem auto;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 1rem;
  }
  .qaArea .otherInformation h3::before {
    content: "▶︎";
    width: 25px;
    height: 25px;
    color: #c0c0c0;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-right: 0.4rem;
  }
  .qaArea .otherInformation p {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: left;
    margin: 1rem auto;
  }
  footer .copyright {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    background: #F9F9F9;
    padding: 30px;
  }
  footer .company_info {
    display: block;
    text-align: center;
    margin: 1rem auto;
  }
  #logo {
    padding: 8px;
    display: flex;
    gap: 5px;
  }
  .toushou_txt {
    line-height: 1.2;
  }
  #head_box img {
    height: 30px !important;
  }
  #head_box #head {
    padding: 8px;
  }
  .charge-img {
    text-align: center;
    margin-top: 1rem;
  }
  .autoSwitchText {
    margin-top: 225px !important;
    font-size: 2rem;
    font-weight: bold;
  }
  #head_box #head {
    padding: 15px;
  }
}
/* ipad air */
@media only screen and (max-width: 820px) {
  .o-sp {
    display: none !important;
  }
  .ia-none {
    display: none !important;
  }
  .d-ia {
    display: block !important;
  }
  .d-pc {
    display: none !important;
  }
  .d-sp {
    display: none !important;
  }
  .container{
    width: 100%;
  }
  #charge-about {
    margin-top: -33px;
  }
  .wrap-about-img {
    background-color: #FFC11B;
    padding: 10px 0;
    text-align: center;
  }
  .wrap-about-img.bk-w {
    background-color: #fff;
  }
  .about_pc_img {
    width: 400px;
    margin: 3rem auto 1rem auto;
    display: block;
  }
  .line-img {
    width: 90%;
    max-width: 400px;
    margin: 1rem auto;
    display: block;
  }
  .subtitle {
    width: 100%;
    margin: 1rem auto;
    text-align: center;
  }
  .subtitle h6 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .subtitle h2 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .balloon-right {
    position: relative;
    background: #ffed57;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
  }
  /* 矢印を右に移動 */
  .balloon-right:after {
    content: "";
    position: absolute;
    top: 50%; /* 矢印を中央に配置 */
    right: -12px; /* 吹き出しの右側に配置 */
    transform: translateY(-50%); /* 中央揃え */
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffed57; /* 右向きの矢印 */
    border-width: 6px 0 6px 12px;
  }
  .balloon-left {
    position: relative;
    background: #ffed57;
    border-radius: 10px;
    padding: 12px;
    width: fit-content;
  }
  /* 矢印を右に移動 */
  .balloon-left:after {
    content: "";
    position: absolute;
    top: 50%; /* 矢印を中央に配置 */
    left: -12px; /* 吹き出しの右側に配置 */
    transform: translateY(-50%); /* 中央揃え */
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #ffed57 transparent transparent;
    border-width: 6px 12px 6px 0;
  }

  .speech_bubble1 {
    position: absolute;
    left: 150px;
    top: 0;
  }
  .speech_bubble2 {
    position: absolute;
    left: 100px;
    top: 100px;
  }
  .speech_bubble3 {
    position: absolute;
    right: 160px;
    top: 0;
  }
  .speech_bubble4 {
    position: absolute;
    right: 100px;
    top: 100px;
  }
  .worries {
    margin-top: 45px;
  }
  .container-clip {
    width: 100%;
    height: auto;
    background-color: #ffed57;
    position: relative;
    /* clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%); */
    clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 100%, 0 100%);
    padding: 0 1rem;
    margin-top: -82px;
    padding-top: 75px;
    padding-bottom: 250px;
  }

  .highlight-text {
    display: inline-block;
    position: relative;
    font-size: 22px; /* テキストサイズ */
    font-weight: bold;
    color: #000; /* テキスト色 */
  }

  .highlight-text::before,
  .highlight-text::after {
    content: "";
    position: absolute;
    top: 50%; /* 中央に配置 */
    width: 30px; /* 線の長さ */
    height: 2px; /* 線の太さ */
    background-color: #ffa500; /* 線の色（オレンジ） */
    transform: translateY(-50%) rotate(-30deg); /* 斜めの線を作る */
  }

  .highlight-text::before {
    left: -40px; /* テキストの左に配置 */
    transform: translateY(-50%) rotate(45deg); /* 左斜め上 */
  }

  .highlight-text::after {
    right: -40px; /* テキストの右に配置 */
    transform: translateY(-50%) rotate(-45deg); /* 右斜め下 */
  }
  .underline-text {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000; /* テキスト色 */
    line-height: 1rem;
  }

  .underline-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px; /* 下線の位置 */
    width: 100%; /* 下線の長さ */
    height: 7px; /* 下線の太さ */
    background-color: white; /* 下線の色 */
    border-radius: 2.5px; /* 角を丸くする */
    z-index: -1;
  }
  .feature-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* ボックス間のスペース */
    margin-top: 20px;
  }

  .feature-box {
    background-color: #21adb6; /* 青い背景色 */
    color: #fff; /* デフォルトの文字色を白に設定 */
    font-size: 16px; /* テキストサイズ */
    font-weight: bold; /* 太字 */
    padding: 5px 10px; /* 内側の余白 */
    display: inline-block;
    text-align: center; /* テキスト中央揃え */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影 */
  }

  .feature-box .yellow-text {
    color: #ffd700; /* 黄色の文字 */
  }

  .plus-sign {
    font-size: 36px; /* プラス記号のサイズ */
    font-weight: bold;
    color: #21adb6; /* 黒い文字色 */
  }

  .steps-container {
    display: flex;
    justify-content: center;
    gap: 40px; /* 各ステップの間隔 */
    margin-top: 40px;
  }

  .step {
    position: relative;
    text-align: center;
    width: 150px;
  }

  .step .circle {
    width: 100px;
    height: 100px;
    background-color: #fff; /* 白背景 */
    border-radius: 50%; /* 丸い形 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影 */
  }

  .step1 img {
    width: 50px; /* アイコンのサイズ */
    height: 50px;
  }
  .step2 img {
    width: 40px; /* アイコンのサイズ */
  }
  .step3 img {
    width: 40px; /* アイコンのサイズ */
  }
  .step .number {
    position: absolute;
    top: -15px; /* 白い丸の少し上 */
    left: 50%;
    transform: translateX(-50%);
    color: #000; /* 黒い文字 */
    font-size: 28px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 50px;
  }

  .step .description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000; /* 黒い文字 */
  }
  /* 矢印のスタイル */
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 30%; /* 垂直方向中央 */
    right: -30px; /* ステップの右側に配置 */
    transform: translateY(-50%);
    width: 25px; /* 矢印の幅を調整 */
    height: 25px; /* 矢印の高さを調整 */
    background-image: url("/images/chargewifi/top/icon_flow_allow_white.webp");
    background-size: contain; /* 画像サイズを要素に合わせる */
    background-repeat: no-repeat; /* 画像を繰り返さない */
  }

  .highlight-title {
    font-size: 22px;
    font-weight: bold;
    color: #ffd700; /* 文字の色（黄色） */
    text-shadow: 3px -2px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000,
      1px -1px 0 #000;

    position: relative;
    /* display: inline-block; */
    /* background-color: #fff; */
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .content-box {
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
    padding: 60px 0 20px;
    border-radius: 16px;
    font-size: 1.6rem;
    max-width: 95%;
    margin: 0 auto;
    margin-top: -275px;
  }
  .test {
    display: inline-block;
    position: absolute;
    left: 66%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 10px 2%;
    border-radius: 10px;
    width: 90%;
    font-size: 28px;
  }

  .point-area {
    position: relative;
    z-index: 0;
    margin: 0 auto 50px auto;
    padding: 20px 10px 20px 10px;
    border: solid 2px #000;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: fit-content;
    /* min-width: 800px; */
    background-color: white;
    flex-wrap: wrap;
  }
  .point-area .item {
    width: 50%;
    padding: 20px 10px;
    text-align: center;
  }
  .point-area .item img {
    width: 50px;
    /* height: 70px; */
  }
  .point-area .item p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .point-area .item p span.strong {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
  }
  .point-area .item1 {
    border-right: #000 solid 1px;
    border-bottom: #000 solid 1px;
    width: 50%;
    text-align: center;
  }
  .point-area .item2 {
    border-bottom: #000 solid 1px;
    width: 50%;
    text-align: center;
  }
  .point-area .item3 {
    border-right: #000 solid 1px;
    width: 50%;
    text-align: center;
  }
  .sceneArea {
    margin: 1rem auto;
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }
  .sceneItem {
    width: 30%;
    position: relative;
  }
  .sceneItem p {
    position: absolute;
    top: -6px;
    left: 3px;
    color: white;
    width: 100%;
    width: auto;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
  }
  .box {
    padding-bottom: 100px;
  }

  .abroadArea {
    background-color: #f5f5f5;
    position: relative;
  }
  .abroadContainer {
    padding-top: 50px;
    width: 95% !important;
    padding-bottom: 100px;
  }
  .abroad-title-img {
    width: 500px;
    position: relative;
  }
  .abroad-background-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .switch-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
  }

  .switch-text .box {
    background-color: #000; /* 黒背景 */
    color: #fff; /* 白文字 */
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
  }

  .switch-text .arrow {
    font-size: 18px; /* 矢印のサイズ */
    color: #000; /* 矢印の色 */
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .switch-text .arrow span {
    margin: 0 2px; /* 矢印間のスペース */
  }
  .arrorItem {
    margin-top: -10px;
  }
  .arrowRight,
  .arrowLeft {
    font-weight: bold;
  }
  .switch-text .text {
    font-size: 22px; /* テキストサイズ */
    font-weight: bold; /* 太字 */
    color: #000; /* テキスト色 */
  }
  .text2 {
    font-size: 18px; /* テキストサイズ */
    font-weight: 500; /* 太字 */
    color: #000; /* テキスト色 */
    position: relative;
  }
  .descriptionItemBox {
    margin-top: 50px;
    position: relative;
  }
  .descriptionItemBox .descriptionContainer .descriptionItem {
    border: #000 solid 1.5px;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    padding: 10px;
    width: 200px;
    padding: 2rem 1rem;
    text-align: center;
    padding-bottom: 0;
  }
  .descriptionItemBox .descriptionContainer .descriptionItem span {
    padding: 6px;
    border: #000 solid 1px;
    border-radius: 30px;
    background-color: #fcee71;
    font-weight: bold;
    position: absolute;
    top: -20px;
    width: 80%;
    text-align: center;
    font-size: 1rem;
    left: 21px;
  }
  .abroad-img-1 {
    width: 80px;
    margin: 1rem auto;
  }
  .abroad-img-2 {
    width: 50px;
  }
  .abroad-img-3 {
    width: 80px;
    margin: 1rem auto;
  }
  .abroad-text-img-1 {
    width: 100px;
    margin: 1rem auto 0 auto;
  }
  .abroad-text-img-2 {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
  .abroad-text-img-3 {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
  .descriptionContainer {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .plusIcon1 {
    position: absolute;
    top: 90px;
    left: 248px;
    padding: 0.4rem 0.7rem 0.6rem 0.7rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    border-radius: 30px;
    font-size: 2rem;
  }
  .plusIcon2 {
    position: absolute;
    top: 90px;
    left: 469px;
    padding: 0.4rem 0.7rem 0.6rem 0.7rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    border-radius: 30px;
    font-size: 2rem;
  }
  .abroadContainer .countries {
    text-align: center;
    margin: 3rem auto 1rem auto;
  }
  .abroadContainer div .highlight-text {
    font-size: 1.6rem;
  }
  .regionArea .regionList {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .regionArea .regionList .regionItem {
    padding: 1rem;
    border-radius: 10px;
    width: 32%;
  }
  .regionArea .regionList .item1 {
    background-color: #ff8613;
    text-align: center;
  }
  .regionArea .regionList .item2 {
    background-color: #007fd3;
    text-align: center;
  }
  .regionArea .regionList .item3 {
    background-color: #15ad78;
    text-align: center;
  }
  .regionArea .regionList .item1 .badge {
    background-color: #fff;
    color: #ff8613;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 20px;
    margin: 1rem auto 0 auto;
  }
  .regionArea .regionList .item2 .badge {
    background-color: #fff;
    color: #007fd3;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 20px;
    margin: 1rem auto 0 auto;
  }
  .regionArea .regionList .item3 .badge {
    background-color: #fff;
    color: #15ad78;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 20px;
    margin: 1rem auto 0 auto;
  }
  .regionArea .regionList .item1 .regionName,
  .regionArea .regionList .item2 .regionName,
  .regionArea .regionList .item3 .regionName {
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
  }

  .products {
    background-color: #fff;
    padding: 10px 0;
  }
  .productContainer {
    margin: 4rem auto;
    width: 95% !important;
  }
  .productContainer h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
  }
  .productContainer .productList {
    display: flex;
    justify-content: space-between;
    gap: 30px 0;
    flex-wrap: wrap;
  }
  .productContainer .productList .productItem {
    background-color: #f5f5f5;
    padding: 1rem;
    width: 33%;
    border-radius: 10px;
    text-align: center;
    position: relative;
  }
  .productContainer .productList .productItem .productPriceArea{
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .productContainer .productList .productItem .productPriceTitle{
    width: 65px;
    text-align: left;
    padding: 2px 2px 2px 13px;
    margin-right: 10px;
    margin-top: -3px;
    height: 28px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
    background: #000;
  }
  .productContainer .productList .productItem .productPrice{
    font-size: 18px;
    font-weight: bold;
  }
  .productContainer .productList .productItem .productPrice span{
    font-size: 12px;
  }
  .productContainer .productList .productItem h5 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem auto;
    line-height: 2rem;
  }
  .productContainer .productList .productItem p {
    font-size: 0.8rem;
    font-weight: bold;
  }
  .productContainer .productList .productItem button {
    background-color: #183ca3;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 1rem;
    margin: 1rem auto;
    width: 100%;
    border: none;
  }
  .productContainer .productList .productItem button:hover {
    opacity: 0.8;
  }
  .productContainer .productList .productItem img {
    height: 80px;
    width: auto;
  }
  .productContainer .productList .productItem .propductTag {
    position: absolute;
    top: -10px;
    right: 70px;
    background-color: #a0a5ad;
    color: white;
    font-weight: bold;
    padding: 0.2rem 1rem;
    border-radius: 30px;
    font-size: 1rem;
  }
  .g-charge {
    height: auto;
    background-color: #ffed57;
    position: relative;
    clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 100%, 0 100%);
    padding: 30px 0;
  }
  .g-charge h5 {
    color: white;
    background-color: #000;
    padding: 0.3rem 1rem;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto;
    width: fit-content;
  }
  .chargeDescription {
    background-color: white;
    position: relative;
    border: #000 solid 1.5px;
    border-radius: 10px;
    padding: 60px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .chargeDescription .item1 {
    background-color: #fff28f;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    position: relative;
    width: 65%;
  }
  .chargeDescription .item2 {
    background-color: #87d0d1;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    position: relative;
    width: 33%;
  }
  .chargeDescription .item1 .badge {
    background-color: #ff9a0e;
    color: white;
    padding: 18px 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 100px;
  }
  .chargeDescription .item2 .badge {
    background-color: #218c91;
    color: white;
    padding: 8px 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 27px;
  }
  .chargeDescription .item1 p,
  .chargeDescription .item2 p {
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem auto;
    text-align: center;
  }
  .chargeDescription .item2 .caption {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    margin: 1rem auto;
  }
  .chargeDescription .titleBadge {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    border: #000 solid 1.5px;
    position: absolute;
    top: -22px;
    gap: 20px;
    left: 215px;
  }
  .chargeDescription .titleBadge .badge1,
  .chargeDescription .titleBadge .badge2,
  .chargeDescription .titleBadge .badge3 {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .chargeDescription .titleBadge .badge1 .circle {
    background-color: #cee0ff;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge .badge2 .circle {
    background-color: #ffb1be;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge .badge3 .circle {
    background-color: #ffcd4d;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge span {
    font-size: 0.8rem;
    font-weight: bold;
  }
  .g-charge-container {
    width: 95% !important;
  }
  .stepArea {
    background-color: #f5f5f5;
    position: relative;
    clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 100%, 0 100%);
    height: auto;
    padding: 30px 0;
  }
  .stepArea .stepBox {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .stepArea .stepBox .stepItem {
    padding: 1rem;
    border-radius: 10px;
    width: 33%;
    text-align: center;
    position: relative;
  }
  .stepArea .stepBox .stepItem .description p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 1rem auto;
    line-height: 1.4rem;
  }
  .stepArea .stepBox .stepItem:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -33px;
    transform: translateY(-50%);
    width: 35px;
    height: 25px;
    background-image: url(/images/chargewifi/top/icon_flow_allow_yellow.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .bottom-item {
    padding: 0.4rem 0;
    background-color: white;
    border-radius: 10px;
    position: relative;
    max-width: 570px;
    margin: 0 auto;
  }
  .bottom-item h3 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item .highlight-title {
    text-align: center;
    margin-bottom: 0;
  }
  .bottom-item .item-circle {
    background-color: #ffed57;
    color: #000;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 160px;
    height: 160px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: -92px;
  }
  .bottom-item .item-circle .item-circle-parts {
    position: relative;
    margin-top: 30px;
  }
  .bottom-item .item-circle .item-circle-parts2 {
    margin-top: 20px;
  }
  .bottom-item .item-circle .item-circle-parts p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item .item-circle .item-circle-parts2 p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item .item-circle .item-circle-parts2 p .zero {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  #logo {
    padding: 8px;
  }
  #head_box img {
    height: 30px !important;
  }
  #head_box #head {
    padding: 15px;
  }
  .rec-img {
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 10px 2%;
    border-radius: 10px;
    font-size: 1.7rem;
    top: 21px;
  }
  .autoSwitchText {
    margin-top: 225px !important;
    font-size: 2rem;
    font-weight: bold;
  }
  footer .bnr_area{
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .bnr_box {
    display: block;
  }
  footer .bnr_box:first-child {
    width: 15%;
  }
  footer .bnr_box:nth-child(2) {
    width: 30%;
  }
  footer .bnr_box:nth-child(3) {
    width: 35%;
  }
  footer .copyright {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    background: #F9F9F9;
    padding: 30px;
  }
  footer .company_info {
    display: block;
    text-align: center;
    margin: 1rem auto;
  }
  #logo {
    padding: 8px;
  }
  #head_box img {
    height: 30px !important;
  }
  #head_box #head {
    padding: 8px;
  }
  footer{
    background-color: #000;
  }
}
/* ipad mini */
@media only screen and (max-width: 768px) {
  #head_box {
    height: 60px;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 3;
  }
  #head_submit {
    position: fixed;
    right: 56px;
    top: 0;
    background: #f4a93b;
    width: 56px;
    height: 60px;
    padding: 8px 3px;
    text-align: center;
  }
  #head_menu {
    position: absolute;
    right: 0;
    top: 0;
    background: #333;
    width: 56px;
    height: 60px;
    text-align: center;
  }
  .drawer-hamburger {
    top: 10px;
  }
  #head_submit .head_apply p,
  #head_menu .drawer-icon p {
    font-size: 10px;
    line-height: 1;
    margin-top: 7px;
  }
  #logo {
    padding: 8px;
  }
  .g-charge {
    height: auto;
    background-color: #ffed57;
    position: relative;
    clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 100%, 0 100%);
    padding: 30px 0;
  }
  .g-charge h5 {
    color: white;
    background-color: #000;
    padding: 0.3rem 1rem;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto;
    width: fit-content;
  }
  .chargeDescription {
    background-color: white;
    position: relative;
    border: #000 solid 1.5px;
    border-radius: 10px;
    padding: 60px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .chargeDescription .item1 {
    background-color: #fff28f;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    position: relative;
    width: 65%;
  }
  .chargeDescription .item2 {
    background-color: #87d0d1;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    position: relative;
    width: 33%;
  }
  .chargeDescription .item1 .badge {
    background-color: #ff9a0e;
    color: white;
    padding: 18px 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 70px;
  }
  .chargeDescription .item2 .badge {
    background-color: #218c91;
    color: white;
    padding: 8px 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 9px;
  }
  .chargeDescription .item1 p,
  .chargeDescription .item2 p {
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem auto;
    text-align: center;
  }
  .chargeDescription .item2 .caption {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    margin: 1rem auto;
  }
  .chargeDescription .titleBadge {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    border: #000 solid 1.5px;
    position: absolute;
    top: -22px;
    gap: 20px;
    left: 200px;
  }
  .chargeDescription .titleBadge .badge1,
  .chargeDescription .titleBadge .badge2,
  .chargeDescription .titleBadge .badge3 {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .chargeDescription .titleBadge .badge1 .circle {
    background-color: #cee0ff;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge .badge2 .circle {
    background-color: #ffb1be;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge .badge3 .circle {
    background-color: #ffcd4d;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge span {
    font-size: 0.8rem;
    font-weight: bold;
  }
  .g-charge-container {
    width: 95% !important;
  }
  .qaContainer {
    width: 95% !important;
    margin: 0 auto;
  }
  .qaArea {
    background-color: white;
    position: relative;
    height: auto;
    padding: 30px 0;
  }
  .qaArea h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
  }
  .qaArea .qaList .qaItem {
    border: #ffed57 solid 1.5px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .qaArea .qaList .qaItem .question {
    background-color: #ffed57;
    padding: 1rem;
    border-radius: 5px;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .question p {
    position: relative;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .question p::before {
    content: "Q";
    width: 30px;
    height: 30px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    border-radius: 27px;
    padding: 2px 10px 10px 10px;
    display: inline-block;
    text-align: center;
    margin-right: 0.4rem;
  }
  .qaArea .qaList .qaItem .answer {
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .answer p {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .qaArea .otherInformations {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .qaArea .otherInformation {
    width: 100%;
  }
  .qaArea .otherInformation h3 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    margin: 1rem auto;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 1rem;
  }
  .qaArea .otherInformation h3::before {
    content: "▶︎";
    width: 25px;
    height: 25px;
    color: #c0c0c0;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-right: 0.4rem;
  }
  .qaArea .otherInformation p {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: left;
    margin: 1rem auto;
  }
  footer .copyright {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    background: #F9F9F9;
    padding: 30px;
  }
  footer .company_info {
    display: block;
    text-align: center;
    margin: 1rem auto;
  }
  #logo {
    padding: 8px;
  }
  #head_box img {
    height: 30px !important;
  }
  #head_box #head {
    padding: 8px;
  }
  footer{
    background-color: #000;
  }
}
/* mobile */
@media only screen and (max-width: 600px) {
  #head_box {
    height: 60px;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 3;
  }
  #head_submit {
    position: fixed;
    right: 56px;
    top: 0;
    background: #f4a93b;
    width: 56px;
    height: 59px!important;
    padding: 8px 3px;
    text-align: center;
  }
  #head_menu {
    position: absolute;
    right: 0;
    top: 0;
    background: #333;
    width: 56px;
    height: 60px;
    text-align: center;
  }
  .drawer-hamburger {
    top: 10px;
  }
  #head_submit .head_apply p,
  #head_menu .drawer-icon p {
    font-size: 10px;
    line-height: 1;
    margin-top: 7px;
  }
  #logo {
    padding: 0px;
  }
  #head_box img {
    height: 35px;
  }
  #head_box #logo img {
    height: 35px!important;
  }
  .o-sp {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
  .d-sp {
    display: block !important;
  }
  .d-pc {
    display: none !important;
  }
  #charge-about {
    margin-top: -33px;
  }
  .wrap-about-img {
    background-color: #FFC11B;
    padding: 10px 0;
  }
  .about_sp_img {
    width: 300px;
    margin: 0 auto;
    display: block;
  }
  .subtitle {
    width: 100%;
    margin: 1rem auto;
    text-align: center;
  }
  .subtitle h6 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .subtitle h2 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .subtitle .img2 {
    width: 175px;
  }
  .balloon-right {
    position: relative;
    background: #ffed57;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
  }
  /* 矢印を右に移動 */
  .balloon-right:after {
    content: "";
    position: absolute;
    top: 50%; /* 矢印を中央に配置 */
    right: -12px; /* 吹き出しの右側に配置 */
    transform: translateY(-50%); /* 中央揃え */
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffed57; /* 右向きの矢印 */
    border-width: 6px 0 6px 12px;
  }
  .balloon-left {
    position: relative;
    background: #ffed57;
    border-radius: 10px;
    padding: 12px;
    width: fit-content;
  }
  /* 矢印を右に移動 */
  .balloon-left:after {
    content: "";
    position: absolute;
    top: 50%; /* 矢印を中央に配置 */
    left: -12px; /* 吹き出しの右側に配置 */
    transform: translateY(-50%); /* 中央揃え */
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #ffed57 transparent transparent;
    border-width: 6px 12px 6px 0;
  }

  .speech_bubble1 {
    position: absolute;
    left: 30px;
    top: -30px;
  }
  .speech_bubble2 {
    position: absolute;
    left: 10px;
    top: 70px;
  }
  .speech_bubble3 {
    position: absolute;
    right: 30px;
    top: -30px;
  }
  .speech_bubble4 {
    position: absolute;
    right: 0;
    top: 70px;
  }
  .worries {
    margin-top: 45px;
  }
  .container-clip {
    width: 100%;
    height: auto;
    background-color: #ffed57;
    position: relative;
    /* clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%); */
    clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 100%, 0 100%);
    padding: 0 1rem;
    margin-top: -82px;
    padding-top: 75px;
    padding-bottom: 250px;
  }

  .highlight-text {
    display: inline-block;
    position: relative;
    font-size: 18px; /* テキストサイズ */
    font-weight: bold;
    color: #000; /* テキスト色 */
  }

  .highlight-text::before,
  .highlight-text::after {
    content: "";
    position: absolute;
    top: 50%; /* 中央に配置 */
    width: 30px; /* 線の長さ */
    height: 2px; /* 線の太さ */
    background-color: #ffa500; /* 線の色（オレンジ） */
    transform: translateY(-50%) rotate(-30deg); /* 斜めの線を作る */
  }

  .highlight-text::before {
    left: -40px; /* テキストの左に配置 */
    transform: translateY(-50%) rotate(45deg); /* 左斜め上 */
  }

  .highlight-text::after {
    right: -40px; /* テキストの右に配置 */
    transform: translateY(-50%) rotate(-45deg); /* 右斜め下 */
  }
  .underline-text {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000; /* テキスト色 */
    line-height: 1rem;
  }

  .underline-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px; /* 下線の位置 */
    width: 100%; /* 下線の長さ */
    height: 7px; /* 下線の太さ */
    background-color: white; /* 下線の色 */
    border-radius: 2.5px; /* 角を丸くする */
    z-index: -1;
  }
  .feature-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* ボックス間のスペース */
    margin-top: 20px;
  }

  .feature-box {
    background-color: #21adb6; /* 青い背景色 */
    color: #fff; /* デフォルトの文字色を白に設定 */
    font-size: 16px; /* テキストサイズ */
    font-weight: bold; /* 太字 */
    padding: 5px 10px; /* 内側の余白 */
    display: inline-block;
    text-align: center; /* テキスト中央揃え */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影 */
  }

  .feature-box .yellow-text {
    color: #ffd700; /* 黄色の文字 */
  }

  .plus-sign {
    font-size: 36px; /* プラス記号のサイズ */
    font-weight: bold;
    color: #21adb6; /* 黒い文字色 */
  }

  .steps-container {
    display: flex;
    justify-content: center;
    gap: 35px; /* 各ステップの間隔 */
    margin-top: 40px;
  }

  .step {
    position: relative;
    text-align: center;
    width: 150px;
  }

  .step .circle {
    width: 95px;
    height: 95px;
    background-color: #fff; /* 白背景 */
    border-radius: 50%; /* 丸い形 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影 */
  }

  .step1 img {
    width: 50px; /* アイコンのサイズ */
    height: 50px;
  }
  .step2 img {
    width: 40px; /* アイコンのサイズ */
  }
  .step3 img {
    width: 40px; /* アイコンのサイズ */
  }
  .step .number {
    position: absolute;
    top: -15px; /* 白い丸の少し上 */
    left: 50%;
    transform: translateX(-50%);
    color: #000; /* 黒い文字 */
    font-size: 28px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 50px;
  }

  .step .description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000; /* 黒い文字 */
    line-height: 20px;
  }
  /* 矢印のスタイル */
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 30%; /* 垂直方向中央 */
    right: -30px; /* ステップの右側に配置 */
    transform: translateY(-50%);
    width: 25px; /* 矢印の幅を調整 */
    height: 25px; /* 矢印の高さを調整 */
    background-image: url("/images/chargewifi/top/icon_flow_allow_white.webp");
    background-size: contain; /* 画像サイズを要素に合わせる */
    background-repeat: no-repeat; /* 画像を繰り返さない */
  }

  .highlight-title {
    font-size: 14px;
    font-weight: bold;
    color: #ffd700; /* 文字の色（黄色） */
    text-shadow: 3px -2px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000,
      1px -1px 0 #000;

    position: relative;
    display: inline-block;
    /* background-color: #fff; */
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .content-box {
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
    padding: 60px 0 20px;
    border-radius: 16px;
    font-size: 1.6rem;
    max-width: 95%;
    margin: 0 auto;
    margin-top: -275px;
  }
  .test {
    display: inline-block;
    position: absolute;
    left: 54%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 10px 2%;
    border-radius: 10px;
    width: 90%;
    font-size: 19px;
  }

  .point-area {
    position: relative;
    z-index: 0;
    margin: 0 auto 50px auto;
    padding: 20px 10px 20px 10px;
    border: solid 2px #000;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: fit-content;
    /* min-width: 800px; */
    background-color: white;
    flex-wrap: wrap;
  }
  .point-area .item {
    width: 50%;
    padding: 20px 10px;
    text-align: center;
  }
  .point-area .item img {
    width: unset;
    height: 50px;
  }
  .point-area .item p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .point-area .item p span.strong {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
  }
  .point-area .item1 {
    border-right: #000 solid 1px;
    border-bottom: #000 solid 1px;
    width: 50%;
    text-align: center;
  }
  .point-area .item2 {
    border-bottom: #000 solid 1px;
    width: 50%;
    text-align: center;
  }
  .point-area .item3 {
    border-right: #000 solid 1px;
    width: 50%;
    text-align: center;
  }

  .sceneArea {
    margin: 1rem auto;
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }
  .sceneItem {
    width: 47%;
    position: relative;
  }
  .sceneItem p {
    position: absolute;
    top: -9px;
    left: 1px;
    color: white;
    width: 100%;
    width: auto;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
  }

  .box {
    padding-bottom: 30px;
  }
  .abroadArea {
    background-color: #f5f5f5;
    position: relative;
  }
  .abroadContainer {
    padding-top: 20px;
    width: 95%;
  }
  .abroad-title-img {
    width: 300px;
    z-index: 10;
    position: relative;
  }
  .abroad-background-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .switch-text {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
  }

  .switch-text .box {
    background-color: #000; /* 黒背景 */
    color: #fff; /* 白文字 */
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
  }

  .switch-text .arrow {
    font-size: 18px; /* 矢印のサイズ */
    color: #000; /* 矢印の色 */
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .switch-text .arrow span {
    margin: 0 2px; /* 矢印間のスペース */
  }
  .arrorItem {
    margin-top: -10px;
  }
  .arrowRight,
  .arrowLeft {
    font-weight: bold;
  }
  .switch-text .text {
    font-size: 22px; /* テキストサイズ */
    font-weight: bold; /* 太字 */
    color: #000; /* テキスト色 */
  }
  .text2 {
    font-size: 18px; /* テキストサイズ */
    font-weight: 500; /* 太字 */
    color: #000; /* テキスト色 */
  }
  .descriptionItemBox {
    margin-top: 50px;
    position: relative;
  }
  .descriptionItemBox .descriptionContainer .descriptionItem {
    border: #000 solid 1.5px;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    padding: 4px;
    width: 200px;
    padding: 2rem 0.4rem;
    text-align: center;
    padding-bottom: 0;
  }
  .descriptionItemBox .descriptionContainer .descriptionItem span {
    padding: 2px 4px;
    border: #000 solid 1px;
    border-radius: 30px;
    background-color: #fcee71;
    font-weight: bold;
    position: absolute;
    top: -14px;
    width: 80%;
    text-align: center;
    font-size: 0.8rem;
    left: 14px;
  }
  .abroad-img-1 {
    width: 40px;
    margin: 1rem auto;
  }
  .abroad-img-2 {
    width: 40px;
    margin: 1rem auto 0;
  }
  .abroad-img-3 {
    width: 40px;
    margin: 1rem auto;
  }
  .abroad-text-img-1 {
    width: 80%;
  }
  .abroad-text-img-2 {
    width: 100%;
    margin: 2rem auto 0 auto;
  }
  .abroad-text-img-3 {
    width: 100%;
  }
  .descriptionContainer {
    position: relative;
    display: flex;
    justify-content: start;
    gap: 10px;
  }
  .plusIcon1 {
    position: absolute;
    top: 68px;
    left: 154px;
    padding: 0.1rem 0.4rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    border-radius: 30px;
    font-size: 1.4rem;
  }
  .plusIcon2 {
    position: absolute;
    top: 68px;
    left: 328px;
    padding: 0.1rem 0.4rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    border-radius: 30px;
    font-size: 1.4rem;
  }
  .abroadContainer .countries {
    text-align: center;
    margin: 3rem auto 1rem auto;
  }
  .abroadContainer div .highlight-text {
    font-size: 0.9rem;
  }
  .regionArea .regionList {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
  .regionArea .regionList .regionItem {
    padding: 3px 5px;
    border-radius: 10px;
    width: 32%;
  }
  .regionArea .regionList .item1 {
    background-color: #ff8613;
    text-align: center;
    padding-top: 1.2rem;
  }
  .regionArea .regionList .item2 {
    background-color: #007fd3;
    text-align: center;
  }
  .regionArea .regionList .item3 {
    background-color: #15ad78;
    text-align: center;
    padding-top: 1.2rem;
  }
  .regionArea .regionList .item1 .badge {
    background-color: #fff;
    color: #ff8613;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 3px 0.5rem;
    border-radius: 20px;
    margin: 1rem auto 0 auto;
  }
  .regionArea .regionList .item2 .badge {
    background-color: #fff;
    color: #007fd3;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 3px 0.5rem;
    border-radius: 20px;
    margin: 0.5rem auto 0 auto;
  }
  .regionArea .regionList .item3 .badge {
    background-color: #fff;
    color: #15ad78;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 3px 0.5rem;
    border-radius: 20px;
    margin: 1rem auto 0 auto;
  }
  .regionArea .regionList .item1 .regionName,
  .regionArea .regionList .item2 .regionName,
  .regionArea .regionList .item3 .regionName {
    font-size: 0.9rem;
    font-weight: bold;
    color: white;
  }
  .products {
    background-color: #fff;
    padding: 10px 0;
  }
  .productContainer {
    margin: 4rem auto 2rem;
    width: 95%;
  }
  .productContainer h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
  }
  .productContainer .productList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 1rem; */
    gap: 1.5rem 0;
  }
  .productContainer .productList .productItem {
    background-color: #f5f5f5;
    padding: 1rem 0.4rem;
    width: 48%;
    border-radius: 10px;
    text-align: center;
    position: relative;
  }
  .productContainer .productList .productItem .productPriceArea{
    display: flex;
    margin-top: 10px;
  }
  .productContainer .productList .productItem .productPriceTitle{
    width: 45px;
    text-align: left;
    padding: 0px 0px 0px 7px;
    margin-right: 3px;
    margin-top: 0px;
    height: 25px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
    background: #000;
  }
  .productContainer .productList .productItem .productPrice{
    font-size: 16px;
    font-weight: bold;
  }
  .productContainer .productList .productItem .productPrice span{
    font-size: 12px;
  }
  .productContainer .productList .productItem h5 {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin: 0.5rem auto;
    line-height: 1.2rem;
  }
  .productContainer .productList .productItem p {
    font-size: 0.7rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .productContainer .productList .productItem button {
    background-color: #183ca3;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 0.7rem;
    border-radius: 10px;
    font-size: 0.8rem;
    margin: 1rem auto;
    width: 100%;
    border: none;
  }
  .productContainer .productList .productItem button:hover {
    opacity: 0.8;
  }
  .productContainer .productList .productItem img {
    height: 60px;
    width: auto;
  }
  .productContainer .productList .productItem .propductTag {
    position: absolute;
    top: -10px;
    right: 41px;
    background-color: #a0a5ad;
    color: white;
    font-weight: bold;
    padding: 0.2rem 1rem;
    border-radius: 30px;
    font-size: 0.8rem;
  }
  .abroadContainer {
    padding-top: 50px;
    width: 95% !important;
    padding-bottom: 30px;
  }

  .g-charge {
    height: auto;
    background-color: #ffed57;
    position: relative;
    clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 100%, 0 100%);
    padding: 30px 0;
  }
  .g-charge-container {
    width: 95%;
    margin: 0 auto;
  }
  .g-charge h5 {
    color: white;
    background-color: #000;
    padding: 0.3rem 1rem;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto;
    width: fit-content;
  }
  .chargeDescription {
    background-color: white;
    position: relative;
    border: #000 solid 1.5px;
    border-radius: 10px;
    padding: 60px 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    gap: 40px;
  }
  .chargeDescription .item1 {
    background-color: #fff28f;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    position: relative;
    width: 100%;
  }
  .chargeDescription .item2 {
    background-color: #87d0d1;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    position: relative;
    width: 100%;
  }
  .chargeDescription .item1 .badge {
    background-color: #ff9a0e;
    color: white;
    padding: 8px 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 32px;
    width: 80%;
    text-align: center;
  }
  .chargeDescription .item2 .badge {
    background-color: #218c91;
    color: white;
    padding: 8px 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 32px;
    width: 80%;
    text-align: center;
  }
  .chargeDescription .item1 p,
  .chargeDescription .item2 p {
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0.5rem auto;
    text-align: center;
  }
  .chargeDescription .item2 .caption {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    margin: 0.6rem auto;
    line-height: 1rem;
  }
  .chargeDescription .item2 .description-img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  .chargeDescription .titleBadge {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    border: #000 solid 1.5px;
    position: absolute;
    top: -22px;
    gap: 8px;
    left: 93px;
  }
  .chargeDescription .titleBadge .badge1,
  .chargeDescription .titleBadge .badge2,
  .chargeDescription .titleBadge .badge3 {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }
  .chargeDescription .titleBadge .badge1 .circle {
    background-color: #cee0ff;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge .badge2 .circle {
    background-color: #ffb1be;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge .badge3 .circle {
    background-color: #ffcd4d;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: #000 solid 1px;
  }
  .chargeDescription .titleBadge span {
    font-size: 0.8rem;
    font-weight: bold;
  }
  .stepArea {
    background-color: #f5f5f5;
    position: relative;
    clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 100%, 0 100%);
    height: auto;
    padding: 30px 0;
  }
  .stepArea .stepBox {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .stepArea .stepBox .stepItem {
    padding: 0.5rem;
    border-radius: 10px;
    width: 46%;
    text-align: center;
    position: relative;
  }
  .stepArea .stepBox .stepItem .description p {
    font-size: 0.76rem;
    font-weight: 500;
    text-align: center;
    margin: 1rem auto;
    line-height: 1.4rem;
  }
  .stepArea .stepBox .stepItem:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 35%;
    right: -35px;
    transform: translateY(-50%);
    width: 30px;
    height: 20px;
    background-image: url(/images/chargewifi/top/icon_flow_allow_yellow.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .bottom-item {
    padding: 0.4rem;
    background-color: white;
    border-radius: 10px;
    position: relative;
    max-width: 775px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .bottom-item h3 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    margin: 0.4rem auto;
  }
  .bottom-item p {
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    margin: 0.4rem auto;
  }
  .bottom-item .highlight-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 1rem;
    padding: 0;
  }
  .bottom-item .item-circle {
    background-color: #ffed57;
    color: #000;
    padding: 0.5rem;
    border-radius: 50%;
    font-weight: bold;
    width: 125px;
    height: 125px;
    display: inline-block;
    top: -15px;
    left: -70px;
    position: unset;
  }
  .bottom-item .item-circle .item-circle-parts {
    position: relative;
    margin-top: 20px;
  }
  .bottom-item .item-circle .item-circle-parts2 {
    margin-top: 10px;
  }
  .bottom-item .item-circle .item-circle-parts p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item .item-circle .item-circle-parts2 p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .bottom-item .item-circle .item-circle-parts2 p .zero {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto;
  }
  .item-circle-text-area {
    width: 70%;
  }
  .qaContainer {
    width: 95%;
    margin: 0 auto;
  }
  .qaArea {
    background-color: white;
    position: relative;
    height: auto;
    padding: 30px 0;
  }
  .qaArea h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
  }
  .qaArea .qaList .qaItem {
    border: #ffed57 solid 1.5px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .qaArea .qaList .qaItem .question {
    background-color: #ffed57;
    padding: 1rem;
    border-radius: 5px;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .question p {
    position: relative;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .question p::before {
    content: "Q";
    width: 30px;
    height: 30px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    border-radius: 27px;
    padding: 2px 10px 10px 9px;
    display: inline-block;
    text-align: center;
    margin-right: 0.4rem;
  }
  .qaArea .qaList .qaItem .answer {
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    font-weight: bold;
  }
  .qaArea .qaList .qaItem .answer p {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .qaArea .otherInformations {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .qaArea .otherInformation {
    width: 100%;
  }
  .qaArea .otherInformation h3 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    margin: 1rem auto;
    border-bottom: 1px solid #dee5ec;
    padding-bottom: 1rem;
  }
  .qaArea .otherInformation h3::before {
    content: "▶︎";
    width: 25px;
    height: 25px;
    color: #dee5ec;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-right: 0.4rem;
  }
  .qaArea .otherInformation p {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: left;
    margin: 1rem auto;
  }
  footer {
    background: #000;
  }
  footer .copyright {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    background: #F9F9F9;
    padding: 30px 15px;
  }
  footer .company_info {
    display: block;
    text-align: center;
    margin: 1rem auto;
  }
  .rec-img {
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 10px 2%;
    border-radius: 10px;
    font-size: 1.7rem;
    top: 35px;
  }
  .autoSwitchText {
    margin-top: 97px !important;
    font-size: 1.2rem;
    font-weight: bold;
  }
  footer .bnr_area{
    flex-direction: unset;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
  }
  footer .bnr_box {
    display: block;
  }
  footer .bnr_box:first-child {
    width: 25%;
  }
  footer .bnr_box:nth-child(2) {
    width: 51%;
  }
  footer .bnr_box:nth-child(3) {
    width: 60%;
  }
}
@media only screen and (max-width: 500px) {
  .plusIcon1 {
    position: absolute;
    top: 68px;
    left: 118px;
    padding: 0.1rem 0.4rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    border-radius: 30px;
    font-size: 1.4rem;
  }
  .plusIcon2 {
    position: absolute;
    top: 68px;
    left: 255px;
    padding: 0.1rem 0.4rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    border-radius: 30px;
    font-size: 1.4rem;
  }
  .chargeDescription .titleBadge {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    border: #000 solid 1.5px;
    position: absolute;
    top: -22px;
    gap: 8px;
    left: 76px;
  }
}
@media only screen and (max-width: 425px) {
  .chargeDescription .titleBadge {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    border: #000 solid 1.5px;
    position: absolute;
    top: -22px;
    gap: 8px;
    left: 46px;
  }
}
/* mobile */
@media only screen and (max-width: 375px) {
  .plusIcon1 {
    left: 104px;
    padding: 0.03rem 0.4rem;
  }
  .plusIcon2 {
    left: 227px;
    padding: 0.03rem 0.4rem;
  }
  .chargeDescription .titleBadge {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    border: #000 solid 1.5px;
    position: absolute;
    top: -22px;
    gap: 8px;
    left: 33px;
  }
}


.modal_button {
  color: #0000ee;
  text-decoration: underline;
  cursor: pointer;
}

/*モーダルウィンドウ*/
.modal_target {
  position: fixed;
  display: none;
  z-index: 999;
  width: 800px;
  margin-top: 0px;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  max-height: 70%;
}
.modal_target .modal-close {
  font-size: 40px;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
  background: none;
}
.modal-overlay {
  top: 0;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
}
.modal_target .country-modal-all {
  padding: 40px 30px;
}
.modal_target .country-modal-all .country-modal-title {
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(transparent 75%, #ffed57 75%);
}
.modal_target .country-modal-all .table-pc {
  display: block;
}
.modal_target .country-modal-all .table-sp {
  display: none;
}
.modal_target .country-modal-all .country-modal-table {
  margin-top: 25px;
}
.modal_target .country-modal-all .country-th {
  font-size: 18px;
  color: white;
  padding: 5px 0 8px;
}
.modal_target .country-modal-all .country-th02 {
  width: 160px;
  background-color: #ff7212;
}
.modal_target .country-modal-all .country-th03 {
  width: 380px;
  background-color: #08539e;
}
.modal_target .country-modal-all .country-th04 {
  width: 160px;
  background-color: #158976;
}
.modal_target .country-modal-all .country-td {
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  text-align: left;
  line-height: 1.8;
}
.modal_target .country-modal-all .country-a {
  color: #ff7212;
  background-color: #fff2e9;
}
.modal_target .country-modal-all .country-b {
  color: #08539e;
  background-color: #eef7ff;
}
.modal_target .country-modal-all .country-b span {
  display: inline-block;
  width: 49%;
}
.modal_target .country-modal-all .country-c {
  color: #158976;
  background-color: #eefffc;
}
.modal_target .country-modal-all .country-first {
  padding-top: 20px;
}
.modal_target .country-modal-all .country-last {
  padding-bottom: 40px;
}
.modal_target .country-modal-all .color-black {
  color: black !important;
}
.modal_target .country-modal-all .country-modal-text {
  font-size: 10px;
  margin-top: 10px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .modal_target {
    width: 730px;
  }
}
@media screen and (max-width: 768px) {
  .modal_target {
    width: 95%;
    padding: 10px 10px;
  }
  .modal_target .modal-close {
    font-size: 35px;
    top: 10px;
    right: 20px;
  }
  .modal_target .country-modal-all {
    padding: 15px 5px;
  }
  .modal_target .country-modal-all .country-modal-title {
    font-size: 24px;
  }
  .modal_target .country-modal-all .table-pc {
    display: none;
  }
  .modal_target .country-modal-all .table-sp {
    display: block;
  }
  .modal_target .country-modal-all .country-modal-table {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
  }
  .modal_target .country-modal-all .country-th {
    font-size: 16px;
    font-weight: bold;
    padding: 0 3px;
    vertical-align: middle;
  }
  .modal_target .country-modal-all .country-th span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: pre;
    width: 24px;
  }
  .modal_target .country-modal-all .country-td {
    font-size: 12px;
    padding: 0 13px;
    width: 95%;
    line-height: 1.5;
  }
  .modal_target .country-modal-all .country-a span {
    display: inline-block;
    width: 32%;
  }
  .modal_target .country-modal-all .country-c span {
    display: inline-block;
    width: 49%;
  }
  .modal_target .country-modal-all .country-first {
    padding-top: 15px;
  }
  .modal_target .country-modal-all .country-last {
    padding-bottom: 15px;
  }
  .modal_target .country-modal-all .country-modal-text {
    font-size: 11px;
  }
}
