@charset "UTF-8";

main.none_proper {
  padding-top: 78px;
}
/*-------------------内容-----------------------*/
main #intro h3 {
  padding:20px 0 20px 40px;
  background: url(/img/country/h3_icon.gif) #fff 10px center no-repeat;
  border-bottom: 1px dotted #666;
}
main #city h3,
main #price h3,
main #howto h3,
main #wifi h3 {
  padding:30px 0 30px 92px;
  border-bottom: 1px dotted #666;
}
main #city h3 {
  background: url(/img/country/ttl_place.png) #fff left center no-repeat;
}
main #price h3 {
  background: url(/img/country/ttl_price.png) #fff left center no-repeat;
}
main #howto h3 {
  background: url(/img/country/ttl_howto.png) #fff left center no-repeat;
}
main #wifi h3 {
  background: url(/img/country/ttl_wifi.png) #fff left center no-repeat;
}
main #voice h3 {
  padding:40px 0 40px 160px;
  margin-bottom: 20px;
  background: url(/img/country/voice.gif) #fff left center no-repeat;
}
main #price h4 {
  padding: 10px 0 10px 40px;
  margin-bottom: 12px;
  background: url(/img/country/subttl_ico.png) #fff left center no-repeat;
}
main #wifi #travelstory h4 {
  padding:20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #666;
}
main #wifi #travelstory{
  padding:0 30px;
  border: 2px solid #ccc;
  margin-top: 20px;
}
main #wifi #travelstory ul li{
  display: list-item;
  padding:20px 0 20px 40px;
  background: url(/img/country/write.png) 8px center no-repeat;
  border-bottom: 1px dotted #ccc;
}
main #wifi #travelstory ul li:last-of-type{
  border-bottom: none;
}

main #intro div {
  padding-left: 310px;
  background: url(/img/country/img_place1.jpg) 30px center no-repeat;
}

main #city .townlist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px 0;
  border: 1px solid #CACAD9;
  background-color: #F5F5F5 !important;
  padding: 15px 20px;
}

main #city .towntitle {
  width: 30%;
  margin: 16px 0;
}

main #city .statetitle {
  font-size: 16px;
  font-weight: bold;
  color: #0e0e0e;
  line-height: 1.2;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CACAD9;
}

main #city .towncircle {
  margin-right: 8px;
}

main #city .towncircle::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #038de1;
  border-radius: 50%;
}

main #city .towndetail {
  line-height: 1.6;
  margin: 8px 16px;
}

main #city .townarrow {
  position: relative;
  padding-top: 26px;
  margin-right: 4px;
  margin-left: auto;
}

main #city .townindex {
  margin-bottom: 12px;
}

@media screen and (max-width:768px) {
  main #city .statetitle {
    line-height: 1.6;
  }
  main #city .towntitle {
    width: 100%;
    margin: 20px 0;
  }
  main #city .towndetail {
    line-height: 1.8;
    margin: 12px 16px;
    font-size: 14px;
  }
}

main #city ul.citylist {
  margin: 10px 0;
  border: 1px solid #CACAD9;
  background-color: #F5F5F5 !important;
  padding: 15px 20px;
}
main #city ul.citylist li{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 1em;
}
main #city ul.citylist>li:last-of-type{
  margin-right: 0;
}
main #city ul.citylist li::after{
  content: ","
}
main #city ul.citylist>li:last-of-type::after{
  content: none;
}

main #voice ul.voice li{
  width:48%;
  margin-right: 2%;
  margin-bottom: 2%;
  vertical-align: top;
  border: 2px solid #CACAD9;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-sizing: content-box;
  position: relative;
}
main #voice ul.voice li>*{
  padding: 0 20px;
}
main #voice ul.voice li>*:first-child{
  margin-top: 20px;
  margin-bottom: 48px;
}
main #voice ul.voice li>*:last-child{
  margin-bottom: 20px;
}
main #voice ul.voice>li:nth-of-type(2n){
  margin-right: 0;
}
main #voice ul.voice li aside{
  font-size: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
}
main #price .syuyu {
  background: #048ee3 url(/img/plan/plan-m-world.png) right top no-repeat;
  background-size: 100%;
  color: #fff;
  font-weight: bold;
  margin: 0 0 18px;
  padding: 38px 36px 16px;
  clear: both;
}
main article#price section>a.btn{
  margin-bottom: 34px;
}
main #price .syuyu h5,
main #price .syuyu p {
  text-align: left;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
  letter-spacing: 0.06em;
}
main #price .syuyu h5{
  font-size: 32px;
  margin-bottom: 20px;
}
main #price .syuyu p {
  padding-left: 4px;
  line-height: 2;
  font-size: 16px;
}
main #price #option p{
  width:410px;
  float: left;
}
main #price #option div{
  overflow: hidden;
}
main #price #option ul{
  width:422px;
  float: right;
}
main #price #option ul li{
  margin-bottom: 4px;
}
main #howto p{
  background: url(/img/country/img_howto1.png?v=20180627190000) center bottom no-repeat;
  background-size: contain;
  padding-bottom: 25.695%;
  margin-bottom: 2em;
}

