@charset "UTF-8";
/* Scss Document */
/*TITLE*/
.in_title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0 0.5em;
  color: #005aa3;
  border-bottom: solid 2px;
  margin: 0 0 1em 0;
  text-align: left;
}

/*.in_title span {
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 2px;
	padding: 0 0.5em;
}*/
/*.in_title::before {
	font-size: 18px;
	position: absolute;
	content: "\f0da";
    font-family: FontAwesome;
	left: 0;
}*/
.in_title_bn {
  font-size: 18px;
  font-weight: bold;
  border-top: none;
  padding: 0 0.5em;
}

.img_title_det {
  /*border-left: solid 10px;*/
  border-bottom: solid 1px;
  margin: 0 0 2em 0;
  padding: 1em 0 1em 1.5em;
}

.img_title_det p {
  margin: 0 !important;
  padding: 1em 0 0 0 !important;
}

.title_price_list {
  font-size: 32px !important;
  border: none;
  border-bottom: 2px solid;
  margin: 0 !important;
  background: none !important;
  background-color: #fff !important;
}

.sub_title_commodity {
  margin: 2em 0 1.5em 0 !important;
  padding: 0em 0.5em 0 0.5em !important;
  border-left: solid 5px #005aa3;
  border-top: none;
  font-size: 20px !important;
  line-height: 2.5em;
}

.sub_title_commodity span {
  color: #005aa3;
  font-size: 30px !important;
  background: none !important;
  position: inherit;
  padding: 0 !important;
}

.title_ykk_bg {
  margin: 3em 0 0 0;
  background: none !important;
  border-top: double 2px #0084b9;
  border-bottom: double 2px #0084b9;
  border-radius: 0px;
  color: #0084b9;
  display: inline-grid;
  display: -ms-grid;
}

.title_lixil_or {
  margin: 3em 0 0 0;
  background: none !important;
  border-top: double 2px #fc610f;
  border-bottom: double 2px #fc610f;
  border-radius: 0px;
  color: #fc610f;
  display: inline-grid;
  display: -ms-grid;
}

/*FlexBox*/
.group_box_flex {
  margin: 50px auto;
}

.group_box_flex div {
  margin: 0px auto 30px auto;
}

.box_flex_3 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 60px 10px;
  /* 行間 60px / 列間 10px */
  padding: 0;
  margin: 0;
}

.box_flex_3 > div,
.box_flex_3 > li {
  list-style: none;
  box-sizing: border-box;
  /* 3列＝横の隙間は2つ → 10px * 2 */
  flex: 0 0 calc((100% - 20px) / 3);
  /* 必要なら高さ揃え用に中身で100%指定 */
}

.box_flex_3 div img,
.box_flex_3 li img {
  margin: 0 auto;
}

/*TITLE*/
.title_louver01 {
  background-color: #107ab0;
  color: #fff;
  border: none;
}

.title_louver02 {
  background-color: #ff4081;
  color: #fff;
  border: none;
}

/*案内*/
.Box_guidance {
  margin: 2em 1.5em;
}

.Box_guidance li {
  position: relative;
  padding: 0 0 0 0.5em !important;
  font-size: 1.1em;
  margin: 0.5em 1.5em !important;
}

.Box_guidance li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  color: #000;
  position: absolute;
  left: -0.8em;
  top: 0;
  font-weight: 900;
}

.Box_guidance > p {
  margin: 0 !important;
  padding: 0 !important;
}

/*写真判定*/
.repletion {
  margin: 10px !important;
  padding: 0px;
  border: solid 1px #f6a212;
  background-color: #fff;
}

.repletion h3 {
  background-color: #f6a212;
  border: none;
  font-size: 18px !important;
  margin: 0;
  color: #fff;
}

a.btn_external-link {
  display: block;
  padding: 1em 0 0.3em 0;
  margin: 0 auto !important;
  width: 95% !important;
  border-radius: 50px;
  text-align: center;
}

