@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_lgray {
	background-color: #d9d9d9;
}

.wrapper_light {
	background-color: #ececec;
}

.wrapper_pink {
	background-color: #eee3e2;
}

.wrapper_pink {
	background-color: #eee3e2;
}

.wrapper_beige {
	background-color: #fff4e5;
}

.wrapper_blue {
	background-color: #caedff;
}

.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;
}



/* Header
------------------------------------------------------------- */

.placil_header {
	position: relative;
}

.placil_header img {
	width: 100%;
	margin-top: -90px;
}

.header_icons {
	padding: 20px 10px 0 10px;
	background-color: #f1f1f1;
	margin-bottom: -20px;
}

.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;
}



/* Product Anchor Link
------------------------------------------------------------- */

.product_anchor_box {
	background-color: #e4e4e4;
	margin-bottom: 40px;
}

.product_anchor_box::before {
	background-color: #e4e4e4;
}

.product_anchor_box ul li a:hover,
.product_anchor_box ul li a:active {
	background-color: #d9d9d9;
}



/* About
------------------------------------------------------------- */

.placil_about_box.contents_inner_box {
	padding-top: 20px;
	padding-bottom: 60px;
}

.placil_about_box .about_subtitle {
	max-width: 700px;
	margin: 0 auto;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 35px;
}

.placil_about_box .txt_leader {
	max-width: 700px;
	margin: 0 auto;
	font-size: 1.6rem;
}



/* Contact
------------------------------------------------------------- */

.placil_contact_box.contents_inner_box {
	padding-top: 40px;
	padding-bottom: 50px;
}

.placil_contact_box > p {
	padding-bottom: 30px;
	text-align: center;
	color: #000;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.6;
	white-space: nowrap;
}

.placil_contact_box > p.only1min {
	padding-bottom: 8px;
}

.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: 0;
	text-align: center;
}

.calalogdl_btn_box p,
.contact_btn_box p {
	width: 100%;
	height: 65px;
	max-width: 320px;
	min-width: 260px;
	margin: 0 auto 20px auto;
}

.contact_btn_box p:last-child {
	margin-bottom: 0;
}

.calalogdl_btn_box p a,
.contact_btn_box p a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 65px;
	white-space: nowrap;
}

.calalogdl_btn_box p a::after,
.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;
}

.calalogdl_btn_box p.btn_placil_catalog a,
.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);
}

.calalogdl_btn_box p.btn_placil_catalog a::after,
.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;
}

.calalogdl_btn_box p.btn_placil_catalog a:hover,
.calalogdl_btn_box p.btn_placil_catalog a:active,
.contact_btn_box p.btn_placil_catalog a:hover,
.contact_btn_box p.btn_placil_catalog a:active {
	text-decoration: none;
	background-color: #f70;
}

/* CatalogDL Only */

.calalogdl_btn_box.contents_inner_box {
	padding: 0 0 60px 0;
}

.calalogdl_btn_box p {
	margin: 0 auto;
	text-align: center;
}



/* Nayami
------------------------------------------------------------- */

.placil_nayami_box > h2::after {
	display: none;
}

.nayami_cont_box {
	position: relative;
	background-image: url(../../products/placil/img/nayami_illust.png);
	background-position: bottom center;
	background-size: 90%;
	background-repeat: no-repeat;
	font-size: 1rem !important;
	line-height: 1.6;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
	align-items: end;
	margin-bottom: 100px;
}