main #wifi img{
  margin: 1em auto 2em;
}
main #support section{
  padding: 40px 50px;
}
main #support section div{
  background: url(/img/country/img_contact.png) center top no-repeat;
  padding: 20px 240px 0 24px;
  height: 325px;
}
main #support section div h3{
  margin-bottom: 30px;
}
main #support section div h4{
  margin-bottom: 4px;
}
main #intro div.red_border {
	max-width: 960px;
	padding: 40px;
	background: none;
	border: 2px solid #FC4949;
}
main #intro div.red_border p {
	font-size: 17px;
}
main #intro div.red_border p.note{
	font-size: 82%;
}
.red_caution {
	max-width: 960px;
	padding: 20px 20px 10px 20px;
	background: none;
	border: 2px solid #FC4949;
}
.red_caution  p{
	font-weight: bold;
}


/*-------------------共通-----------------------*/
main article>section{
  max-width: 1000px;
  padding: 20px 70px;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
}
main article>section>section{
  padding: 0 0 20px;
  overflow: hidden;
}
main article>section>section:last-of-type{
  padding-bottom: 0;
}
main article section a.btn{
  float: right;
}
main article {
  background-color: #f0f5f9;
  padding: 0;
}
main article section ul,
main article section h3,
main article section h4{
  text-align: left;
}


/*-------------------main visual--------------------*/
body.simpleheader main article#mv {
  background: #BCE4F3;
}
body.simpleheader main article#mv section{
  height: auto;
  margin: 0 auto;
  max-width: none;
  width: 1300px;
  padding: 0;
  background-color: transparent;
  position: relative;
}
body.simpleheader main article#mv section h2 {
  height: auto;
  border: none;
  background: none;
  padding: 76px 465px 0 190px;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body.simpleheader main article#mv section p {
  margin: 0;
}


/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body.simpleheader main article#mv section h2 {
		letter-spacing: 0.04em;
	}
}
main article#mv section h2 img{
  height: 26px;
  margin-right: 8px;
  vertical-align: middle;
  border:1px solid #ccc;
}


/*-------------------ページ内リンク-----------------------*/
main #pagelink{
  background-color: #f0f5f9;
}
main #pagelink ul{
  width:960px;
  padding: 42px 0 16px;
}
main #pagelink ul.double {
  text-align: center;
}
main #pagelink ul li{
  width:33.33%;
}
main #pagelink ul.double li:nth-of-type(1) {
  display: none;
}
main #pagelink a{
	display:block;
}


/*-----------海外WiFiといえばイモトのWiFi-------------*/
main #whatswifi {
  padding-top: 50px;
  padding-bottom: 30px;
}
main #whatswifi_head {
  max-width: 1000px;
	padding: 30px 0 30px 30px;
	margin-bottom: 20px;
	position: relative;
  text-align: left;
}
main #whatswifi_head p,
main #whatswifi_head h3 {
	width: 520px;
}
main #whatswifi_head h3{
  margin-bottom: 12px;
}
main #whatswifi_head p {
	font-size: 14px;
	line-height: 1.6;
  margin-bottom: 0;
}
main #wifi_image {
	position: absolute;
  bottom: 26px;
	right: -35px;
  display: block;
}
main .mark {
	background-color: #FCFAAF;
	font-weight: bold;
}
main .categorylink{
  max-width: 1000px;
  padding: 0;
  margin-top: 20px;
  background-color: transparent;
}
main .categorylink ul{
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
main .categorylink ul li{
  margin:0 20px 10px 0;
  width:320px;
}
main .categorylink ul li a{
  text-decoration: none;
  color: #0e0e0e;
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
}
main .categorylink ul li:nth-child(3n){
  margin-right: 0;
}
main .categorylink h3{
  display: none;
}
main .categorylink ul li h4{
  color: #038de1;
  font-size:14px;
  line-height: 1;
  margin: 16px 16px 0 136px;
  margin-bottom: 12px;
  text-align: left;
}
main .categorylink ul li p{
  font-size: 12px;
  line-height: 1.6;
  margin: 0 16px 16px 136px;
}
main .categorylink ul li img{
  float: left;
}
body.simpleheader main article#mv section h2 br {
  display: block;
}

