/*以下にAMPページのみに反映させるスタイルシートを記入してください*/
.linemo-p {
	margin-top: 0 !important;
}
@media screen and (max-width: 782px) {
	.linemo-p {
		margin-top: 0 !important;
	}
}

header {
	height: 45px;
	padding: .3rem 2rem;
	box-sizing: border-box;
	border-bottom: 3px solid #6F2FFF;
	background-color: #FEFF01;
}

header p {
	margin: .1rem 0;
}

@media screen and (max-width: 782px) {
	header {
		padding: .3rem .5rem;
	}
}

.front-v {
	width: 100%;
	height: 70vh;
	background-color: #13CD09;
	position: relative;
	overflow: hidden;
}

.front-txt-pc {
	width: 115%;
	position: absolute;
	top: 0;
	left: -20px;
}

.front-txt-sp {
	display: none;
}

.front-img {
	width: 550px;
	position: absolute;
	bottom: -10px;
	right: 160px;
}

.front-boxes {
	position: absolute;
	bottom: 10px;
	left: 15%;
	width: 70%;
	display: flex;
	justify-content: space-around;
}

.front-boxes img {
	width: 48%;
}

.front-bottom-pc {
	width: 80%;
	margin: 2rem auto 0 auto;
}

.front-bottom-sp {
	display: none;
}

@media(max-width: 800px) {
	.front-img {
		width: 50%;
		bottom: -10px;
		right: 0;
	}
}

@media(max-width: 600px) {
	.front-bottom-pc {
		display: none;
	}
	
	.front-bottom-sp {
		display: block;
		width: 80%;
		margin: 1rem auto;
	}
	.front-v {
		height: 72vh;
	}
	
	.front-img {
		width: 100%;
		bottom: -10px;
		right: 0;
	}
	
	.front-boxes {
		flex-direction: column;
		bottom: 0;
		left: 20%;
		width: 65%;
	}
	
	.front-boxes img {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.front-txt-pc {
		display: none;
	}
	
	.front-txt-sp {
		display: block;
		width: 230%;
		position: absolute;
		top: -60px;
		left: -124px;
	}

}

@media (min-width: 1400px) {
	.front-v {
		height: 84vh;
	}
}

/*--------About--------*/
section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3rem;
}

.about-linemo {
	background-color: rgba(19, 205, 9, 0.41);
}

.th2 {
	margin-bottom: 1.5rem;
	font-size: 27px;
}

.about-flex {
	display: flex;
	flex-wrap: wrap;
	width: 72%;
	align-items: center;
	justify-content: space-between;
}

.about-flex img {
	width: 22%;
	margin-bottom: 1rem;
}

@media(max-width: 600px) {
	section {
		padding: 3rem 0;
	}
	.about-flex {
		flex-direction: column;
		width: 80%;
	}
	
	.about-flex img {
		width: 100%;
	}
	
	th2 {
		margin-bottom: 1.5rem;
		font-size: 24px !important;
	}
}

/*------PLAN--------*/

.plan-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 60%;
	margin-bottom: 3rem;
}

.plan-box {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 45%;
}

.plan-box2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 45%;
}

.gb-img {
	width: 50%;
	margin-bottom: -81px;
	margin-right: -50px;
	z-index: 1;
}

.gb-img2 {
	width: 66%;
	margin-bottom: -90px;
	margin-right: -50px;
	z-index: 1;
}

.plan-img1 {
	width: 70%;
}

.plan-icon {
	width: 115px;
}

.plan-txt {
	margin: 0;
}

.plan-txta {
	font-size: 16px;
	font-weight: bold;
	margin: .5rem 0;
	line-height: 1;
}
.plan-txtb {
	font-size: 40px;
	font-weight: bold;
	margin: .5rem 0;
	line-height: 1;
}
.plan-txtc {
	font-size: 10px;
	font-weight: semi-bold;
	margin: .5rem 0;
	line-height: 1;
	text-align: right;
}

.plan-img3 {
	width: 70%;
	height: 270px;
	overflow: hidden;
}
.plan-img3 img {
	width: 100%;
	margin-top: -30px;
}

.sp-plan-container {
	display: none;
}

