@charset "utf-8";
/*===================================
基本設定
===================================*/
[data-inview=rise] { opacity: 0; transform: translate(0, 50px); will-change: transform,opacity;}
[data-inview=rise] .--inview { opacity:1; transform: translate(0, 0); transition: opacity 1.6s .2s,transform 1.6s .2s;}
[data-inview=fade] { opacity: 0; will-change: opacity;}
[data-inview=fade] .--inview { opacity:1; transition:opacity 1s}*:where(:not(iframe,canvas,img,svg,video):not(svg *)){all:unset;display:revert}*,*::before,*::after{box-sizing: border-box;}
ol,ul { list-style: none;}
img { max-width: 100%;}
table { border-collapse: collapse;}
a,button { cursor:pointer;}
body { color: #231815; 	font-family: source-han-sans-japanese, sans-serif;font-size:16px;position:relative;text-align:justify;}
img,svg { -webkit-user-drag: none; user-drag: none; -moz-user-select: none; height: auto;}
/*===================================
header 基本設定
===================================*/
.header { width: 100%; height: 80px; top: 0; left: 0; padding-left: 6px; background-color: #000; position: fixed; z-index: 10000; display: block;}
.h_wrap { align-items: center; display: flex;max-width: 1000px;margin: auto;}
.h_nav { margin-left: auto;}
.hn_list { display: flex;}
.item_link { display: flex; font-size: 16px; font-weight: 600; justify-content: center; overflow: hidden; position: relative;padding-right: 15px; border-radius: 50px; top: 10px; right: 12px;text-align:start;white-space: nowrap; }
.h_logo { width: 220px; margin-top: 20px;}
.item_l-mypage { background: #00c6c2; color: #fff; right: 10px;}

.btn_22b {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: auto;
	height: 35px;
	margin: auto;
	padding: 1rem;display: flex;
    align-items: center;
	font-weight: bold;font-size: 14px;
background: transparent linear-gradient(180deg, #FDA2CF 0%, var(--unnamed-color-ff0a82) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(180deg, #FDA2CF 0%, #FF0A82 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
opacity: 1;color: #fff;
	position: relative;
}
.hn_item {
  list-style: none;
  margin-bottom: 10px;padding-right: 10px;
}


    /* ラッパーが基準位置になる */
.menu-wrapper {position: relative;display: inline-block;}
.fa-circle-chevron-down {
  transition: transform 0.3s ease;
}

.accordion_open .fa-circle-chevron-down {
  transform: rotate(180deg);
}

a.btn_22c {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: auto;height: 35px;
	margin: auto;
	padding: 1rem;display: flex;
    align-items: center;
	font-weight: bold;font-size: 14px;
background: transparent linear-gradient(180deg, var(--unnamed-color-f18e1d) 0%, #FFD19D 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(180deg, #F18E1D 0%, #FFD19D 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
border-radius: 20px;
opacity: 1;	color: #fff;
	position: relative;
}

.btn_22b:hover {
		opacity:0.6;
	transition:0.1s;
	}
a.btn_22c:hover {
		opacity:0.6;
	transition:0.1s;
	}

/*===================================
header 設定(画面サイズ960px以上)
===================================*/
@media screen and (min-width: 960px){
.header{ height: 77px; padding-left: 16px;}
.item_link { font-size: 16px; height: 40px; width: 130px; padding-right: 15px; border-radius: 50px; top: 10px; right: 12px;}
.item_link br { display: none;}
.item_l-mypage { right: 30px;}
}


/*===================================
header 設定（画面サイズ640px以下）
===================================*/
@media not all and (min-width: 640px){
.h_logo { width: 60px; margin-top: 15px;}
}
/*===================================
header 設定（画面サイズ520px以下）
===================================*/
@media not all and (min-width: 520px){
.h_logo { display: none;}
.h_wrap { align-items: center; display: flex;max-width: 500px;margin: auto;margin-top: 10px;}
}

/*===================================
header 設定（画面サイズ480px以下）
===================================*/
@media not all and (min-width: 480px){
.btn_22b {font-size: 12px;}

a.btn_22c {font-size: 12px;}
}

/*===================================
基本設定
===================================*/
.back{background-image: url("../img/back2.png?v=2608041410");background-repeat: repeat-y;background-size:contain;padding-bottom: 70px;margin-bottom: -50px; }
.device-section {
  background: #; margin-top: 120px;
}

.device-section__inner {
  width: min(100%, 1366px);
  margin: 0 auto;
  padding: 0 24px 44px;
}

.device-visual {
  margin: 0;
}

.device-visual__image {
  display: block;
  width: 100%;
  height: auto;
}

.device-section__note {
  width: min(100%, 1000px);
  margin: 14px auto 28px;
  color: #111;
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", Arial,
    sans-serif;
  font-size: clamp(10px, 1.4vw, 12px);
  font-weight: 400;
  line-height: 1.6;
  text-align: right;background-color: #FFF;
}

.device-spec {
  width: min(100%, 1000px);
  margin: 0 auto;
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", Arial,
    sans-serif;
}

#cradle-option:target .device-spec__summary,
#warranty-option:target .device-spec__summary {
  margin-top: 0;
}

.device-spec__summary {
  display: flex;
  min-height: 40px;
  cursor: pointer;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 20px;
  border: 5px solid #111;
  color: #fff;
  background: #00a6ff;
  font-size: clamp(20px, 3vw, 22px);
  font-weight: 600;
  line-height: 1.1;
  list-style: none;
  text-align: center;
  margin-top: 30px;
}

.device-spec--static .device-spec__summary {
  cursor: default;
}

.device-spec__summary::-webkit-details-marker {
  display: none;
}

.device-spec__arrow {
  width: 0;
  height: 0;
  border-top: 18px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  transition: transform 0.2s ease;
}

.device-spec[open] .device-spec__arrow {
  transform: rotate(180deg);
}

.device-spec__panel {
  border: 5px solid #111;
  border-top: 0;
  background: #fff;
}

.device-spec__list {
  margin: 0;
}

.device-spec__row {
  display: grid;
  grid-template-columns: minmax(100px, 15%) minmax(0, 1fr) minmax(120px, 20%) minmax(0, 1fr);
  border-top: 1px solid #d9d9d9;
}
.device-spec__row2 {
  display: grid;
  grid-template-columns: minmax(140px, 24%) minmax(0, 1fr);
  border-top: 1px solid #d9d9d9;
}
.device-spec__row dt:first-child,
.device-spec__row2 dt:first-child {
  border-left: 0;
}

.device-spec__row dt,
.device-spec__row dd {
  margin: 0;
  align-content: center;
  padding: 5px 15px;
  color: #111;
  font-size: 13px;
  line-height: 1.5;
  border-left: 1px solid #d9d9d9;
}
.device-spec__row2 dt,
.device-spec__row2 dd {
  margin: 0;
  align-content: center;
  padding: 5px 15px;
  color: #111;
  font-size: 13px;
  line-height: 1.5;
  border-left: 1px solid #d9d9d9;
}
.device-spec__row dt {
  background: #f2f2f2;
  text-align: center;
  font-weight: 500;
}

.device-spec__row dd {
  background: #fff;
  font-weight: 500;
}
.device-spec__row2 dt {
  background: #f2f2f2;
  text-align: center;
  font-weight: 500;
}

.device-spec__row2 dd {
  background: #fff;
  font-weight: 500;
}
@media (max-width: 760px) {
.device-section__inner {
    padding: 0 16px 32px;
  }

  .device-section__note {
    margin: 10px auto 22px;
    text-align: left;
  }

  .device-spec__summary {
    min-height: 56px;
    padding: 10px 18px;
    border-width: 4px;
  }

  .device-spec__panel {
    border-width: 4px;
  }

  .device-spec__row,
  .device-spec__row2 {
    grid-template-columns: minmax(120px, 35%) minmax(0, 1fr);
  }

  .device-spec__row dt,
  .device-spec__row dd,
  .device-spec__row2 dt,
  .device-spec__row2 dd {
    padding: 12px 14px;
    font-size: 15px;
  }

  .device-spec__row dd,
  .device-spec__row2 dd {
    border-top: 1px solid #e5e5e5;
  }

}
.step-section {
  overflow: hidden;
  background-color: #ec2e86;
  background-image: url(../img/step-bg.png?v=2608041410);
  background-position: center;
  background-size: cover;
  height: 700px;
}

.step-section__inner {
  width: min(100%, 1000px);
  margin: 0 auto;padding: 10px;
  text-align: center;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  align-items: stretch;
  width: min(100%, 1080px);
  margin: 0 auto;
}

.step-card {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px 20px;
  background: #fff;
  border: 6px solid #111;
  color: #161616;
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", Arial,
    sans-serif;
}

.step-card--arrow {
  border: 0;
  background: #111;
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  padding-right: 70px;
}

.step-card--arrow::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 6px 12px 6px 6px;
  pointer-events: none;
  background: #fff;
  clip-path: polygon(0 0, 77% 0, 100% 50%, 77% 100%, 0 100%);
}

.step-card > * {
  position: relative;
  z-index: 1;
}

.step-card__number {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 30px);
  font-weight: 900;
  line-height: 1;
}

.step-card__heading {
  margin: 0px 0 5px;
  font-size: clamp(15px, 2.4vw, 20px);
  font-weight: 900;
  line-height: 1.2;
}

.step-card__icon {
  display: block;
  width: min(50%, 150px);
  height: auto;
  margin: auto 0;
}

.step-card__text {
  margin: 10px 0 0;
  font-size: clamp(13px, 2vw, 18px);
  font-weight: 400;
  line-height: 1.35;
}

.step-section__button,
.step-section__button2 {
  font-family: mplus-1c-black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 350px;
  height: 70px;
  padding: 12px 36px;
  border: 5px solid #111;
  border-radius: 999px;
  color: #fff;
  background: #1d52ef;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.18);
}

.step-section__button {
  margin-top: 58px;
}

.step-section__button2 {
  display: flex;
  width: fit-content;
  margin: 10px auto 0;
}

.step-section__button:hover,
.step-section__button2:hover{
  transform:
    translateX(0%)
    translateY(4px);

  box-shadow: 0 4px 0 #000;

  background: linear-gradient(
    180deg,
    #004ae0 0%,
    #0033a3 100%
  );
}

@media (max-width: 960px) {
.step-section__inner {
    padding: 44px 24px 40px;
  }

  .step-list {
    gap: 22px;
  }

  .step-card {
    min-height: 260px;
    padding: 22px 20px 24px;
  }

  .step-card--arrow {
    padding-right: 48px;
  }
}

@media (max-width: 760px) {
.step-list {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .step-card,
  .step-card--arrow {
    min-height: auto;
    padding: 24px 22px 28px;
    clip-path: none;
  }

  .step-card--arrow {
    border: 6px solid #111;
    background: #fff;
  }

  .step-card--arrow::before {
    content: none;
  }

  .step-card__icon {
    width: min(38%, 118px);
    margin: 18px 0 4px;
  }

  .step-section__button,
  .step-section__button2 {
    min-height: 64px;
    margin-top: 34px;
    padding: 12px 26px;
  }
}

.image-section {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 40px 24px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.image-card {
  overflow: hidden;
  border-radius: 7px;
  background: #f7f7f7;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.image-card__img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 820px) {
.image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 560px) {
.image-section {
    padding: 24px 16px;
  }

  .image-grid {
    grid-template-columns: 1fr;
  }
}

.price_scroll{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.oversea_price_wrap{
  width: 100%;
  min-width: 1000px;

  margin: auto;
  padding-top: 95px;
  position: relative;
}
.oversea_price_section{
  width: 100%;
  padding: 50px 20px;
}

.oversea_price_wrap{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-top: 95px;
  position: relative;
}

.country_list{
  width: 100%;
  position: relative;
}

.price_row{
  display: grid;
  grid-template-columns: 1fr 300px;
  min-height: 86px;
}

.countries{
  display: flex;
  align-items: center;

  background: #e5f8ff;

  padding: 20px ;

  border-bottom: 3px solid #ff0a82;

  font-size: 12px;
  line-height: 1.5;
}

.price_box{
  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff;

  border-left: 6px solid #ff0a82;
  border-right: 6px solid #ff0a82;
  border-bottom: 3px solid #ff0a82;

  color: #000;
font-family: mplus-1c-black;

  font-size: 35px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

.price_box span{
  font-size: 20px;
  font-weight: 900;
  margin-left: 4px;
  align-self:flex-end;
  padding-bottom: 25px;
}
.price_row.large .price_box{
  display: flex;
  align-items: center;
  justify-content: center;
}

.price_row.large .price_box span{
align-self:flex-end;
  padding-bottom: 100px;
}
/* 右上の料金ヘッダー */
.price_header{
  position: absolute;

  right: 0;
  top: -95px;

  width: 300px;
  height: 95px;

  background: #ff0a82;

  border-radius: 32px 32px 0 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 料金 */

.price_title{
  color: #fff;
font-family: mplus-1c-black;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

/* カッコ内 */

.price_sub{
  margin-top: 4px;

  color: #fff;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
/* 最上段の料金セル上線 */
.price_row:first-child .price_box{
  border-top: 6px solid #ff0a82;
}

/* 最終行 */
.price_row:last-child .countries{
  border-bottom: none;
}

.price_row:last-child .price_box{
  border-bottom: 6px solid #ff0a82;
}

.price_row.large{
  min-height: 200px;
}

.price_row.large .countries{
  align-items: flex-start;
  padding-top: 20px;
}

.price_row.large .price_box{
  font-size: 35px;font-family: mplus-1c-black;

}


.hikaku_table{
  width: 100%;
 border-collapse: collapse;
    table-layout: fixed;  font-size: 22px;

}
/* 左列 */

.hikaku_table th:first-child{
  width: 22%;  font-size: 18px;font-weight: bold;

}

/* 真ん中列 */

.hikaku_table td:nth-child(2){
  width: 35%;  font-size: 25px;
line-height:1;
  background: #f3f3f3;
}

/* 右列 */

.hikaku_table td:nth-child(3){
  width: 39%;
}
.hikaku_table th,
.hikaku_table td{
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  padding: 10px;
  text-align: center;align-content: center;
  font-weight: 900;
  background: #fff;
}

.hikaku_table tr th:first-child,
.hikaku_table tr td:first-child{
  border-left: 5px solid #000;
}
.hikaku_head th:first-child{
  border: none !important;
}
.hikaku_table tr:nth-child(2) th,
.hikaku_table tr:nth-child(2) td{
  border-top: 5px solid #000;
}
.hikaku_table td:nth-child(2){
  background:  #d9d9d9;
}
/* 1行目 */
.hikaku_head th{
  padding: 0;
  border: none !important;
  background: transparent !important;
  height: 55px;
  vertical-align: bottom;
}

.head_box{
  height: 60px;
  border: 5px solid #000;
  border-bottom: none;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px 14px 0 0;

  font-weight: 900;
  position: relative;
}

.head_fixed{
  background: #d9d9d9;
}

.head_plan{
  background: #0057ff;
}

.head_plan img{
  width: 140px;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.pink_text{
  color: #ff0a82;

    font-size: 25px;line-height: 1;

}
.merit_section{
  width: 100%;
  max-width: 1020px;
  margin: 10px auto;
  padding: 0 20px;
}

.merit_card{
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #fff;
  border: 5px solid #000;

  padding: 20px 20px;
  margin-bottom: 20px;
}

.merit_img{
  width: 48%;
}

.merit_img img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.merit_text{
  width: 50%;
}

.merit_text h3{
  margin: 0 0 10px;
  color: #ff0a82;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.25;
}

.merit_text h3 span{
  font-size: 30px;
  margin-right: 4px;
}

.merit_text p{
  margin: 0;
  font-size: 15px;
  font-weight:400;
  line-height: 1.8;
}

/* スマホ */
@media screen and (max-width: 768px){
.merit_card,
  .merit_card.reverse{
    flex-direction: column;
    gap: 20px;
    padding: 22px 18px;
  }

  .merit_img,
  .merit_text{
    width: 100%;
  }

  .merit_text h3{
    font-size: 28px;
  }

  .merit_text h3 span{
    font-size: 42px;
  }

  .merit_text p{
    font-size: 16px;
  }
}
.shikumi_wrap{
  width: 100%;
  max-width: 1400px;
  margin: 30px auto;
  position: relative;
}

/* タイトル画像 */

.comic_title{
  position: relative;
font-family: mplus-1c-black;
  width: fit-content;
  margin: auto;
top:30px;
  padding:
    18px
    70px;

  background: linear-gradient(
    180deg,
    #1b6dff 0%,
    #0048d8 100%
  );

  border: 5px solid #000;

  /* 下の黒厚み */
  box-shadow:
    0 10px 0 #000;

  z-index: 5;
}

/* テキスト */

.comic_title p{
  margin: 0;

  color: #fff;

  font-weight: 900;

  transform: skewX(8deg);

  text-shadow:
    2px 2px 0 rgba(0,0,0,.2);


font-family: mplus-1c-black; 
  font-size: 30px;

  line-height: 1.2;
}

/* 雲 */

.comic_cloud{
  position: absolute;

  width: 75px;

  bottom: -35px;
}

.comic_cloud.left{
  left: -30px;
}

.comic_cloud.right{
  right: -30px;
}

/* 黒枠 */

.shikumi_box{
  position: relative;

  background: #fff;

  border: 6px solid #000;

height: 500px;
}
.pic_style_img2 {max-width:70%; margin: auto;justify-content: center;display: flex;margin-top: 150px;}
.pic_style_img3 {max-width:80%; margin: auto;justify-content: center;display: flex;padding-top: 60px;}
.pic_style_img4 {
  position: relative;
  display: block;
  width: min(100%, 1000px);
  max-width: 1000px;
  height: auto;
  margin: 0 auto;margin-top: -15px;
}
.pic_style_img5 {max-width: 220px;height: auto; margin: auto;margin-top: 50px;}
.pic_style_img6 {display: block; max-width: 100%; height: auto; margin: 120px auto 0;}
.pic_style_img7 {width:100%; margin: auto;justify-content: center;display: flex;padding-top: 10px;}
.p_h_text {font-family: mplus-1c-black; font-size: 30px; font-weight: bold; letter-spacing: .01em; text-align: center;padding-top: 10px;margin-bottom: 0px;}
.speechBubble {
  position: relative;
  margin-top: 22px;
  padding: 10px;
  border-radius: 8px;
  background-color: #ff0a82;
  font-weight: 900;
  line-height: 1.5;
  color: #ffffff;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #ff0a82;
  translate: -50% -100%;
}
.p_h_text2 {font-family: mplus-1c-black; color: #FFF; font-size: 30px; font-weight: bold; letter-spacing: .01em; text-align: center;padding-top: 10px;margin-bottom: 20px;}

.p_h_text4 {font-family: mplus-1c-black; color: #000; font-size: 30px; font-weight: bold; letter-spacing: .01em; text-align: center;padding-top: 10px;margin-bottom: 0px;padding-left: 5px;padding-right: 5px;}
.wrapper { overflow:hidden; padding-top: 77px;}
.container { box-sizing: content-box; margin:auto; max-width: 1020px;margin-bottom: 50px;justify-content: center;height: auto;}
.container2 { box-sizing: content-box; margin:auto; position: relative;max-width: 1020px;padding-bottom: 100px; }
.container6{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 50px 20px 0;margin-top:120px;margin-bottom: 0px;
}


.case2 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  text-align: center;
}
.case2 .step-section__button2 {
  margin-top: 10px;
}
.honbun{text-align: center;font: normal normal normal 15px/30px Source Han Sans JP;letter-spacing: 0px;color: #3B4043;opacity: 1;padding-bottom: 30px;}

#top { position: relative; top:75px;}
.ec_container { position: relative;padding-top: 0;}
.ec_head { text-align: center;margin-top: -125px;  display: block;
  width: 100%;}
.ec_head img{
  display: block;
  width: 100%;
  height: auto;
}
.ec_head2 {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: visible;
  text-align: center;
  margin-top: -240px;
}

.ec_head2 .cloud {
  position: absolute;
  bottom: 0;
  width: 50%;
  max-width: none;
  z-index: 1;
  pointer-events: none;
}

.ec_head2 .cloud-left {
  left: -5%;
}

.ec_head2 .cloud-right {
  right: -5%;}

.ec_container2 {
  position: relative;
  z-index: 10;

  opacity: 1;
  height: auto;
  width: 100%;
  margin: auto;
  padding-top: 200px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-size: cover;
}

@media (min-width: 1600px) {
  .ec_head2 {
    height: clamp(500px, 20vw, 820px);
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .ec_head {
    margin-top: -110px;
  }
}

.btn_22 {
  position: relative;
  z-index: 20;

  display: flex;
  align-items: center;
  justify-content: center;

  width: min(500px, calc(100vw - 32px));
  max-width: 100%;
  height: auto;
  aspect-ratio: 500 / 90;
  margin: auto;
  padding: 0;
  box-sizing: border-box;

  font-weight: bold;
  font-size: clamp(20px, 6vw, 30px);
  line-height: 1;
  background: linear-gradient(180deg, #FF0A82 0%, #FFB4D8 100%);
  border: clamp(4px, 1.2vw, 6px) solid #000;
  border-radius: 95px;
  box-shadow: 0 clamp(5px, 1.6vw, 8px) 0 #000;
  cursor: pointer;
  font-family: mplus-1c-black;

}
.btn_22:hover{
background: linear-gradient(
  180deg,
  #d10069 0%,
  #ff8fc2 100%
);
  color: #fff;

  transform: translateY(4px);

  box-shadow: 0 4px 0 #000;
}
.big_white{
  color: #fff;
  font-size: 1.4em;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(0,0,0,.2);
}
.btn_22:hover .big_white{
  color: #ffe600;
}
.textbox-003{max-width: 800px;margin:auto;font-weight: bold; font-size: 18px; justify-content: center;align-items: center; text-align: center;color: #000;letter-spacing: 0px;padding-bottom: 0px;margin-top: 110px;}

.title { color: #094295; text-align: center;margin-top:10px;margin: auto;}


/*===================================
画面サイズ768px以下
===================================*/
@media not all and (min-width: 768px){
#top { position: relative; top:120px;}
.ec_container { }
.btn_22 {max-width: 600px;
padding: 0.5rem;
font-weight: bold;font-size:20px;
border-radius: 77px;
opacity: 1;	color: #fff;
background: #F18E1D;margin: auto;text-align-last: center;position: relative;top:-30px;
}
.title { color: #094295; text-align: center;margin-top:0px;margin: auto;}
.container { box-sizing: content-box; margin:auto; max-width: 700px;position:relative;padding:50px;}
.pic_style_img3 {max-width:100%; margin: auto;justify-content: center;display: flex;padding-right:15px;padding-left: 15px;padding-top: 5px;}
}

/*===================================
画面サイズ640px以下
===================================*/
@media not all and (min-width: 640px){
.honbun{text-align: center;font: normal normal normal 13px/34px Source Han Sans JP;letter-spacing: 0px;color: #3B4043;opacity: 1;padding-bottom: 30px;}
.pic_style_img3 {max-width:100%; margin: auto;justify-content: center;display: flex;padding: 30px;}
.pic_style_img5 {max-width: 150px;height: auto; margin: auto;margin-top: 50px;}
.pic_style_img7 {max-width:100%; margin: auto;justify-content: center;display: flex;padding:30px;}

.ec_head { text-align: center;margin-top: -120px;}
.ec_head2 { flex-wrap: wrap;margin-top: 0px;width: 90%;}
.ec_head2 .cloud { display: none;}
}

/*===================================
画面サイズ520px以下
===================================*/
@media not all and (min-width: 520px){
.ec_container2 {height: auto;width: 100%; margin: auto;margin-top: 30px; margin-bottom: -20px;padding-left: 20px;padding-right: 20px;}
.pic_style_img2 {max-width: 350px;margin: auto;}
.pic_style_img3 {max-width:100%; margin: auto;justify-content: center;display: flex;padding-right:5px;padding-left: 5px;padding-top: 15px;}
.container { box-sizing: content-box; margin:auto; max-width: 900px;position:relative;padding:20px;}
.pic_style_img5 {max-width: 150px;height: auto; margin: auto;margin-top: 10px;}
}
/*===================================
画面サイズ480px以下
===================================*/
@media not all and (min-width: 480px){
.btn_22 {max-width: 400px;font-size:15px;}
.textbox-003{width: 100%;margin:auto;font-weight: bold; font-size: 16px; justify-content: center;align-items: center; text-align: center;color: #000;padding-bottom: 20px; }
}

/*===================================
画面サイズ360px以下
===================================*/
@media not all and (min-width: 360px){
.pic_style_img2 {max-width: 300px;margin: auto;}
.pic_style_img7 {width:300px; margin: auto;justify-content: center;display: flex;padding:0px;margin-top: 20px;}
.pic_style_img3 {width:300px; margin: auto;justify-content: center;display: flex;padding-right:0px;padding-left: 0px;padding-top: 20px;}
}

/*===================================
画面サイズ960px以上
===================================*/
@media screen and (min-width: 960px){
.wrapper { padding-top: 58px}
.ec_container {margin-top: 30px;padding-bottom: 55px;}
}

/*===================================
画面サイズ768px以上
===================================*/
@media screen and (min-width: 768px){
.btn_22b {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 220px;height: 35px;
	margin: auto;
	padding: 1rem;display: flex;
    align-items: center;
	font-weight: bold;font-size: 18px;
background: transparent linear-gradient(180deg, #FDA2CF 0%, var(--unnamed-color-ff0a82) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(180deg, #FDA2CF 0%, #FF0A82 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
opacity: 1;	color: #fff;
	position: relative;
}
a.btn_22c {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 220px;height: 35px;
	margin: auto;
	padding: 1rem;display: flex;
    align-items: center;
	font-weight: bold;font-size: 18px;
background: transparent linear-gradient(180deg, var(--unnamed-color-f18e1d) 0%, #FFD19D 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(180deg, #F18E1D 0%, #FFD19D 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
border-radius: 20px;
opacity: 1;	color: #fff;
	position: relative;
}
.ec_container {padding: 35px 0 35px}
}
.cta_area{
  position: relative;

  width: 100%;height: 440px;
  overflow: hidden;top:px;

  background: #ffe100;
  text-align: center;
}

/* ビジュアル画像 */

.cta_visual{
  display: block;
  width: 100%;height: auto;
  max-width: 1000px;
  margin: auto; position: relative;
  top: -20px;
}

/* CTAボタン */

.cta_btn_main{
  position: absolute;
font-family: mplus-1c-black; 
  left: max(230px, calc((100% - 1000px) / 2 + 230px));
  bottom: 30px;

  transform: translateX(-50%);

  display: flex;
  justify-content: center;
  align-items: center;

  width: 400px;
  height:70px;

  background: linear-gradient(
    180deg,
    #0057ff 0%,
    #003fc4 100%
  );

  border: 5px solid #000;
  border-radius: 999px;

  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;

  box-shadow: 0 8px 0 #000;

  transition: .2s;
}

.cta_btn_main:hover{
  transform:
    translateX(-50%)
    translateY(4px);

  box-shadow: 0 4px 0 #000;

  background: linear-gradient(
    180deg,
    #004ae0 0%,
    #0033a3 100%
  );
}
.mini_cta{
  position: relative;
 top:80px;
  max-width: 800px;
 
  margin: auto;

  padding:
    14px
    80px;

  background: #0057ff;

  border: 5px solid #000;
  box-shadow: 0 8px 0 #000;
  text-align: center;
    
}
.mini_cta p{
  margin: 0;

  color: #fff;

  font-weight: 900;

  transform: skewX(8deg);

  text-shadow:
    2px 2px 0 rgba(0,0,0,.2);


font-family: mplus-1c-black; 
  font-size: 30px;

  line-height: 1.2;
}

/* 雲 */

.mini_cloud{
  position: absolute;

  right: -1px;
  bottom: -40px;

  width: 80px;
}
.mini_cloud2{
  position: absolute;

  right: 700px;
  bottom: -50px;

  width: 90px;
}

/* アニメーション */
@keyframes fuwafuwa {from {translateY(0) scale(1)}to {transform: translateY(10px) scale(.9);}}
.anime-object {animation: fuwafuwa 1s ease-in-out infinite alternate;}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*===================================
フェードイン
===================================*/
.container{
	overflow: hidden;
}
.show{
 transform: translate(0, 0);
  opacity: 1;}
.style_faq { width: 100%; text-align: center;}
.style_faq section { padding-top: 30px;}
.style_faq ul { width: 100%; margin: 4.0% auto 1.0%; display: flex; flex-wrap: wrap; justify-content:center;}
.style_faq ul li:first-child { width: 24%; padding: 0; }
.style_faq ul li { width: 24%; margin: 0 0 0 1%; }
.style_faq ul li:last-child { width: 24%; margin: 0 0 0 1%; }
.style_faq .btn { width: 100%; padding: 3.8% 0 4%; font-size: 100%; position: relative; color: #000; background-color: #FFD802; border-radius: 0px; display: block; border: solid 3px #000; font-size: 95%; font-weight: 900;}
.style_faq .btn:hover { color: #000; background-color: #FFFFFF;}
.style_faq .btn:before { padding: 0 3% 0 0; font-family: 'Font Awesome 5 Free'; position: relative; content: '\f078';}
.style_faq h4 { margin: 0 auto 25px; padding: 0.8% 0 0 7.0%; font-size: 140%; font-weight: 900; letter-spacing: 0em; text-align: left; position: relative; display: block; color: #0050C6;}
.style_faq h4 span { position: absolute; top: 0; left: 0; padding: 0.5% 1.2% 0.8%; font-size: 90%; font-weight: 900; letter-spacing: 0em; color: #FFFFFF; background: #0050C6; border-radius: px;}
.style_faq h4 span:after { position: absolute; top: calc(50% - 6px); right: -10px; width: 0; height: 0; content: ''; border-width: 6px 0 6px 12px; border-style: solid; border-color: transparent transparent transparent #0050C6;}
.style_faq .hidden_box { width: 100%; margin: 0 auto; padding: 0; display: block;}
.style_faq label { width: 100%; margin: 0.6% auto 0; padding: 1.0% 2.5% 1.2%; font-size: 98%; font-weight: 500; color: white; text-align: left; display: block; border-top: solid 1px #fff; border-bottom: solid 1px #fff; background-color: #40a6ff; border-radius: px;}
.style_faq i { margin: 0 0.5% 0 0; font-size: 130%; line-height: 1; color: #FFF;}
.style_faq label:hover { color: #FFF; background: #0050C6; border-top: solid 1px #fff; border-bottom: solid 1px #fff;}
.style_faq input { display: none;}
.style_faq input:checked ~ .hidden_show { width: 100%; padding: 0; height: auto; opacity: 1;}
.style_faq .hidden_show { height: 0; padding: 0; overflow: hidden; opacity: 0;}
.style_faq p { width: 100%; margin: 0 auto; padding: 1.4% 1.5% 1.5%; background-color: #f2f2f2; font-size: 85%; font-weight: 500; color: #505050; text-align: left; line-height: 1.3; display: block; border-bottom: solid 1px #fff; border-radius: 8px;}
.style_faq p a { color: #FF5700; font-weight: bold;}
@media screen and (min-width: 768px){
.anchor{
scroll-margin-top: 120px; 
}
}

/*===================================
基本FAQ設定(画面サイズ896px以下)
===================================*/
@media (max-width: 896px){
.style_faq section { padding-top: 30px;}
.style_faq ul { width: 100%; margin: 4.0% auto 1.0%; display: flex; flex-wrap: wrap;}
.style_faq ul li:first-child { width: 49%; margin: 0.5% 0; padding: 0 0.5%;}
.style_faq ul li { width: 49%; margin: 0.5% 0; padding: 0 0.5% 0 0.5%;}
.style_faq ul li:last-child { width: 49%; margin: 0.5% 0; padding: 0 0.5%;;}
.style_faq .btn { width: 98%; padding: 3.4% 5% 4%; font-size: 120%;}
.style_faq .btn:before { padding: 0 4% 0 0; font-size: 96%;}
.style_faq h4 { margin: 0 auto 25px; padding: 0.8% 0 0 10.0%; font-size: 130%;}
.style_faq h4 span { padding: 0.5% 2.0% 0.8%; font-size: 100%;}
.style_faq h4 span:after { top: calc(50% - 3px); right: -8px; border-width: 3px 0 3px 15px;}
.style_faq label { width: 100%; margin: 0.6% auto 0; padding: 1.0% 2.5% 1.2%; font-size: 92%;}
.style_faq i { margin: 0 0.5% 0 0; font-size: 124%;}
.style_faq p { width: 100%; margin: 0 auto; padding: 1.4% 1.5% 1.5%; font-size: 79%;line-height: 1.3;}
}

/*===================================
基本FAQ設定(画面サイズ768px以下)
===================================*/
@media (max-width: 768px){
.style_faq section { padding-top: 30px;}
.style_faq ul { width: 100%; margin: 8.0% auto 1.0%; display: flex; flex-wrap: wrap;}
.style_faq ul li:first-child { width: 100%; margin: 0.5% 0; padding: 0 0.5%;}
.style_faq ul li { width: 100%; margin: 0.5% 0; padding: 0 0.5% 0;}
.style_faq ul li:last-child { width: 100%; margin: 0.5% 0; padding: 0 0.5%;}
.style_faq .btn:before { padding: 0 4% 0 0; font-size: 90%;}.style_faq .btn { width: 100%; padding: 3.4% 5% 4%; font-size: 110%; border-radius: 0px}

.style_faq h4 { margin: 0 auto 25px; padding: 0.8% 0 0 18.0%; font-size: 130%;}
.style_faq h4 span { padding: 0.5% 2.0% 0.8%; font-size: 100%;}
.style_faq h4 span:after { top: calc(50% - 3px); right: -8px; border-width: 3px 0 3px 8px;}
.style_faq label { width: 100%; margin: 1.6% auto 0; padding: 2.0% 2.5% 2.2%; font-size: 92%;}
.style_faq i { margin: 0 0.5% 0 0; font-size: 124%;}
.style_faq p { width: 100%; margin: 0 auto; padding: 1.4% 1.5% 1.5%; font-size: 79%;line-height: 1.3;}
}
/*===================================
基本FAQ設定(画面サイズ520px以下)
===================================*/
@media (max-width: 520px){
.anchor{margin-top: 50px;}
}
/*===================================
footer 基本設定
===================================*/
.f_company { padding: 2px 0 32px; background: linear-gradient(to right, #2d3336, #262c30); color: #FFFFFF;}
.f_company .container { max-width: 1280px;}
.f_c_title { font-size: 18px; font-weight: bold; letter-spacing: -0.1em; line-height: 1.8;}
.f_c_inner { margin-top: 24px;}
.f_c_description { font-size: 11px; letter-spacing: 0.005em; line-height: 1.4;}
.f_info { background-color: #000; padding: 13px 0;}
.f_i_list { align-items: center; display: flex; justify-content: center;}
.f_i_item {align-items: center; display: flex;}
.f_i_item:not(:first-child)::before { background-color: #fff; content:""; display: block; height: 10px; margin: 0 10px; width: 1px;}
.f_i_i_link { color: #fff; font-size: 11px; letter-spacing: -0.075em; text-decoration: underline;}
.f_copy { color: #fff; display: block; font-size: 13px; text-align: center;}
.pagetop{position: fixed;bottom: 20px;right: 20px;width: 60px;}
.pagetop a{display: block;text-decoration: none;}
.pagetop:hover{opacity: 0.85 ;}

/*===================================
footer 設定（画面サイズ768px以上）
===================================*/
@media screen and (min-width: 768px){
.f_company { padding: 1px 0 22px;}
.f_c_title { font-size: 18px;}
.f_c_inner { -ms-grid-columns:(260px 1fr)[1]; display: -ms-grid; display: grid; grid-template-columns: repeat(1,260px 1fr);}
.f_c_logo { margin: 5px 0 0 0; text-align: left;}
.f_c_logo img { width: 210px;}
.f_c_description { font-size: 11px; line-height: 1.4; white-space: nowrap;}
.f_info { padding: 18px 0 14px;}
.f_i_inner { align-items: center; display: flex;}
.f_i_item:not(:first-child)::before{ margin:0 15px;}
.f_i_i_link { font-size: 14px;}
.f_copy { font-size: 14px; margin-left: auto;}
    
/* sns_guide 基本設定 */
#sns_guide { width: 100px; margin: 10px auto; display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; gap: 1%; grid-template-columns: repeat(2, 1fr); text-align: center; list-style: none;}

/* SNS_button 基本設定 */
#sns_guide a.btn-sns { width: 60px; height: 60px; padding: 8px 9px; font-size: 1.3rem; line-height: 1; letter-spacing: 0; color: #fff; border-radius: 50%;}
#sns_guide a.btn-sns:hover { color: #fff; }
#sns_guide a.btn-sns--twitter { background: #000; }
#sns_guide a.btn-sns--instagram { background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; }
}

/*===================================
responsive overrides
===================================*/
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

picture,
img,
svg,
video {
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
}

@media (max-width: 1024px) {
.container,
.container2,
.container6,
.device-section__inner,
.step-section__inner{
    width: 100%;
    max-width: calc(100% - 32px);
    box-sizing: border-box;
  }

  .ec_head2 {
    overflow: hidden;
  }

  .mini_cta {
    top: 56px;
    max-width: calc(100% - 32px);
    padding: 12px 20px;
  }

  .mini_cta p {
    font-size: clamp(22px, 3vw, 30px);
  }

  .mini_cloud {
    right: -8px;
    bottom: -30px;
    width: 64px;
  }

  .mini_cloud2 {
    right: auto;
    left: -8px;
    bottom: -30px;
    width: 64px;
  }

  .step-section {
    height: auto;
    min-height: auto;
    padding: 36px 0 48px;
  }

  .pic_style_img6 {
    margin-top: 72px;
  }
}

@media (max-width: 768px) {
.wrapper {
    padding-top: 64px;
  }

  .header {
    height: 64px;
    padding: 0 12px;
  }

  .h_wrap {
    height: 100%;
    max-width: none;
    margin: 0 auto;
    align-items: center;
  }

  .h_logo {
    display: flex;
    align-items: center;
    width: clamp(130px, 42vw, 170px);
    height: 100%;
    margin-top: 0;
  }

  .h_logo picture,
  .h_logo img {
    display: block;
    width: 100%;
    max-height: 46px;
    object-fit: contain;
  }

  .hn_item {
    margin-bottom: 0;
    padding-right: 0;
  }

  .item_link {
    top: 0;
    right: 0;
    height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .btn_22b {
    min-width: 156px;
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }

  #top {
    top: 0;
    margin-bottom: 0;
  }

  .ec_head {
    margin-top: 0;
  }

  .ec_head2 {
    width: 100%;
    height: auto;
    min-height: 192px;
    margin-top: -84px;
    overflow: visible;
  }

  .ec_container2 {
    width: 100%;
    margin: 0;
    padding: 28px 16px 12px;
  }

  .btn_22 {
    top: 0;
    width: min(500px, calc(100vw - 32px));
    height: auto;
    aspect-ratio: 500 / 90;
    margin: 0 auto;
    padding: 0;
    border-radius: 95px;
    font-size: clamp(20px, 6vw, 30px);
    background: linear-gradient(180deg, #ff0a82 0%, #ffb4d8 100%);
  }

  .big_white {
    font-size: 1.25em;
  }

  .ec_head2 .cloud {
    bottom: -10px;
    width: 52%;
  }

  .ec_head2 .cloud-left {
    left: -12%;
  }

  .ec_head2 .cloud-right {
    right: -12%;
  }

  .container,
  .container2 {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  #about.anchor {
    margin-top: 0;
  }

  #about > .container {
    padding-top: 16px;
    margin-bottom: 20px;
  }

  #about .title .pic_style_img5 {
    margin-top: 0;
  }

  #about + .container {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 24px;
  }

  #about + .container .title .pic_style_img5 {
    margin-top: 0;
    top: 0 !important;
  }

  .cta_area + .container2 {
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .p_h_text,
  .p_h_text2,
  .p_h_text4 {
    font-size: clamp(18px, 6vw, 28px);
    line-height: 1.35;
  }

  .honbun {
    text-align: left;
    line-height: 1.9;
  }

  .comic_title {
    top: 16px;
    width: 100%;
    padding: 14px 18px;
    box-shadow: 0 6px 0 #000;
  }

  .comic_title p {
    font-size: clamp(18px, 5vw, 24px);
  }

  .comic_cloud {
    bottom: -28px;
    width: 52px;
  }

  .comic_cloud.left {
    left: -10px;
  }

  .comic_cloud.right {
    right: -10px;
  }

  .shikumi_wrap {
    margin: 22px auto 0;
  }

  .shikumi_box {
    border-width: 3px;
    height: auto;
    min-height: 0;
    padding: 24px 12px 18px;
  }

  .shikumi_wrap + .pic_style_img7 {
    top: 0 !important;
    margin-top: 10px;
    padding-top: 0;
  }

  .pic_style_img2 {
    max-width: 100%;
    margin-top: 88px;
  }

  .pic_style_img3 {
    max-width: 100%;
    padding-top: 20px;
  }

  .pic_style_img5 {
    max-width: 150px;
    margin-top: 30px;
  }

  .pic_style_img7 {
    width: 100%;
    padding: 14px 0;
  }

  .merit_section {
    padding: 0;
  }

  .merit_card,
  .merit_card.reverse {
    width: 100%;
    margin: 0 0 18px;
  }

  .merit_text h3 {
    font-size: clamp(20px, 6vw, 26px);
  }

  .cta_area {
    height: auto;
    padding: 0 0 92px;
    overflow: hidden;
  }

  .cta_visual {
    width: 100%;
    max-width: none;
    top: 0;
  }

 .pic_style_img4 {
  position: relative;
  display: block;
  width: min(100%, 1000px);
  max-width: 1000px;
  height: auto;
  margin: 0 auto;margin-top: 0px;
}
  .cta_btn_main {
    right: auto;
    bottom: 18px;
    left: 50%;
    width: min(calc(100% - 36px), 340px);
    height: 62px;
    font-size: clamp(20px, 6vw, 26px);
  }

  .container6 {
    max-width: 100%;
    margin-top: 80px;
    padding: 40px 0 0;
  }

  .hikaku_table {
    font-size: 16px;
  }

  .hikaku_table th,
  .hikaku_table td {
    padding: 8px 4px;
    border-width: 3px;
    font-size: 14px;
  }

  .hikaku_table tr:nth-child(2) th,
  .hikaku_table tr:nth-child(2) td {
    border-top-width: 3px;
  }

  .hikaku_table th:first-child,
  .hikaku_table td:nth-child(2) {
    font-size: 14px;
  }

  .pink_text {
    font-size: clamp(15px, 6vw, 24px);
  }

  .hikaku_head th {
    height: 48px;
    padding: 0;
    line-height: 0;
  }

  .head_box {
    height: 48px;
    border-width: 3px;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: -3px;
  }

  .head_plan img {
    top: -50px;
    width: 100px;
  }

  .textbox-003 {
    margin-top: 72px;
    padding: 0 10px 12px;
    font-size: 16px;
    line-height: 1.6;
  }

  .price_scroll {
    margin: 48px -20px 0;
    padding: 0 20px 12px;
  }

  .oversea_price_section {
    padding: 24px 0 36px;
  }

  .oversea_price_wrap {
    min-width: 720px;
    max-width: none;
    padding-top: 72px;
  }

  .price_row {
    grid-template-columns: 1fr 210px;
  }

  .price_header {
    top: -72px;
    width: 210px;
    height: 72px;
  }

  .price_title {
    font-size: 30px;
  }

  .price_sub {
    font-size: 15px;
  }

  .price_box {
    border-right-width: 4px;
    border-left-width: 4px;
    font-size: 28px;
  }

  .price_box span {
    padding-bottom: 18px;
    font-size: 16px;
  }

  .image-section {
    width: 100%;
    padding: 24px 0 12px;
  }

  .image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .step-section {
    margin-top: 0;
    padding: 24px 20px 44px;
  }

  .step-section__inner {
    width: 100%;
    padding: 0;
  }

  .step-section .pic_style_img5 {
    margin-top: 0;
  }

  .step-list {
    width: 100%;
    max-width: 720px;
    gap: 16px;
  }

  .step-card {
    border-width: 4px;
    gap: 10px;
    padding: 18px 16px 20px;
  }

  .step-card__heading {
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .step-card__icon {
    width: min(42%, 112px);
    margin: 10px 0 0;
  }

  .step-card__text {
    margin-top: 8px;
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.5;
  }

  .step-section__button,
  .step-section__button2 {
    width: min(100%, 340px);
    min-width: 0;
    height: 64px;
    padding: 10px 24px;
    font-size: clamp(20px, 6vw, 28px);
  }

  .back {
    background-size: 900px auto;
    padding-bottom: 12px;
    margin-bottom: 0;
  }

  .back .container2 {
    padding-bottom: 12px;
    margin-bottom: 0;
  }

  .device-section__inner {
    padding: 0 0 28px;
  }

  .device-spec__summary {
    gap: 10px;
    border-width: 4px;
    font-size: clamp(16px, 5vw, 20px);
  }

  .device-spec__arrow {
    border-top-width: 14px;
    border-right-width: 10px;
    border-left-width: 10px;
  }

  .device-spec__row,
  .device-spec__row2 {
    grid-template-columns: minmax(108px, 36%) minmax(0, 1fr);
  }

  .device-spec__row dt,
  .device-spec__row dd,
  .device-spec__row2 dt,
  .device-spec__row2 dd {
    padding: 10px;
    overflow-wrap: anywhere;
    font-size: 13px;
  }

  .case2 {
    padding-bottom: 0;
  }

  .pic_style_img6 {
    margin-top: 72px;
  }

  #faq.anchor {
    margin-top: 0;
    padding-bottom: 32px !important;
  }

  #solution_05 {
    padding-bottom: 40px !important;
  }

  #solution_05 > .container {
    padding-top: 8px !important;
    margin-bottom: 24px;
  }

  #faq .pic_style_img5 {
    margin-top: 0;
  }

  #faq .style_faq ul {
    gap: 8px;
    margin: 16px auto 14px;
  }

  #faq .style_faq ul li,
  #faq .style_faq ul li:first-child,
  #faq .style_faq ul li:last-child {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #faq .style_faq .btn {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-width: 3px;
    border-radius: 4px;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.25;
    box-sizing: border-box;
  }

  #faq .style_faq .btn::before {
    margin-right: 8px;
    padding: 0;
  }

  .style_faq h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px auto 12px;
    padding-left: 0;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.3;
  }

  .style_faq h4 span {
    position: static;
    flex: 0 0 auto;
    padding: 4px 10px;
    border-radius: 4px;
    line-height: 1.1;
  }

  .style_faq h4 span::after {
    content: none;
  }

  .style_faq label {
    margin: 8px auto 0;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: clamp(13px, 3.7vw, 15px);
    font-weight: 700;
    line-height: 1.5;
  }

  .style_faq p {
    padding: 12px 14px;
    border-radius: 0 0 4px 4px;
    font-size: 13px;
    line-height: 1.6;
  }

  .f_i_list {
    flex-wrap: wrap;
    gap: 8px;
  }

  .f_i_item:not(:first-child)::before {
    display: none;
  }

  .pagetop {
    right: 16px;
    bottom: 16px;
    width: 52px;
  }
}

@media (max-width: 560px) {
.btn_22 {
    width: min(500px, calc(100vw - 32px));
  }

  .ec_head2 {
    min-height: 190px;
  }

  .ec_container2 {
    padding-top: 66px;
  }

  .mini_cta {
    padding: 11px 40px;
  }



  .image-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }

  .oversea_price_wrap {
    min-width: 640px;
  }

  .price_row {
    grid-template-columns: 1fr 180px;
  }

  .price_header {
    width: 180px;
  }

  .device-spec__row,
  .device-spec__row2 {
    grid-template-columns: 1fr;
  }

  .device-spec__row dd,
  .device-spec__row2 dd {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .ec_head2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: clamp(78px, 19vw, 100px);
    min-height: clamp(78px, 19vw, 100px);
    margin-top: clamp(-100px, -19vw, -78px);
    overflow: visible;
  }

  .ec_container2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 16px;
  }

  .btn_22 {
    width: min(360px, calc(100vw - 56px));
    margin: 0 auto;
  }

  .ec_head2 .cloud {
    display: none;
  }
}

@media (max-width: 390px) {
.header {
    padding: 0 10px;
  }

  .h_logo {
    width: 46px;
  }

  .btn_22b {
    min-width: 148px;
    padding: 0 16px;
    font-size: 13px;
  }

  .container,
  .container2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cta_btn_main,
  .step-section__button,
  .step-section__button2 {
    width: 100%;
  }
}

@media (max-width: 389px) {
  .cta_btn_main {
    width: 80%;
    max-width: 320px;
  }
}

/*===================================
footer 設定（画面サイズ768px以下）
===================================*/
@media not all and (min-width: 768px){
.f_c_logo { margin: 0 auto; width: 196px;}
.f_c_description { margin-top: 6px; text-align: center;}
.f_copy{ margin-top:10px;}
    /* sns_guide 基本設定 */
#sns_guide { width: 100px; margin: 10px auto; display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; gap: 1%; grid-template-columns: repeat(2, 1fr); text-align: center; list-style: none;}

/* SNS_button 基本設定 */
#sns_guide a.btn-sns { width: 60px; height: 60px; padding: 8px 9px; font-size: 1.3rem; line-height: 1; letter-spacing: 0; color: #fff; border-radius: 50%;}
#sns_guide a.btn-sns:hover { color: #fff; }
#sns_guide a.btn-sns--twitter { background: #000; }
#sns_guide a.btn-sns--instagram { background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; }
}