.nayami_cont_box::after {
	content: "";
	display: block;
	height: 48px;
	width: 120px;
	background-image: url(../../products/placil/img/nayami_arrow.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -80px;
	left: 50%;
	margin-left: -60px;
}

.nayami_balloon {
	margin: 0;
	padding: 12px 10px 12px 12px;
	width: auto;
	border: 1px solid #bebebe;
	border-radius: 12px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.nayami_balloon span {
	display: block;
}

.nayami_balloon::before, .nayami_balloon::after {
	content: "";
	display: block;
	height: 15px;
	width: 15px;
	position: absolute;
}

.nayami_balloon::before {
	background-color: #bebebe;
	z-index: 10;
}

.nayami_balloon::after {
	background-color: #fff;
	z-index: 20;
}

.nayami_balloon.nayami_01 {
	width: 12.5em;
	margin: 0 0 20px auto;
	transform: translateY(35px);
}

.nayami_balloon.nayami_01::before {
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	bottom: -15px;
	right: 30px;
}

.nayami_balloon.nayami_01::after {
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	bottom: -13px;
	right: 31px;
}

.nayami_balloon.nayami_02 {
	width: 12.5em;
	margin: 0 auto 15px -10px;
}

.nayami_balloon.nayami_02::before {
	clip-path: polygon(0 0, 0 100%, 100% 0);
	bottom: -15px;
	left: 30px;
}

.nayami_balloon.nayami_02::after {
	clip-path: polygon(0 0, 0 100%, 100% 0);
	bottom: -13px;
	left: 31px;
}

.nayami_balloon.nayami_03 {
	width: 11em;
	margin: 0 auto 10px 20px;
	transform: translateY(16px);
}

.nayami_balloon.nayami_03::before {
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	right: -15px;
	top: 50%;
	margin-top: -8px;
}

.nayami_balloon.nayami_03::after {
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	right: -13px;
	top: 50%;
	margin-top: -9px;
}

.nayami_balloon.nayami_04 {
	width: 12em;
	margin: 0 10px 10px auto;
}

.nayami_balloon.nayami_04::before {
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	left: -15px;
	top: 50%;
	margin-top: -8px;
}

.nayami_balloon.nayami_04::after {
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	left: -13px;
	top: 50%;
	margin-top: -9px;
}

.nayami_balloon.nayami_05 {
	width: 12.5em;
	margin: 0 auto 10px 0;
}

.nayami_balloon.nayami_05::before {
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	right: -15px;
	top: 50%;
	margin-top: -8px;
}

.nayami_balloon.nayami_05::after {
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	right: -13px;
	top: 50%;
	margin-top: -9px;
}

.nayami_balloon.nayami_06 {
	width: 12em;
	margin: 0 0 10px auto;
}

.nayami_balloon.nayami_06::before {
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	left: -15px;
	top: 50%;
	margin-top: -8px;
}

.nayami_balloon.nayami_06::after {
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	left: -13px;
	top: 50%;
	margin-top: -9px;
}

.nayami_kaiketu_box {
	border: 1px solid #ff8f00;
}

.nayami_kaiketu_header {
	padding: 20px 10px;
	text-align: center;
	line-height: 1.6;
	font-size: 2rem;
	font-weight: 500;
	background-color: #fff4e5;
	border-bottom: 1px solid #ff8f00;
}

.nayami_kaiketu_contents > div {
	position: relative;
	min-height: 98px;
	padding: 20px 20px 20px 120px;
	border-bottom: 1px solid #ffc780;
	background-size: 84px 70px;
	background-position: 20px center;
	background-repeat: no-repeat;
}

.nayami_kaiketu_contents > div > p {
	font-size: 1.6rem;
	line-height: 1.8;
}

.nayami_kaiketu_contents > div.kaiketu_time {
	background-image: url(../../products/placil/img/nayami_time.png);
}

.nayami_kaiketu_contents > div.kaiketu_anyone {
	background-image: url(../../products/placil/img/nayami_anyone.png);
}

.nayami_kaiketu_contents > div.kaiketu_cost {
	background-image: url(../../products/placil/img/nayami_cost.png);
}

.nayami_kaiketu_contents > div.kaiketu_safe {
	background-image: url(../../products/placil/img/nayami_safe.png);
	border-bottom: 0;
}




/* Jisseki
------------------------------------------------------------- */

.jisseki_read_box {
	padding: 10px 10px 60px 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;
}

.placil_jisseki_box .katuyou_title {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 30px;
}

.placil_jisseki_box .katuyou_title span {
	display: inline-block;
	text-align: center;
	width: fit-content;
	position: relative;
}

.placil_jisseki_box .katuyou_title::before,
.placil_jisseki_box .katuyou_title::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 0.2em;
	background-image: url(../img/icon_only1min.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: 0.8em;
}

.placil_jisseki_box .katuyou_title::after {
	transform: scale(-1, 1);
}


/* Usage Scene */

.scene_cont_box {
	margin-bottom: 60px;
}

.scene_cont_box > div {
	margin-bottom: 40px;
}

.scene_cont_box > div:last-child {
	margin-bottom: 0;
}

.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;
}


/* Graph */

.jisseki_glaph_box {
	background-color: #ebebeb;
	padding: 30px 20px 1px 20px;
	margin-bottom: 60px;
}

ul.jisseki_graph_read {
	margin: 0 auto 60px auto;
	padding: 0 0 0 1em;
	max-width: 780px;
	list-style-type: none;
	list-style-position: outside;
	font-size: 1.8rem;
	font-weight: 500;
}

ul.jisseki_graph_read li {
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: -1em;
}

ul.jisseki_graph_read li::before {
	content: "●";
	font-size: 0.6em;
	margin: 0 0.3em;
	vertical-align: 0.2em;
}

.jisseki_graph_img > div {
	margin-bottom: 40px;
}

.jisseki_graph_img > div > p {
	width: 60%;
	min-width: 200px;
	max-width: 250px;
	margin: 0 auto 20px auto;
	text-align: center;
	line-height: 36px;
	font-size: 1.8rem;
	font-weight: 500;
	background-color: #fff;
}

.jisseki_graph_img > div > a {
	display: block;
	max-width: 360px;
	margin: 0 auto;
}

.jisseki_graph_img > div > a 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: #d9d9d9;
}

