/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*　投稿一覧のパンくずリスト非表示　*/
body:not(.single) .breadcrumb {
		display: none;
}

/*  基本設定始め  */


/*基本テキスト*/
h1,
h2,
h3,
h4,
h5,
p ,
li a, 
p a,
a,
ul li,
td,
th{
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	color: #333333;
}

* {
  font-style: normal !important;
}

a:hover{
	color: #797979;
}

/*基本テキスト終わり*/

.merit article h3,
section > h2{
	padding: 0;
	border-top: none;
	border-bottom: none;
}

.merit article h3::after{
	border-bottom: none;
}

.br{
	display: inline-block;
}

.sp-br{
	display: none;
}

.lixil-window article em{
  font-style: normal;
	display: inline-block;
}

/* グローバルメニュー */

.site-header {
	background-color: #027BFF;
}

.site-header--layout--nav-float .site-header-logo a {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.headtitle{
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 1.3em;
	margin: 0;
}

.headtitle small{
	font-size: 16px;
}

.page-header {
	color: #fff;
	background-color: #fff;
}

/* グローバルメニュー終わり */

/* 背景の横幅一杯にする始まり */

/* 親要素は相対位置に設定 */
.blue-bg,
.bg-orange,
.blue_title,
.bg { 
	position: relative;
	z-index: 0; /* 擬似要素より上に表示 */
	margin: 0;
}

.blue_title{
	text-align: center;
	color: #fff;
	padding: 22px 0;
	border-top: none;
}

/* 背景画像を横いっぱいに擬似要素で表示 */
.bg-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	background-image: url('/ec/wp-content/images/mainv-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translateX(-50%);
	z-index: -1;
}


/* 背景のスタイル */
.blue-bg::after,
.bg-orange::after,
.blue_title::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translateX(-50%);
	z-index: -1;
}

/* 背景色の変更 */
.blue_title::after {
	background-color: #027BFF;
}

.bg-orange::after {
	background-color: #FFF6EF;
}

.blue-bg::after {
	background-color: #F8F9FA;
}

/* 背景の横幅一杯にする終わり */

/* ボタン設定 */
/* ボタン設定終わり */

/*フォントのリセット*/

/*  新着情報の情報始まり  */
/*  新着情報の情報終わり  */

/*  footer設定  */

/*===== footer部のWordPress情報を消す記述  =====*/
.site-footer-copyright p:nth-of-type(2){
	display:none;
}

.site-footer-copyright{
	padding: 0;
}

.site-footer-copyright p {
	text-align: center;
	margin: 15px 0;
	font-size: 15px;
	line-height: 1;
	padding: 0;
	color: #fff;
}

.site-footer {
	border-top:none;
	background-color: #027BFF;
}

/* 各ページヘッダー */

/*  marginの設定始まり  */
.margin-b-100{
	margin-bottom: 100px;
}

.margin-b-200{
	margin-bottom: 200px;
}

.margin-b-80{
	margin-bottom: 80px;
}

.margin-b-60{
	margin-bottom: 60px;
}

.margin-b-140{
	margin-bottom: 140px;
}

.margin-b-30{
	margin-bottom: 30px;
}
/*  marginの設定終わり  */

/*  基本設定終わり  */

/*  トップページ始め  */
.site-body{
	padding: 0;
}

.banner-position{
	display:block;
	margin: 64px auto;
	width: 800px;
}

/*  トップページ終わり  */

/* 内窓DIYとは？始まり */
.diy-box{
	display: flex;
	gap: 20px;
	margin: 62px auto 43px ;
}

.diy-box p{
	text-align: center;
	line-height: 32px;
}

.diy-box img{
	flex-shrink: 0;
	width: 370px;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 390 / 293;
	border-radius: 0.5em;
}

/* 内窓DIYとは？終わり */

/* 内窓設置の5つのメリット始まり */

.merit{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px 20px;
	padding: 55px 0;
}