a.btn_external-link:visited {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  border: solid 1px #F4511E;
  background-color: #F4511E;
  color: #fff !important;
}

a.btn_external-link:link {
  font-size: 12px !important;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  border: solid 1px #F4511E;
  background-color: #F4511E;
  color: #fff !important;
}

ul.photo {
  margin: 1em 0 !important;
  display: flex;
}

ul.photo li:first-of-type {
  flex-basis: 40% !important;
  text-align: center;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 0.5em 0 0.5em;
}

.repletion ul.photo li {
  flex-basis: 55% !important;
  padding: 0em 0.5em 0em 0.5em;
}

.repletion ul.photo li p {
  padding: 0 auto !important;
  margin: 0 auto !important;
}

/*SHADE*/
.block_shade_blue {
  background-color: #106780;
}

.block_shade_blue p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em !important;
}

.maker_title {
  display: flex;
}

.maker_title p {
  flex-basis: 30% !important;
}

/*フォームパーツ*/
.box_input_btn {
  text-align: center;
  padding: 0 15%;
}

.box_input_btn p {
  color: #0040c2;
  font-weight: bold;
}

input.cp_btn {
  display: block;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  background: #0D47A1;
  color: #fff !important;
  border: 2px solid #0D47A1;
  border-radius: 3px;
  transition: 0.4s;
  font-size: 16px;
}

.box_bl_btn {
  width: 90%;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
}

.box_bl_btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #0040c2;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.5s ease;
  position: relative;
}

.box_bl_btn a::after {
  position: absolute;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  right: 0.5em;
  font-weight: 900;
}

.box_bl_btn a:hover {
  background: #2979FF;
  color: #FFFFFF;
  margin-left: 0px;
  margin-top: 0px;
  box-shadow: none;
}

input.cp_btn:hover {
  color: #0D47A1;
  border: 2px solid #0D47A1;
}

.tblForm1 {
  width: 90%;
  margin: auto;
}

ol.num_list {
  counter-reset: num_list;
  /*数字をリセット*/
  list-style-type: none;
  padding: 0.5em;
}

ol.num_list li {
  position: relative;
  padding-left: 70px !important;
  padding: 1.5em 0.5em 1.5em 50px !important;
  border: 1px solid #CCCCCC;
}

ol.num_list li::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  /* カウントさせる */
  counter-increment: num_list;
  content: counter(num_list);
  /*装飾*/
  padding: 0.2em;
  margin: auto 20px 0 0;
  background: #0D47A1;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transform: translateY(-50%);
}

ol.num_list li div {
  display: inline-block;
  margin: auto 1em auto auto;
}

ol.num_list li div p {
  margin: 0 0 0.5em 0 !important;
  padding: 0 0 0 0.5em !important;
  color: #000000;
  font-weight: bold;
  font-size: 16px !important;
}

ol.num_list li div label {
  margin: 0 0 0.5em 0 !important;
  padding: 0 1em !important;
  text-align: center;
  width: 50px;
  display: inherit;
}

ol.num_list li div label img,
ol.num_list li div label input {
  display: block;
  margin: auto 0.5em auto auto !important;
}

.img_cam_color {
  max-width: 30px !important;
  height: 20px;
}

