@charset "utf-8";


/*** Placil Contents Styles ***/


/* Common
------------------------------------------------------------- */

#contents_box {
	padding-top: 60px;
	max-width: 100%;
}

.contents_inner_box {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 20px;
}

.wrapper_dark {
	background-color: #424242;
}

.wrapper_middle {
	background-color: #c8c8c8;
}

.wrapper_light {
	background-color: #ececec;
}

.wrapper_pink {
	background-color: #eee3e2;
}

.wrapper_blue {
	background-color: #79d2ff;
}

.wrapper_blue > .contents_inner_box {
	padding: 40px 20px;
}

h2 {
	margin: 0;
	margin-bottom: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	color: #1a1a1a;
}

h2::after {
	content: "";
	width: 160px;
	height: 1px;
	background-color: #808080;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -80px;
}

.txt_leader {
	line-height: 2;
}

.page_break {
	page-break-before: always;
}



/* Anchor Link
------------------------------------------------------------- */

.product_anchor_box {
	width: 100%;
	padding: 30px 20px;
	background-color: #e4e4e4;
	box-shadow: 0 6px 10px rgba(0,0,0,0.1);
}

.product_anchor_inner {
	width: 100%;
	max-width: 210px;
	margin: 0 auto;
}

.product_anchor_box ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

.product_anchor_box ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
}

.product_anchor_box ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	line-height: 50px;
	text-decoration: none;
	color: #2d2d2d;
	font-weight: 400;
	font-size: 1.35rem;
	white-space: nowrap;
}

.product_anchor_box ul li a:hover,
.product_anchor_box ul li a:active {
	background-color: #d9d9d9;
}


.product_anchor_box ul li a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 0.8em;
	border-right: 2px solid #2d2d2d;
	border-bottom: 2px solid #2d2d2d;
	transform: rotate(45deg);
	vertical-align: 3px;
}



/* Splash Movie
------------------------------------------------------------- */

.placil_splash {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
}

.placil_splash > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: default;
}

.placil_splash > a video {
	width: 100%;
	max-width: 300px;
	height: auto;
	position: absolute;
	top: 48%;
	left: 50%;
	text-align: center;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	overflow: hidden;
}

.placil_splash .skip_btn {
	width: 100%;
	padding-top: 30px;
	text-align: center;
}

.placil_splash .skip_btn a {
	display: inline-block;
	width: 6em;
	padding: 10px;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}

.placil_splash img {
	width: 100%;
	max-width: 400px;
}



/* Header
------------------------------------------------------------- */

.placil_header {
	position: relative;
}

.placil_header img {
	width: 100%;
}

.header_icons {
	padding: 30px 10px 0 10px;
}

.header_icons p {
	text-align: center;
	color: #700a00;
	font-size: 1.4rem;
	font-weight: 500;
	white-space: nowrap;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 45px 45px;
}

.header_icons p.header_award {
	padding: 60px 0 20px 0;
	background-image: url(../../products/placil/img/icon_award.png);
	line-height: 1.6;
}

.header_icons p.header_jisseki {
	padding: 50px 0 20px 0;
	margin-bottom: 20px;
	font-size: 1.6rem;
	background-image: url(../../products/placil/img/icon_jisseki.png);
}

.header_icons p.header_jisseki span:nth-child(2) {
	font-size: 3.2rem;
	margin: 0 4px;
}



/* Contact
------------------------------------------------------------- */

.placil_contact_box > p {
	padding: 15px 0;
	text-align: center;
	color: #000;
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1.6;
}

.placil_contact_box > p:first-child br.sbr {
	display: none;
}

.placil_contact_box > p:first-child {
	white-space: nowrap;
}

.placil_contact_box > p.placil_contact_note {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2;
	text-align: left;
	padding: 5px 0 25px 0;
}

.placil_contact_box > p.placil_contact_note br {
	display: none;
}

.placil_contact_box > p.only1min {
	padding-bottom: 5px;
}


.placil_contact_box > p.only1min::before,
.placil_contact_box > p.only1min::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/icon_only1min.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: -4px;
}

.placil_contact_box > p.only1min::after {
	transform: scale(-1, 1);
}

.placil_contact_box .contact_btn_box {
	padding: 20px 0;
	text-align: center;
}

.contact_btn_box p {
	width: 100%;
	height: 65px;
	max-width: 320px;
	min-width: 240px;
	margin: 0 auto 20px auto;
}

.contact_btn_box p a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 65px;
	white-space: nowrap;
}

.contact_btn_box p a::after {
	display: inline-block;
	content: "";
	width: 40px;
	height: 40px;
	margin-left: 10px;
	vertical-align: middle;
	background-position: center center;
	background-size: contain;
}

.contact_btn_box p.btn_placil_contact a {
	background-color: #800300;
}

.contact_btn_box p.btn_placil_catalog a {
	background-color: #f80;
	color: #000;
}

.contact_btn_box p.btn_placil_contact a::after {
	background-image: url(../img/icon_contact.png);
}