@media screen and (min-width:768px) {
  body.simpleheader main article#mv section h2.double {
    padding-top: 66px;
    text-indent: -46px;
    padding-left: 244px;
  }
  body.simpleheader main article#mv section h2 br {
    display: none;
  }
}


@media screen and (max-width:767px) {
  .split {
    display: inline-block;
  }
  main #city h3,
	main #price h3,
	main #howto h3,
	main #wifi h3 {
    padding: 12px 0 12px 68px;
    background-size: 60px;
  }
  main #intro h3 {
    padding: 12px 0 12px 40px;
  }
  main #voice h3 {
    padding: 12px 0 12px 78px;
    margin-bottom: 8px;
    background-size: 70px;
  }
	main #voice ul.voice {
		margin-bottom: 8px;
	}
  main #wifi #travelstory h4 {
    padding: 12px 0;
  }
  main #intro div {
    padding: 310px 0 0;
    background: url(/img/country/img_place1.jpg) center top no-repeat;
  }
  main #city ul.citylist {
    padding: 12px;
  }
  main #city ul.citylist li {
    font-size: 16px;
  }
  main #voice ul.voice li {
    width: auto;
    margin-right: 0;
    margin-bottom: 12px;
  }
  main #voice ul.voice li>*:first-child {
    margin-top: 12px;
  }
  main #voice ul.voice li>* {
    padding: 0 12px;
  }
  main #voice ul.voice li>*:last-child {
    margin-bottom: 12px;
  }
  main #wifi #travelstory{
    padding:0 12px;
    margin-top: 4px;
  }
  main #wifi #travelstory ul li{
    padding:12px 0 12px 40px;
  }
  main #support section {
    padding: 12px;
  }
  main #support section div h3 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #666;
  }
  main #support section div {
    padding: 12px;
    height: auto;
    background: #eee;
  }
  main #support section div p {
    background: url(/img/country/img_contact_sp.png) center bottom no-repeat;
    padding-bottom: 71.6203%;
    background-size: contain;
    margin-bottom: 0;
  }
	main #price {
		margin-top: -110px;
		padding-top: 110px;
	}
	main #price.fixed-fix {
		padding-top: 186px; /* 110px + 76px */
	}
	main #city section,
	main #howto section {
		margin-top: -130px;
		padding-top: 130px;
	}
	main #price #option div {
    margin-bottom: 14px;
	}
  main #price #option p,
  main #price #option ul {
    width: auto;
    float: none;
  }
  main #price .syuyu {
    padding: 20px 0 2px 24px;
    background-size: 120%;
  }
	main #price .syuyu h5,
	main #price .syuyu p {
		text-shadow: 0 0 8px rgba(0,0,0,0.4);
	}
	main #price .syuyu h5 {
    font-size: 22px;
    margin-bottom: 4px;
	}
	main #price .syuyu p {
    padding-right: 28%;
    padding-left: 2px;
    line-height: 1.9;
    font-size: 13px;
	}
  main #howto p{
    background-image: url(/img/country/img_howto1-sp.png);
    padding-bottom: 89.7778%;
    margin-bottom: 1em;
  }
	main article#mv {
		position: relative;
		z-index: 1;
	}
  main article#mv section:first-child{
    height: auto;
  }
  body.simpleheader main article#mv section h2 {
    padding: 24px 0 0;
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
  }
  main article#mv section h2 img {
    height: 16px;
    margin-right: 4px;
  }
  body.simpleheader main article#mv section p {
    max-width: 425px;
    margin: 0 auto;
    padding: 84px 0 0;
  }
  body.simpleheader main article#mv section {
    width: auto;
  }
  body.simpleheader main article#mv{
    background: #bae1f2;
    height: auto;
  }
  main #pagelink ul {
    width: auto;
    padding: 4px;
  }
  main #pagelink ul.double li {
  width: 50%;
}
  main article>section {
    max-width: 1000px;
    padding: 12px 12px 40px;
    margin: 0 8px;
  }
  main #whatswifi_head p,
  main #whatswifi_head h3 {
    width: auto;
  }
  main #whatswifi_head {
    padding: 230px 12px 12px;
    margin: 0 8px;
  }
  main #whatswifi_head h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  main #whatswifi_head {
    width: auto;
    overflow: visible;
  }
  main #whatswifi_head p {
    font-size: 13px;
  }
  main #wifi_image {
    bottom:auto;
    top: -40px;
    right: 50%;
    width: auto;
    height: 250px;
    margin-right: -150px;
  }
  main .categorylink{
    padding-top: 0;
    margin-top: 8px;
    padding-bottom: 12px;
  }
  main .categorylink ul{
    margin: 0 auto;
    text-align: left;
  }
  main .categorylink ul li,
  main .categorylink ul li:nth-child(3n){
    width:auto;
    margin:0 0 8px;
    font-size: 0;
    display: list-item;
  }
  main .categorylink ul li a{
    text-decoration: none;
    color: #0e0e0e;
    background-color: #fff;
    overflow: hidden;
    display: block;
  }
  main .categorylink h3{
    display: none;
  }
  main .categorylink ul li h4{
    color: #038de1;
    font-size:14px;
    line-height: 1;
    margin: 16px 16px 0 136px;
    margin-bottom: 12px;
    text-align: left;
  }
  main .categorylink ul li p{
    font-size: 12px;
    line-height: 1.6;
    margin: 0 16px 16px 136px;
  }
  main .categorylink ul li img{
    float: left;
  }
}
@media screen and (max-width:583px) {
  main .spBr {
    display: none;
  }
	main #price .syuyu {
		padding: 18px 0 2px 20px;
    background-position: right center;
    background-size: 120%;
  }
	main #price .syuyu p {
		padding-right: 26%;
		line-height: 1.7;
	}
	main #city section,
	main #howto section {
		margin-top: -120px;
		padding-top: 120px;
	}
}
@media screen and (max-width:479px) {
	main #price .syuyu {
		padding: 18px 20px 2px;
		background-size: 100%;
		background-position: right top;
  }
	main #price .syuyu h5 {
		text-align: center;
	}
	main #price .syuyu p {
		padding: 0;
		text-align: left;
	}
}