.swiper-placilcase .swiper-slide p.case_catch::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #d9d9d9;
	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);
}

.wrapper-placilcaseslider .swiper-button-next.swiper-button-disabled,
.wrapper-placilcaseslider .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}

/* 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;
}



/* Movie
------------------------------------------------------------- */

.product_movie_box {
	background-color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}

.product_movie_box h2 {
	color: #1a1a1a;
}

.product_movie_box h2::after {
	background-color: #808080;
}

.product_movie_box .youtube_autoplay_box div p {
	color: #1a1a1a;
}

.product_movie_box .youtube_autoplay_box div iframe {
	border-radius: 12px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	margin-bottom: 15px;
}



/* 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.4;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

.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;
}



/* Concept
------------------------------------------------------------- */

.placil_concept_box {
	padding-bottom: 10px;
	margin: 0 auto;
}

.placil_concept_box .txt_leader {
	padding: 10px 0 60px 0;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	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%;
}



/* Hanbetu
------------------------------------------------------------- */

.placil_hanbetu_box .txt_leader {
	font-size: 1.6rem;
	padding: 0 0 40px 0;
	max-width: 700px;
	margin: 0 auto;
}

.placil_faq_list.hanbetu_list > div {
	margin-bottom: 30px;
}

.placil_faq_list.hanbetu_list .faq_question {
	margin-top: 0;
	padding: 10px 60px 10px 30px;
	border-color: #7f7f7f;
	background-color: #f7f7f7;
	font-weight: 500;
}

.placil_faq_list.hanbetu_list .faq_answer {
	padding: 30px;
	font-size: 1.6rem;
	background-color: #fff;
	border-color: #7f7f7f;
}

.placil_faq_list.hanbetu_list .faq_answer p {
	line-height: 2;
	margin-bottom: 20px;
}

.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2;
	border-collapse: collapse;
	border-right: 0;
	border-left: 0;
	border-top: 1px solid #b1b1b1;
	border-bottom: 0;
	background-color: #f7f7f7;
}

.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr {
	border-bottom: 1px solid #b1b1b1;
}

.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 #b1b1b1;
}

.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;
	background-color: #e4e4e4;
}

.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;
}



/* Shikumi
------------------------------------------------------------- */

.placil_shikumi_box.contents_inner_box {
	padding-top: 0;
}

.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;
	padding: 20px 20px 10px 20px;
	list-style-type: none;
	list-style-position: outside;
	background-color: #ebebeb;
}

