@charset "utf-8";
#content {
  --esim-primary-color: #b60081;
  --esim-sub-primary-color: #d148a9;
  --esim-white-color: #fff;
  --esim-dcm-color: #e57683;
  --esim-au-color: #f5935f;
  --esim-background-color: #fbf3f8;
  --esim-accent-color: #fbd640;
  --esim-primary-color-border: solid 4px var(--esim-primary-color);
  --esim-primary-color-border-s: solid 2px var(--esim-primary-color);
  --esim-btn-shadow: #ccc 3px 3px 5px;
    --esim-btn-shadow-s: #ccc 2px 2px 3px;
}
body {
  color: #000;
}
#content .topicPath {
  margin-bottom: 0;
}
@media (max-width: 640px) {}
/* ----------------------------
common
---------------------------- */
#esim_wrap * {
  line-height: 1.8;
  box-sizing: border-box;
}
#content #esim_wrap section {
  padding-top: 80px;
  padding-bottom: 100px;
}
#esim_wrap li, #esim_wrap dt, #esim_wrap dd {
  font-size: 16px;
}
#esim_wrap h1 {
  font-size: 48px;
  font-weight: bold;
}
#esim_wrap h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#esim_wrap h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#esim_wrap h4 {
  font-size: 22px;
  font-weight: bold;
}
#esim_wrap p {
  font-size: 16px;
}
#esim_wrap .note {
  font-size: 14px;
  color: #555;
    padding-left: 14px;
    text-indent: -14px;
}
#esim_wrap .noteArea li {
  color: #555;
  font-size: 14px;
  text-indent: -14px;
  padding-left: 14px;
}
#esim_wrap a {
  font-size: 16px;
}
#esim_wrap .pcOnly {
  display: inline-block;
}
#esim_wrap .spOnly {
  display: none;
}
@media screen and (max-width: 640px) {
  #esim_wrap * {
    line-height: 1.5;
  }
  #content #esim_wrap section {
    padding: 40px 20px 50px;
  }
  #esim_wrap li, #esim_wrap dt, #esim_wrap dd {
    font-size: 13px;
  }
  #esim_wrap h1 {
    font-size: 30px;
  }
  #esim_wrap h2 {
    font-size: 21px;
  }
  #esim_wrap h3 {
    font-size: 18px;
  }
  #esim_wrap h4 {
    font-size: 15px;
  }
  #esim_wrap p {
    font-size: 13px;
  }
  #esim_wrap .note {
    font-size: 12px;
    padding-left: 12px;
    text-indent: -12px;
  }
    #esim_wrap .noteArea li {
    font-size: 13px;
    text-indent: -13px;
    padding-left: 13px;
  }
  #esim_wrap a {
    font-size: 13px;
  }
  #esim_wrap img {
    width: 100%;
    height: auto;
  }
  #esim_wrap .pcOnly {
    display: none;
  }
  #esim_wrap .spOnly {
    display: inline-block;
  }
}
/* ----------------------------
slash
---------------------------- */
#esim_wrap .slash span {
  display: inline-block;
  position: relative;
}
#esim_wrap .slash span::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: -30px;
  width: 3px;
  height: 33px;
  background: #b60081;
  transform: rotate(330deg);
}
#esim_wrap .slash span::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: -30px;
  width: 3px;
  height: 33px;
  background: #b60081;
  transform: rotate(30deg);
}
#esim_wrap .slash_s span {
  display: inline-block;
  position: relative;
}
#esim_wrap .slash_s span::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 7px;
  left: -20px;
  width: 2px;
  height: 24px;
  background: #b60081;
  transform: rotate(330deg);
}
#esim_wrap .slash_s span::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 7px;
  right: -20px;
  width: 2px;
  height: 24px;
  background: #b60081;
  transform: rotate(30deg);
}
@media screen and (max-width: 640px) {
  #esim_wrap .slash span::before {
    bottom: 3px;
    left: -20px;
    height: 24px;
  }
  #esim_wrap .slash span::after {
    bottom: 3px;
    right: -20px;
    height: 24px;
  }
  #esim_wrap .slash_s span::before {
    bottom: 3px;
    left: -15px;
    height: 18px;
  }
  #esim_wrap .slash_s span::after {
    bottom: 3px;
    right: -15px;
    height: 18px;
  }
}
/* ----------------------------
CTA
---------------------------- */
#esim_wrap .btnArea:last-child {
  background: var(--esim-background-color);
  padding: 60px 0 50px;
  margin-bottom: 30px;
}
#esim_wrap .btnArea ul {
  display: flex;
  justify-content: center;
}
#esim_wrap .btnArea li {
  width: 480px;
  text-align: center;
  border-radius: 8px;
  box-shadow: var(--esim-btn-shadow);
  transition: 0.2s;
}
#esim_wrap .btnArea li:hover {
  opacity: 0.7;
}
#esim_wrap .btnArea li:first-child {
  margin-right: 40px;
}
#esim_wrap .btnArea .order_esim {
  background-color: var(--esim-primary-color);
}
#esim_wrap .btnArea .order_shop {
  background-color: var(--esim-sub-primary-color);
}
#esim_wrap .btnArea ul a {
  padding: 20px 70px;
  display: block;
  color: var(--esim-white-color);
  font-size: 22px;
  font-weight: bold;
}
#esim_wrap .btnArea .order_esim a {
  background: url("img/btn_ic01.webp") no-repeat 10% 50%;
}
#esim_wrap .btnArea .order_shop a {
  background: url("img/btn_ic02.webp") no-repeat 10% 50%;
}
#esim_wrap .btnArea .order_esim a:hover, #esim_wrap .btnArea .order_shop a:hover {
  text-decoration: none;
}
#esim_wrap .btnArea div p {
  text-align: center;
  margin: 25px 0 0;
}
#esim_wrap .btnArea div p a {
  font-size: 18px;
}
#esim_wrap .btnArea div .note {
    margin: 0;
}
@media screen and (max-width: 640px) {
  #esim_wrap .btnArea:last-child {
    padding: 30px 0 25px;
  }
  #esim_wrap .btnArea ul {
    flex-wrap: wrap;
    margin: 0 20px;
  }
  #esim_wrap .btnArea li {
    width: 100%;
    border-radius: 4px;
    transition: 0s;
      box-shadow: var(--esim-btn-shadow-s);
  }
  #esim_wrap .btnArea li:hover {
    opacity: 1;
  }
  #esim_wrap .btnArea li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #esim_wrap .btnArea ul a {
    padding: 15px 15%;
    font-size: 15px;
  }
  #esim_wrap .btnArea .order_esim a {
    background: url("img/btn_ic01_s.webp") no-repeat 10% 50% / 20px;
  }
  #esim_wrap .btnArea .order_shop a {
    background: url("img/btn_ic02_s.webp") no-repeat 10% 50% / 20px;
  }
  #esim_wrap .btnArea div p {
    margin: 15px 0 0;
  }
  #esim_wrap .btnArea div p a {
    font-size: 13px;
  }
}
/* ----------------------------
mainVisual
---------------------------- */
#esim_wrap #mainVisual {
  background: var(--esim-background-color);
  padding-top: 70px;
  margin-bottom: 65px;
  text-align: center;
  font-feature-settings: "palt";
}
#esim_wrap #mainVisual .inner div {
  background: url("img/mainvisual_ic01.webp") no-repeat left top, url("img/mainvisual_ic02.webp") no-repeat right top;
  margin: 0 auto;
  width: 820px;
}
#esim_wrap #mainVisual p {
  color: var(--esim-primary-color);
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
#esim_wrap #mainVisual h1 {
  text-align: center;
  letter-spacing: 2px;
}
#esim_wrap #mainVisual span {
  text-decoration: underline 24px var(--esim-accent-color);
  text-underline-offset: -14px;
  text-decoration-skip-ink: none;
}
#esim_wrap #mainVisual img {
  margin: 40px 0 -15px;
}
@media screen and (max-width: 640px) {
  #esim_wrap #mainVisual {
    padding: 25px 15px 0;
    margin-bottom: 35px;
    text-align: center;
  }
  #esim_wrap #mainVisual .inner div {
    background: none;
    width: 100%;
  }
  #esim_wrap #mainVisual p {
    font-size: 20px;
  }
  #esim_wrap #mainVisual span {
    text-decoration: underline 12px var(--esim-accent-color);
    text-underline-offset: -7px;
  }
  #esim_wrap #mainVisual img {
    margin: 10px auto -15px;
    width: 317px;
  }
}
/* ----------------------------
aboutArea
---------------------------- */
#esim_wrap #aboutArea h2 {
  width: 600px;
  margin: 0 auto 20px;
  padding: 10px 16px;
  border: var(--esim-primary-color-border);
  border-radius: 10px;
  background-color: var(--esim-white-color);
  font-size: 26px;
  color: #b60081;
}
#esim_wrap #aboutArea h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 19px 23px 0 23px;
  border-color: #b60081 transparent transparent;
  translate: -50% 100%;
}
#esim_wrap #aboutArea h2::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 14.9px 18.6px 0 18.6px;
  border-color: var(--esim-white-color) transparent transparent;
  translate: -50% 100%;
}
#esim_wrap #aboutArea div {
  background: var(--esim-background-color);
  padding: 80px 40px 40px;
  margin: -50px 0 0;
  display: flex;
  justify-content: space-between;
}
#esim_wrap #aboutArea p {
  width: 560px;
}
#esim_wrap #aboutArea p span {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #esim_wrap #aboutArea h2 {
    border: var(--esim-primary-color-border-s);
    width: calc(100% - 40px);
    padding: 10px;
    border-radius: 5px;
    font-size: 19px;
  }
  #esim_wrap #aboutArea h2::after {
    border-width: 17.4px 21.8px 0 21.8px;
  }
  #esim_wrap #aboutArea div {
    padding: 60px 20px 20px;
    margin: -50px 0 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  #esim_wrap #aboutArea p {
    width: 100%;
  }
  #esim_wrap #aboutArea picture {
    width: 110px;
    margin: 20px 10px 0;
  }
}
/* ----------------------------
featArea
---------------------------- */
#esim_wrap #featArea {
  padding-top: 0 !important;
}
#esim_wrap #featArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#esim_wrap #featArea li {
  width: 48%;
  border: dotted 4px #d0cfcf;
  border-radius: 8px;
  padding: 20px 140px 20px 20px;
  margin: 20px 1% 0;
}
#esim_wrap #featArea li:nth-child(1) {
  background: url("img/esim_feat_ic01.webp") no-repeat 95% center;
}
#esim_wrap #featArea li:nth-child(2) {
  background: url("img/esim_feat_ic02.webp") no-repeat 95% center;
}
#esim_wrap #featArea li:nth-child(3) {
  background: url("img/esim_feat_ic03.webp") no-repeat 95% center;
  width: 60%;
}
#esim_wrap #featArea h3 {
    font-size: 22px;
    text-align: left;
  padding-left: 20px;
  text-indent: -20px;
}
#esim_wrap #featArea h3::before {
  content: "●";
  color: var(--esim-primary-color);
  font-size: 20px;
  margin-right: 5px;
}
#esim_wrap #featArea p {
  margin-left: 25px;
}
@media screen and (max-width: 640px) {
  #esim_wrap #featArea li {
    width: 100%;
    border: none;
    border-bottom: dotted 2px #d0cfcf;
    border-radius: 0;
    padding: 20px 70px 20px 0px;
    margin: 0;
  }
  #esim_wrap #featArea li:nth-child(1) {
    background: url("img/esim_feat_ic01_s.webp") no-repeat 97% center / 43px;
  }
  #esim_wrap #featArea li:nth-child(2) {
    background: url("img/esim_feat_ic02_s.webp") no-repeat 100% center / 53px;
  }
  #esim_wrap #featArea li:nth-child(3) {
    background: url("img/esim_feat_ic03_s.webp") no-repeat 100% center / 60px;
    width: 100%;
  }
  #esim_wrap #featArea h3 {
    padding-left: 18px;
    text-indent: -18px;
    margin-bottom: 3px;
      font-size: 15px;
  }
  #esim_wrap #featArea h4::before {
    font-size: 16px;
  }
  #esim_wrap #featArea p {
    margin-left: 21px;
  }
}
/* ----------------------------
howtouseArea
---------------------------- */
#esim_wrap #howtouseArea {
  background: var(--esim-background-color);
  padding: 110px 0 !important;
  margin: 0 0 60px;
}
#esim_wrap #howtouseArea h2 {
  text-decoration: underline 14px var(--esim-accent-color);
  text-underline-offset: -7px;
  text-decoration-skip-ink: none;
  margin: 0 0 20px;
}
#esim_wrap #howtouseArea h2 span {
  padding: 40px 50px 0;
  background: url("img/howto_ic01.webp") no-repeat left top;
}
#esim_wrap #howtouseArea h2 + p {
  font-size: 18px;
  width: 680px;
  margin: 0 auto;
}
#esim_wrap #howtouseArea .inner>div {
  padding: 0 40px 0;
  margin: 60px 0;
}
#esim_wrap #howtouseArea .inner>div:last-child {
  margin: 0;
}
#esim_wrap #howtouseArea h3 {
  margin: 0 0 30px;
}
#esim_wrap #howtouseArea h3 span {
  color: var(--esim-primary-color);
  border: dotted 4px var(--esim-primary-color);
  border-radius: 100px;
  background: var(--esim-white-color);
  display: inline-block;
  padding: 5px 50px 0;
}
#esim_wrap #howtouseArea .use_general>ul {
  background: var(--esim-white-color);
  border-radius: 10px;
  padding: 40px;
}
#esim_wrap #howtouseArea .use_general>ul li {
  margin: 0 0 20px;
}
#esim_wrap #howtouseArea .use_general>ul li:last-child {
  margin: 0;
}
#esim_wrap #howtouseArea .use_general>ul h4 {
  color: var(--esim-primary-color);
}
#esim_wrap #howtouseArea .use_general .noteArea {
  margin: 10px 25px 0;
}