@media(max-width: 600px) {
	.plan-container {
		display: none;
	}
	
	.sp-plan-container {
		display: block;
		width: 87%;
		margin: 0 auto;
	}
	
	.sp-plan-top {
		display: flex;
		position: relative;
	}
	
	.plan-img1 {
		width: 45%;
		margin-right: 4rem;
	}
	
	.gb-img {
		position: absolute;
		top: 10px;
		left: 20%;
		width: 40%;
	}
	
	.sp-plan-txt {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
	}
	
	.plan-txtb {
		font-size: 25px;
	}
	
	.plan-img2 {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	
	.sp-plan-top.r {
		flex-direction: row-reverse;
	}
	
	.plan-img3 {
		width: 45%;
		height: 146px;
		margin-left: 4rem;
	}
	
	.plan-img3 img {
		max-width: 150%;
		width: 150%;
		margin-top: -69px;
	}
	
	.sp-gb-img {
		position: absolute;
		top: -20px;
		right: 15%;
		width: 45%;
	}
}

/*--------CTA--------*/
.button-area {
	background-color: rgba(254, 252, 7, 0.3);
}

.button-area img {
	width: 20%;
}

.button-area p {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin: .5rem auto;
}

.button-area p span {
	font-family: "Helvetica","Futura";
}

.the-button {
	display: block;
	width: 420px;
	background-color: #6F2FFF;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	border-radius: 30px;
	border: 6px solid #5013DB;
	color: #FFF;
	text-align: center;
	padding: 5px;
	box-shadow: 0 9px 0 rgba(0,0,0,0.3);
}

@media(max-width: 600px) {
	.button-area img {
		width: 60%;
	}
	
	.the-button {
		width: 80%;
		font-size: 21px;
		padding: 9px;
		border: 3px solid #5013DB;
		border-radius: 60px;
	}
}

/*--------COMPAIR--------*/
.sub-title {
	font-size: 24px;
	font-weight: bold;
	max-width: 60%;
}

.compair-img {
	width: 60%;
	margin: 1rem auto;
}

@media(max-width: 800px) {
	.sub-title {
		font-size: 16px;
		max-width: 90%;
	}
	
	.compair-img {
		width: 90%;
		margin: 2rem auto;
	}
}

/*--------LIMIT-------*/
.limit {
	background-color: #E3E3E3;
}

.sub-title-s {
	font-size: 21px;
	font-weight: bold;
	max-width: 60%;
}

.limit-top {
	background-color: #FFF;
	border: 3px solid #000;
	padding: 14px;
	box-sizing: border-box;
	width: 54%;
	font-size: 24px;
	text-align: center;
	margin-bottom: 2rem;
}

.limit-boxes {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42%;
	text-align: center;
	margin-bottom: 1.5rem;
}

.limit-inbox-g {
	background-color: #13CD09;
	color: #FFF;
	width: 50%;
	padding: 9px;
	border: 2px solid #000;
}

.limit-inbox-w {
	width: 50%;
	padding: 9px;
	border: 2px solid #000;
	border-left: none;
	background-color: #FFF;
}

.bg-img {
	height: 510px;
	overflow: hidden;
}

.bg-img img {
	margin-top: -80px;
}

@media(max-width: 800px) {
	.bg-img {
		height: 300px;
	}
	
	.bg-img img {
		margin-top: -50px;
	}
	
	.limit-top {
		width: 80%;
	}

	.limit-boxes {
		flex-direction: column;
		width: 70%;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	
	.limit-inbox-g {
		width: 100%;
		padding: 9px;
		border: 2px solid #000;
	}

	.limit-inbox-w {
		width: 100%;
		padding: 9px;
		border: 2px solid #000;
		border-top: none;
	}
	
}

@media(max-width: 600px) {
	.sub-title-s {
		font-size: 16px;
		max-width: 85%;
	}
	
	.limit-top {
		border: 3px solid #000;
		padding: 3px;
		width: 80%;
		font-size: 21px;
		margin-bottom: 2rem;
	}

	.limit-boxes {
		flex-direction: column;
		width: 70%;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	
	.limit-inbox-g {
		width: 100%;
		padding: 9px;
		border: 2px solid #000;
	}

	.limit-inbox-w {
		width: 100%;
		padding: 9px;
		border: 2px solid #000;
		border-top: none;
	}
	
	.bg-img img {
		margin-top: -20px;
	}
	
	.bg-img {
		height: 200px;
	}
}

/*--------FLOW--------*/
.flow {
	background-color: rgba(19, 205, 9, 0.41);
}

.flow-pc {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.flow-step {
	width: 36%;
	margin-bottom: 1.5rem;
}

.bottom-step {
	display: flex;
	justify-content: space-around;
	width: 72%;
}

.flow-kind {
	width: 40%;
}

.step-boxes {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 45%;
}

.step-boxes.r {
	align-items: flex-start;
}

.steps {
	margin-bottom: 1.5rem;
}

.flow-sp {
	display: none;
}

@media(max-width: 600px) {
	.flow-pc {
		display: none;
	}
	
	.flow-sp {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.flow-step {
		width: 87%;
		margin-bottom: 1.5rem;
	}
	
	.tabs {
	  margin-top: 50px;
	  background-color: #fff;
	  width: 87%;
	  margin: 0 auto;
	}
	
	.sim_item,
	.esim_item {
	  width: calc(100%/2);
	  height: 50px;
	  border: 3px solid #BBEAB7;
	  background-color: #BBEAB7;
	  line-height: 50px;
	  font-size: 16px;
	  text-align: center;
	  color: #0;
	  display: block;
	  float: left;
	  text-align: center;
	  font-weight: bold;
	  transition: all 0.2s ease;
	}
	
	.esim_item {
		border: 3px solid #89D9E1;
		background-color: #89D9E1;
	}
	
	input[name="tab_item"] {
		display: none;
	}
	
	.tab_content {
		display: none;
	  padding: 0;
	  clear: both;
	  overflow: hidden;
	}
	
	#sim:checked ~ #sim_content {
		border: 3px solid #BBEAB7;
		display: block;
	}
	
	#esim:checked ~ #esim_content {
		border: 3px solid #89D9E1;
		display: block;
	}
	
	.step-boxes {
		width: 80%;
		align-items: center;
		margin: 0 auto;
		margin-top: 2rem;
	}
}

/*--------VOICE-------*/
.voice {
	background-color: #FFF;
}

.voice h2 {
	margin-bottom: 5rem;
}

.voice_box {
	display: flex;
	flex-direction: row-reverse;
	width: 80%;
	margin-bottom: 7rem;
}
.voice_box.r {
	flex-direction: row;
}

.voice-txt-box {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	background-color: #FFF;
	border: 2px solid #14CD09;
	padding: 24px;
	height: fit-content;
	z-index: 1;
	width: 70%;
}

.voice-txt-box.r {
	align-items: flex-start;
}

.voice-title {
	font-weight: bold;
	font-size: 27px;
	margin: 0 0 0 1rem;
}

.voice-txt {
	font-size: 18px;
	margin: 0;
}

.voice-img {
	width: 36%;
	margin-top: -50px;
	margin-left: -50px;
}

.voice-img.r {
	margin-top: -50px;
	margin-right: -50px;
}

@media(max-width: 800px) {
	.voice_box {
		flex-direction: column;
		width: 87%;
		margin-bottom: 2rem;
		background-color: #FFF;
		border: 2px solid #14CD09;
		padding: 24px;
		height: fit-content;
	}
	.voice_box.r {
		flex-direction: column;
	}

	.voice-txt-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #FFF;
		border: none;
		padding: 0;
		z-index: 0;
		width: 100%;
	}

	.voice-title {
		font-size: 21px;
		margin: 1rem auto;
	}

	.voice-txt {
		font-size: 16px;
	}

	.voice-img,
	.voice-img.r {
		width: 90%;
		margin: 10px auto;
	}

	.voice h2 {
		margin-bottom: 3rem;
	}
}

/*--------FAQ-------*/
.faq {
	background-color: #F2F2F2;
}

.qa-box {
	background-color: #FFF;
	width: 60%;
	display: flex;
	flex-direction: column;
	padding: 3% 6%;
	box-sizing: border-box;
}

.q-box {
	display: flex;
	align-items: flex-start;
}

.q-icon {
	width: 50px;
	height: 50px;
	color: #FFF;
	background-color: #13CD09;
	border-radius: 30px;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	margin: .5rem 0;
	margin-right: 1rem;
}

.a-icon {
	width: 50px;
	height: 50px;
	color: #13CD09;
	background-color: #FFF;
	border: 2px solid #13CD09;
	border-radius: 30px;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	margin: .5rem 0;
	margin-right: 1rem;
}

.q-title {
	font-weight: bold;
	font-size: 16px;
	margin: 1rem 0;
}

.a-txt {
	font-size: 16px;
	margin: .7rem 0;
	max-width: 80%;
}

.q-line {
	border-bottom: 1px solid #17CC0B;
	width: 100%;
	margin: .5rem 0;
}

@media(max-width: 800px) {
	.qa-box {
		width: 87%;
		padding: 3%;
	}
	
	.q-icon,
	.a-icon {
		width: 40px;
		height: 40px;
		font-size: 22px;
	}
	
	.q-title {
		margin: .5rem 0;
	}
	
	.q-title,.a-txt {
		max-width: 80%;
	}

}

/*--------Footer--------*/
footer {
	text-align: center;
}

footer a {
	text-decoration: none;
	color: #000;
	font-size: small;
}
