@charset "UTF-8";
/*
Theme Name: YM_eSIM_original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

.f_robo {
  /* regular 400 bold 700 */
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.f_roboc {
  /* regular 400 bold 700 */
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  margin-top: -70px;
  padding-top: 70px;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}

.anim:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

section {
  display: block;
}

/****************************************
		Base Setting 
*****************************************/
#detail .eSIM_body h2 {
  margin: 0;
  text-align: center;
}

.eSIM_body {
  font-family: 'Noto Sans JP', '游ゴシック' , 'Yu Gothic' , Helvetica , sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.eSIM_body section {
  margin-top: 0;
}

.eSIM_body.eSIM_body_cat {
  margin-top: 50px;
}

.wrap {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}

.boxs .box {
  float: left;
}

/****************************************
		Top Setting 
*****************************************/
.top_line {
  display: block;
  height: 20px;
  background-image: url(../img/top_topslide_line@2x.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}

.sec_top_topslide {
  text-align: center;
  background-image: url(../img/top_topslide_bg@2x2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sec_top_topslide .wrap {
  height: 430px;
}

.top_slide_clms {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.top_slide_tit h2 {
  margin: 0;
  text-align: center;
}

.top_slide_tit h2 img {
  display: inline-block;
  vertical-align: middle;
}

.top_slide_list {
  margin-top: 34px;
}

.top_slide_list ul li {
  line-height: 1;
  position: relative;
  display: inline-block;
  width: 205px;
  height: 50px;
  margin: 0 12.5px;
  padding: 5px 0;
  border: 5px solid #000;
  background-color: #fff;
}

.top_slide_list ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.top_slide_list ul li p span {
  font-size: 22px;
  font-weight: 900;
  position: relative;
  top: -2px;
  color: #000;
}

.top_slide_list ul li p strong {
  font-size: 35px;
  font-weight: 700;
}

.top_slide_list ul li p strong.hv {
  font-size: 27px;
  font-weight: 900;
}

.sec_top_about {
  padding: 60px 0;
  text-align: center;
}

.top_about_tit {
  line-height: 1;
  padding-bottom: 32px;
}

.top_about_tit h2 {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.top_about_tit h2 strong {
  font-size: 30px;
  font-weight: 900;
  position: relative;
  z-index: 2;
  top: 7px;
  margin-left: 5px;
}

.top_about_tit h2 img {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}

.top_about_tit h2 i {
  position: absolute;
  z-index: 1;
  bottom: -12px;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  background-color: #ffe100;
}

.top_about_clm p {
  font-size: 18px;
  line-height: 2;
}

.top_about_clm p span {
  font-size: 16px;
  color: #65CCD3;
}

.sec_top_feature {
  padding: 50px 0;
  background: rgba(255, 225, 0, 0.25);
}

.sec_top_feature .boxs .box {
  position: relative;
  width: 30.96%;
  margin-right: 3.56%;
  text-align-last: left;
}

.sec_top_feature .boxs .box:nth-child(3n) {
  margin-right: 0;
}

.sec_top_feature .boxs .box:nth-child(2) .box_cs {
  background-image: url(../img/top_feature_bg_02@2x.png);
}

.sec_top_feature .boxs .box_cs {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-image: url(../img/top_feature_bg_01@2x2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px;
}

.sec_top_feature .boxs .box_bg {
  background-color: #fff;
}

.sec_top_feature .boxs .box_bg {
  height: 430px;
  background: -webkit-linear-gradient(45deg, transparent 0, #fff 0), -webkit-linear-gradient(135deg, transparent 12%, #fff 12%), -webkit-linear-gradient(225deg, transparent 0, #fff 0), -webkit-linear-gradient(315deg, transparent 0, #fff 0);
  background-repeat: no-repeat;
  background-position: bottom left, bottom right, top right, top left;
  background-size: 52% 52%;
}

.sec_top_feature .boxs .box_clms {
  position: relative;
  z-index: 3;
  padding: 25px 0 0;
}

.sec_top_feature .boxs .box_num {
  line-height: 1;
  padding: 0 0 24px 30px;
}

.sec_top_feature .boxs .box_num span {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.sec_top_feature .boxs .box_tit {
  line-height: 1;
  padding: 0 25px 0 30px;
}

.sec_top_feature .boxs .box_tit h3 {
  font-size: 30px;
  font-weight: 900;
}

.sec_top_feature .boxs .box_tit h4 {
  font-size: 22px;
  font-weight: 700;
  padding: 17px 0 23px;
}

.sec_top_feature .boxs .box_clm {
  padding: 0 30px;
}

.sec_top_feature .boxs .box_clm p {
  font-size: 16px;
  line-height: 2;
}

.sec_top_howtouse {
  padding: 100px 0;
}

.top_howtouse_head {
  padding: 16px 0;
  text-align: center;
  background-image: url(../img/top_howtouse_bg_01@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_howtouse_head h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .1em;
  color: #fff;
}

.top_howtouse_body {
  background-image: url(../img/top_howtouse_bg_02@2x2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_howtouse_body .inner {
  padding: 44px 0 35px 88px;
}

.top_howtouse_body dl {
  margin-bottom: 24px;
}

.top_howtouse_body dl:nth-child(2) {
  padding-left: 122px;
}

.top_howtouse_body dl:nth-child(3) {
  padding-left: calc(122px * 2);
}

.top_howtouse_body dl:nth-child(4) {
  margin-bottom: 0;
  padding-left: calc(122px * 3);
}

.top_howtouse_body dl:nth-child(4) dd {
  width: 450px;
}

.top_howtouse_body dl dt, .top_howtouse_body dl dd {
  float: left;
}

.top_howtouse_body dl dt {
  width: 122px;
}

.top_howtouse_body dl dd {
  position: relative;
  width: 475px;
  height: 120px;
}

.top_howtouse_body dl dd .inn {
  position: absolute;
  top: 50%;
  left: 37px;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.top_howtouse_body dl dd h3 {
  font-size: 18px;
  font-weight: 900;
}

.top_howtouse_body dl dd p {
  font-size: 16px;
  padding-top: 5px;
}

.top_howtouse_body dl dd p a {
  text-decoration: underline;
  color: #095484;
}

.sec_top_phonetype {
  padding: 50px 0;
}

.top_phonetype_head {
  padding: 12px 0;
  text-align: center;
  border: 5px solid #000;
  background-color: #A8EBF0;
}

.top_phonetype_head h2 {
  line-height: 1;
}

.top_phonetype_head h2 strong {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .05em;
}

.top_phonetype_head h2 small {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
}

.top_phonetype_body {
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #000;
}

.top_phonetype_body .boxs .box {
  width: 50%;
}

.top_phonetype_body .boxs .box:nth-child(2) {
  border-left: 5px solid #000;
}

.top_phonetype_body .boxs .box:nth-child(2) .box_clm {
  margin: 15px 0;
}

.top_phonetype_body .box_tit {
  padding: 15px 0;
  text-align: center;
  border-bottom: 5px solid #000;
  background-color: #ffe100;
}

.top_phonetype_body .box_tit h3 {
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.top_phonetype_body .box_clm .inn {
  position: relative;
  height: 400px;
}

.top_phonetype_body .box_clm ol {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.top_phonetype_body .box_clm ol li {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
  margin: 30px 0;
  list-style-type: disc;
  text-align: left;
  letter-spacing: .08em;
}

.top_phonetype_body .box_clm ol li span{
  font-size: 16px !important;
  font-weight: 500;
  color: #000;
  list-style-type: none;
}	

.sec_top_cau {
  padding: 50px 0;
}

.top_cau_tit {
  line-height: 1;
  padding-bottom: 37px;
  text-align: center;
}

.top_cau_tit h2 {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.top_cau_tit h2 strong {
  font-size: 36px;
  font-weight: 900;
  position: relative;
  z-index: 2;
  letter-spacing: .2em;
}

.top_cau_tit h2 i {
  position: absolute;
  z-index: 1;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  background-color: #ffe100;
}

.top_cau_outer {
  position: relative;
  padding: 25px;
}

.top_cau_outer .inner {
  position: relative;
  z-index: 2;
  padding: 30px 85px 40px;
  border: 5px solid #000;
}

.top_cau_outer ol li {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: left;
}

.top_cau_outer ol li:last-child {
  margin-bottom: 0;
}

.top_cau_outer p {
  font-size: 16px;
  padding: 15px 0;
  text-align: left;
}

.top_cau_bg {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.top_cau_bg.bg_01 {
  top: 0;
  left: 0;
  background-image: url(../img/top_cau_bg_01@2x2.png);
}

.top_cau_bg.bg_02 {
  right: 0;
  bottom: 0;
  background-image: url(../img/top_cau_bg_02@2x2.png);
}

.sec_top_delivery {
  padding: 50px 0 100px;
}

.top_delivery_head {
  padding: 12px 0;
  text-align: center;
  border: 5px solid #000;
  background-color: #A8EBF0;
}

.top_delivery_head h2 {
  line-height: 1;
}

.top_delivery_head h2 strong {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .05em;
}

.top_delivery_body {
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #000;
}

.top_delivery_body .inner .boxs .box {
  position: relative;
}

.top_delivery_body .inner .boxs .box:nth-child(1) {
  width: 20%;
  background-color: #ffe100;
}

.top_delivery_body .inner .boxs .box:nth-child(2), .top_delivery_body .inner .boxs .box:nth-child(3) {
  width: 40%;
  border-left: 5px solid #000;
}

.top_delivery_body .inner:nth-child(1) .boxs .box {
  height: 130px;
  border-bottom: 5px solid #000;
}

.top_delivery_body .inner:nth-child(1) .boxs .box:nth-child(2), .top_delivery_body .inner:nth-child(1) .boxs .box:nth-child(3) {
  background-color: #fff6b2;
}

.top_delivery_body .inner:nth-child(2) .boxs .box {
  height: 253px;
}

.top_delivery_body .box_clms {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.top_delivery_body .box_clms h3 {
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
}

.top_delivery_body .box_clms h4 {
  line-height: 1.4;
  text-align: center;
  letter-spacing: .05em;
}

.top_delivery_body .box_clms h4 small {
  font-size: 28px;
  font-weight: 900;
}

.top_delivery_body .box_clms h4 strong {
  font-size: 36px;
  font-weight: 900;
}

.top_delivery_body .box_clms h4 strong.og {
  color: #65CCD3;
}

.top_delivery_body .box_clms p {
  font-size: 23px;
  line-height: 1.4;
}

.top_delivery_body .box_clms p.min {
  font-size: 18px;
  position: relative;
  padding: 10px 10px 0 15%;
  text-align: left;
}

.top_delivery_body .box_clms p.min span {
  position: absolute;
  top: 10px;
  left: 9.5%;
  color: #000;
}

/****************************************
		Category Setting 
*****************************************/
.sec_cat_topslide .wrap {
  height: 306px;
}

.sec_cat_topslide .top_slide_tit h2 img {
  width: 400px;
}

.cat_tit {
  padding-bottom: 61px;
  text-align: center;
}

.cat_tit h2 {
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.cat_tit h2 strong {
  color: #A8EBF0;
}

.sec_cat_list {
  padding: 80px 0 115px;
}

.cat_list_outer .boxs .box {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

.cat_list_outer .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.cat_list_outer .boxs .box.box1 .box_tit {
  background-color: #ffe100;
}

.cat_list_outer .boxs .box.box1 .box_clms {
  background-color: #fff9cc;
}

.cat_list_outer .boxs .box.box2 .box_tit {
  background-color: #A8EBF0;
}

.cat_list_outer .boxs .box.box2 .box_clms {
  background-color: #fdeccc;
}

.cat_list_outer .boxs .box.box3 .box_tit {
  background-color: #aaf0aa;
}

.cat_list_outer .boxs .box.box3 .box_clms {
  background-color: #eefcee;
}

.cat_list_outer .boxs .box.box4 .box_tit {
  background-color: #ffaad2;
}

.cat_list_outer .boxs .box.box4 .box_clms {
  background-color: #ffeef6;
}

.cat_list_outer .boxs .box.box5 .box_tit {
  background-color: #86cee8;
}

.cat_list_outer .boxs .box.box5 .box_clms {
  background-color: #e7f5fa;
}

.cat_list_outer .boxs .box.box6 .box_tit {
  background-color: #b48cdc;
}

.cat_list_outer .boxs .box.box6 .box_clms {
  background-color: #f0e8f8;
}

.cat_list_outer .box_tit {
  padding: 12px 0;
  text-align: center;
}

.cat_list_outer .box_tit h3 {
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.cat_list_outer .box_clms {
  padding: 20px 37px 10px;
}

.cat_list_outer .box_clms ul {
  text-align: left;
}

.cat_list_outer .box_clms ul li {
  font-size: 16px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.cat_list_outer .box_clms ul li:after {
  margin-left: 10px;
  content: '/';
}

.cat_list_outer .box_clms ul li a {
  text-decoration: none;
}

.cat_list_outer .box_clms ul li a:hover {
  text-decoration: underline;
  color: #095484;
}

.cat_list_outer .box_clms ul li:last-child:after {
  display: none;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1080px) {
  .wrap {
    padding: 0 4%;
  }
  .sec_top_feature .boxs .box_bg {
    height: 520px;
  }
  .top_phonetype_body .box_clm .inn {
    height: 590px;
  }
  .top_howtouse_body .inner {
    padding-left: 14px;
  }
  .top_howtouse_body dl dd {
    width: 70%;
  }
  .top_howtouse_body dl:nth-child(4) dd {
    width: 50%;
  }
  .top_delivery_body .box_clms p.min br {
    display: none;
  }
}

@media (max-width: 980px) {
  .sec_top_feature .boxs .box_tit h3 {
    font-size: 23px;
  }
  .sec_top_feature .boxs .box_tit h4 {
    font-size: 18px;
  }
  .top_delivery_body .box_clms h4 strong {
    font-size: 29px;
  }
}

@media (max-width: 912px) {
  .top_about_clm p br {
    display: none;
  }
  .top_about_clm p span {
    display: block;
  }
  .top_howtouse_body .inner {
    padding-left: 14px;
  }
  .top_howtouse_body dl dd {
    width: 60%;
  }
  .top_howtouse_body dl:nth-child(4) dd {
    width: 40%;
  }
  .sec_top_feature .boxs .box_bg {
    height: 580px;
  }
  .top_delivery_body .box_clms p.min span {
    left: 8%;
  }
  .cat_list_outer .box_tit h3 {
    font-size: 20px;
  }
}

.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  /****************************************
			Base Setting 
	*****************************************/
  .eSIM_body {
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
    margin-top: 60px;
  }
  /****************************************
			Top Setting 
	*****************************************/
  .top_line {
    background-image: url(../img/sp_top_topslide_line@2x.png);
  }
  .sec_top_topslide {
    background-image: url(../img/sp_top_topslide_bg@2x2.png);
  }
  .sec_top_topslide .wrap {
    height: 363px;
  }
  .top_slide_tit h2 img {
    width: 285px;
  }
  .top_slide_list {
    margin-top: 25px;
  }
  .top_slide_list ul li {
    display: block;
    width: 163px;
    height: 33px;
    margin: 0 auto 11px;
    border: 3px solid #000;
  }
  .top_slide_list ul li p span {
    font-size: 14px;
    top: -2px;
  }
  .top_slide_list ul li p strong {
    font-size: 23px;
  }
  .top_slide_list ul li p strong.hv {
    font-size: 17px;
  }
  .sec_top_about {
    padding: 50px 0;
  }
  .top_about_tit {
    line-height: 1;
    padding-bottom: 28px;
  }
  .top_about_tit h2 {
    padding: 0 3px 0 10px;
  }
  .top_about_tit h2 strong {
    font-size: 22px;
    top: 7px;
    margin-left: 5px;
	}
	


  .top_about_tit h2 img {
    width: 87px;
	}
	
	  .top_about_tit h2 i {
  position: absolute;
  z-index: 1;
  bottom: -12px;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  background-color: #ffe100;
	}
	
  .top_about_tit h2 i {
    bottom: -8px;
    height: 17px;
  }
  .top_about_clm p {
    font-size: 14px;
    line-height: 2;
  }
  .top_about_clm p span {
    font-size: 13px;
  }
  .top_about_clm p br.spo {
    display: block;
  }
  .sec_top_feature {
    padding: 70px 0;
  }
  .sec_top_feature .boxs {
    padding: 0 4%;
  }
  .sec_top_feature .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sec_top_feature .boxs .box:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .sec_top_feature .boxs .box_cs {
    width: 150px;
    height: 150px;
    background-size: 150px;
  }
  .sec_top_feature .boxs .box_bg {
    background-color: #fff;
  }
  .sec_top_feature .boxs .box_bg {
    height: auto;
    background: -webkit-linear-gradient(45deg, transparent 0, #fff 0), -webkit-linear-gradient(135deg, transparent 10%, #fff 10%), -webkit-linear-gradient(225deg, transparent 0, #fff 0), -webkit-linear-gradient(315deg, transparent 0, #fff 0);
    background-repeat: no-repeat;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 52% 52%;
  }
  .sec_top_feature .boxs .box_clms {
    position: relative;
    z-index: 3;
    padding: 25px 0 69px;
  }
  .sec_top_feature .boxs .box_num {
    line-height: 1;
    padding: 0 0 20px 20px;
  }
  .sec_top_feature .boxs .box_num span {
    font-size: 20px;
  }
  .sec_top_feature .boxs .box_tit {
    line-height: 1;
    padding: 0 20px 0;
  }
  .sec_top_feature .boxs .box_tit h3 {
    font-size: 25px;
    font-weight: 900;
  }
  .sec_top_feature .boxs .box_tit h4 {
    font-size: 22px;
    font-weight: 700;
    padding: 17px 0 23px;
  }
  .sec_top_feature .boxs .box_clm {
    padding: 0 20px;
  }
  .sec_top_feature .boxs .box_clm p {
    font-size: 14px;
  }
  .sec_top_howtouse {
    padding: 70px 0 35px;
  }
  .sec_top_howtouse .wrap {
    padding: 0;
  }
  .top_howtouse_head {
    padding: 8px 0;
    background-image: url(../img/sp_top_howtouse_bg_01@2x.png);
  }
  .top_howtouse_head h2 {
    font-size: 23px;
  }
  .top_howtouse_body {
    position: relative;
    background: none;
  }
  .top_howtouse_body:before, .top_howtouse_body:after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .top_howtouse_body:before {
    z-index: 1;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background-image: url(../img/sp_top_howtouse_bg_02_01@2x2.png);
    background-size: 120px;
  }
  .top_howtouse_body:after {
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 170px;
    background-image: url(../img/sp_top_howtouse_bg_02_02@2x2.png);
    background-size: 170px;
  }
  .top_howtouse_body .inner {
    position: relative;
    z-index: 2;
    padding: 50px 0 50px;
    text-align: center;
  }
  .top_howtouse_body dl {
    margin-bottom: 100px;
  }
  .top_howtouse_body dl:nth-child(2) {
    padding-left: 0;
  }
  .top_howtouse_body dl:nth-child(3) {
    padding-left: 0;
  }
  .top_howtouse_body dl:nth-child(4) {
    margin-bottom: 0;
    padding-left: 0;
  }
  .top_howtouse_body dl:nth-child(4) dd {
    width: auto;
  }
  .top_howtouse_body dl dt, .top_howtouse_body dl dd {
    display: block;
    float: none;
  }
  .top_howtouse_body dl dt {
    width: 100%;
  }
  .top_howtouse_body dl dd {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 4%;
  }
  .top_howtouse_body dl dd .inn {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
  .top_howtouse_body dl dd h3 {
    font-size: 14px;
    font-weight: 900;
  }
  .top_howtouse_body dl dd p {
    font-size: 13px;
    padding-top: 5px;
  }
  .sec_top_phonetype {
    padding: 35px 0;
  }
  .top_phonetype_head {
    padding: 9px 0;
    border: 3px solid #000;
  }
  .top_phonetype_head h2 img {
    width: 67px;
  }
  .top_phonetype_head h2 strong {
    font-size: 17px;
  }
  .top_phonetype_head h2 small {
    font-size: 13px;
    display: block;
    padding-top: 5px;
  }
  .top_phonetype_body {
    border-width: 0 3px 3px;
  }
  .top_phonetype_body .boxs .box {
    width: 100%;
  }
  .top_phonetype_body .boxs .box:nth-child(2) {
    border-left: none;
  }
  .top_phonetype_body .boxs .box:nth-child(2) .box_tit {
    border-top: 3px solid #000;
  }
  .top_phonetype_body .boxs .box:nth-child(2) .box_clm {
    margin: 15px 0;
  }
  .top_phonetype_body .box_tit {
    padding: 10px 0;
    border-bottom: 3px solid #000;
  }
  .top_phonetype_body .box_tit h3 {
    font-size: 18px;
  }
  .top_phonetype_body .box_clm .inn {
    height: auto;
    padding: 33px 4%;
  }
  .top_phonetype_body .box_clm ol {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding-left: 30px;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
  .top_phonetype_body .box_clm ol li {
    font-size: 15px;
    margin: 0 0 18px;
  }
  .top_phonetype_body .box_clm ol li:last-child {
    margin-bottom: 0;
  }
  .sec_top_cau {
    padding: 35px 0;
  }
  .sec_top_cau .wrap {
    padding: 0;
  }
  .top_cau_tit {
    padding-bottom: 42px;
  }
  .top_cau_tit h2 strong {
    font-size: 22px;
  }
  .top_cau_tit h2 i {
    bottom: -6px;
    height: 17px;
  }
  .top_cau_outer {
    padding: 4%;
  }
  .top_cau_outer .inner {
    padding: 30px 8% 40px;
    border: 3px solid #000;
  }
  .top_cau_outer ol li {
    font-size: 14px;
  }
  .top_cau_outer p {
    font-size: 13px;
  }
  .top_cau_bg {
    width: 90px;
    height: 90px;
  }
  .sec_top_delivery {
    padding: 35px 0 95px;
  }
  .top_delivery_head {
    padding: 12px 0;
    border: 3px solid #000;
  }
  .top_delivery_head h2 strong {
    font-size: 17px;
  }
  .top_delivery_body {
    border-width: 0 3px 3px;
    border-style: solid;
    border-color: #000;
  }
  .top_delivery_body .inner {
    float: left;
  }
  .top_delivery_body .inner:nth-child(1) {
    width: 40%;
  }
  .top_delivery_body .inner:nth-child(2) {
    width: 60%;
  }
  .top_delivery_body .inner .boxs .box {
    position: relative;
  }
  .top_delivery_body .inner .boxs .box:nth-child(1) {
    width: 100%;
  }
  .top_delivery_body .inner .boxs .box:nth-child(2), .top_delivery_body .inner .boxs .box:nth-child(3) {
    width: 100%;
    border-left: none;
  }
  .top_delivery_body .inner:nth-child(2) .boxs .box {
    border-left: 3px solid #000;
  }
  .top_delivery_body .inner:nth-child(1) .boxs .box:nth-child(1), .top_delivery_body .inner:nth-child(2) .boxs .box:nth-child(1) {
    height: 40px;
    border-bottom: 3px solid #000;
  }
  .top_delivery_body .inner:nth-child(1) .boxs .box:nth-child(2), .top_delivery_body .inner:nth-child(2) .boxs .box:nth-child(2) {
    height: 132px;
    border-bottom: 3px solid #000;
  }
  .top_delivery_body .inner:nth-child(1) .boxs .box:nth-child(3), .top_delivery_body .inner:nth-child(2) .boxs .box:nth-child(3) {
    height: 200px;
    border-bottom: none;
  }
  .top_delivery_body .box_clms h3 {
    font-size: 17px;
  }
  .top_delivery_body .box_clms h4 {
    line-height: 1.4;
    letter-spacing: .05em;
  }
  .top_delivery_body .box_clms h4 small {
    font-size: 17px;
  }
  .top_delivery_body .box_clms h4 strong {
    font-size: 17px;
    font-weight: 900;
  }
  .top_delivery_body .box_clms h4 strong.og {
    font-size: 23px;
  }
  .top_delivery_body .box_clms p {
    font-size: 13px;
    line-height: 1.6;
  }
  .top_delivery_body .box_clms p.min {
    font-size: 13px;
    padding: 10px 10px 0 15%;
  }
  .top_delivery_body .box_clms p.min span {
    top: 10px;
    left: 8%;
  }
  .top_delivery_body .box_clms p.ccc {
    position: relative;
    margin-top: 3px;
  }
  .top_delivery_body .box_clms p.ccc:before, .top_delivery_body .box_clms p.ccc:after {
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 1px;
  }
  .top_delivery_body .box_clms p.ccc:before {
    left: 7px;
    content: '(';
  }
  .top_delivery_body .box_clms p.ccc:after {
    right: 7px;
    content: ')';
  }
  /****************************************
			Category Setting 
	*****************************************/
  .sec_cat_topslide .wrap {
    height: 220px;
  }
  .sec_cat_topslide .top_slide_tit h2 img {
    width: 285px;
  }
  .cat_tit {
    padding-bottom: 50px;
  }
  .cat_tit h2 {
    font-size: 20px;
  }
  .sec_cat_list {
    padding: 50px 0;
  }
  .cat_list_outer .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .cat_list_outer .boxs .box:nth-child(2n) {
    margin-right: 0;
  }
  .cat_list_outer .boxs .box:last-child {
    margin-bottom: 0;
  }
  .cat_list_outer .box_tit {
    padding: 12px 0;
  }
  .cat_list_outer .box_tit h3 {
    font-size: 20px;
  }
  .cat_list_outer .box_clms {
    padding: 20px 6% 10px;
  }
  .cat_list_outer .box_clms ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cat_list_outer .box_clms ul li:after {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=eSIM.css.map */