/*****************************************************-
CSS Document : SP用
- ****************************************************/
* {
	box-sizing: border-box;
}
body{ font-weight:400; font-size: 1.1rem;}
.ft-note{ font-weight:100;}

.product-nav-flex ul li{ font-weight:400 !important;}

section{
	padding-top: 35px;
	padding-bottom: 40px;
}
section:nth-child(2n+1) {
	background: #fffdec;
}
section:last-of-type {
	border-bottom:none;
}
.display-none,
.read-only {
	display:none;
}
.container {
	max-width: 100%;
	margin:0 12px;
}
.clearfix:after,
.container:after {
	content:""; display:block; clear:both;
}

.container .txt{
	font-size:1.4rem;
}
.container .img {
	margin-top: 1.5rem;
	text-align:center;
}
.container .img img{
	width: 100%;
	height: auto;
}
.container .img.img80p img{
	width: 80%;
	max-width: 300px;
	height: auto;
}
.container .img.img50p img{
	width: 50%;
	max-width: 300px;
	height: auto;
}
.container .img.img30p img{
	width: 30%;
	max-width: 100px;
	height: auto;
}

.container h3 + p,
.container .img + p{
	margin-top:1.5rem;
}

hr{ border:none;}
section hr{
	border-top: 1px solid #d2d2d2;
	margin-top:30px;
	margin-bottom:20px;
}
/* section内を分割する場合、sectionのclassにsection_lineを入れてhrで区切る */
section.section_line hr{
	width:100%;
	margin:35px 0;
}