.contact_btn_box p.btn_placil_catalog a::after {
	background-image: url(../img/icon_pdf_black.png);
}

.contact_btn_box p.btn_placil_contact a:hover,
.contact_btn_box p.btn_placil_contact a:active {
	text-decoration: none;
	background-color: #700000;
}

.contact_btn_box p.btn_placil_catalog a:hover,
.contact_btn_box p.btn_placil_catalog a:active {
	text-decoration: none;
	background-color: #f70;
}



/* Jisseki
------------------------------------------------------------- */

.jisseki_read_box {
	padding: 10px 10px 40px 10px;
}

.jisseki_read_box .header_jisseki {
	width: 230px;
	margin: 20px auto;
	padding-left: 90px;
	text-align: left;
	color: #700a00;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
	background-image: url(../../products/placil/img/icon_jisseki.png);
}

.jisseki_read_box .header_jisseki span:first-child {
	display: block;
	padding-left: 6px;
}

.jisseki_read_box .header_jisseki span:nth-child(2) {
	font-size: 4.2rem;
	margin-right: 2px;
}

.jisseki_read_box p {
	font-size: 1.6rem;
}

.jisseki_read_box p br.wbr {
	display: none;
}

.jisseki_glaph_box {
	padding: 0 20px;
}

.jisseki_glaph_box div {
	margin-bottom: 40px;
}

.jisseki_glaph_box img {
	width: 100%;
}



/* Cases
------------------------------------------------------------- */

.placil_case_box iframe {
	width: 100%;
	height: 450px;
}

.wrapper-placilcaseslider {
	margin: 10px 0 40px 0;
}

.swiper-placilcase::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
	background: rgb(200,200,0);
	background: linear-gradient(90deg, rgba(200,200,200,1) 0%, rgba(200,200,200,0) 25%, rgba(200,200,200,0) 75%, rgba(200,200,200,1) 100%);
}

.swiper-placilcase .swiper-slide > a {
	display: block;
/*	pointer-events: none;	*/
}
/*
.swiper-placilcase .swiper-slide.swiper-slide-active > a {
	pointer-events: auto;
}
*/
.swiper-placilcase .swiper-slide > a:hover,
.swiper-placilcase .swiper-slide > a:active {
	text-decoration: none;
	opacity: 0.8;
}

.swiper-placilcase .swiper-slide img {
	width: 100%;
	height: 38vw;
	margin-bottom: 10px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.swiper-placilcase .swiper-slide p {
	line-height: 1.6;
}

.swiper-placilcase .swiper-slide p.case_catch {
	margin-bottom: 8px;
	max-height: 6.5em;
	overflow: hidden;
	font-weight: 500;
	white-space: normal;
	text-overflow: ellipsis;
	position: relative;
}

.swiper-placilcase .swiper-slide p.case_catch::before {
	content: "…";
	width: 2em;
	text-align: left;
	padding-left: 0.3em;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	background-color: #c8c8c8;
}

.swiper-placilcase .swiper-slide p.case_catch::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #c8c8c8;
	position: absolute;
}

.swiper-placilcase .swiper-slide p.case_industry {
	border-top: 1px solid #a5a5a5;
	padding-top: 10px;
}

.swiper-placilcase .swiper-slide p.case_industry,
.swiper-placilcase .swiper-slide p.case_use {
	font-weight: 500;
	padding-left: 4em;
	text-indent: -4em;
}

.wrapper-placilcaseslider .swiper-button-prev,
.wrapper-placilcaseslider .swiper-button-next {
	width: 60px !important;
	height: 60px !important;
	margin-top: -30px !important;
	background-color: #000;
	background-image: url(../img/arrow_updown_white.png);
	background-position: center center;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	border-radius: 30px;
	z-index: 100;
}

.wrapper-placilcaseslider .swiper-button-next {
	right: 0;
	transform: rotateZ(270deg);
}

.wrapper-placilcaseslider .swiper-button-prev {
	left: 0;
	transform: rotateZ(90deg);
}


/*Button*/

.btn_jirei_case {
	width: 100%;
	height: 65px;
	max-width: 320px;
	margin: 0 auto;
}

.btn_jirei_case a {
	text-align: center;
	padding-left: 10px;
	width: 100%;
	display: block;
	color: #fff;
	background-color: #424242;
	font-size: 1.6rem;
	line-height: 65px;
}

.btn_jirei_case a::after {
	display: inline-block;
	content: "";
	width: 30px;
	height: 36px;
	margin-left: 8px;
	vertical-align: middle;
	background-image: url(../img/arrow_white.png);
	background-position: center center;
	background-size: 30px 36px;
}

.btn_jirei_case a:hover,
.btn_jirei_case a:active {
	text-decoration: none;
	background-color: #333;
}



/* Nayami
------------------------------------------------------------- */

.placil_nayami_box > h2::after {
	display: none;
}

.placil_nayami_box > h2 span {
	display: inline-block;
	font-size: 1.5em;
	margin: 0 4px;
}