.merit article {
	width: auto;
	flex: 0 0 calc((97% / 3) - 10px);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.merit article h3,
.merit article p{
	text-align: center;
}

.merit article h3{
	background-color: #F28519;
	color: #fff;
	font-size: 24px;
	padding: 8px 0;
	margin: 0;
	border-radius: 0.4em;
}

.merit article p{
	font-size: 15px;
	margin: 0;
}

.merit article img{
	aspect-ratio: 360/250;
	width: 100%;
	height: auto;
	border-radius: 0.5em;
}

/* 内窓設置の5つのメリット終わり */

/* かんたん内窓DIYのメリット始まり */

.diy-meritbox{
	width: 1024px;
	margin: 0 auto 96px;
}

.diy-meritbox img{
	display: block;
}

.diy-merit ul{
	border: 4px #027BFF solid;
	box-sizing: border-box;
	margin: 0;
}

.diy-merit ul {
	list-style: none;
	padding: 0 50px;
}

.diy-merit ul li{
	display: flex;
	gap: 15px;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	background-image: repeating-linear-gradient(90deg, #707070, #707070 6px, transparent 6px, transparent 12px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
	margin: 0;
	padding: 33px 0;
}

.diy-merit ul li:last-of-type{
	background-image:none;
}

.diy-merit ul li::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: auto;
	aspect-ratio: 1;
	background-image: url(/ec/wp-content/images/merit_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/* かんたん内窓DIYのメリット終わり */

/* ご注意いただく点始まり */

.Note-box{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 44px;
	padding: 16px 0 13px;
}

.Note-box-text{
	display: inline-flex;
	flex-direction: column;
	gap: 10px;
	padding: 30px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}

.Note-box-text .batu{
	display: inline-flex;
	gap: 15px;
	align-items: baseline;
}

.Note-box-text .batu::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: auto;
	aspect-ratio: 1;
	background-image: url(/ec/wp-content/images/batu.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	top: 0.5em;
}

.Note-box-text .batu p{
	line-height: 1.2em;
}

.Note-box img{
	width: 318px;
	height: auto;
}

/* ご注意いただく点終わり */

/* 選べるガラスの種類始まり */
.choice-glass-case{
	margin: 56px auto 40px;
}

.choice-glass_box{
	background-color: #F2F2F2;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.choice-glass-inner_box{
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px 0px 30px 35px;
	justify-content: space-between;
}

.choice-glass-inner_box article{
	background-color: #fff;
	display: flex;
}

.choice-glass_box img{
	width: 520px;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 520 / 420;
}

.choice-glass-inner_box article{
	display: inline-flex;
	align-items: center;
	padding: 25px 10px 25px 20px;
	justify-content: space-between;
	gap: 5px;
}

.choice-glass-inner_box article p{
	margin-bottom: 0;
	font-size: 20px;
	flex-shrink: 0;
	font-weight: bold;
}

.yellow-icon,
.red-icon{
	padding: 10px;
	line-height: 1em;
	width: 170px;
	border-radius: 0.5em;
	display: inline-flex;
	justify-content: space-between;
	font-size: 18px!important;
	font-weight: 400!important;
}

.red-icon::after,
.red-icon{
	color: #fff;
}

.yellow-icon::after,
.yellow-icon{
	color: #000;
}

.red-icon::after{
	content: "◎";
}

.yellow-icon::after{
	content: "〇";
	color: #000;
}

.yellow-icon{
	background-color: #EBDA0F;
}

.red-icon{
	background-color: #E02828;
}

.red-text{
	color: #E02828;
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
}


/* 選べるガラスの種類終わり */

/* 対応する窓の種類始まり */

.window-variation_box{
	display: flex;
	padding: 0 40px;
	gap: 20px;
	margin: 55px 0 90px;
	flex-wrap: wrap;
	justify-content: center;
}

.window-variation_box article{
	width: calc(30% - -10px);
}

.window-variation_box article img{
	display: block;
	border-radius: 0.5em;
}

.window-variation_box article p{
	background-color: #E5F1FF;
	border-radius: 0.2em;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0;
	position: relative;
	bottom: 34px;
	margin-bottom: -34px;
}

/* 対応する窓の種類終わり */

/* 商品紹介始まり */

.lixil-logo_box{
	max-width: 980px;
	margin: 0 auto;
	padding: 40px 0;
}

.lixil{
	display: inline-flex;
	align-items: center;
	width: 100%;
	margin-bottom: 25px;
}

.lixil_text,
.lixil p{
	margin-bottom: 0;	
	font-weight: bold;
	font-size: 20px;
}

.lixil a{
	margin: 0 auto;
}

.lixil a img{
	display: block;
}

.lixil-window{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: start;
	gap: 30px;
	margin-bottom: 40px;
}

.lixil-window article img{
	width: 100%;
}

.lixil-window article > p{
	margin-bottom: 0;
	font-weight: bold;
	margin-right: auto;
	text-align: center;
}

/*
.lixil-window article p:first-of-type{
	font-size: 19px;
	margin-bottom: 15px;
}

.price-box{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.arrow-down_3{
	display: block;
	width: 100px;
	height: auto;
	aspect-ratio: 100 / 25;
	background-image: url(/ec/wp-content/images/arrow-down_3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.price{
	font-size: 24px;
	color: #E02828;
	line-height: 1.3em;
}

.hojyo{
	color: #333333;
	font-size: 1em;
}

.hojyo small > span{
	color: #E02828;
	margin-left: 0.5em;
}

.hojyo strong{
	color: #1AB21A;
	margin-right: 0.5em;
}
*/

.price-box{
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.price,
.hojyokin{
	font-weight: bold;
}

.hojyokin{
	font-size: 30px;
	color: #E02828;
}

.price{
	font-size: 20px;
}

.hojyokin-arrow{
	display: block;
	width: 250px;
	height: auto;
	aspect-ratio: 100 / 25;
  background: url(/ec/wp-content/images/arrow-down_3.png) no-repeat center center;
  background-size: contain;
	margin: 0 auto;
}


.lixil-tyui{
	background-color: #fff;
}

.lixil-tyui p{
	margin-bottom: 0;
	padding: 27px 0;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #E02828;
}

/* 商品紹介終わり */

/* カラーバリエーション始まり */

.color-vari{
	display: flex;
	gap: 13px;
	justify-content: center;
	padding-bottom: 42px;
}

.color-vari article span{
	display: block;
	aspect-ratio: 1;
	width: 140px;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #707070;
}

.chocolate{
	background-color: #3F312C;
}
.caramelWood{
	background-color: #5A330A;
}
.neutralWood{
	background-color: #B5793B;
}
.lightwood{
	background-color: #D49E5D;
}
.preciouswhite{
	background-color: #FFFEFA;
}
.lightgrey{
	background-color: #D0CEC2;
}

.color-vari article p{
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

/* カラーバリエーション終わり */

/* 施工事例始まり */

.jirei_box{
	padding: 75px 0 80px;
}

.jirei_box article:first-of-type{
	margin-bottom: 50px;
}

.jirei_box article{
	display: flex;
	gap: 20px
}

.jirei_box article img{
	max-width: 500px;
	height: 100%;
	aspect-ratio: 576 / 345;
	object-fit: contain;
}

.jirei_text{
	padding-top: 13px;
}

.jirei_inner-text{
	margin-bottom: 3em;
}

.jirei_inner-text p {
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}

.jirei-title{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	gap: 30px;
	margin-bottom: 38px;
	align-items: flex-start;
}

.jirei-title span{
	background-color: #F28519;
	width: 110px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 0.5em;
}

.jirei-price{
	font-weight: bold;
	margin: 0 0px 15px;
}

.hojokinde-otoku{
	font-size: 1.5em;
	color: #1AB21A;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}

.jirei-arrow_box{
	display: flex;
	align-items: center;
	gap: 0px;
}

.jirei-arrow{
	display: inline-block;
	width: 110px;
	height: auto;
	aspect-ratio: 500 / 317;
  background: url(/ec/wp-content/images/arrow-right.png) no-repeat center center;
  background-size: contain;
}

.hojokinde-kakaku{
	display: flex;
	align-items: center;
	gap: 10px;
}

.hojokinde-kakaku p{
	margin-bottom: 0;
	font-weight: bold;
}

.hojokinde-kakaku p strong{
	font-size: 2.2em;
	font-weight: bold;
	color: #E02828;
}

/* 施工事例終わり */

/* ご購入の流れ始まり */

.flow{
	width: 85%;
	margin: 0 auto;
	padding: 58px 0 185px;
}

p{
	margin-bottom: 0;
	align-items: center;
}

.arrow-down article::after {
	content: "";
	display: block;
	width: 95px;
	height: auto;
	aspect-ratio: 95 / 32;
	background-image: url(/ec/wp-content/images/arrow-down.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 41px auto 24px;
}

.arrow-down article:last-child::after{
	display: none;
}

.flow-title{
	display: flex;
	align-items: center;
	gap: 24px;
	background-image: repeating-linear-gradient(90deg, #c7c7c7, #c7c7c7 8px, transparent 8px, transparent 16px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
	padding: 0px 26px 34px;
}

.flow-title p:first-of-type{
	display: flex;
	flex-direction: column;
	color: #027BFF;
	font-size: 32px;
	align-items: center;
	line-height: 1em;
	font-weight: bold;
	background: url(/ec/wp-content/images/flowIcon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	padding: 9px 30px;
}

.flow-title p:first-of-type small{
	font-size: 0.56em;
}

.flow-title p:nth-of-type(2) {
	font-size: 24px;
	font-weight: bold;
}

.flow-title p a{
	color: #027BFF;
	text-decoration: underline;
	text-underline-offset: 14px;
}

/* ご購入の流れ終わり */

/* お見積りのための採寸方法始まり */

.measure{
	display: flex;
	align-items: center;
}

.move-case > p{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}

.measure img{
	width: 557px;
	height: auto;
	aspect-ratio: 557/380;
	object-fit: cover;
	flex-shrink: 0;
}

.move-case{
	margin: 0 90px;
	padding: 30px 40px;
	border: 4px solid #707070;
}

.move-case div {
    background-color: #707070;
    aspect-ratio: 874 / 269;
    display: flex;
    align-items: center;
    justify-content: center;
}

.move-case div p {
  position: relative;
  font-size: 100px;
  color: #707070;
  z-index: 1;
}

.move-case div iframe{
	width: 100%;
	aspect-ratio: 16/9;
	margin-bottom: 0;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.move-case div p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;      /* 円のサイズ調整 */
  height: auto;
	aspect-ratio: 1/1;
  background-color: #fff; /* 青色の背景 */
  border-radius: 50%;
  z-index: -1;
}


/* お見積りのための採寸方法終わり */

/* 3つから選べるお届け方法始まり */

.delivery {
  display: flex;
  justify-content: space-between; /* 均等配置 */
	gap: 30px;
	padding: 86px 0 70px;
}

.delivery article {
  flex: 1; /* 幅を均等に分ける */
  text-align: center;
  box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.delivery article img{
	width: 100%;
	height: auto;
	aspect-ratio: 360/308.67;
}

.delivery article p:first-of-type{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}

.delivery article p:nth-of-type(2) {
  font-size: 18px;
}

.delivery article p small {
  color: #E02828;
  font-size: 14px;
}

article div p span{
	display: inline-block;
}

/* 3つから選べるお届け方法終わり */

/* 施工時にご用意いただくもの始まり */
.preparation_box{
	padding: 48px 0px 96px;
}

.preparation{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	padding: 0px 236px;
	margin-bottom: 50px;
	justify-items: center;
}
.preparation article img{
	width: 180px;
	display: block;
	margin: 0 auto;
}

.tool-box{
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 80px;
}

.tool-box_text h4{
	margin-bottom: 15px;
	background-color: transparent;
	padding: 0;
}

.tool-box_text p{
	margin-bottom: 0;
}

.tool-list{
	padding: 20px 30px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
	margin-top: 20px;
}

.tool-list ul{
	margin: 0;
}

.tool-list ul li:last-child{
	padding-bottom: 0;
}

.tool-box img{
	width: 360px;
	height: 100%;
	object-fit: cover;
	aspect-ratio:1;
}

/* 施工時にご用意いただくもの終わり */

/* 簡単お見積りフォーム始まり */

.privacy-policy{
	display: block;
	margin: 0 210px 36px;
	text-align: center;
}

.privacy-policy p{
	display: flex;
	margin-right: auto;
	margin-bottom: 5px;
}

.privacy-policy_btn{
	text-align: center;
}

.privacy-policy_btn a{
	background-color: #fff;
	border: 1px solid #333333;
	line-height: 1em;
	font-size: 15px;
	padding: 19px 60px;
	display: inline-block;
}

.privacy-policy_btn a:first-of-type{
	margin-right: 18px;
}

.privacy-policy em{
	display: inline;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	font-size: 1rem;
	border: 1px solid var(--vk-color-border-form);
	border-radius: var(--vk-size-radius);
	padding: .8em 1em;
	margin: 0;
	width: 100%;
	color: var(--vk-color-text-body);
	background-color: #fff;
	font-family: "hiragino-kaku-gothic-pron", sans-serif!important;
	color: #333333;
}

.formTable article > div:first-of-type{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.required{
	color: #E02828;
	flex-shrink: 0;
}

.requigray{
	color: #707070;
	flex-shrink: 0;
}


.formTable article{
	margin-bottom: 35px;
}

.window-flex{
	display: flex;
	gap: 13px;
	align-items: baseline;
}

.codedropz-upload-handler{
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	margin-bottom: 0px;
	position: relative;
	background-color: #fff;
}

select {
	-webkit-appearance: menulist !important;
	-moz-appearance: menulist !important;
	appearance: menulist !important;
}

.submitBlock{
	text-align: center;
}

input[type=submit] {
	font-size: 1.3em;
	border: none;
	background-color: var(--vk-color-primary);
	color: #fff;
	padding: 15px 60px;
	border-radius: var(--vk-size-radius);
	line-height: 1;
}

.wpcf7-spinner {
	visibility: hidden;
	display: none!important;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

/* 簡単お見積りフォーム終わり */

/* 運営会社始まり */

.blue_title-short{
	background-color: #027BFF;
	padding: 22px 0;
	color: #fff;
	text-align: center;
	margin-bottom: 65px;
}

.company-data{
	margin-bottom: 65px;
}

.company-data table{
	border-collapse: collapse;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.company-data table tbody{
	border: 1px solid #707070;
}

.company-data table tr td:first-of-type{
	background-color:#0078FF;
	color:#fff;
	width:30%;
	text-align: center;
	vertical-align: top;
}

.company-data table tr td{
	padding: 20px 30px;
	font-size: 16px;
}

.first-td.center-align {
  text-align: center;   /* 中央揃え */
  vertical-align: middle;
}

.first-td.top-align {
  text-align: left;     /* 上揃え（左寄せ） */
  vertical-align: top;
}


/* 運営会社終わり */

/* 運営会社終わり */

/* プライバシーポリシー始まり */
/* プライバシーポリシー終わり */

@media screen and (max-width: 1200px){
/*  トップページ始め  */

/*  トップページ終わり  */

/* 内窓DIYとは？始まり */
	.merit article p{
		font-size: 14px;
		margin: 0;
	}

/* 内窓DIYとは？終わり */

/* 内窓設置の5つのメリット始まり */
/* 内窓設置の5つのメリット終わり */

/* かんたん内窓DIYのメリット始まり */

	.diy-meritbox {
		width: 90%;
	}

/* かんたん内窓DIYのメリット終わり */

/* ご注意いただく点始まり */
/* ご注意いただく点終わり */

/* 選べるガラスの種類始まり */

	.choice-glass_box img {
		width: 340px;
		height: auto;
	}

/* 選べるガラスの種類終わり */

/* 対応する窓の種類始まり */
/* 対応する窓の種類終わり */

/* 商品紹介始まり */

	.hojokinde-otoku {
		font-size: 1.1em;
	}

	.jirei-arrow {
		width: 90px;
	}

	.hojokinde-kakaku p strong {
		font-size: 1.8em;
		font-weight: bold;
		color: #E02828;
	}

/* 商品紹介終わり */

/* カラーバリエーション始まり */
/* カラーバリエーション終わり */

/* 施工事例始まり */

	.jirei_box article img {
		max-width: 436px;
	}

/* 施工事例終わり */

/* ご購入の流れ始まり */

	.flow {
		width: 100%;
		padding: 58px 0 185px;
	}

/* ご購入の流れ終わり */

/* お見積りのための採寸方法始まり */

	.measure img {
		width: 437px;
	}

/* お見積りのための採寸方法終わり */

/* 3つから選べるお届け方法始まり */
/* 3つから選べるお届け方法終わり */

/* 施工時にご用意いただくもの始まり */

	.preparation {
		gap: 15px;
		padding: 0px 146px;
		margin-bottom: 50px;
	}

/* 施工時にご用意いただくもの終わり */

/* 簡単お見積りフォーム始まり */

	.privacy-policy {
		margin: 0 90px 36px;
	}

/* 簡単お見積りフォーム終わり */

/* 運営会社始まり */
/* 運営会社終わり */
}
@media screen and (max-width: 990px){
/*  トップページ始め  */

/*  トップページ終わり  */

/* 内窓DIYとは？始まり */

	.diy-box img {
		width: 260px;
	}

/* 内窓DIYとは？終わり */

/* 内窓設置の5つのメリット始まり */

	.merit article {
		flex: 0 0 calc((100% / 2) - 10px);
		gap: 16px;
	}

	.merit {
		gap: 50px 20px;
		padding: 55px 0;
	}

	.merit article h3 {
		font-size: 20px;
		padding: 5px 0;
	}
/* 内窓設置の5つのメリット終わり */

/* かんたん内窓DIYのメリット始まり */

	.diy-merit ul li {
		font-size: 17px;
		padding: 20px 0;
	}

	.diy-merit ul li:before {
		width: 30px;
	}

/* かんたん内窓DIYのメリット終わり */

/* ご注意いただく点始まり */

	.Note-box img {
		width: 208px;
	}

/* ご注意いただく点終わり */

/* 選べるガラスの種類始まり */
	.choice-glass_box {
		flex-direction: column;
		gap: 0;
	}

	.choice-glass-inner_box {
		flex-direction: column;
		padding: 30px 30px 30px 30px;
	}

	.choice-glass_box img {
		width: 100%;
	}
/* 選べるガラスの種類終わり */

/* 対応する窓の種類始まり */

	.window-variation_box article {
		width: calc(30% - -2px);
	}

	.window-variation_box article p {
		font-size: 16px;
		bottom: 33px;
	}

/* 対応する窓の種類終わり */

/* 商品紹介始まり */

	.lixil-window {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		margin-bottom: 40px;
	}

	.jirei_box article {
		gap: 20px;
		flex-direction: column;
	}

	.hojokinde-otoku {
		font-size: 1.8em;
	}

	.jirei-arrow {
		width: 110px;
	}

	.hojokinde-kakaku p strong {
		font-size: 2.5em;
	}

	.jirei_box article img {
		max-width: 100%;
	}

/* 商品紹介終わり */

/* カラーバリエーション始まり */

	.color-vari {
		gap: 13px;
		flex-wrap: wrap;
	}

	.color-vari article {
		width: 24%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

/* カラーバリエーション終わり */

/* 施工事例始まり */

/* 施工事例終わり */

/* ご購入の流れ始まり */
/* ご購入の流れ終わり */

/* お見積りのための採寸方法始まり */

	.measure img {
		width: 327px;
	}

/* お見積りのための採寸方法終わり */

/* 3つから選べるお届け方法始まり */
/* 3つから選べるお届け方法終わり */

/* 施工時にご用意いただくもの始まり */

	.preparation {
		gap: 15px;
		padding: 0px 66px;
		margin-bottom: 50px;
	}

	.tool-box img {
		max-width: 190px;
	}

/* 施工時にご用意いただくもの終わり */

/* 簡単お見積りフォーム始まり */

	.privacy-policy {
		margin: 0 0px 36px;
	}

/* 簡単お見積りフォーム終わり */

/* 運営会社始まり */
/* 運営会社終わり */
}
@media screen and (max-width: 766px){
/*  トップページ始め  */

/*  トップページ終わり  */

/* 内窓DIYとは？始まり */

	.diy-box {
		flex-direction: column;
	}

	.diy-box img {
		width: 100%;
	}

/* 内窓DIYとは？終わり */

/* 内窓設置の5つのメリット始まり */
	.merit article p {
		font-size: 12px;
		margin: 0;
	}


/* 内窓設置の5つのメリット終わり */

/* かんたん内窓DIYのメリット始まり */

	.diy-merit ul {
		padding: 0 2em;
	}

	.diy-meritbox {
		width: 100%;
		margin: 0 auto 96px;
	}

/* かんたん内窓DIYのメリット終わり */

/* ご注意いただく点始まり */

	.Note-box {
		gap: 14px;
		flex-direction: column;
	}

/* ご注意いただく点終わり */

/* 選べるガラスの種類始まり */

	.choice-glass-inner_box article {
		flex-direction: column;
		align-items: flex-start;
	}

	.yellow-icon, .red-icon {
		margin-left: auto;
	}

	.choice-glass-inner_box article {
		gap: 10px;
	}

/* 選べるガラスの種類終わり */

/* 対応する窓の種類始まり */

	.window-variation_box article {
		width: calc(50% - 10px);
	}

	.window-variation_box {
		padding: 0;
	}

/* 対応する窓の種類終わり */

/* 商品紹介始まり */

	.lixil-window {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 40px;
	}

	.lixil {
		flex-direction: column;
		gap: 20px;
	}

	.hojokinde-otoku {
		font-size: 1.1em;
	}

	.jirei-arrow_box {
		align-items: flex-start;
		gap: 5px;
		flex-direction: column;
	}

	.jirei-arrow {
		width: 120px;
	}

	.jirei-arrow_box strong {
		font-size: 2em;
	}

	.hojokinde-otoku {
		font-size: 1.8em;
	}

	.hojokinde-kakaku p {
		font-size: 1.2em;
	}

	.jirei-arrow_box {
		align-items: flex-start;
		gap: 0px;
		flex-direction: column;
	}

/* 商品紹介終わり */

/* カラーバリエーション始まり */

	.color-vari article {
		width: 30%;
	}

/* カラーバリエーション終わり */

/* 施工事例始まり */
	
	.jirei_box article {
		flex-direction: column;
	}

	.jirei_box article img {
		max-width: 100%;
	}

/* 施工事例終わり */

/* ご購入の流れ始まり */

	.flow-title p:first-of-type {
		font-size: 26px;
		padding: 9px 30px;
	}

	.flow-title {
		gap: 15px;
		padding: 0px 15px 34px;
	}

	.flow-title p:nth-of-type(2) {
		font-size: 17px;
		font-weight: bold;
	}

	.arrow-down article::after {
		width: 65px;
		margin: 30px auto 14px;
	}

/* ご購入の流れ終わり */

/* お見積りのための採寸方法始まり */

	.measure {
		align-items: center;
		flex-direction: column;
	}

	.measure img {
		width: 100%;
	}

	.move-case {
		margin: 0;
		padding: 30px 40px;
	}

	.move-case > p {
		font-size: 18px;
		margin-bottom: 1em;
	}

	.move-case div p {
		font-size: 4em;
	}

	.move-case div p::before {
		width: 1.5em;
	}

/* お見積りのための採寸方法終わり */

/* 3つから選べるお届け方法始まり */

	.delivery {
		gap: 30px;
		flex-direction: column;
	}

/* 3つから選べるお届け方法終わり */

/* 施工時にご用意いただくもの始まり */

	.preparation {
		gap: 10px;
		padding: 0px 0px;
		margin-bottom: 50px;
    grid-template-columns: repeat(2, 1fr);
	}

	.tool-box {
		gap: 30px;
		flex-direction: column;
	}

	.tool-box img {
		max-width: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		aspect-ratio: 3/2;
	}

/* 施工時にご用意いただくもの終わり */

/* 簡単お見積りフォーム始まり */

	.privacy-policy p br{
		display: none;
	}

	.privacy-policy_btn a {
		padding: 19px 10px;
	}

	.yokusou-hosoku {
		display: flex;
		flex-direction: column;
	}

	.company-data table tr td:first-of-type {
		background-color: #0078FF;
		color: #fff;
		width: 100%;
		text-align: center;
		vertical-align: top;
	}

	.company-data table tr td {
		border-color: transparent;
		border-bottom: #333333 solid 1px;
	}

	.company-data table tr:last-of-type td{
		border-bottom:transparent;
	}

	.company-data table tr td:first-of-type{
		text-align: start;
	}

	.company-data table tr td {
		padding: 1em;
		font-size: 16px;
	}

/* 簡単お見積りフォーム終わり */

/* 運営会社始まり */

 .company-data tr td{
	display: flex;
	flex-direction: column;
 }

/* 運営会社終わり */
}
@media screen and (max-width: 574px){
/*  トップページ始め  */

/*  トップページ終わり  */

/* 内窓DIYとは？始まり */
/* 内窓DIYとは？終わり */

/* 内窓設置の5つのメリット始まり */
	.merit article {
		flex: 0 0 calc((100% / 1) - 10px);
		gap: 16px;
	}

	.merit article p {
		font-size: 15px;
		margin: 0;
	}
/* 内窓設置の5つのメリット終わり */

/* かんたん内窓DIYのメリット始まり */

	.diy-merit ul li {
		font-size: 15px;
		padding: 1em 0;
	}

	.diy-merit ul {
		padding: 0 1.5em;
	}

/* かんたん内窓DIYのメリット終わり */

/* ご注意いただく点始まり */

	.Note-box-text {
		gap: 0px;
		padding: 17px 20px 5px;
	}

	.Note-box img {
		width: 260px;
	}

/* ご注意いただく点終わり */

/* 選べるガラスの種類始まり */

	.choice-glass-inner_box article p {
		font-size: 17px;
	}

	.yellow-icon, .red-icon {
		padding: 7px;
		font-size: 15px !important;
	}

	.red-text{
		font-size: 17px;
	}

/* 選べるガラスの種類終わり */

/* 対応する窓の種類始まり */
	.window-variation_box article p {
		font-size: 14px;
		bottom: 28px;
	}

/* 対応する窓の種類終わり */

/* 商品紹介始まり */
	.lixil-window {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 40px;
	}

	.lixil-window article p:first-of-type {
		font-size: 18px;
	}

	.lixil-tyui p{
		margin-bottom: 0;
		padding: 27px 1em;
		font-size: 16px;
	}

	.jirei-title {
		align-items: center;
		font-size: 20px;
		gap: 15px;
		margin-bottom: 18px;
		align-items: flex-start;
		flex-direction: column;
	}

	.hojokinde-kakaku p {
		margin-bottom: 0;
		font-size: 1.2em;
	}

/* 商品紹介終わり */

/* カラーバリエーション始まり */

	.color-vari article span {
		width: 100%;
	}

	.color-vari article {
		width: 45%;
	}

	.color-vari article span {
		aspect-ratio: 1 / 1;
	}

	.sp-br{
		display: block;
	}

/* カラーバリエーション終わり */

/* 施工事例始まり */

	.jirei_text>p:nth-child(3) {
		line-height: 2em;
	}

	.jirei-arrow {
		width: 90px;
	}

	.jirei-arrow_box {
		gap: 10px;
	}

/* 施工事例終わり */

/* ご購入の流れ始まり */

	.flow {
		padding: 58px 0 105px;
	}

	.flow-title p:first-of-type {
		font-size: 20px;
		padding: 9px 24px;
	}

	.flow-title {
		gap: 10px;
		padding: 0px 0px 25px;
	}

	.flow-title p span{
		font-size: 0.8em;
	}

	.arrow-down article::after {
		width: 65px;
		margin: 20px auto 20px;
	}

	.move-case {
		margin: 0;
		padding: 1.5em 2em;
	}

/* ご購入の流れ終わり */

/* お見積りのための採寸方法始まり */
/* お見積りのための採寸方法終わり */

/* 3つから選べるお届け方法始まり */
/* 3つから選べるお届け方法終わり */

/* 施工時にご用意いただくもの始まり */

	.preparation article p{
		font-size: 14px;
	}

/* 施工時にご用意いただくもの終わり */

/* 簡単お見積りフォーム始まり */
	#foam .bg-orange{
		padding-bottom: 100px!important;
	}

	.privacy-policy_btn {
		text-align: center;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.privacy-policy_btn a:first-of-type {
		margin-right: 0px;
	}

	.privacy-policy p {
		display: flex;
		margin-right: auto;
		margin-bottom: 5px;
		flex-direction: column;
	}

	.window-flex {
		display: flex;
		gap: 5px;
		align-items: baseline;
	}

	input[type=date],
	input[type=email],
	input[type=number],
	input[type=password],
	input[type=tel],
	input[type=text],
	input[type=url],
	select,
	textarea {
		font-size: 0.8rem;
		border: 1px solid var(--vk-color-border-form);
		border-radius: var(--vk-size-radius);
		padding: .8em 0.8em;
		margin: 0;
		width: 100%;
		color: var(--vk-color-text-body);
		background-color: #fff;
		font-family: "hiragino-kaku-gothic-pron", sans-serif !important;
		color: #333333;
	}

	select{
		height: 36.91px;
	}

/* 簡単お見積りフォーム終わり */

/* 運営会社始まり */
/* 運営会社終わり */
}