/*フォームの追加*/
.form-block {
  position: relative;
  font-size: 12px;
  padding: 10px;
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px #ccc solid;
  box-shadow: 0 2px 3px 0 #ddd;
  -moz-box-shadow: 0 2px 3px 0 #ddd;
  -webkit-box-shadow: 0 2px 3px 0 #ddd;
}
.form-block .close {
  background-color: #aaa;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #ddc inset;
  color: #666;
  display: inline-block;
  font-size: 24px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  top: 4px;
  position: absolute;
  right: 4px;
  width: 25px;
  cursor: pointer;
}
.form-block .add {
  position: absolute;
  background-color: #ddd;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  height: 20px;
  width: 20px;
  line-height: 15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

section[id^=form-block-shade] .form-block {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #ccc;
  padding-top: 0;
  margin: 40px 0;
}
section[id^=form-block-shade] .form-block h3 {
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  background: #0c90ff;
  position: relative;
  margin: 0;
  padding: 0.3em 0.5em;
}
section[id^=form-block-shade] .form-block h3 span {
  margin-right: 0.5em;
}
section[id^=form-block-shade] .form-block h3 span.hissu {
  background: #FE0405;
  font-size: 12px;
  letter-spacing: 0.5em;
  padding-left: 1em;
}
section[id^=form-block-shade] .form-block h3 .mark {
  position: absolute;
  left: 0.5em;
}
section[id^=form-block-shade] .form-block ul li label {
  align-items: center;
}
section[id^=form-block-shade] .form-block ul li label.img_label {
  display: flex;
}
section[id^=form-block-shade] .form-block ul li label .item_property {
  width: 100%;
  margin: 0 2em;
}
section[id^=form-block-shade] .form-block ul li label .item_property li {
  padding: 0.5em;
  text-align: left;
}
section[id^=form-block-shade] .form-block ul li label .item_property li:first-of-type {
  display: flex;
  align-items: center;
  font-size: 16px;
  flex-wrap: wrap;
}
section[id^=form-block-shade] .form-block ul li label .item_property li:first-of-type h2 {
  font-size: 16px;
  text-align: left;
  line-height: 1.6em;
}
section[id^=form-block-shade] .form-block ul li label .item_property li:first-of-type .box_quantity {
  flex-basis: 120px;
  padding: 0.5em;
}
section[id^=form-block-shade] .form-block ul li label .item_property li:first-of-type span {
  margin-left: auto;
}
section[id^=form-block-shade] .tab_select_box {
  display: grid;
}
section[id^=form-block-shade] .tab_select_box.grid-col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}
section[id^=form-block-shade] .tab_select_box img {
  max-width: 100%;
}
section[id^=form-block-shade] .entry_form_type_code {
  display: flex;
  margin: 0.5em auto;
  padding: 0.5em;
}
section[id^=form-block-shade] .entry_form_type_code li {
  margin: 0 0.5em 0 0;
  padding: 0;
  border: solid 1px #CCCCCC;
}
section[id^=form-block-shade] .entry_form_type_code li div {
  font-size: 24px;
  font-weight: 900;
  background: #0671CA;
  color: #fff;
  text-align: center;
}
section[id^=form-block-shade] .entry_form_type_code li select {
  font-size: 16px;
  padding: 0.5em;
  margin: 0.5em;
  border: none;
}
section[id^=form-block-shade] .entry_form_type_code li input[type=email],
section[id^=form-block-shade] .entry_form_type_code li input[type=text],
section[id^=form-block-shade] .entry_form_type_code li input[type=number],
section[id^=form-block-shade] .entry_form_type_code li input[type=tel],
section[id^=form-block-shade] .entry_form_type_code li input[type=search],
section[id^=form-block-shade] .entry_form_type_code li input[type=url],
section[id^=form-block-shade] .entry_form_type_code li textarea {
  font-size: 16px;
  padding: 0.5em;
  margin: 0.5em;
  border: none;
}
section[id^=form-block-shade] .entry_form_type_code li input[type=email]:focus,
section[id^=form-block-shade] .entry_form_type_code li input[type=text]:focus,
section[id^=form-block-shade] .entry_form_type_code li input[type=number]:focus,
section[id^=form-block-shade] .entry_form_type_code li input[type=tel]:focus,
section[id^=form-block-shade] .entry_form_type_code li input[type=search]:focus,
section[id^=form-block-shade] .entry_form_type_code li input[type=url]:focus,
section[id^=form-block-shade] .entry_form_type_code li textarea:focus {
  outline-style: none;
}
section[id^=form-block-shade] .entry_form_type_code li#input_label_code2 {
  position: relative;
  margin-left: 3em;
}
section[id^=form-block-shade] .entry_form_type_code li#input_label_code2::before {
  position: absolute;
  left: -1em;
  top: 50%;
  content: "-";
  font-weight: 900;
  font-size: 26px;
}
section[id^=form-block-shade] .entry_form_type_code li#input_label_code5 {
  position: relative;
  margin-left: 3em;
}
section[id^=form-block-shade] .entry_form_type_code li#input_label_code5::before {
  position: absolute;
  left: -1em;
  top: 50%;
  content: "-";
  font-weight: 900;
  font-size: 26px;
}