.nayami_cont_box {
	max-width: 940px;
	margin: 0 auto 40px auto;
	position: relative;
	
}

.nayami_cont_box::after {
	content:"";
	display:block;
	clear:both;
}

.nayami_cont_box p {
	padding: 15px 30px;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	background-color: #c8c8c8;
	border-radius: 60px;
	margin-bottom: 25px;
}

.nayami_kaiketu_box p {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #1a1a1a;
}

.nayami_kaiketu_box p span {
	display: inline-block;
	font-size: 1.5em;
	margin: 0 4px;
}



/* About
------------------------------------------------------------- */

.placil_about_box .txt_leader {
	font-size: 1.6rem;
	padding: 0 0 40px 0;
}

.placil_about_box .txt_leader br {
	display: none;
}

.about_bosyu {
	margin: 0 40px 60px 40px;
	padding: 20px 20px;
	border: 1px solid #700a00;
	background-color: #ffe1e1;
}

.about_bosyu h3 {
	font-size: 2rem;
	font-weight: 500 !important;
	text-align: center;
	color: #700a00;
	padding-bottom: 30px;
}

.about_bosyu p {
	font-size: 1.6rem;
}

.about_bosyu p br {
	display: none;
}


/* Movie */

.about_movie_box > div {
	text-align: center;
	width: 100%;
	margin: 0 auto 40px auto;
}

.about_movie_box > div h4 {
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 2px;
}

.about_movie_box .youtube_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #c8c8c8;
}

.about_movie_box .youtube_box::before {
	content: "";
	display: block;
	padding-top: 54.5%;
}

.about_movie_box .youtube_box::after {
	display: block;
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	background-image: url(../img/icon_youtube_gray.png);
	background-size: contain;
	background-position: center center;
	z-index: 10;
	pointer-events: none;
}

.about_movie_box .youtube_box:hover::after {
	background-image: url(../img/icon_youtube_red.png);
}

.about_movie_box .youtube_box img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.1);
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/* Image */

.about_img_box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.about_img_box ul li {
	margin-bottom: 2px;
}

.about_img_box ul li img {
	width: 100%;
}



/* Hanbetu
------------------------------------------------------------- */

.placil_hanbetu_box .txt_leader {
	font-size: 1.6rem;
	padding: 0 0 40px 0;
}

.placil_hanbetu_box .txt_leader br {
	display: none;
}

.placil_faq_list.hanbetu_list .faq_question {
	padding: 15px 60px 15px 30px;
}

.placil_faq_list.hanbetu_list .faq_answer {
	padding: 20px 30px;
	font-size: 1.5rem;
}

.placil_faq_list.hanbetu_list .faq_answer p {
	margin-bottom: 10px;
	line-height: 2;
}

.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table {
	width: 100%;
	margin: 40px 0 10px 0;
	font-size: 1.2rem;
	line-height: 2;
	border-collapse: collapse;
	border-right: 0;
	border-left: 0;
	border-top: 0;
}

.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr {
	border-bottom: 1px solid #1a1a1a;
}

.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr:last-child {
	border-bottom: 0;
}

.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr th:first-child {
	width: 8.5em;
	padding: 10px 15px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	border-right: 1px solid #1a1a1a;
}

.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr:first-child th {
	padding: 10px 15px;
	text-align: left;
	font-weight: 300;
	font-size: 1.2rem;
	border: 0;
	background-color: #fff;
	border-right: 1px solid #1a1a1a;
}

.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr:first-child th:last-child {
	border-right: 0;
}

.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr td {
	padding: 10px 15px;
	text-align: left;
	font-weight: 300;
	border: 0;
}



/* Concept
------------------------------------------------------------- */

.placil_concept_box {
	padding-bottom: 10px;
	margin: 0 auto;
}

.placil_concept_box .txt_leader {
	padding: 10px 0 40px 0;
	font-size: 1.8rem;
	font-weight: 500;
	white-space: nowrap;
}

.concept_cont_box p {
	margin-bottom: 40px;
	font-size: 1.6rem;
}

.concept_cont_box .concept_img {
	padding: 0 20px;
	margin-bottom: 40px;
}

.concept_cont_box .concept_img img {
	width: 100%;
}



/* Features
------------------------------------------------------------- */

.placil_feature_box {
	padding-bottom: 20px;
}

.feature_cont_box > div {
	margin: 60px 0 40px 0;
	position: relative;
}

.feature_cont_box > div::after {
	content:"";
	display:block;
	clear:both;
}

.feature_cont_box > div .feature_title {
	text-align: center;
}

.feature_cont_box > div .feature_title p {
	font-size: 1.5rem;
	color: #700a00;
}

.feature_cont_box > div .feature_title h3 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.feature_cont_box > div .feature_img {
	margin-bottom: 15px;
}

.feature_cont_box > div .feature_img img {
	width: 100%;
}

.feature_cont_box > div .feature_txt {
	font-size: 1.6rem;
}