section.main-visual{
	background:transparent;
}
.main-visual{
	border-bottom:none;
}
.main-visual h1{
	text-align: center;
}
.main-visual h1 img{
	width:100%;
	max-width:330px;
	height:auto;
}
.main-visual .bg img{
	width:100%;
	height:auto;
}
.page-navi{
	height: auto;
	padding:10px 0;
	background: #fec7de;
}
.page-navi ul{
	display: flex;
	justify-content:center;
	width:100%;
	margin:0;
}
.page-navi ul li{
	width:calc(100% /4);
	text-align: center;
	padding-left:0.5%;
}
.page-navi ul li a{
	text-decoration: none;
	background: #ed699b url(/product/phone/lalasia/images/3/lalasia17.png) no-repeat center 90%;
	background-size: 15px;
	display: table-cell;
	width: 85px;
	height: 85px;
	color:#fff;
	font-size: 12px;
	font-size:1.2rem;
	font-weight: 200;
	line-height: 1.4;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.page-navi ul li a:hover{
	opacity: 0.8;
}

.page-sns {
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
}
.page-sns .inr {
	float: right;
}
.page-sns p,
.page-sns li,
.page-sns ul {
	float: left;
}
.page-sns p {
	color: #888888;
	font-size: 1.1rem;
	padding-top: 7px;
}
.page-sns ul {
	padding-left: 10px;
}
.page-sns li {
	margin-left: 7px;
}
.page-sns li img {
	width: 32px;
	height: auto;	
}


.contents-title{
	margin-bottom: 1rem;
}

.heading-textline {
	font-weight: 700;
	position: relative;
	text-align: center;
	line-height: 1;
	padding-bottom: 15px;
	font-size: 23px;
	font-size: 2.3rem;
}
.heading-textline:after {
	content: '';
	display: block;
	width: 1em;
	height: 3px;
	bottom: 0;
	left: 50%;
	position: absolute;
	background-color: #db2127;
	margin-left: -.5em;
}
.heading-textline-sub{
	position: relative;
	text-align: center;
	color: #777;
	padding-top: 12px;
	line-height: 1;
	font-size: 12px;
	font-size: 1.2rem;
}

.heading-iconheart{
	margin-bottom:2rem;
	background: url(/product/phone/lalasia/images/3/lalasia03.png) no-repeat 12px center;
	background-size: 40px auto;
}
.heading-iconheart span{
	font-size: 23px;
	font-size: 2.3rem;
	color: #da1463;
	padding-left:60px;
}


.heading-categorytitle{
	font-size:18px;
	font-size:1.8rem;
	margin-bottom:1rem;
	text-align: center;
}

.heading-subtitle{
	background: #ff8a00;
	color:#fff;
	font-weight: 400;
	font-size: 16px;
	font-size:1.6rem;
	padding:6px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
}
.heading-short-style{
	margin-bottom:1.5rem;
}

.text-box + .heading-short-style,
.txt + .heading-short-style,
.img + .heading-short-style{
	margin-top:2.5rem;
}


.news-contents{
	padding-top:0;
}

.news-list{
	width: auto;
	margin: 0;
}
.news-list dt{
	text-align: left;
	width: 9em;
	white-space: nowrap;
	float: left;
}
.news-list dd{
	margin-left: 10em;
	margin-bottom:1.2em;
	text-align: left;
}

.text-box p br{
	display: none;
}
.characteristic-item{
	width:100%;
	margin:0;
	display: block;
	margin-bottom:24px;
}

.txt + .voice-box{
	margin-top:30px;
}
.voice-box{
	border:solid 1px #f29700;
	background: #fff3c3;
	padding:12px 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:30px;
}
.voice-box:last-of-type{
	margin-bottom:0;
}
.voice-img{
	display: none;	
}
.voice-text{
	text-align: left;
	font-size:13px;
	font-size:1.3rem;
}
.voice-title{
	margin-bottom:12px;
	color:#db1465;
	font-weight: 700;
	font-size: 16px;
	font-size:1.6rem;
	padding-left:45px;
	background: url(/product/phone/lalasia/images/3/lalasia16.png) no-repeat left center;
	background-size: 30px auto;
	min-height: 30px;
}
.voice-comment{
	margin-top: 10px;
}

.info-box{
	border:solid 1px #999;
	background: #fff;
	padding:40px 20px;
}
.info-box h3{
	font-size: 1.75rem;
	text-align: center;
	margin-bottom:1rem;
}
.info-box h4{
	font-size:1.5rem;
	margin-bottom:1rem;
}
.info-box .txt.date-cont{
	font-size:1.5rem;
	margin-bottom:1em;
}
.info-box .txt sub{
	font-size:1rem;
}

.rakuraku-model,
.arrows-model{
	width:auto;
}
.rakuraku-model h3,
.arrows-model h3{
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 1rem;
	text-align: center;
}
ul.link_btn{
	margin-top:30px;
	margin-bottom:0;
}
ul.link_btn li{
	width:250px;
	margin:0 auto 30px;
}
ul.link_btn li a {
	text-align: center;
	display: block;
	margin-left:auto;
	margin-right:auto;
	font-size: 110%;
	padding: 8px 18px 7px;
	background-color: #d22626;
	color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
ul.link_btn li a:hover {
	background-color: #ff0000;
}
ul.link_btn li p{
	text-align: left;
	margin-top:1em;
}

.model_image{
	display:block;
	width:200px;
	height:230px;
	margin-left:auto;
	margin-right:auto;
}
.model_image.img_f-02l{ background:url(/product/phone/lalasia/images/1/lalasia-f-02l.png) no-repeat center bottom; background-size:120%; }
.model_image.img_f-04k{ background:url(/product/phone/lalasia/images/1/lalasia-f-04k.png) no-repeat center bottom; background-size:120%; }
.model_image.img_f-03k{ background:url(/product/phone/lalasia/images/2/lalasia-f-03k.png) no-repeat center bottom; background-size:120%; }
.model_image.img_f-04j{ background:url(/product/phone/lalasia/images/1/lalasia-f-04j.png) no-repeat center bottom; background-size:120%; }
.model_image.img_f-06f{ background:url(/product/phone/lalasia/images/1/lalasia-f-06f.png) no-repeat center bottom; background-size:120%; }
.model_image.img_f-01l{ background:url(/product/phone/lalasia/images/2/lalasia-f-01l.png) no-repeat center bottom; background-size:120%; }

ul.link_btn.line2 .model_image{
	margin-left: auto;
	margin-right:auto;
	font-size:1.4rem;
	position: relative;
}
ul.link_btn.line2 .model_image p{
	position: absolute;
	margin:0;
	top:0;
	width: 100%;
	text-align: center;
}