/* 定形外ページ --------------------------------------------------*/
.is-sp_img {
  display: none;
}
body.simpleheader main.nonSta article#mv {
  background: #BCE4F3;
  height: auto;
}
body.simpleheader main.nonSta article#mv section {
  left: -1.8%;
  max-width: none;
  position: relative;
  width: 1300px;
}
main.nonSta article#mv section:first-child {
  height: auto;
}
body.simpleheader main.nonSta article#mv section h2 {
  margin: 0;
  padding: 0;
  position: relative;
}
main.nonSta article#mv section h2 img {
  border: none;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}
main.nonSta #intro .introHead {
  margin: 24px 0 32px;
  padding: 0 14px;
  font-size: 0;
  letter-spacing: -0.4em;
  background-image: none;
  border-bottom: 1px solid #ccc;
}
main.nonSta #intro .introHead h3,
main.nonSta #intro .introHead p {
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
main.nonSta #intro h3 {
  background: none;
  border: 0;
  margin: 0 22px 0 0;
  padding: 0;
  width: 300px;
}
main.nonSta #intro .introHead p {
  width: 510px;
  margin-bottom: 0;
  padding: 8px 0 14px 22px;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 18px;
  color: #555;
  border-left: 1px solid #ccc;
}
main.nonSta #intro ul li {
  display: block;
}
main.nonSta #intro ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
main.nonSta #intro ul h4,
main.nonSta #intro ul p {
  display: inline-block;
  vertical-align: middle;
}
main.nonSta #intro ul h4 {
  margin: 0 24px 0 0;
}
main.nonSta #intro ul p {
  width: 676px;
  margin-bottom: 0;
  font-size: 16px;
}
main.nonSta #intro ul p> span {
  display: block;
  margin-bottom: 4px;
  font-size: 23px;
}
@media screen and (max-width:767px) {
  .is-pc_img {
    display: none;
  }
  .is-sp_img {
    display: inline-block;
  }
  body.simpleheader main.nonSta article#mv section {
    position: static;
    width: 100%;
  }
  body.simpleheader main.nonSta article#mv section h2 {
    max-width: 425px;
    margin: 0 auto;
  }
  main.nonSta #intro .introHead {
    position: relative;
    margin: 32px auto 36px;
    padding: 0 0 32px;
    text-align: center;
    border: none;
  }
  main.nonSta #intro .introHead::after {
    position: absolute;
    bottom: 0;
    left: 8%;
    content: '';
    display: block;
    width: 84%;
    height: 1px;
    background-color: #ccc;
  }
  main.nonSta #intro h3 {
    width: 347px;
    height: 38px;
    margin: 0 0 14px;
  }
  main.nonSta #intro .introHead p {
    width: auto;
    padding: 0;
    font-size: 15px;
    border: none;
  }
  main.nonSta #intro ul li {
    text-align: center;
  }
  main.nonSta #intro ul li:not(:last-of-type) {
    margin-bottom: 36px;
  }
  main.nonSta #intro ul h4 {
    width: 180px;
    height: 81px;
    margin: 0 0 20px;
  }
  main.nonSta #intro ul p {
    width: 100%;
    font-size: 14px;
  }
  main.nonSta #intro ul p> span {
    margin-bottom: 6px;
    line-height: 1.4;
    font-size: 19px;
  }
}
@media screen and (max-width:480px) {
  main #pagelink a{
    padding: 17px 28px 16px 12px;
    font-size: 11px;
  }
  main #pagelink a.arrow-d::after{
    width: 8px;
    height: 8px;
    right: 8px;
  }
  main.nonSta #intro .introHead {
    margin: 32px auto 28px;
    padding: 0 0 24px;
  }
  main.nonSta #intro .introHead::after {
    left: 6%;
    width: 88%;
  }
  main.nonSta #intro h3 {
    height: auto;
    width: 100%;
    max-width: 347px;
  }
  main.nonSta #intro .introHead p {
    font-size: 14px;
  }
  main.nonSta #intro ul li:not(:last-of-type) {
    margin-bottom: 28px;
  }
  main.nonSta #intro ul h4 {
    width: 120px;
    height: 54px;
    margin: 0 0 16px;
  }
  main.nonSta #intro ul p {
    text-align: left;
  }
  main.nonSta #intro ul p> span {
    margin-bottom: 10px;
    text-align: center;
    font-size: 17px;
  }
  main.nonSta #intro ul p br {
    display: none;
  }
}
@media screen and (max-width:375px) {
  main #price table td span.fontRed span.spHide{
    display: none;
  }
}
/* 20190411 */
	@media screen and (max-width:373px) {
	main #pagelink li:nth-of-type(1) a {
		line-height: 34px;
	}
}