.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: #fff;
}

.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.contents_inner_box {
	padding-bottom: 60px;
}

.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 -30px auto;
	width: 80%;
	max-width: 480px;
	height: 60px;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.mode_btn span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 60px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 60px;
	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: 60px;
	cursor: pointer;
}

.howto_close_btn span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	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;
}



/* Image
------------------------------------------------------------- */

.placil_img_box.contents_inner_box {
	padding-top: 0;
}

.placil_img_box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.placil_img_box ul li {
	margin-bottom: 2px;
}

.placil_img_box ul li img {
	width: 100%;
}



/* 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) {

	/* 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 SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:420px) {

	/* Nayami
	------------------------------------------------------------- */

	.nayami_balloon.nayami_01 {
		transform: translateY(43px);
	}

	.nayami_balloon.nayami_02 {
		margin: 0 auto 10px -5px;
	}

}




/* for MiddleSize
-------------------------------------------------------------------------------- */
@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.8rem;
	}


	/* Nayami
	------------------------------------------------------------- */

	.nayami_cont_box {
		background-size: 80%;
		font-size: 1.2rem !important;
	}

	.nayami_balloon.nayami_01 {
		transform: translateY(0);
	}

	.nayami_balloon.nayami_02 {
		margin: 0 auto 20px 0;
	}

	.nayami_balloon.nayami_03 {
		transform: translateY(0);
	}

	.nayami_balloon.nayami_04 {
		width: 14em;
	}

	.nayami_balloon.nayami_06 {
		width: 14em;
	}


	/* Jisseki
	------------------------------------------------------------- */

	/* Usage Scene */

	.scene_cont_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		max-width: 700px;
		margin: 0 auto 60px auto;
	}

	.scene_cont_box > div {
		margin-bottom: 0;
	}


	/* Concept
	------------------------------------------------------------- */

	.placil_concept_box .txt_leader {
		font-size: 2.4rem;
	}


	/* Image
	------------------------------------------------------------- */

	/* Image */

	.placil_img_box ul {
		display: flex;
		flex-wrap: wrap;
	}

	.placil_img_box ul li {
		margin: 0 2px 2px 0;
	}

	.placil_img_box ul li:nth-child(1),
	.placil_img_box ul li:nth-child(2) {
		width: calc(50% - 1px);
	}

	.placil_img_box ul li:nth-child(3),
	.placil_img_box ul li:nth-child(4),
	.placil_img_box ul li:nth-child(5) {
		width: calc(33.3333% - 1.3333px);
	}

	.placil_img_box ul li:nth-child(2),
	.placil_img_box ul li:nth-child(5) {
		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) {

	/* Nayami
	------------------------------------------------------------- */

	.nayami_cont_box {
		font-size: 1.4rem !important;
	}

	.nayami_balloon.nayami_01 {
		margin: 0 0 10px auto;
	}

	.nayami_balloon.nayami_02 {
		margin: 0 auto 10px 0;
	}

	.nayami_balloon.nayami_03 {
		margin: 0 auto 10px 40px;
	}

	.nayami_balloon.nayami_04 {
		width: 14em;
		margin: 0 10px 10px auto;
	}

	.nayami_balloon.nayami_05 {
		margin-bottom: 20px;
	}

	.nayami_balloon.nayami_06 {
		margin-bottom: 20px;
		width: 14em;
	}

	.nayami_kaiketu_header {
		font-size: 2.4rem;
	}

	.nayami_kaiketu_contents > div {
		height: 140px;
	}

	.nayami_kaiketu_contents > div > p {
		width: calc(100% - 140px);
		height: auto;
		font-size: 1.8rem;
		position: absolute;
		left: 120px;
		top: 50%;
		transform: translateY(-50%);
	}

	/* Jisseki
	------------------------------------------------------------- */

	.jisseki_read_box p {
		text-align: center;
	}

	.jisseki_read_box p br.wbr {
		display: inline;
	}


	/* Cases
	------------------------------------------------------------- */

	.placil_case_box iframe {
		height: 470px;
	}


	/* 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:640px) {

	/* Nayami
	------------------------------------------------------------- */

	.placil_nayami_box > h2 br.spbr {
		display: none;
	}

	.placil_nayami_box > h2 br.pcbr {
		display: inline;
	}

	.nayami_cont_box {
		font-size: 1.6rem !important;
		background-size: 70%;
	}

	.nayami_balloon.nayami_03 {
		margin-left: 70px;
	}

	.nayami_kaiketu_header br.spbr {
		display: none;
	}

	.nayami_kaiketu_header br.pcbr {
		display: inline;
	}


}






