@charset "UTF-8";

.contents { padding: 0 !important; }


.pageH1Area + .contents .pageH2Area--tit01 {
  margin-top: 0;
}

#result > .contents__inner {
  padding-top: 0px;
  padding-bottom: 0px;
}

.simulationTitle:before {
	content: "";
	display: inline-block;
	position:relative;
	top: 10px;
	width: 40px;
	height: 40px;
	background: url(/static/jp/service/line-official-account/simulator/img/icon_h2.png) no-repeat 0 0;
	background-size: 40px 40px;
	padding-right: 5px;
}

.simulationTitle {
	font-size: 2.2rem;
	text-align: center;
}

.entryBox {
	border: 3px solid #07b53b;
	border-radius: 5px;
	margin: 35px auto 0;
}

.fBox {
	padding: 30px 35px 0;
}

.friend:before {
	content: "";
	display: block;
	width: 120px;
	height: 35px;
	background: url(/static/jp/service/line-official-account/simulator/img/icon_friend.png) no-repeat 0 0;
	background-size: 120px 35px;
}
.friend input, .send input {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-top: 5px;
	vertical-align: bottom;
}

.send:before {
	content: "";
	display: block;
	width: 120px;
	height: 35px;
	background: url(/static/jp/service/line-official-account/simulator/img/icon_send.png) no-repeat 0 0;
	background-size: 120px 35px;
}

.total {
	text-align: center;
	font-weight: bold;
}

.total:before {
	content: "";
	display: block;
	position:relative;
	top: -10px;
	left: 230px;
	width: 120px;
	height: 35px;
	background: url(/static/jp/service/line-official-account/simulator/img/icon_total.png) no-repeat 0 0;
	background-size: 120px 35px;
}

.totalSend {
	font-size: 2.6rem;
	padding-right: 20px;
}
.totalSend:before {
	content: "=";
	padding-right: 20px;
}

.comment{
	margin-top: 15px;
	color: #707070;
}
.comment li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 1.2rem;
}
.comment li:before {
	content: "※ "
}

.bgGray {
	background: #f2f2f2;
	padding: 0 35px 30px;
}

.calcBtn {
	margin-top: 60px;
}

#result {
	transition: height .5s ease, opacity .8s ease .5s;
}
#result:not(.shown) {
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.over {
	margin-bottom: 65px;
	text-align: center;
}
.over:not(.shown) {
	display: none;
}
.over p {
	font-size: 1.8rem;
	font-weight: bold;
}
.over__link{
	border-bottom: 1px solid #5fc169;
}
.pageTxtList{
	margin-top: 0;
}
.pageTxtList__item--simulator{
	color: #323333;
	font-size: 1.4rem;
}

.recPlan {
	background: #f2f2f2;
	border: none;
}

.recPlanTitle {
	text-align: center;
	margin-top: -10px;
}

.recPlanTitle span {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #07b53b;
	text-align: center;
	background: #f2f2f2;
	padding: 0 20px;
}

.recPlanDesc {
	font-size: 1.8rem;
	text-align: center;
	padding: 38px 38px 0;
}
.recPlanDesc--resulutPlan {
	margin: 0 11px;
	border-bottom: 3px solid #07b53b;
	font-size: 2.8rem;
}
.recPlanDetail {
	margin-top: 10px;
	text-align: center;
}

.charge {
	color: #ff6851;
	text-align: center;
}
.chargeVal {
	font-size: 3.2rem;
}
.charge:before {
	content: "";
	display: inline-block;
	position:relative;
	top: 22px;
	width: 70px;
	height: 70px;
	background: url(/static/jp/service/line-official-account/simulator/img/icon_monthly.png) no-repeat 0 0;
	background-size: 70px 70px;
	padding-right: 10px;
}
.recPlan__imageArea{
	text-align: center;
}

.breakDown {
	margin-top: 25px;
	padding-top: 35px;
}

.breakDown h4 {
	background: url(/static/jp/service/line-official-account/simulator/img/icon_arrow.png) no-repeat 0 6px;
	background-size: 12px 11px;
	padding-left: 20px;
}

.breakDown table {
	width: 100%;
	margin-top: 10px;
}

.breakDown th {
	text-align: left;
	font-weight: normal;
}

.breakDown td {
	text-align: right;
}
.breakDown th, .breakDown td {
	padding: 8px 0;
	vertical-align: bottom;
}

.planImg {
	margin-top: 20px;
	text-align: center;
}