/*-----------------------------------------------------------------------
 datacharge
----------------------------------------------------------------------- */
#charge section {
	padding: 28px 70px 44px;
}
#charge h4 {
	font-size: 22px;
	margin: 0 auto 12px;
}
#charge h4 img,
#charge h4 span {
	vertical-align: middle;
}
#charge h4 strong {
  font-size: 30px;
}
#charge h4 img {
	margin: 0 0.5em 0 0;
	width: 64px;
	border: 1px solid #333;
}
#charge h4 span {
	display: inline-block;
	line-height: 1.3;
	position: relative;
	top: 0.1em;
	width: calc(100% - 80px);
}
#charge p {
	margin: 0 auto 40px;
}
#charge ul.advantage {
	margin: 0 auto 16px;
	text-align: center;
}
#charge ul.advantage li {
	border: 1px solid #0e0e0e;
	padding: 5.4% 4.3% 2.5%;
	position: relative;
	width: 30.5333%; /* 860:250=100:x +@ */
}
#charge ul.advantage li:not(:last-of-type) {
	margin: 0 4.2% 0 0;
}
#charge ul.advantage li img.catch {
	left: 0;
	margin: -9.6% 0 0 -8%;
	position: absolute;
	top: 0;
	width: 40%;
}
#charge ul.caution {
	margin: 0 auto 40px;
}
#charge ul.caution li {
	display: block;
}
#charge h5 {
	font-size: 28px;
}
#charge ol.howto li {
	border: 1px solid #0e0e0e;
	font-weight: bold;
	list-style: none;
	padding: 3.4% 6% 3.2%;
	position: relative;
}
#charge ol.howto li:not(:last-of-type) {
	margin: 0 auto 6%;
}
#charge ol.howto li:not(:last-of-type)::before {
	content: '';
	display: inline-block;
}
#charge ol.howto li::before {
	border-right: 1em solid transparent;
	border-top: 1em solid #0e0e0e;
	border-left: 1em solid transparent;
	bottom: 0;
	font-size: 16px;
	left: 50%;
	margin: 0 0 -4.2% -0.5em;
	position: absolute;
}
#charge ol.howto li::after {
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: '';
	display: inline-block;
	bottom: 0;
	padding: 0 0 17.1791%; /* 240:266=15.5:x */
	position: absolute;
	right: 0;
	vertical-align: middle;
	width: 15.5%; /* 860:134=100:x */
}
#charge ol.howto li:nth-of-type(1)::after {
	background-image: url(/img/country/step_imoto1.png);
}
#charge ol.howto li:nth-of-type(2)::after {
	background-image: url(/img/country/step_mobile.png);
}
#charge ol.howto li:nth-of-type(3)::after {
	background-image: url(/img/country/step_imoto2.png);
}
#charge ol.howto li img {
	left: 0;
	margin: 0 0 0 6%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 12%;
}
#charge ol.howto li span.stepText {
	display: block;
	font-size: 16px;
	margin: 0 20% 0 23%;
}