/* 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;
	}


	/* Header
	------------------------------------------------------------- */

	.placil_header img {
		margin-top: 0;
	}
	.header_icons {
		padding: 0;
		margin-bottom: 0;
		background-color: transparent;
		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;
	}


	/* Product Anchor Link
	------------------------------------------------------------- */

	.product_anchor_box {
		margin-bottom: 0;
	}


	/* About
	------------------------------------------------------------- */

	.placil_about_box.contents_inner_box {
/*		padding-top: 60px;	*/
		padding-top: 150px;
	}


	/* Contact
	------------------------------------------------------------- */

	.placil_contact_box > p {
		padding: 0 20px 20px 20px;
	}

	.placil_contact_box .contact_btn_box {
		padding: 20px 0 0 0;
		display: flex;
		justify-content: center;
	}

	.contact_btn_box p {
		margin: 0 30px;
	}

	/* CatalogDL Only */

	.calalogdl_btn_box.contents_inner_box {
		padding-bottom: 80px;
	}


	/* Nayami
	------------------------------------------------------------- */

	.nayami_cont_box {
		font-size: 1.8rem !important;
		margin-bottom: 125px;
	}

	.nayami_cont_box::after {
		height: 64px;
		width: 160px;
		bottom: -100px;
		margin-left: -80px;
	}

	.nayami_balloon {
		padding: 15px 12px 15px 15px;
	}

	.nayami_balloon::before, .nayami_balloon::after {
		height: 18px;
		width: 18px;
	}

	.nayami_balloon.nayami_01 {
		width: 18em;
		margin: 0 10px 30px auto;
		transform: translateY(30px);
	}

	.nayami_balloon.nayami_01::before {
		bottom: -18px;
		right: 40px;
	}

	.nayami_balloon.nayami_01::after {
		bottom: -16px;
		right: 41px;
	}

	.nayami_balloon.nayami_02 {
		width: 18em;
		margin: 0 auto 30px 10px;
	}

	.nayami_balloon.nayami_02::before {
		bottom: -18px;
		left: 40px;
	}

	.nayami_balloon.nayami_02::after {
		bottom: -16px;
		left: 41px;
	}

	.nayami_balloon.nayami_03 {
		width: 16em;
		margin: 0 auto 30px 30px;
	}

	.nayami_balloon.nayami_03::before {
		clip-path: polygon(0 0, 100% 100%, 100% 0);
		right: 40px;
		top: auto;
		bottom: -18px;
		margin-top: 0;
	}

	.nayami_balloon.nayami_03::after {
		clip-path: polygon(0 0, 100% 100%, 100% 0);
		right: 41px;
		top: auto;
		bottom: -16px;
		margin-top: 0;
	}

	.nayami_balloon.nayami_04 {
		width: 16em;
		margin: 0 0 30px auto;
	}

	.nayami_balloon.nayami_04::before {
		clip-path: polygon(0 0, 0 100%, 100% 0);
		left: 40px;
		top: auto;
		bottom: -18px;
		margin-top: 0;
	}

	.nayami_balloon.nayami_04::after {
		clip-path: polygon(0 0, 0 100%, 100% 0);
		left: 41px;
		top: auto;
		bottom: -16px;
		margin-top: 0;
	}

	.nayami_balloon.nayami_05 {
		width: 14em;
	}

	.nayami_balloon.nayami_05::before {
		right: -18px;
		margin-top: -9px;
	}

	.nayami_balloon.nayami_05::after {
		right: -16px;
		margin-top: -10px;
	}

	.nayami_balloon.nayami_06 {
		width: 14em;
	}

	.nayami_balloon.nayami_06::before {
		left: -18px;
		margin-top: -9px;
	}

	.nayami_balloon.nayami_06::after {
		left: -16px;
		margin-top: -10px;
	}

	.nayami_kaiketu_header {
		font-size: 2.8rem;
	}

	.nayami_kaiketu_contents > div {
		background-size: 120px 100px;
		background-position: 25px center;
	}

	.nayami_kaiketu_contents > div > p {
		font-size: 2rem;
		left: 170px;
		width: calc(100% - 200px);
	}



	/* Jisseki
	------------------------------------------------------------- */

	.jisseki_read_box {
		display: flex;
		width: 680px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.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;
	}

	.placil_jisseki_box .katuyou_title {
		font-size: 2.6rem;
	}

	.placil_jisseki_box .katuyou_title::before,
	.placil_jisseki_box .katuyou_title::after {
		vertical-align: -0.15em;
	}


	/* Graph */

	.jisseki_glaph_box {
		padding: 60px 40px;
		margin-bottom: 80px;
	}

	ul.jisseki_graph_read {
		font-size: 2rem;
	}

	.jisseki_graph_img {
		display: flex;
		justify-content: center;
	}

	.jisseki_graph_img > div {
		margin-bottom: 0;
		padding: 0 20px;
		width: 50%;
		max-width: 480px;
		border-right: 1px solid #7f7f7f;
	}

	.jisseki_graph_img > div:last-child {
		border-right: 0;
	}

	.jisseki_graph_img > div > p {
		line-height: 42px;
		font-size: 2.2rem;
	}


	/* Cases
	------------------------------------------------------------- */

	.placil_case_box iframe {
		height: 490px;
	}


	/* Movie
	------------------------------------------------------------- */

	.product_movie_box {
		padding-top: 80px;
	}


	/* 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%;
	}


	/* Concept
	------------------------------------------------------------- */

	.placil_concept_box {
		padding-bottom: 10px;
	}

	.placil_concept_box .txt_leader {
		text-align: center;
	}

	.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;
	}


	/* Hanbetu
	------------------------------------------------------------- */

	.placil_hanbetu_box .txt_leader {
		padding: 10px 0 30px 0;
	}

	.placil_faq_list.hanbetu_list .faq_answer {
		font-size: 1.6rem;
	}

	.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table {
		font-size: 1.6rem;
	}

	.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr th:first-child {
		font-size: 1.8rem;
	}

	.placil_faq_list.hanbetu_list .faq_answer table.hanbetu_table tr:first-child th {
		font-size: 1.6rem;
	}


	/* Shikumi
	------------------------------------------------------------- */

	.placil_shikumi_box.contents_inner_box {
		padding-top: 20px;
	}


	/* Material
	------------------------------------------------------------- */

	.material_list {
		padding: 30px 30px 20px 30px;
	}

	.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) {

	/* Nayami
	------------------------------------------------------------- */

	.nayami_cont_box {
		background-size: 65%;
	}


	/* Cases
	------------------------------------------------------------- */

	.placil_case_box iframe {
		height: 420px;
	}


}




