@charset "UTF-8";
/* CSS Document */

section{
	margin-bottom: 0;
	padding: 40px 0;
	box-sizing: border-box;
	background-color: #000;
}
section::before{display:table!important;}
section::after{display: table;}

section div h3{
	font-weight: bold;
	font-family: "Montserrat",arial;
	font-size: 28px;
	color: #ffffff;	
	margin: 0;
}

section div ol{
	padding-left: 20px;
}

section div{
	color: #ffffff;
}

section div p,section div dl{
	margin: 20px 0 0;
}

section>div:after{
	clear: both;
}

section img{
	max-width: 100%;
	border: 1px solid #ffffff;
}
section.banner_plek{
    background-image: url(../img/plek_banner.jpg);
    background-position: center center;
    background-size: cover;
	width:100%;
	height:500px;
	position:relative;
}
.col_memu2{
    padding: 0;
    background-color: #000;
}
ul.wrap_btn {
    display: flex;
    justify-content: center;
    padding: 0;
    padding-bottom: 0.5em;
    list-style: none;
}
ul.wrap_btn li {
    margin: 0 15px;
}
ul.wrap_btn li a {
    padding: 0.5em 1em;
    font-family: 'Oswald';
    font-size: 1.8rem;
}
/* col */
.plek_inner{
	max-width: 960px;
	margin: 0 auto;
}


/* col_howto */
.col_howto{
    background-color: #222;
}

/* col_plek */
.col_plek{
    background-color: #676767;
}


/* col_scan */
.col_scan{
    background-image: url(../img/plek_scan_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
	display:grid;
}
.banner_plek img{
	border:0;
}
.banner_plek .banner_logo_half{
	/*width:50%;*/
	/*float:left;*/
	padding:0 15px;
	box-sizing:border-box;
	position:absolute;
	right:0;
	top:60%;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transform:translate(0,-50%);
}
.banner_plek .banner_logo_half:first-child{
	text-align:center;
	left:0;
}
.banner_schedule {
    height: 0;
    padding-top: 20%;
    position: relative;
}
.banner_schedule a:after {
    content: url(../img/arrow_wh_right.png);
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.banner_schedule img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 0;
    opacity: .6;
}
.banner_schedule .schedule_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2rem;
}


@media screen and (max-width: 900px) {
	.banner_plek .banner_logo_half{
		top: 50% !important;
	}
	section {
	    padding: 40px 15px;
	}
}

.banner_plek .banner_logo_half img{
	max-width:400px;
	width:70%;
}
.plek_baner_pr {
    bottom: 30px;
    left: 50%;
    max-width: 960px;
    position: absolute;
    -webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
    width: 90%;
}
@media screen and (min-width: 768px) {
	.pic_scan{
		float: left;
		width: 50%;
	}
	.text_scan{
		float: right;
		width: 40%;
	}
}


/* col_dress */
.col_dress{
    background-image: url(../img/plek_dress_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
	display:grid;
}
@media screen and (min-width: 768px) {
	.pic_dress{
		float: right;
		width: 50%;
	}
	.text_dress{
		float: left;
		width: 40%;
	}
}


/* col_processing */
.col_processing{
    background-image: url(../img/plek_processing_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
	display:grid;
}
@media screen and (min-width: 768px) {
	.pic_processing{
		float: left;
		width: 50%;
	}
	.text_processing{
		float: right;
		width: 40%;;
	}
}

/* col_nut */
.col_nut{
    background-color: #676767;
}
.process_header{
	background-color:darkslateblue;
	padding-block: 15px;
	padding-left: 15px;
}

/* col_database */
.col_database{
    background-image: url(../img/plek_database_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
	display:grid;
}
@media screen and (min-width: 768px) {
	.pic_database{
		float: right;
		width: 50%;
	}
	.text_database{
		float: left;
		width: 40%;;
	}
}


/* col_costtime */
.col_costtime{
    background-color: #676767;
}

/* col_move */
.col_movie{
    background-color: rgba(15,25,65,0.8);
}
.mov_box{
	width: 80%;
	margin: 20px auto 0;
	position: relative;
  padding-top: 45%;
}
.mov_box iframe{
position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  }


/* col_plek_qa */
.col_plek_qa{
background: #a0e5e5;
background: -moz-linear-gradient(top, #a0e5e5 0%, #a0e5c3 100%);
background: -webkit-linear-gradient(top, #a0e5e5 0%,#a0e5c3 100%);
background: linear-gradient(to bottom, #a0e5e5 0%,#a0e5c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0e5e5', endColorstr='#a0e5c3',GradientType=0 );
}

section .text_plek_qa h3{
	color: #000000;
}

section .text_plek_qa{
	color: #000000;
}
section .text_plek_qa dl dd ul{
	padding-left:1.5em;
}
section .text_plek_qa dl dd ul li{
	margin-bottom:7px;
}

.col_plek_qa dt{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight:bold;
}

.col_plek_qa dd{
	margin-left: 38px;
	margin-bottom: 40px;
}
.col_plek_qa dd:last-child{
	margin-bottom: 0;
}
.plek_price{
	/*background-color:#333;*/
}
.plek_history{
	background-color:#fff;
}
.plek_history p:nth-of-type(1):before{
	content:"“";
	font-size:3rem;
	color:#999;
	position:absolute;
	left:0;
	line-height:1em;
}
.plek_history p:last-of-type:after{
	content:"”";
	font-size:3rem;
	color:#999;
	position:absolute;
	right:0;
	bottom:-20px;
	line-height:1em;
}

.plek_history p{
	padding:0 30px;
	box-sizing:border-box;
}
.plek_history p{
	position:relative;
}


@media screen and (max-width:600px){
	.banner_schedule .schedule_title {
    font-size: 1.4rem;
}
	ul.wrap_btn li {
    margin: 0 5px;
}
ul.wrap_btn li a {
    padding: 0.1em 0.2em;
    font-family: 'Oswald';
    font-size: 1.5rem;
}
}

.prices li{
	font-size: 2rem;
	font-weight: 700;
	color:white
}