/*-----------------------------------------------------------------------
 datacharge multi & option
----------------------------------------------------------------------- */
main #multiOption h4 {
  padding: 10px 0 10px 40px;
  margin-bottom: 12px;
  background: url(/img/country/subttl_ico.png) #fff left center no-repeat;
}
main #option h4 {
  padding: 16px 0 10px 40px;
  background: url(/img/country/subttl_ico.png) #fff left center no-repeat;
}
main #multiOption .syuyu {
  background: #048ee3 url(/img/plan/plan-m-world.png) right top no-repeat;
  background-size: 100%;
  color: #fff;
  font-weight: bold;
  margin: 0 0 18px;
  padding: 38px 36px 16px;
  clear: both;
}
main #multiOption section>a.btn{
  margin-bottom: 34px;
}
main #multiOption .syuyu h5,
main #multiOption .syuyu p {
  text-align: left;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
  letter-spacing: 0.06em;
}
main #multiOption .syuyu h5{
  font-size: 32px;
  margin-bottom: 20px;
}
main #multiOption .syuyu p {
  padding-left: 4px;
  line-height: 2;
  font-size: 16px;
}
main #multiOption #option p{
  width:410px;
  float: left;
}
main #multiOption #option div{
  overflow: hidden;
}
main #multiOption #option ul{
  width:422px;
  float: right;
}
main #multiOption #option ul li{
  margin-bottom: 4px;
}


@media screen and (max-width:767px) {
	#charge section {
		padding: 6px 12px 32px;
	}
	#charge h4 {
		font-size: 18px;
		position: relative;
	}
	#charge h4 img {
		margin: 0 12px 0 0;
		width: 56px;
	}
	#charge h4 span {
		width: calc(100% - 68px);
  }
  #charge h4 strong {
    font-size: 18px;
  }
	#charge p,
	#charge ul.caution {
		margin: 0 auto 36px;
	}
	#charge ul.advantage {
		width: 96%;
	}
	#charge h5 {
		font-size: 18px;
  }
	main #multiOption .syuyu {
		padding: 20px 0 2px 24px;
		background-size: 120%;
	}
	main #multiOption .syuyu h5,
	main #multiOption .syuyu p {
		text-shadow: 0 0 8px rgba(0,0,0,0.4);
	}
	main #multiOption .syuyu h5 {
		font-size: 22px;
		margin-bottom: 4px;
	}
	main #multiOption .syuyu p {
		padding-right: 28%;
		padding-left: 2px;
		line-height: 1.9;
		font-size: 13px;
	}
	main #multiOption #option div {
		margin-bottom: 14px;
	}
	main #multiOption #option p,
	main #multiOption #option ul {
		width: auto;
		float: none;
	}
	main #multiOption section>a.btn {
		margin-bottom: 20px;
	}
}


@media screen and (max-width:583px) {
	main #multiOption .syuyu {
		padding: 18px 0 2px 20px;
		background-position: right center;
		background-size: 120%;
	}
	main #multiOption .syuyu p {
		padding-right: 26%;
		line-height: 1.7;
	}
}