/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {


	/* Nayami
	------------------------------------------------------------- */

	.nayami_cont_box {
		margin: 0 auto 160px auto;
		background-size: 540px auto;
	}

	.nayami_cont_box::after {
		height: 80px;
		width: 200px;
		bottom: -130px;
		margin-left: -100px;
	}

	.nayami_balloon {
		padding: 20px 18px 20px 20px;
	}

	.nayami_balloon.nayami_01 {
		width: 18.5em;
		margin: 0 20px 30px auto;
		transform: translateY(0);
	}

	.nayami_balloon.nayami_02 {
		margin: 0 auto 30px 20px;
	}

	.nayami_balloon.nayami_03 {
		width: 18em;
		margin: 0 80px 30px auto;
	}

	.nayami_balloon.nayami_04 {
		width: 21em;
		margin: 0 auto 30px 80px;
	}

	.nayami_balloon.nayami_05 {
		width: 18.5em;
		margin: 0 auto 30px 0;
	}

	.nayami_balloon.nayami_06 {
		width: 20em;
		margin: 0 0 30px auto;
	}

	.nayami_kaiketu_contents {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.nayami_kaiketu_contents > div {
		height: 170px;
	}

	.nayami_kaiketu_contents > div > p {
		font-size: 1.8rem;
	}

	.nayami_kaiketu_contents > div:nth-child(odd) {
		border-right: 1px solid #ffc780;
	}

	.nayami_kaiketu_contents > div.kaiketu_cost {
		border-bottom: 0;
	}


	/* Jisseki
	------------------------------------------------------------- */

	.placil_jisseki_box .katuyou_title {
		font-size: 2.8rem;
	}

	/* Usage Scene */

	.scene_cont_box {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		max-width: none;
	}


	/* Cases
	------------------------------------------------------------- */

	.swiper-placilcase .swiper-slide p.case_catch {
		max-height: 4.9em;
	}

	.placil_case_box iframe {
		height: 440px;
	}


	/* Concept
	------------------------------------------------------------- */

	.concept_cont_box > div > p {
		position: relative;
	}

	.concept_cont_box > div > p span {
		display: block;
		width: 90%;
		height: auto;
		position: absolute;
		left: 10%;
		top: 50%;
		transform: translateY(-50%);
	}

	.concept_cont_box > div:nth-child(2) > p span {
		left: 0;
	}



	/* Hanbetu
	------------------------------------------------------------- */

	.placil_faq_list.hanbetu_list {
		max-width: 1320px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px 40px;
		padding-top: 30px;
	}

	.placil_faq_list.hanbetu_list > div {
		margin: 0;
	}


	/* Material
	------------------------------------------------------------- */

	.material_list li {
		width: 33.3333%;
	}


	/* 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) {

	/* Nayami
	------------------------------------------------------------- */

	.nayami_cont_box {
		font-size: 2rem !important;
		max-width: 1140px;
	}


}





/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1280px) {

	/* Nayami
	------------------------------------------------------------- */

	.nayami_kaiketu_contents > div {
		background-position: 35px center;
	}

	.nayami_kaiketu_contents > div > p {
		font-size: 2rem;
		left: 185px;
		width: calc(100% - 220px);
	}


	/* Cases
	------------------------------------------------------------- */

	.placil_case_box iframe {
		height: 470px;
	}


	/* Features
	------------------------------------------------------------- */

	.feature_cont_box > div .feature_title h4 br {
		display: none;
	}


	/* Concept
	------------------------------------------------------------- */

	.concept_cont_box > div > p span {
		width: 83%;
		left: 17%;
	}

	.concept_cont_box > div:nth-child(2) > p span {
		left: 0;
	}


	/* 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;
	}


	/* Nayami
	------------------------------------------------------------- */

	.nayami_cont_box {
		background-image: url(../../products/placil/img/nayami_print.png);
		background-position: bottom center;
		background-size: 100%;
		aspect-ratio: 50 / 18;
		break-inside: avoid;
		
	}

	.nayami_cont_box > p {
		display: none !important;
	}

	.nayami_kaiketu_contents {
		break-inside: avoid !important;
	}

	.nayami_kaiketu_contents > div {
		background-size: 100px 84px;
		background-position: 15px center;
		height: 120px;
	}

	.nayami_kaiketu_contents > div > p {
		font-size: 1.8rem;
		left: 130px;
		width: calc(100% - 150px);
	}


	/* Cases
	------------------------------------------------------------- */

	.swiper-placilcase .swiper-slide img {
		height: 38vw;
		max-height: 320px;
	}


	/* Material */

	.material_list li {
		width: 33.3333%;
	}

	.material_img li {
		width: 20%;
	}


	/* Concept
	------------------------------------------------------------- */

	.concept_cont_box > div > p span {
		width: 100%;
		left: 0;
	}


}