.recPlan:not(.shown),
.planImg:not(.shown),
.planDetail:not(.shown),
.planAdditionTitle:not(.shown),
.planAdditionTitleMore:not(.shown),
.planAddition:not(.shown),
.lightPlanAdditional:not(.shown),
.stdPlanAdditional1:not(.shown),
.stdPlanAdditional2:not(.shown),
.stdPlanAdditional3:not(.shown),
.stdPlanAdditional4:not(.shown),
.stdPlanAdditional5:not(.shown),
.stdPlanAdditional6:not(.shown),
.stdPlanAdditional7:not(.shown),
.stdPlanAdditional8:not(.shown),
.stdPlanAdditional9:not(.shown),
.stdPlanAdditional10:not(.shown),
.stdPlanAdditional11:not(.shown),
.stdPlanAdditional12:not(.shown),
.stdPlanAdditional13:not(.shown),
.stdPlanAdditional14:not(.shown),
.stdPlanAdditional15:not(.shown) {
	display: none;
}


.tableBorder {
	border-top: 1px solid #333333;
}

.section__heading2 {
  letter-spacing: 0.1em;
  text-align: center;
}
.section__heading2:after {
  content: '';
  display: block;
  background: url('/static/jp/service/line-official-account/simulator/img/lp_dec01.png') no-repeat center;
}
.section__case-item {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 0 4px 2px -2px #f2f2f2;

  -webkit-box-shadow: 0 4px 2px -2px #f2f2f2;
}
.section__case-item a {
  display: block;
  height: 100%;
  width: 100%;
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
a:hover .pagePannel__time, a:hover .pagePannel__tit {
	text-decoration: underline;
}

.section__case-imageArea {
  overflow: hidden;
}
.section__case-imageArea img {
  width: 100%;
  vertical-align: top;
}
.section__case-company {
  position: relative;
  display: table-cell;
  margin-top: 10px;
  padding-left: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.section__case-company:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/lp/line-official-account/img/common/ico_rightArrow03.png') 0 0 no-repeat;
  background-size: cover;
  transform: translateY(-62%);

  -webkit-transform: translateY(-62%);
}
.section__case-txet {
  margin-top: 10px;
  text-align: left;
}

.linkWindow:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 12px;
	height: 12px;
	background: url("/static/jp/common/img/ico_blank01.png") 0 0 no-repeat;
	background-size: cover;
}

.section__inner--white {
  margin: 0;
  border: 2px solid #fff;
  box-sizing: border-box; 

  -webkit-box-sizing: border-box;
}