@media screen and (max-width:479px) {
	#charge ul.advantage {
		margin: 0 auto 22px;
		max-width: 220px;
		width: 80%;
	}
	#charge ul.advantage li {
		display: block;
		padding: 40px 16px 22px;
		width: 100%;
	}
	#charge ul.advantage li {
		margin: 0 auto;
	}
	#charge ul.advantage li:not(:last-of-type) {
		margin: 0 auto 40px;
	}
	#charge ol.howto li {
		padding: 18px 18px 110px;
	}
	#charge ol.howto li:not(:last-of-type) {
		margin: 0 auto 44px;
	}
	#charge ol.howto li::after {
		height: 100px; /* 240:266=90:x */
		margin: 0 -45px 0 -0;
		padding: 0;
		right: 50%;
		width: 90px;
	}
	#charge ol.howto li::before {
		font-size: 14px;
		margin: 0 0 -30px -0.5em;
	}
	#charge ol.howto li img {
		display: block;
		margin: 0 auto 16px;
		position: static;
		transform: none;
		width: 60px;
	}
	#charge ol.howto li span.stepText {
		font-size: 15px;
		margin: 0 auto;
	}
	main #multiOption .syuyu {
		padding: 18px 20px 2px;
		background-size: 100%;
		background-position: right top;
	}
	main #multiOption .syuyu h5 {
		text-align: center;
	}
	main #multiOption .syuyu p {
		padding: 0;
		text-align: left;
	}
}


/*-----------------------------------------------------------------------
 sort fix
----------------------------------------------------------------------- */
main article#city> section {
	margin-right: auto;
	margin-left: auto;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 20px;
}


@media screen and (max-width: 767px) {
	main article#city> section {
		margin-right: 8px;
		margin-left: 8px;
		padding-right: 12px;
		padding-left: 12px;
		padding-bottom: 46px;
	}
	main article#voice>section {
		margin: 0 8px -10px;
	}
	main.nonSta #intro {
		margin: -14px auto 0;
	}
	main.nonSta #intro .introHead {
		margin: 0 auto 28px;
	}
}


/*-----------------------------------------------------------------------
 scroll Top
----------------------------------------------------------------------- */
#pageTop {
	background: #038de1;
	border-radius: 50%;
	border: 3px solid #FFF;
	bottom: 0;
	box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.3);
	height: 80px;
	margin: 0 4% -20% 0;
	position: fixed;
	right: 0;
	text-align: center;
	transition: 0.3s ease;
	width: 80px;
	z-index: 1;
}
#pageTop.show {
		margin: 0 4% 4% 0;
}

#pageTop::before {
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	content: '';
	display: inline-block;
	height: 26px;
	left: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 58%;
	transform: rotate(-45deg);
	width: 26px;
}
@media screen and (max-width: 767px) {
	#pageTop {
		height: 60px;
		width: 60px;
	}
	#pageTop::before {
		height: 18px;
		margin: -10px 0 0 -12px;
		width: 18px;
	}
}


/*-----------------------------------------------------------------------
 page link
----------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	header nav#spnav.fixed {
		background: #fff;
		box-shadow: none;
	}
	main #pagelink.fixed {
		background: #fff;
		border-top: 1px solid #e9e9e9;
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		left: 0;
		position: fixed;
		top: 50px;
		width: 100%;
		z-index: 98;
	}
  main #pagelink ul {
    padding: 32px 4px 7px;
  }
	main #pagelink.fixed ul li {
		width: 50%;
	}
	main #pagelink.fixed li:nth-of-type(1) a {
		line-height: 1.6;
	}
	main #pagelink.fixed li.hide {
		display: none;
	}
	main #pagelink.fixed a {
		background: #038de1;
		padding: 10px 0;
	}
	main #pagelink.fixed a::after {
		border: none;
		content: 'を見る';
		height: auto;
		position: static;
		transform: none;
		width: auto;
	}
}
/* china_premium_giga_20190701_matsuyama */
.cPremiumWrap span:last-child{
  top: 66% !important;
}
.cPremiumWrap span:first-child{
  top: 34% !important;
}
/* 中国プレミアム回線の通常回線化に伴う追記 */
main #price .premium__wrapper h3.premium__catch{
  background-image: none;
  background-color: #feeeb1;
  border-bottom: none;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 32px;
  font-size:24px;
}
main #price .premium__wrapper .premium__text{
  font-size:16px;
  text-align: center;
  margin-bottom:32px;
}
main #price .premium__wrapper .apply__flex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main #price .premium__wrapper .apply__flex img{
  width:64px;
  height:auto;
  display: block;
}
main #price .premium__wrapper .apply__flex img:not(:last-child){
  margin-right:8px;
}
main #price .premium__wrapper .nonPC{
  display: none;
}
main #price .premium__wrapper .nonSP{
  display: inline;
}
main #price .premium__wrapper span.inlineblock{
  display: inline-block;
}
@media screen and (max-width: 767px){
  main #price .premium__wrapper h3.premium__catch{
    font-size:20px;
  }
  main #price .premium__wrapper .premium__text{
    font-size:14px;
  }
  main #price .premium__wrapper .apply__flex img{
    width:48px;
    margin-bottom:8px;
  }
  main #price .premium__wrapper .nonPC{
    display: inline;
  }
  main #price .premium__wrapper .nonSP{
    display: none;
  }
}