.item_list_3 > div,
.item_list_3 > li {
  position: relative;
}

.item_list_3 .item_name {
  font-weight: bold;
  font-size: 1.4em;
  margin: 0 !important;
  padding: 0.5em !important;
}

.item_list_3 p {
  margin: 0 !important;
  padding: 0.5em 0.5em 1em 0.5em !important;
}

.item_list_3 > div .box_bl_btn,
.item_list_3 > li .box_bl_btn {
  position: absolute;
  margin: 0 1em;
  bottom: -30px;
}

.item_list_3.Grid {
  display: grid;
}
.item_list_3.Grid.column3 {
  grid-template-columns: repeat(3, 230px);
  justify-content: space-around;
}
.item_list_3.Grid li {
  padding: 0;
  margin-bottom: 40px;
}

#color-parts-box {
  padding: 10px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
#color-parts-box div img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#color-parts-box input[type=radio] {
  width: 20px;
  height: 20px;
}

div[id^=ItemListBox] {
  padding: 10px;
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px #ccc solid;
  box-shadow: 0 2px 3px 0 #ddd;
  -moz-box-shadow: 0 2px 3px 0 #ddd;
  -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.ItemListBox_name h2 {
  font-size: 16px;
  text-align: left;
}
.ItemListBox_link.block_btn a {
  margin: auto;
}

.size-parts li {
  width: 100%;
  display: inline-block;
}
.size-parts li input {
  max-width: 100px;
}
.size-parts li input.calc_price_result {
  border: none;
}
.size-parts li label {
  display: block;
}
.size-parts li img.thm {
  width: 100px;
  max-width: 100px;
  height: auto;
}
.size-parts li div {
  margin: 0;
  padding: 0 1em;
}
.size-parts li div.size-parts-date {
  flex-basis: 390px;
}
.size-parts li div.size-parts-date .length {
  font-weight: 900;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.size-parts li div.size-parts-date span {
  font-size: 0.9em;
}
.size-parts li div.size-parts-price {
  flex-basis: 330px;
}
.size-parts li div.size-parts-price span {
  font-size: 0.9em;
}
.size-parts li div.size-unit-date {
  flex-basis: 200px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.size-parts li div.size-unit-date span {
  font-size: 0.9em;
}
.size-parts li div.size-unit-date input {
  margin: 0 0.5em;
}
.size-parts li div.size-calc-price {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  line-height: 24px;
}
.size-parts li div.size-calc-price span {
  font-size: 0.9em;
}
.size-parts li div.size-calc-price input {
  max-width: 80px;
  padding: 0 1em;
  text-align: right;
  padding: 0;
}

.option-parts-list li {
  width: 100%;
  display: inline-block;
}
.option-parts-list li input {
  max-width: 100px;
}
.option-parts-list li input.calc_price_result {
  border: none;
}
.option-parts-list li input[type=number] {
  max-width: 100px;
}
.option-parts-list li label {
  display: block;
}
.option-parts-list li img.thm {
  width: 100px;
  max-width: 100px;
  height: auto;
}
.option-parts-list li div {
  margin: 0;
  padding: 0 1em;
}
.option-parts-list li div.option-parts-date {
  flex-basis: 390px;
}
.option-parts-list li div.option-parts-date span {
  font-size: 0.9em;
}
.option-parts-list li div.option-parts-price {
  flex-basis: 330px;
}
.option-parts-list li div.option-parts-price span {
  font-size: 0.9em;
}
.option-parts-list li div.option-unit-date {
  flex-basis: 200px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.option-parts-list li div.option-unit-date span {
  font-size: 0.9em;
}
.option-parts-list li div.option-unit-date input {
  margin: 0 0.5em;
}
.option-parts-list li div.option-calc-price {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  line-height: 24px;
}
.option-parts-list li div.option-calc-price span {
  font-size: 0.9em;
}
.option-parts-list li div.option-calc-price input {
  max-width: 80px;
  padding: 0 1em;
  text-align: right;
}

.DispTotalBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  border-bottom: solid 1px #ccc;
  padding: 1em;
}
.DispTotalBox li {
  padding: 0 1em;
}
.DispTotalBox li input {
  border: none;
  max-width: 80px;
  padding: 0 1em;
  text-align: right;
}
.DispTotalBox li input[type=number] {
  max-width: 100px;
}

.posts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts-container .ItemListBox_function {
  margin: 0;
  width: 320px;
}
.posts-container .ItemListBox_function .function-date.price-date {
  text-align: right;
  background: #fdfae6;
  margin: 0.5em 0 1em;
  padding: 0 0.5em;
}
.posts-container .ItemListBox_function .function-date.price-date span.display-date-price {
  font-size: 28px;
  font-weight: 900;
  padding: 0 0.2em;
  color: #BB121A;
}
.posts-container .ItemListBox_function .function-date.price-date span.sub-date {
  font-size: 16px;
  color: #33322e;
}
.posts-container .ItemListBox_function .function-date.price-date span.sub-date-notice {
  display: block;
  text-align: right;
}
.posts-container .ItemListBox_function li {
  padding: 0 1.5em;
}
.posts-container .ItemListBox {
  padding: 1em;
  margin: 1em;
}
.posts-container .ItemListBox_name {
  flex-basis: 100%;
  margin-bottom: 1em;
}
.posts-container .ItemListBox_name h2 {
  padding: 0;
  margin: 0;
  background: #f5f5f4;
}
.posts-container .ItemListBox_name h2 span.ItemName {
  padding: 0.5em 1em;
  color: #fff;
}
.posts-container .ItemListBox_name h2 span.ItemName.LIXIL {
  margin-right: 1em;
  background: #ef7a00;
}

.confilm_input_item_date li {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0.5em;
  margin: 0.5em;
}
.confilm_input_item_date li .input_date_name {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (max-width: 640px) {
  .confilm_input_item_date li .input_date_name {
    padding-left: 0;
    padding-right: 0;
  }
}
.confilm_input_item_date li .input_date_unit {
  flex-basis: 100px;
  text-align: right;
  margin-left: auto;
}
.confilm_input_item_date li .input_date_price {
  flex-basis: 100px;
  text-align: right;
}

.conf-client-date.conf-diy table {
  width: 100%;
}
.conf-client-date.conf-diy table tr td,
.conf-client-date.conf-diy table tr th {
  margin: 0;
  padding: 0.5em;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .conf-client-date.conf-diy table tr td,
  .conf-client-date.conf-diy table tr th {
    font-size: 12px;
  }
}
.conf-client-date.conf-diy table tr td p,
.conf-client-date.conf-diy table tr th p {
  margin: 0;
  padding: 0;
}
.conf-client-date.conf-diy table tr th {
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .conf-client-date.conf-diy table tr th {
    width: 40%;
    max-width: 200px;
  }
}
.conf-client-date.conf-diy table tr td {
  width: calc(100% - 200px - 1em);
}
@media only screen and (max-width: 640px) {
  .conf-client-date.conf-diy table tr td {
    width: 60%;
    max-width: calc(60% - 1em);
  }
}

.commodity_caution {
  padding: 1em;
  background-color: #fffae0;
  font-weight: 900;
  font-size: 1.3em;
}
.commodity_caution p.error {
  padding: 0;
  line-height: 30px;
  font-weight: normal;
  font-size: 12px;
}

.conf-item-date.conf-diy {
  display: block;
}

#pref_select {
  padding: 10px;
}
#pref_select > div {
  padding: 10px;
}
#pref_select > div:nth-of-type(odd) {
  border-bottom: solid 1px #ccc;
}
#pref_select > div .haisou_label p {
  margin: 0;
  padding: 0;
}
#pref_select div p {
  margin: 0;
  padding: 0 2em;
}
#pref_select div .radio-check-line {
  display: flex;
  padding: 1em 0;
}
#pref_select input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 1em;
}