/* Usage Scene
------------------------------------------------------------- */

.placil_scene_box {
	padding-bottom: 20px;
}

.scene_cont_box {
	padding-top: 20px;
}

.scene_cont_box > div {
	margin-bottom: 40px;
}

.scene_cont_box > div .scene_img img {
	width: 100%;
}

.scene_cont_box > div h3 {
	margin: 10px 0;
	padding: 2px 0 8px 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: 1px solid #808080;
}

.scene_cont_box > div .scene_txt {
	font-size: 1.4rem;
}



/* Shikumi
------------------------------------------------------------- */

.shikumi_cont_box {
	padding-top: 20px;
}

.shikumi_cont_box .shikumi_txt {
	margin: 0 0 20px 0;
	font-size: 1.6rem;
}

.shikumi_cont_box .shikumi_img img {
	width: 100%;
}


/* Material */

.material_list {
	margin: 0 0 10px 0;
	padding: 20px 0;
	list-style-type: none;
	list-style-position: outside;
}

.material_img {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.material_list li {
	margin-bottom: 10px;
}

.material_list li span {
	display: inline-block;
	white-space: nowrap;
	line-height: 1;
}

.material_list li span:first-child {
	width: 4.5em;
	padding: 8px;
	text-align: center;
	background-color: #e6e6e6;
}

.material_list li span:last-child {
	width: calc(100% - 4.5em);
	padding: 8px 10px;
	text-align: left;
}

.material_img {
	display: flex;
	flex-wrap: wrap;
}

.material_img li {
	width: 50%;
}

.material_img li img {
	width: 100%;
}



/* HowTo
------------------------------------------------------------- */

.placil_howto_box .txt_leader {
	text-align: center;
	font-size: 1.6rem;
	padding: 20px 0 0 0;
}

.howto_cont_wrapper {
	position: relative;
	margin: 0 auto 70px auto;
	z-index: 1;
}

.placil_howto_box .howto_cont_wrapper:last-child {
	margin-bottom: 40px;
}

.howto_cont_box {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: none;
}

.howto_outline {
	padding: 70px 20px 30px 20px;
	background-color: #e8e8e8;
	font-size: 1.6rem;
}

.howto_details {
	padding: 40px 20px 20px 20px;
	background-color: #f1f1f1;
}


 /*Button*/

.mode_btn {
	margin: 20px auto -40px auto;
	width: 70%;
	max-width: 340px;
	height: 80px;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.mode_btn span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 60px 0 10px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 80px;
	border: 1px solid #000;
	background-color: #fff;
}

.mode_btn span:hover {
	background-color: #f7f7f7;
}

.mode_btn span::after {
	display: inline-block;
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 28px;
	margin-top: -13px;
	background-image: url(../img/arrow_updown_black.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.mode_btn.open span::after {
	transform: rotate(180deg);
}

.howto_close_btn {
	width: 100%;
	height: 70px;
	cursor: pointer;
}

.howto_close_btn span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background-color: #8f8f8f;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.howto_close_btn span:hover {
	background-color: #808080;
}

.howto_close_btn span::after {
	display: inline-block;
	content: "";
	width: 26px;
	height: 26px;
	background-image: url(../img/arrow_updown_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	margin-left: 4px;
	vertical-align: middle;
}


ol.mode_process {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

ol.mode_process li {
	margin-bottom: 40px;
	padding: 0 0 0 48px;
	position: relative;
}

ol.mode_process li::before {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 1.3rem;
	line-height: 1;
	padding-top: 11px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 18px;
	position: absolute;
	left: 0;
	top: -6px;
}

ol.mode_process li:nth-child(1)::before {
	content: "01";
}

ol.mode_process li:nth-child(2)::before {
	content: "02";
}

ol.mode_process li:nth-child(3)::before {
	content: "03";
}


/*Easy Mode*/

.howto_outline_easy p br {
	display: none;
}

.howto_outline_easy img {
	width: 100%;
	margin-top: 10px;
}

.howto_easy_guide img {
	width: 100%;
}

.howto_easy_guide > p {
	margin-bottom: 15px;
}

.howto_easy_guide ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.howto_easy_guide ul li {
	margin: 0 0 30px 0;
	padding: 0;
}

.howto_easy_guide ul li a img {
	margin: 0 0 5px 0;
}

.howto_easy_guide ul li p {
	font-size: 1.3rem;
}

.howto_easy_guide > p.txt_indent br {
	display: none;
}


/*Pro Mode*/

.howto_outline_pro p br {
	display: none;
}

.howto_pro_guide > div {
	margin-bottom: 60px;
}

.howto_pro_guide > div:last-child {
	margin-bottom: 20px;
}

.howto_pro_guide img {
	width: 100%;
}

.howto_pro_guide h4 {
	margin: 0 0 30px 0;
	padding: 8px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.08em;
	font-size: 1.8rem;
	font-weight: 300;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.howto_pro_guide .mode_pro_lead {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.howto_pro_guide .mode_pro_lead + p {
	margin-bottom: 20px;
}

.howto_pro_guide .mode_pro_lead + p + p {
	margin-bottom: 40px;
}

.howto_pro_guide .mode_pro_lead br {
	display: none;
}

.howto_pro_guide ol.mode_process {
	padding: 0;
}

.howto_pro_guide ol.mode_process li a {
	display: block;
	width: calc(100% + 48px);
	margin-left: -48px;
	margin-top: 15px;
}

.howto_pro_guide ol.mode_process li:last-child {
	margin-bottom: 20px;
}



/* Shogen
------------------------------------------------------------- */

.placil_shogen_box {
	margin: 0 auto;
}

.shogen_img_box {
	padding: 10px 0 0 0;
	margin: 0 auto;
	max-width: 920px;
}

.shogen_img_box img {
	width: 100%;
}



/* FAQ
------------------------------------------------------------- */

.placil_faq_list {
	margin: 0 auto 20px auto;
	max-width: 920px;
	padding-top: 1px;
}

.placil_faq_list .faq_question {
	margin: 30px 0 0 0;
	padding: 15px 60px 15px 65px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	border: 1px solid #000;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}

.placil_faq_list .faq_question span {
	display: inline-block;
	font-size: 3rem;
	line-height: 1;
	color: #700a00;
	position: absolute;
	left: 20px;
	top: 15px;
}

.placil_faq_list .faq_question::after {
	display: inline-block;
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -13px;
	background-image: url(../img/arrow_updown_black.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.placil_faq_list .faq_question.open::after {
	transform: rotate(180deg);
}

.placil_faq_list .faq_answer {
	margin: 0;
	padding: 15px 30px 15px 65px;
	font-size: 1.6rem;
	line-height: 1.8;
	border: 1px solid #000;
	border-top: 0;
	background-color: #e7e7e7;
	position: relative;
	display: none;
}

.placil_faq_list .faq_answer span {
	display: inline-block;
	font-size: 3rem;
	line-height: 1;
	font-weight: 500;
	color: #700a00;
	position: absolute;
	left: 20px;
	top: 15px;
}



/* MRC Form
------------------------------------------------------------- */

.placil_mrcform_box {
	margin-bottom: -30px;
}

.placil_mrcform_box > div {
	margin: 0 auto;
	max-width: 920px;
}



/* Reccommend Links
------------------------------------------------------------- */

.placil_other_box {
	padding-bottom: 60px;
}

ul.other_link_box {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	list-style-position: outside;
}

ul.other_link_box li {
	margin-bottom: 10px;
}

ul.other_link_box li img {
	width: 100%;
}

.placil_other_box .products_lineup_list_pla {
	display: none !important;
}



/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {

	/* Anchor Link
	------------------------------------------------------------- */

	.product_anchor_inner {
		max-width: 420px;
		display: flex;
	}

	.product_anchor_box ul {
		width: 50%;
	}

	.product_anchor_box ul:first-child {
		border-right: 0;
	}


	/* Header
	------------------------------------------------------------- */

	.header_icons p.header_award br.wbr {
		display: none;
	}


	/* Cases
	------------------------------------------------------------- */

	.placil_case_box iframe {
		height: 420px;
	}

	/* Concept
	------------------------------------------------------------- */

	.placil_concept_box .txt_leader {
		font-size: 2rem;
	}


}





/* for MiddleSize(480-579px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {

	/*Common
	------------------------------------------------------------- */

	h2 {
		font-size: 2.6rem;
	}

	h2 br {
		display: inline;
	}

	h2 br.wbr {
		display: none;
	}


	/* Contact
	------------------------------------------------------------- */

	.placil_contact_box > p {
		font-size: 2.9rem;
	}


	/* Nayami
	------------------------------------------------------------- */

	.nayami_kaiketu_box p {
		font-size: 2.6rem;
	}

	.nayami_cont_box p {
		font-size: 2rem;
	}


	/* About
	------------------------------------------------------------- */

	/* Image */

	.about_img_box ul {
		display: flex;
		flex-wrap: wrap;
	}

	.about_img_box ul li {
		margin: 0 2px 2px 0;
	}

	.about_img_box ul li:nth-child(1),
	.about_img_box ul li:nth-child(2) {
		width: calc(50% - 1px);
	}

	.about_img_box ul li:nth-child(3),
	.about_img_box ul li:nth-child(4),
	.about_img_box ul li:nth-child(5) {
		width: calc(33.3333% - 1.3333px);
	}

	.about_img_box ul li:nth-child(2),
	.about_img_box ul li:nth-child(5) {
		margin-right: 0;
	}


	/* Concept
	------------------------------------------------------------- */

	.placil_concept_box .txt_leader {
		font-size: 2.4rem;
	}


	/* Usage Scene
	------------------------------------------------------------- */

	.scene_cont_box {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 700px;
		margin: 0 auto;
	}

	.scene_cont_box > div {
		width: calc(50% - 20px);
		max-width: 330px;
		margin-right: 40px;
	}

	.scene_cont_box > div:nth-child(even) {
		margin-right: 0;
	}


	/* HowTo
	------------------------------------------------------------- */

	/*Easy Mode*/

	.howto_easy_guide ul {
		display: flex;
		flex-wrap: wrap;
	}

	.howto_easy_guide ul li {
		width: calc(50% - 7.5px);
		margin-right: 15px;
	}

	.howto_easy_guide ul li:nth-child(even) {
		margin-right: 0;
	}


}





/* for MiddleSize(580-787px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:580px) {

	/* Contact
	------------------------------------------------------------- */

	.placil_contact_box > p:first-child br.sbr {
		display: inline;
	}

	.placil_contact_box > p:first-child br.wbr {
		display: none;
	}

	.placil_contact_box > p.placil_contact_note {
		text-align: center;
	}

	.placil_contact_box > p.placil_contact_note br {
		display: inline;
	}


	/* Jisseki
	------------------------------------------------------------- */

	.jisseki_read_box p {
		text-align: center;
	}

	.jisseki_read_box p br.wbr {
		display: inline;
	}


	/* Cases
	------------------------------------------------------------- */

	.placil_case_box iframe {
		height: 470px;
	}


	/* Nayami
	------------------------------------------------------------- */

	.nayami_kaiketu_box p br.wbr {
		display: none;
	}

	.nayami_cont_box p {
		display: inline-block;
		padding: 20px 60px;
	}

	.nayami_cont_box p:nth-child(odd) {
		float: left;
		clear: both;
	}

	.nayami_cont_box p:nth-child(even) {
		float: right;
		clear: both;
	}

	.nayami_cont_box p br.mbr {
		display: none;
	}


	/* Shikumi
	------------------------------------------------------------- */

	.shikumi_cont_box {
		display: flex;
	}

	.shikumi_cont_box > div {
		width: 50%;
		margin: 0;
	}

	.shikumi_cont_box .shikumi_txt {
		padding-right: 40px;
	}

	/* Material */

	.material_list {
		display: flex;
		flex-wrap: wrap;
	}

	.material_list li {
		width: 50%;
	}


	/* HowTo
	------------------------------------------------------------- */

	.placil_howto_box .txt_leader br {
		display: none;
	}

	/*Pro Mode*/

	.howto_outline_pro p {
		text-align: center;
	}

	.howto_outline_pro p br {
		display: inline;
	}


	/* Reccommend Links
	------------------------------------------------------------- */

	ul.other_link_box {
		display: flex;
	}

	ul.other_link_box li {
		margin: 0 10px 0 0;
	}

	ul.other_link_box li:last-child {
		margin-right: 0;
	}


}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:780px) {

	/* Cases
	------------------------------------------------------------- */

	.swiper-placilcase .swiper-slide img {
		height: 22vw;
		max-height: 320px;
	}

	.swiper-placilcase::before {
		background: linear-gradient(90deg, rgba(200,200,200,1) 0%, rgba(200,200,200,0) 35%, rgba(200,200,200,0) 65%, rgba(200,200,200,1) 100%);
	}

}




/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Common
	------------------------------------------------------------- */

	.contents_inner_box {
		padding: 80px 40px;
	}

	h2 {
		font-size: 2.8rem;
	}


	/* Anchor Link
	------------------------------------------------------------- */

	.product_anchor_box {
		padding: 0 20px;
		height: 90px;
	}

	.product_anchor_inner {
		max-width: 740px;
		justify-content: center;
	}

	.product_anchor_box ul {
		width: fit-content;
		border: 0;
		display: flex;
	}

	.product_anchor_box ul li {
		width: 148px;
		height: 90px;
		position: relative;
	}

	.product_anchor_box ul li::before {
		content: "";
		display: block;
		width: 1px;
		height: 50px;
		background-color: #999;
		position: absolute;
		left: 0;
		top: 20px;
	}

	.product_anchor_box ul:last-child li:last-child:after {
		content: "";
		display: block;
		width: 1px;
		height: 50px;
		background-color: #999;
		position: absolute;
		right: 0;
		top: 20px;
	}

	.product_anchor_box ul li a {
		padding: 20px 5px;
		white-space: nowrap;
		text-align: center;
	}


	/* Header
	------------------------------------------------------------- */

	.header_icons {
		padding: 0;
		position: absolute;
		left: 7.2vw;
		bottom: 3.2vw;
	}

	.header_icons p {
		text-align: left;
		background-size: 3.5vw 3.5vw;
		background-position: left top;
		float: left;
	}

	.header_icons p.header_award {
		padding: 0 0 0 4vw;
		font-size: 0.82vw;
		line-height: 1.4;
	}

	.header_icons p.header_jisseki {
		padding: 0 0 0 3.85vw;
		font-size: 0.82vw;
		margin: 0 0 0 4.2vw;
	}

	.header_icons p.header_jisseki span:first-child {
		display: block;
		font-size: 0.75vw;
		margin-bottom: -0.6vw;
		padding-top: 0.3vw;
	}

	.header_icons p.header_jisseki span:nth-child(2) {
		font-size: 1.4vw;
		margin: 0 0.1vw 0 0;
	}


	/* Contact
	------------------------------------------------------------- */

	.placil_contact_box > p {
		padding: 0 20px 20px 20px;
		font-size: 2.8rem;
	}

	.placil_contact_box .contact_btn_box {
		padding: 20px 0 0 0;
		display: flex;
		justify-content: center;
	}

	.contact_btn_box p {
		margin: 0 30px 10px 30px;
	}

	.placil_contact_box > p.placil_contact_note br.mbr {
		display: none;
	}


	/* Jisseki
	------------------------------------------------------------- */

	.jisseki_read_box {
		display: flex;
		width: 680px;
		margin: 0 auto;
		padding-top: 40px;
	}

	.jisseki_read_box .header_jisseki {
		width: 200px;
		margin: -5px 30px 0 0;
		padding-left: 68px;
		font-size: 1.6rem;
		background-size: 62px 62px;
	}

	.jisseki_read_box .header_jisseki span:first-child {
		padding-left: 6px;
	}

	.jisseki_read_box .header_jisseki span:nth-child(2) {
		font-size: 3.5rem;
	}

	.jisseki_read_box p {
		text-align: left;
		white-space: nowrap;
	}

	.jisseki_glaph_box {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.jisseki_glaph_box div {
		width: calc(50% - 20px);
		margin: 0 40px 25px 0;
	}

	.jisseki_glaph_box div:nth-child(even) {
		margin-right: 0;
	}


	/* Cases
	------------------------------------------------------------- */

	.placil_case_box iframe {
		height: 490px;
	}


	/* Nayami
	------------------------------------------------------------- */

	.nayami_cont_box p {
		padding: 25px 30px;
	}

	.nayami_cont_box p br {
		display: none;
	}

	.nayami_kaiketu_box p {
		font-size: 2.8rem;
	}


	/* About
	------------------------------------------------------------- */

	.placil_about_box .txt_leader {
		padding: 10px 0 40px 0;
		text-align: center;
		white-space: nowrap;
	}

	.placil_about_box .txt_leader br {
		display: inline;
	}

	.about_bosyu {
		margin: 0 auto 60px auto;
		max-width: 920px
	}

	.about_bosyu h3 {
		font-size: 2.2rem;
		padding-bottom: 10px;
	}

	.about_bosyu h3 br {
		display: none;
	}

	/* Movie */

	.about_movie_box {
		display: flex;
		justify-content: center;
	}

	.about_movie_box > div {
		margin: 0 40px 40px 0;
	}

	.about_movie_box > div:nth-child(even) {
		margin-right: 0;
	}


	/* Hanbetu
	------------------------------------------------------------- */

	.placil_hanbetu_box .txt_leader {
		padding: 10px 0 40px 0;
		text-align: center;
		white-space: nowrap;
	}

	.placil_hanbetu_box .txt_leader br {
		display: inline;
	}

	.placil_faq_list.hanbetu_list .faq_question {
		padding: 15px 60px;
	}

	.placil_faq_list.hanbetu_list .faq_answer {
		padding: 25px 60px;
		font-size: 1.6rem;
	}

	.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table {
		margin: 40px 0 20px 0;
		font-size: 1.5rem;
	}

	.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr th:first-child {
		padding: 20px 25px;
		font-size: 1.8rem;
		width: 11em;
	}

	.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr:first-child th {
		padding: 10px 25px;
		font-size: 1.5rem;
	}

	.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr td {
		padding: 20px 25px;
	}



	/* Concept
	------------------------------------------------------------- */

	.placil_concept_box {
		padding-bottom: 10px;
	}

	.placil_concept_box .txt_leader {
		text-align: center;
		padding: 10px 0 50px 0;
	}

	.placil_concept_box .txt_leader br.wbr {
		display: none;
	}

	.concept_cont_box > div {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.concept_cont_box > div > * {
		width: calc(50% - 20px);
	}

	.concept_cont_box > div > .concept_img {
		padding: 0;
	}

	.concept_cont_box > div:nth-child(even) > .concept_img {
		order: -1;
	}


	/* Features
	------------------------------------------------------------- */

	.placil_feature_box {
		padding-bottom: 40px;
	}

	.feature_cont_box > div {
	}

	.feature_cont_box > div .feature_img {
		width: 40%;
		padding-right: 40px;
		float: left;
	}

	.feature_cont_box > div .feature_title {
		text-align: left;
		width: 60%;
		float: right;
	}

	.feature_cont_box > div .feature_title h3 {
		font-size: 2.2rem;
	}

	.feature_cont_box > div .feature_img {
		margin-bottom: 0;
	}

	.feature_cont_box > div .feature_txt {
		float: right;
		width: 60%;
	}


	/* Usage Scene
	------------------------------------------------------------- */

	.placil_scene_box {
		padding-bottom: 40px;
	}


	/* Material
	------------------------------------------------------------- */

	.material_img li {
		width: 20%;
	}


	/* HowTo
	------------------------------------------------------------- */

	.howto_outline {
		padding: 70px 40px 40px 40px;
	}

	.howto_details {
		padding: 40px 40px 20px 40px;
	}

	/*Easy Mode*/

	.howto_outline_easy {
		display: flex;
	}

	.howto_outline_easy p:first-child {
		width: 60%;
	}

	.howto_outline_easy p:last-child {
		width: 40%;
		padding-left: 30px;
	}

	.howto_outline_easy img {
		margin-top: 0;
	}

	.howto_easy_guide ul li {
		width: calc(33.3333% - 10px);
		margin-right: 15px;
	}

	.howto_easy_guide ul li:nth-child(even) {
		margin-right: 15px;
	}

	.howto_easy_guide ul li:nth-child(3n) {
		margin-right: 0;
	}


	/*Pro Mode*/

	.howto_pro_guide {
		display: flex;
		justify-content: space-between;
	}

	.howto_pro_guide > div {
		width: calc(50% - 30px);
		margin-bottom: 0;
	}

	.howto_pro_guide div h4 {
		margin-top: 0;
	}


	/* FAQ
	------------------------------------------------------------- */

	.placil_faq_list .faq_question {
		padding: 15px 70px 15px 85px;
	}

	.placil_faq_list .faq_question span {
		left: 30px;
	}

	.placil_faq_list .faq_question::after {
		right: 30px;
	}

	.placil_faq_list .faq_answer {
		padding: 15px 50px 15px 85px;
	}

	.placil_faq_list .faq_answer span {
		left: 30px;
	}

}




/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:875px) {

	/* Cases
	------------------------------------------------------------- */

	.placil_case_box iframe {
		height: 420px;
	}


	/* Nayami
	------------------------------------------------------------- */

	.placil_nayami_box h2 br {
		display: none;
	}

	.nayami_cont_box p {
		padding: 25px 50px;
	}


	/* Material
	------------------------------------------------------------- */

	.material_list li {
		width: 33.3333%;
	}


}




/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {

	/* Anchor Link
	------------------------------------------------------------- */

	.product_anchor_inner {
		max-width: 900px;
	}

	.product_anchor_box ul li {
		width: 180px;
	}

	.product_anchor_box ul li a {
		font-size: 1.5rem;
	}

	.product_anchor_box ul li a::before {
		width: 10px;
		height: 10px;
		vertical-align: 2px;
	}
	

	/* Cases
	------------------------------------------------------------- */

	.swiper-placilcase .swiper-slide p.case_catch {
		max-height: 4.9em;
	}

	.placil_case_box iframe {
		height: 440px;
	}


	/* About
	------------------------------------------------------------- */

	.about_bosyu {
		padding: 20px 9px;
	}

	.about_bosyu p {
		text-align: center;
	}

	.about_bosyu p br {
		display: inline;
	}

	/* Movie */

	.about_movie_box > div {
		margin-right: 60px;
	}


	/* HowTo
	------------------------------------------------------------- */

	/*Easy Mode*/

	.howto_outline_easy {
		padding-top: 45px;
	}

	.howto_outline_easy p:first-child {
		padding-top: 5vw;
	}

	.howto_outline_easy p br {
		display: inline;
	}


	/* Reccommend Links
	------------------------------------------------------------- */

	.placil_other_box {
		padding-bottom: 80px;
	}


}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1080px) {

	/* Hanbetu
	------------------------------------------------------------- */

	.placil_hanbetu_box .txt_leader br.mbr {
		display: none;
	}

}





/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1280px) {

	/* Cases
	------------------------------------------------------------- */

	.placil_case_box iframe {
		height: 470px;
	}


	/* About
	------------------------------------------------------------- */

	/* Movie */

	.about_movie_box > div {
		margin-right: 80px;
	}


	/* Features
	------------------------------------------------------------- */

	.feature_cont_box > div .feature_title h4 br {
		display: none;
	}


	/* Material
	------------------------------------------------------------- */

	.material_list li {
		width: 25%;
	}


	/* HowTo
	------------------------------------------------------------- */

	/*Easy Mode*/

	.howto_outline_easy p:first-child {
		padding-top: 80px;
	}

}




/*** Print Styles ***/

@media print{

	/* Common
	------------------------------------------------------------- */

	.placil_header {
		width: 100%;
		height: 50vw;
		background-image: url(../../products/placil/img/mainimg_print.jpg);
		background-size: contain;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-color: #eaeaea;
	}

	.placil_header img,
	.placil_header p	{
		display: none;
	}


	/* Cases */

	.swiper-placilcase .swiper-slide img {
		height: 38vw;
		max-height: 320px;
	}


	/* Material */

	.material_list li {
		width: 33.3333%;
	}

	.material_img li {
		width: 20%;
	}

}