@media screen and (max-width: 640px) {
  #esim_wrap #howtouseArea {
    padding: 60px 20px !important;
    margin: 0 0 40px;
  }
  #esim_wrap #howtouseArea h2 {
    text-decoration: underline 10px var(--esim-accent-color);
    text-underline-offset: -5px;
    margin: 0 0 10px;
  }
  #esim_wrap #howtouseArea h2 span {
    padding: 18px 28px 0;
    background: url("img/howto_ic01.webp") no-repeat left top / 38px;
  }
  #esim_wrap #howtouseArea h2 + p {
    font-size: 15px;
    width: 100%;
    margin: 0;
  }
  #esim_wrap #howtouseArea .inner>div {
    padding: 0;
    margin: 40px 0;
  }
 #esim_wrap #howtouseArea .inner>div:last-child {
    margin: 0;
  }
  #esim_wrap #howtouseArea .use_general {
    margin: 30px 0;
  }
  #esim_wrap #howtouseArea h3 {
    margin: 0 0 15px;
  }
  #esim_wrap #howtouseArea h3 span {
      border: dotted 2px var(--esim-primary-color);
    padding: 3px 0 0;
    width: 100%;
  }
  #esim_wrap #howtouseArea .use_general>ul {
    border-radius: 5px;
    padding: 20px;
  }
    #esim_wrap #howtouseArea .use_general .noteArea {
  margin: 10px 0 0;
}
}
/* ----------------------------
use_aeonmobile
---------------------------- */
#esim_wrap #howtouseArea .use_aeonmobile p {
    margin: 0 40px;
}
#esim_wrap #howtouseArea .use_aeonmobile p span {
  color: var(--esim-primary-color);
  text-decoration: underline 8px var(--esim-accent-color);
  text-underline-offset: -4px;
  text-decoration-skip-ink: none;
  font-weight: bold;
}
#esim_wrap #howtouseArea .use_aeonmobile .noteArea {
    margin: 10px 40px 0;
}
#esim_wrap #howtouseArea .use_aeonmobile ul:not(.noteArea) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 30px 0 0;
}
#esim_wrap #howtouseArea .use_aeonmobile ul:not(.noteArea) li {
  background: url("img/check_icon.webp") no-repeat 20px center / 35px, var(--esim-white-color);
  border-radius: 10px;
  padding: 20px 90px;
}
@media screen and (max-width: 640px) {
  #esim_wrap #howtouseArea .use_aeonmobile p {
    width: 100%;
    margin: 0;
  }
    #esim_wrap #howtouseArea .use_aeonmobile .noteArea {
    margin: 10px 0 0;
}
  #esim_wrap #howtouseArea .use_aeonmobile ul:not(.noteArea) {
    flex-wrap: wrap;
    margin: 15px 0 0;
  }
  #esim_wrap #howtouseArea .use_aeonmobile ul:not(.noteArea) li {
    background: url("img/check_icon.webp") no-repeat 15px center / 25px, var(--esim-white-color);
    border-radius: 5px;
    padding: 10px 50px;
    margin-bottom: 10px;
    width: 100%;
  }
  #esim_wrap #howtouseArea .use_aeonmobile ul:not(.noteArea) li:last-child {
    margin-bottom: 0;
  }
}
/* ----------------------------
use_price
---------------------------- */
#esim_wrap .use_price>ul {
  background: var(--esim-white-color);
  border-radius: 10px;
  padding: 40px;
}
#esim_wrap .use_price>ul>li {
  margin: 0 0 30px;
}
#esim_wrap .use_price>ul>li:last-child {
  margin: 0;
}
#esim_wrap .use_price h4 {
  padding-left: 22px;
  text-indent: -22px;
}
#esim_wrap .use_price h4::before {
  content: "●";
  color: var(--esim-primary-color);
  font-size: 20px;
}
#esim_wrap .use_price h4 span {
  text-decoration: underline 8px var(--esim-accent-color);
  text-underline-offset: -4px;
  text-decoration-skip-ink: none;
  margin-left: 5px;
}
#esim_wrap .use_price p {
  font-size: 18px;
  margin-left: 25px;
}
#esim_wrap .use_price dl, #esim_wrap .use_price .noteArea {
    margin: 10px 25px 0;
}
#esim_wrap .use_price .txt_dcm, #esim_wrap .use_price .txt_au {
  font-size: 18px;
  font-weight: bold;
}
#esim_wrap .use_price .txt_dcm {
  color: var(--esim-dcm-color);
}
#esim_wrap .use_price .txt_au {
  color: var(--esim-au-color);
}
#esim_wrap .use_price dd {
  padding-left: 13px;
}
@media screen and (max-width: 640px) {
  #esim_wrap .use_price>ul {
    padding: 20px;
  }
  #esim_wrap .use_price>ul>li {
    margin: 0 0 15px;
  }
  #esim_wrap .use_price h4::before {
    font-size: 16px;
  }
  #esim_wrap .use_price h4 span {
    text-decoration: underline 6px var(--esim-accent-color);
    text-underline-offset: -3px;
  }
  #esim_wrap .use_price p {
    font-size: 15px;
    margin-top: 10px;
    margin-left: 21px;
  }
  #esim_wrap .use_price .txt_dcm, #esim_wrap .use_price .txt_au {
    font-size: 15px;
  }
  #esim_wrap .use_price dl,#esim_wrap .use_price .noteArea {
    margin: 10px 0 0 21px;
  }
  #esim_wrap .use_price dt {
    padding-left: 13px;
    text-indent: -13px;
  }
}
/* ----------------------------
stepArea
---------------------------- */
#esim_wrap #stepArea {
  background: var(--esim-background-color);
  padding: 100px 0 0;
  margin-top: 80px;
}
#esim_wrap #stepArea h2 {
  font-feature-settings: "palt";
}
#esim_wrap #stepArea h2 span {
  background: url("img/step_ic01.webp") no-repeat left center, url("img/step_ic02.webp") no-repeat right center;
  padding: 50px 70px;
}
#esim_wrap #stepArea h2 em {
  color: var(--esim-primary-color);
  font-size: 42px;
}
#esim_wrap #stepArea li {
  background: var(--esim-white-color);
  position: relative;
  margin: 0 120px;
  border-radius: 10px;
  padding: 40px;
}
#esim_wrap #stepArea li::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 25px 40px 0 40px;
  border-color: var(--esim-white-color) transparent transparent;
  translate: -50% 100%;
}
#esim_wrap #stepArea li:last-child::after {
  border-style: none;
  border-width: 0;
}
#esim_wrap #stepArea p:first-child {
  color: var(--esim-primary-color);
  font-size: 18px;
  font-weight: bold;
  border: var(--esim-primary-color-border-s);
  border-radius: 100px;
  text-align: center;
  width: 170px;
  margin: 0 auto;
  padding: 3px 0 0;
  line-height: 1.3;
}
#esim_wrap #stepArea h3 {
  margin: 15px 0 10px;
}
#esim_wrap #stepArea li div {
  display: flex;
  justify-content: space-between;
}
#esim_wrap #stepArea li dl {
  width: 48%;
}
#esim_wrap #stepArea li .txt_dcm {
  color: var(--esim-dcm-color);
}
#esim_wrap #stepArea li .txt_au {
  color: var(--esim-au-color);
}
#esim_wrap #stepArea li dt, #esim_wrap #stepArea li dd {
  text-align: center;
}
#esim_wrap #stepArea li dt {
  color: var(--esim-white-color);
  font-weight: bold;
  border-radius: 5px;
  margin: 20px 0 10px;
  padding: 8px 0 5px;
  font-size: 18px;
  line-height: 1.3;
}
#esim_wrap #stepArea li .txt_dcm dt{
  background: var(--esim-dcm-color);
}
#esim_wrap #stepArea li .txt_au dt{
  background: var(--esim-au-color);
}