.section__heading2 {
  letter-spacing: 0.1em; 
  text-align: center;
}
.section__heading2:after {
  content: '';
  display: block;
  background: url('/lp/line-official-account/img/common/lp_dec01.png') no-repeat center;
}
.section__heading2--white {
  color: #fff;
}
.section__heading2--white:after {
  background: url('/lp/line-official-account/img/common/lp_dec03.png') no-repeat center;
  background-size: auto 5px;
}
.section__lead--white {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section__lead span {
  font-size: 1.2rem;
}
.section__btn {
  text-align: center;
}
.section__btn a {
  display: inline-block;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 50px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: color 0.4s, background-color 0.4s; 

  -webkit-transition: color 0.4s, background-color 0.4s;
}
.section__btn a span {
  position: relative;
  display: inline-block;
}
.section__btn a span:after {
  position: absolute;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background-image: url('/lp/line-official-account/img/common/ico_rightArrow01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.section__btn a[target='_blank'].allow span:after {
  position: absolute;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/lp/line-official-account/img/common/ico_rightArrow01.jpg') 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.section__btn a:hover {
  color: #07b53b;
}
.section__btn--green a {
  border-color: #1ebd92;
  color: #1ebd92;
}

.section__btn--white a {
  color: #1ebd92;
}
.section__btn--white a span {
  color: #1ebd92;
}

.dpNone {
  display: none;
}

.pLR35 {
	padding-right: 35px;
	padding-left: 35px;
}

.mt10 { margin-top: 10px; }
.mt48 { margin-top: 48px; }

.txtC { text-align: center; }

.fwN { font-weight: normal; }

@media screen and (min-width: 1024px) {
	.pcInline { display: inline; }
	.spInline { display: none; }
	.pcContents { display: block; }
	.spContents { display: none; }
	.entryBox,
	.comment,
	.recPlan{
		max-width: 800px;
	}
	.fBox {
		display: flex;
		justify-content: space-between;
	}
	.friend {
		width: 390px;
	}
	.friend input {
		width: 340px;
	}
	.send {
		width: 280px;
	}
	.send input {
		width: 220px;
	}
	.times {
		background: url(/static/jp/service/line-official-account/simulator/img/icon_times.png) no-repeat 0 54px;
		background-size: 19px 19px;
		padding-left: 50px;
	}
	.recPlan{
		margin: 0 auto;
	}
	.tableBorder {
		margin-top: 30px;
		padding-top: 40px;
	}
	.section__heading2 {
		margin-bottom: 58px;
		font-size: 4.2rem;
	}
	.comment{
		margin: 0 auto;
	}
	.section__heading2:after {
		height: 5px;
		width: 44px;
		margin: 40px auto 0;
		background-size: auto 5px;
	}
	.section__case-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;

	-ms-flex-wrap: wrap;
	}
	.section__case-item {
	width: calc(100% / 3 - 21px);
	}
	.section__case-item + .section__case-item {
	margin-left: 30px;
	}
	.section__case-imageArea {
	max-height: 230px;
	}
	.section__case-textArea {
	padding: 20px 30px;
	}
	.section__case-txet {
	font-size: 1.6rem;
	}
  .section__lead {
    margin-bottom: 76px;
    text-align: center;
  }
  .column__inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 40px 60px;
	}
  .section--entry {
    margin: 0 auto;
    padding: 30px;
    background: url('/lp/line-official-account/img/common/bg_account.jpg') no-repeat center;
    background-size: cover;
  }
  .section__inner--white {
    max-width: none;
    padding: 30px 15px;
  }
  .section__heading2 {
    margin-bottom: 58px;
    font-size: 4.2rem;
  }
  .section__heading2:after {
    height: 5px;
    width: 44px;
    margin: 40px auto 0;
    background-size: auto 5px;
  }
  .section__heading2--top {
    margin-top: 122px;
  }
  .section__lead {
    margin-bottom: 76px;
    text-align: center;
  }
  .section__btn a span:after {
    right: -27px;
  }
  .section__btn a[target='_blank'].allow span:after {
    right: -20px;
  }
  .section__btn a {
    min-width: 360px;
    padding: 20px 16px 19px;
    font-size: 1.6rem;
  }
  .section__btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
	.pcInline { display: none; }
	.spInline { display: inline; }
	.pcContents { display: none; }
	.spContents { display: block; }

	.contents__inner { padding: 30px 15px; }

	.pageH2Area--tit01 .pageH2Area__tit01--entry{
		font-size: 2.4rem;
	}

	.fBox { padding: 25px 25px 0; }
	.friend input, .send input {
		width: calc(100% - 1em);
	}
	.total:before {
		left: 0;
	}
	.totalSend:before {
		padding-right: 0;
	}
	.charge:before {
		width: 60px;
		height: 60px;
		background-size: 60px 60px;
		padding-right: 5px;
	}
	.recPlanDesc {
		padding: 20px 15px 0;
		line-height: 1.8;
	}
	.charge span {
		font-size: 3rem;
	}
	.times {
		background: url(/static/jp/service/line-official-account/simulator/img/icon_times.png) no-repeat center 25px;
		background-size: 19px 19px;
		padding-top: 50px;
	}
	.breakDown {
		padding-top: 20px !important;
	}
	.pLR35 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.bgGray {
		padding: 0 20px 20px;
	}
	.tableBorder {
		margin-top: 15px;
		padding-top: 20px;
	}
	.section__heading2 {
		margin: 0 0 26px;
		font-size: 2.2rem;
		line-height: 1.51;
	}
	.section__heading2:after {
		height: 4px;
		width: 30px;
		margin: 20px auto 0;
		background-size: auto 100%;
	}
	.section__case-item + .section__case-item {
		margin-top: 20px;
	}
	.section__case-textArea {
		padding: 18px 17px;
	}
	.section__case-txet {
		font-size: 1.4rem;
	}
	.section__lead {
		margin-bottom: 30px;
		font-size: 1.4rem;
		text-align: left;
	}
	.appBtn {
		display: flex;
		justify-content: center;
	}
	.appBtn {
    display: flex;
    justify-content: center;
  }
	.appBtn li:first-child {
		margin-right: 10px;
	}
	.column__inner {
		padding: 0 12px 30px;
	}
  .section--entry {
    padding: 15px;
    background: url('/lp/line-official-account/img/common/bg_account_sp.jpg') no-repeat center;
    background-size: cover;
  }
  .section__inner--white {
    padding: 30px 20px;
  }
  .section__heading2 {
    margin: 0 0 26px;
    font-size: 2.2rem;
    line-height: 1.51;
  }
  .section__heading2:after {
    height: 4px;
    width: 30px;
    margin: 20px auto 0;
    background-size: auto 100%;
  }
  .section__heading2--top {
    margin-top: 48px;
  }
  .section__lead {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: left;
  }
  .section__lead--white {
    font-weight: bold;
    text-align: center;
  }
  .section__btn a span:after {
    right: -10px;
  }
  .section__btn a[target='_blank'].allow span:after {
    right: -5px;
  }
  .section__btn a {
    min-width: 100%;
    padding: 14px 30px 15px;
    font-size: 1.3rem;
  }
  .section__btn a span:after {
    margin-left: 10px;
    margin-right: -10px;
  }
  .section__btn {
    margin-top: 18px;
	}
}