.confilm_price_box .single_price {
  flex-basis: 100%;
  font-size: 12px;
}
.confilm_price_box ul li #sys_haisou {
  text-align: right;
}

.size-box-date,
#SumTotalDeliBlock {
  display: none;
}

section[id^=Wooddeck] {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section[id^=Wooddeck] h2 {
  color: #573900;
}
section[id^=Wooddeck] p {
  font-size: 16px;
  line-height: 1.8em;
}
section[id^=Wooddeck]:last-of-type {
  margin-bottom: 80px;
}
section[id^=Wooddeck-List] {
  margin: 80px 0;
  padding: 60px 0;
}
section[id^=Wooddeck-List] h2 {
  margin-bottom: 60px;
  background-color: #e7e6e3;
}
section[id^=Wooddeck-List].BlockItemList {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

ul li {
  padding: 1.5em;
}
ul.float-list {
  margin: 1.5em;
}
ul.float-list.wooddeck {
  background: #f6f7f2;
  border: solid 1px #d9d9d9;
}
ul.float-list li {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 1em 1.5em;
}
ul.float-list li div {
  font-size: 14px;
  line-height: 1.8em;
}
ul.float-list li div.headding {
  flex-basis: 150px;
  position: relative;
}
ul.float-list li div.headding::after {
  position: absolute;
  content: ":";
  right: 0;
}
ul.float-list li div.explanatory_text {
  padding-left: 1em;
  flex-basis: calc(100% - 150px - 1em);
}

.post_contents_link a {
  display: block;
}
.post_contents_link a img {
  display: block;
  margin: auto;
}

.input_box_diy h3.result_title {
  margin-top: 80px;
}
.input_box_diy h3.result_title:first-of-type {
  margin-top: 20px;
}

.PostsArticle {
  padding: 40px 0;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 10px;
}
.PostsArticle div {
  border: solid 1px #d9d9d9;
}
.PostsArticle div img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.PostsArticle div a,
.PostsArticle div p {
  color: #000000;
  font-size: clamp(12px, 1.6vw, 14px);
  min-height: 0vw;
}
.PostsArticle div a:hover {
  background: #fff6e6;
  text-decoration: none;
  color: #573900;
}

.form_notice_bottom {
  border: solid 1px #d9d9d9;
}

.contents-movie-box {
  display: grid;
  padding: 20px 60px;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px 10px;
}
.contents-movie-box iframe {
  width: 100%;
  height: 100%;
  margin: auto;
  aspect-ratio: 4/3;
}

.BlockMovie h3,
.BlockNotes h3,
.BlockGuidance h3 {
  background: none;
  text-align: center;
}
.BlockMovie h3 span,
.BlockNotes h3 span,
.BlockGuidance h3 span {
  padding: 0.5em 1.5em;
}

section[id^=Wooddeck].BlockMovie h3 span, section[id^=Wooddeck].BlockNotes h3 span, section[id^=Wooddeck].BlockGuidance h3 span {
  background: #e7e6e3;
  color: #2e2e2d;
}

#input_box h2 {
  margin-bottom: 60px;
}
#input_box.input_wooddeck h2 {
  background-color: #e7e6e3;
  color: #573900;
}

.wooddeckNotice {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #007BE1;
}/*# sourceMappingURL=commodity.css.map */