#esim_wrap #stepArea li dd {
  margin-top: 20px;
}
#esim_wrap #stepArea li dd a {
  font-size: 14px;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto;
  padding: 5px 20px;
  font-weight: bold;
  display: block;
  box-shadow: var(--esim-btn-shadow);
  width: 90%;
  position: relative;
  transition: .2s;
}
#esim_wrap #stepArea li .txt_dcm a{
    color: var(--esim-dcm-color);
    border: solid 2px var(--esim-dcm-color);
}
#esim_wrap #stepArea li .txt_au a{
    color: var(--esim-au-color);
    border: solid 2px var(--esim-au-color);
}
#esim_wrap #stepArea li a:hover {
  text-decoration: none;
  opacity: .7;
}
#esim_wrap #stepArea li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: calc(50% - 4px);
    right: 17px;
    transform: rotate(45deg) translateX(50%) translateY(-50%);
    box-sizing: border-box;
}
#esim_wrap #stepArea li .txt_dcm a::after{
    border-top: 2px solid var(--esim-dcm-color);
    border-right: 2px solid var(--esim-dcm-color);
}
#esim_wrap #stepArea li .txt_au a::after{
    border-top: 2px solid var(--esim-au-color);
    border-right: 2px solid var(--esim-au-color);
}
@media screen and (max-width: 640px) {
  #esim_wrap #stepArea {
    margin-top: 40px;
  }
  #esim_wrap #stepArea h2 span {
    background-size: 25px, 25px;
    padding: 0 35px;
    display: inline-block;
  }
  #esim_wrap #stepArea h2 em {
    font-size: 26px;
  }
  #esim_wrap #stepArea li {
    margin: 0;
    border-radius: 5px;
    padding: 20px;
  }
  #esim_wrap #stepArea li::after {
    border-width: 20px 30px 0 30px;
  }
  #esim_wrap #stepArea p:first-child {
    font-size: 15px;
  }
  #esim_wrap #stepArea h3 {
    margin: 10px 0 5px;
  }
  #esim_wrap #stepArea li div {
    flex-wrap: wrap;
  }
  #esim_wrap #stepArea li dl {
    width: 100%;
  }
  #esim_wrap #stepArea li dt {
    padding: 8px 0 5px;
    font-size: 15px;
  }
  #esim_wrap #stepArea li dd a {
    font-size: 12px;
    padding: 8px 20px 5px;
      box-shadow: var(--esim-btn-shadow-s);
      transition: 0s;
  }
  #esim_wrap #stepArea li dd a:hover {
    opacity: 1;
  }
}
/* ----------------------------
faqArea
---------------------------- */
#esim_wrap #faqArea dl {
  padding: 20px 40px 0;
}
#esim_wrap #faqArea dt, #esim_wrap #faqArea dd {
  padding: 40px 120px;
  font-size: 18px;
}
#esim_wrap #faqArea dt {
  border-bottom: dotted 4px #d0cfcf;
  background: url("img/question_icon_Q.webp") no-repeat 40px center;
  position: relative;
}
#esim_wrap #faqArea dt.open {
  border-bottom: none;
}
#esim_wrap #faqArea dt::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid var(--esim-primary-color);
  border-right: 4px solid var(--esim-primary-color);
  position: absolute;
  bottom: calc(50% - 8px);
  right: 40px;
  transform: rotate(45deg) translateX(50%) translateY(-50%);
  box-sizing: border-box;
}
#esim_wrap #faqArea dt.open::after {
  transform: rotate(225deg) translateX(-75%) translateY(25%);
}
#esim_wrap #faqArea dt:hover {
  cursor: pointer;
}
#esim_wrap #faqArea dd {
  background: url("img/question_icon_A.webp") no-repeat 40px center, var(--esim-background-color);
}
@media screen and (max-width: 640px) {
  #esim_wrap #faqArea dl {
    padding: 10px 0 0;
  }
  #esim_wrap #faqArea dt, #esim_wrap #faqArea dd {
    padding: 20px 45px;
    font-size: 15px;
  }
  #esim_wrap #faqArea dt {
    background: url("img/question_icon_Q.webp") no-repeat 10px center / 25px;
    border-bottom: dotted 2px #d0cfcf;
  }
  #esim_wrap #faqArea dt::after {
    width: 12px;
    height: 12px;
    border-bottom: 3px solid var(--esim-primary-color);
    border-right: 3px solid var(--esim-primary-color);
    bottom: calc(50% - 6px);
    right: 20px;
  }
  #esim_wrap #faqArea dd {
    background: url("img/question_icon_A.webp") no-repeat 10px center / 25px, var(--esim-background-color);
  }
}
/* ----------------------------
voiceArea
---------------------------- */
#esim_wrap #voiceArea {
  background: var(--esim-background-color);
    margin:0;
}
#esim_wrap #voiceArea ul {
  display: flex;
  justify-content: space-between;
  margin: 65px 0 0;
}
#esim_wrap #voiceArea li {
  width: 48%;
  position: relative;
}
#esim_wrap #voiceArea li::before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: -30px;
  left: calc(50% - 55px);
  z-index: 1;
}
#esim_wrap #voiceArea li:nth-child(1)::before {
  background: url("img/voice_ic01.webp") no-repeat top left;
}
#esim_wrap #voiceArea li:nth-child(2)::before {
  background: url("img/voice_ic02.webp") no-repeat top left;
}
#esim_wrap #voiceArea h3 {
  position: absolute;
  top: -8px;
  right: 40px;
  z-index: 1;
}
#esim_wrap #voiceArea p {
  background: var(--esim-white-color);
  border-radius: 10px;
  padding: 110px 40px 40px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
    #esim_wrap #voiceArea {
    margin:0;
}
  #esim_wrap #voiceArea ul {
    flex-wrap: wrap;
    margin: 40px 0 0;
  }
  #esim_wrap #voiceArea li {
    width: 100%;
    margin: 0 0 40px;
  }
  #esim_wrap #voiceArea li:last-child {
    margin: 0;
  }
  #esim_wrap #voiceArea li::before {
    width: 90px;
    height: 90px;
    top: -20px;
    left: calc(50% - 45px);
  }
  #esim_wrap #voiceArea li:nth-child(1)::before {
    background: url("img/voice_ic01_s.webp") no-repeat top left / contain;
  }
  #esim_wrap #voiceArea li:nth-child(2)::before {
    background: url("img/voice_ic02_s.webp") no-repeat top left / contain;
  }
  #esim_wrap #voiceArea h3 {
    right: 20px;
    width: 55px;
  }
  #esim_wrap #voiceArea p {
    border-radius: 5px;
    padding: 90px 20px 20px;
    text-align: left;
    font-size: 15px;
  }
}
/* ----------------------------
supportArea
---------------------------- */
#esim_wrap #supportArea h2 + p {
  background: url("img/support_img01.webp") no-repeat center left;
  width: 690px;
  padding-left: 150px;
  margin: 20px auto 40px;
  min-height: 154px;
}
#esim_wrap #supportArea h2 + p span {
  background: var(--esim-background-color);
  display: inline-block;
  padding: 40px;
  border-radius: 10px;
  position: relative;
}
#esim_wrap #supportArea h2 + p span::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent var(--esim-background-color) transparent transparent;
  translate: -100% -50%;
}
#esim_wrap #supportArea div h3 {
  font-weight: normal;
    font-size: 22px;
}
#esim_wrap #supportArea .support_tel .tel_box {
  border: solid 2px #d0cfcf;
  margin: 10px 40px 0;
  padding: 10px 0 30px;
  text-align: center;
}
#esim_wrap #supportArea .tel_box p {
  text-align: center;
  font-size: 14px;
}
#esim_wrap #supportArea .support_tel .tel_num a {
  font-size: 45px;
  font-weight: bold;
  color: #000;
  background: url("img/dial_icon.webp") no-repeat center left;
  padding-left: 70px;
}
#esim_wrap #supportArea .support_tel .tel_name {
  color: var(--esim-primary-color);
  border: solid 1px var(--esim-primary-color);
  display: inline-block;
  padding: 0 5px;
}
#esim_wrap #supportArea .support_tel .tel_time {
  display: inline-block;
}
#esim_wrap #supportArea .support_tel .tel_time span {
  font-weight: bold;
  font-size: 18px;
}
#esim_wrap #supportArea .support_mail {
  margin: 40px 0 0;
}
#esim_wrap #supportArea .support_mail a {
  color: var(--esim-primary-color);
  border: var(--esim-primary-color-border);
  box-shadow: var(--esim-btn-shadow);
  border-radius: 10px;
  width: 520px;
  margin: 10px auto 0;
  padding: 20px 0;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  transition: .2s;
  position: relative;
}
#esim_wrap #supportArea .support_mail a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 4px solid var(--esim-primary-color);
  border-right: 4px solid var(--esim-primary-color);
  position: absolute;
  bottom: calc(50% - 8px);
  right: 40px;
  transform: rotate(45deg) translateX(50%) translateY(-50%);
  box-sizing: border-box;
}
#esim_wrap #supportArea .support_mail a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  #esim_wrap #supportArea h2 + p {
    background: url("img/support_img01_s.webp") no-repeat center left / 81px;
    width: 100%;
    padding-left: 95px;
    margin: 20px auto 30px;
    min-height: auto;
  }
  #esim_wrap #supportArea h2 + p span {
    padding: 20px;
    border-radius: 5px;
    min-height: 100px;
  }
  #esim_wrap #supportArea h2 + p span::after {
    bottom: 10%;
    left: 0;
  }
    #esim_wrap #supportArea div h3 {
        font-size: 15px;
}
  #esim_wrap #supportArea .support_tel .tel_box {
    margin: 10px 0 0;
    padding: 10px 20px 20px;
  }
  #esim_wrap #supportArea .tel_box p {
    font-size: 12px;
  }
  #esim_wrap #supportArea .support_tel .tel_num a {
    font-size: 26px;
    background: url("img/dial_icon.webp") no-repeat center left / 30px;
    padding-left: 40px;
  }
  #esim_wrap #supportArea .support_tel .tel_name {
    font-size: 14px;
    margin-top: 5px;
  }
  #esim_wrap #supportArea .support_tel .tel_time span {
    font-size: 16px;
  }
  #esim_wrap #supportArea .support_mail {
    margin: 20px 0 0;
  }
  #esim_wrap #supportArea .support_mail a {
    border: var(--esim-primary-color-border-s);
      box-shadow: var(--esim-btn-shadow-s);
    border-radius: 5px;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    transition: 0s;
  }
  #esim_wrap #supportArea .support_mail a::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--esim-primary-color);
    border-right: 2px solid var(--esim-primary-color);
    bottom: calc(50% - 5px);
    right: 20px;
  }
  #esim_wrap #supportArea .support_mail a:hover {
    opacity: 1;
  }
}