/* お問合せフォーム追加 */
#support_cs .customsp,
#support_cs .tech {
	position: relative;
	width: 1000px;
	max-width: none;
	display: block;
	padding: 50px 80px 50px;
	line-height: 2;
	background-color: #ebf4fc;
}
#support_cs .customsp {
	margin-bottom: 0;
	border: 70px solid #ffffff;
}
main #support_cs .tech h3,
main #support_cs .customsp h3 {
	line-height: 2;
	color: #038de1;
  text-align: center;
}
main #support_cs .tech h3 {
	margin-bottom: 32px;
}
#support_cs .tech h3 {
	margin-bottom: 40px;
}

#support_cs .tech .attention {
	display:inline-block;
	padding: 18px;
	margin-bottom: 25px;
	font-size: 14px;
	width: auto;
	border: 3px solid #319f2d;
	border-radius: 8px;
}
#support_cs .customsp .tel h4 {
	margin-bottom: 16px;
	text-align: center;
}
#support_cs .customsp .tel ul {
	margin-bottom: 50px;
  text-align: center;
}
#support_cs .customsp .tel ul li {
	margin: 0 4px;
}
#support_cs .customsp .tel ul li:nth-of-type(1) {
	position: relative;
	margin-right: 19px;
	padding-right: 31px;
}
#support_cs .customsp .tel ul li:nth-of-type(1)::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	display: block;
	height: 92%;
	width: 3px;
	margin-top: -8%;
	background-color: #2b94e4;
}
main #support_cs .customsp::before {
	position: absolute;
	bottom: 0;
	left: 20px;
	content: " ";
	display: inline-block;
	width: 297px;
	height: 213px;
	/* background: url(/img/usage/support-message.png) center center no-repeat; */
	vertical-align: middle;
}
#support_cs .customsp p {
	margin-bottom: 0;
}
#support_cs .tech span,
#support_cs .customsp span {
	font-weight: bold;
}

.contact_mail {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 767px){
#support_cs .customsp,
#support_cs .tech {
	position: relative;
	width: 100%;
	display: block;
	padding: 20px;
	line-height: 2;
	background-color: #ebf4fc;
}
#support_cs .customsp {
	margin: 0 auto;
	border: 20px solid rgb(0 0 0 / 0%);
}
main #support_cs .tech h3,
main #support_cs .customsp h3 {
	line-height: 2;
	color: #038de1;
  text-align: center;
}
main #support_cs .tech h3 {
	margin-bottom: 32px;
}
#support_cs .tech h3 {
	margin-bottom: 40px;
}

#support_cs .tech .attention {
	display:inline-block;
	padding: 18px;
	margin-bottom: 25px;
	font-size: 14px;
	width: auto;
	border: 3px solid #319f2d;
	border-radius: 8px;
}
#support_cs .customsp .tel h4 {
	margin-bottom: 16px;
	text-align: center;
}
#support_cs .customsp .tel ul {
	margin-bottom: 20px;
  text-align: center;
}
#support_cs .customsp .tel ul li {
	margin: 0 4px;
}
#support_cs .customsp .tel ul li:nth-of-type(1) {
	position: relative;
  margin-bottom: 20px;
	margin-right: 0px;
	padding-right: 0px;
}
#support_cs .customsp .tel ul li:nth-of-type(1)::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	display: block;
	height: 92%;
	width: 0px;
	margin-top: -8%;
	background-color: #2b94e4;
}
main #support_cs .customsp::before {
	position: absolute;
	bottom: 0;
	left: 20px;
	content: " ";
	display: inline-block;
	width: 297px;
	height: 213px;
	/* background: url(/img/usage/support-message.png) center center no-repeat; */
	vertical-align: middle;
}
#support_cs .customsp p {
	margin-bottom: 0;
}
#support_cs .tech span,
#support_cs .customsp span {
	font-weight: bold;
}

.contact_mail {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}


}