@charset "UTF-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  counter-reset: number 0;
}

.c-wrapper {
  display: flex;
}

.u-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile {
    display: none;
  }
}

/* pcの電話番号発信対応 */
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}


/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}


ul,
ol {
  list-style: none;
}


a:not([class]) {
  text-decoration-skip-ink: auto;
}


div h2 {
  font-size:22px;
  font-weight:600;
}

div h3 {
  font-size:16px;
  font-weight:600;
}

img {
  display: block;
  width: 100%;
}


article>*+* {
  margin-top: 1em;
}


input,
button,
textarea,
select {
  font: inherit;
}

/*common*/
.inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

.p-ex_wrap {
  font-size:16px;
  margin-top:30px;
  margin-bottom: 30px;
}

/*main*/
#p-ecodia_main .p-ecodia_second_content_inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.p-ex_wrap_content {
background: linear-gradient(180deg, #ececf0, #fff); 
padding:30px;
}

/*second*/
.p-ecodia_second_content {
  margin-top: 0px;
background: linear-gradient(#ffffff, #d1d1d1);
padding:30px;
}
.p-ecodia_second_wrapper {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.p-ecodia_second_box {
  width:100px;
  background: #d7d7d7;
  height:100px;
  border:2px solid #6e6e6e;
  padding:5px;
  font-size:26px;
  line-height: 43px;
text-align:center;
border-radius: 10px;
margin-right: 10px;
}

.p-ecodia_second_box span {
  display: block;
}

.p-ecodia_second_wrapper-content {
  width: 80%;
  margin: 0 auto;

  gap:30px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.p-ecodia_second_wrapper-content img {
width:auto;
margin-right:10px;
}



/*トップ*/
.p-ex__top-title span {
  display: block;
  width: 140px;
  background: #002c5b;
  font-size: 14px;
  color: #fff;
  padding: 3px 0;
  font-weight: 400;
  text-align: center;
  margin-bottom: 14px;
}

.wrappe_grid {
padding:20px;
background:#fff;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 32px 32px;
}


.wrapper {
  display: flex;
  margin-top: 15px;
  gap:20px;
}
.inner_wrapper {/*内側のboxの横並び*/
  display: flex;
  margin-top: 15px;
  gap:20px;
}
.wrapper__top {
  display: flex;
  margin-top: 15px;
  gap: 20px 30px;
}
.p-ex__price--wrapper {
  display: flex;
  margin-top: 15px;
  gap:20px;
}

.p-ex__wrapper--h4 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  margin-top: 30px;
  background: #fff;
  padding:20px;
}

.p-ex__box2-img {
  width:200px;
  object-fit: contain;
 gap:20px;
}
.p-ecodia_suggestion_wrapper {
  margin-top: 50px;
}
.p-ex__top_content {
  position: relative;
}

.p-ex__top_content p {
  font-size:16px;
  margin-bottom: 20px;
}

.p-ex__top_content--h3::before {
  counter-increment: number 1;
  content: "" counter(number);
  font-size: 22px;
  position: relative;
  background:#333;
  width:30px;
  
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right:10px;
}


.p-ex__top_content--h3::after {
  display: block;
  content: "";
  background: #333333;
  padding-top: 1px;
  margin-top:5px;
}

.p-ex__top_box-img {
  width:46%;
}

.p-ex__top_content--h3 {
font-size:16px;
margin-top: 30px;
font-weight:600;
margin-bottom: 20px;
}

.p-ex__bottom-content {
  margin-top: 50px;
  background: #fff;
  padding:20px;
}

.p-ex__box-img {
 width:200px;
 object-fit: contain;
}

.p-ex--h2 {
  margin:8px 0;
}

.p-ex__bottom-content {
  margin-top: 80px;
}




/*ボタン*/
.c-btn {
  background: #f29b22;
  color:#333333;
  display: block;
  width:300px;
  height:50px;
  border-radius: 30px;
  border:0;
  color:#fff;
}

.c-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #ff8c00, #ff4500);
  box-shadow: 0 4px 6px rgba(255, 69, 0, 0.1), 0 8px 15px rgba(255, 69, 0, 0.1);
  backdrop-filter: blur(10px); /* ガラスのようなぼかしを追加 */
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.c-btn:hover {
  background: linear-gradient(135deg, #ff4500, #ff8c00);
  box-shadow: 0 4px 6px rgba(255, 69, 0, 0.2), 0 8px 15px rgba(255, 69, 0, 0.2);
}

.c-btn-ecodia {
  display: block;
  margin:0 auto;
}


/*表*/
.p-ex_table {
  margin-top: 100px;
}
.p-ex_table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.p-ex_table th, .p-ex_table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.p-ex_table .p-ex_table th {
  background-color: #f2f2f2;
}
.small {
  text-align: right;
  font-size: 12px;
}
.p-ex__price__top--box {
  margin-top: 100px;
}

/*Price*/
.p-ex__price--content {
  margin-top: 50px;
}

.p-ex__price__top--box {
margin-top: 50px;
}

.p-ex__price--table img {
  width:300px;
}

.p-ex__price__img {
  width:180px;
  object-fit: contain;
}

.p-ex__line {
  display: block;
  width:100%;
  padding-top:1px;
  background-color: #6e6e6e;
  margin-top: 40px;
}

.p-ex__price--flow {
display: grid;
  grid-template-columns: 48% 48%;
  gap: 20px;
  margin-top: 30px;
}
.p-ex__small {
  font-size:12px;
  margin-top:20px;
  font-weight:600;
}
.p-ex__small span {
  color:#ff4500;
}
.p-ex__mente--wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 70px;
  margin-bottom: 70px;
  width:100%;
}
.p-ex__mente--wrapper img {
 object-fit: contain;
 width: 50%;
 align-items: start;
}
.p-ex__premium-content h3 {
  border-left: 6px solid #9e9e9e;
  padding:15px 0;
  margin-top: 20px;
}
.p-ex__premium-sekou {
  margin-top: 20px;
}

.p-wdia__premium {
  margin-top: 20px;
}

/*SP*/
@media screen and (max-width:900px) {
  .wrapper__top {
    display:block;
  }
  
  .p-ex__price__top--box {
    margin-top: 0;
  }
}

@media screen and (max-width:768px) {
  .p-ex__price--wrapper {
    display:block;
  }

}
@media screen and (max-width:600px) {
  .inner_wrapper {
    display:block;
  }
  .p-ex__top_box-img {
    width:100%;
  }
  .p-ex__wrapper--h4 {
    display:block;
  }
  .p-ex__box-img {
    width:100%;
  }
  .p-ex__box2-img {
    width:100%;
  }
  .wrapper {
    display:block;
  }
  .p-ex__price--flow {
    display:block;
  }
  .p-ex__mente--wrapper {
    display:block;
  }
  .p-ex__mente--wrapper img {
    width:100%;
  }
  .p-ex__price--table img {
    width: 100%;
    margin-top: 20px;
  }
  p,
  .p-ex__top_content p {
    font-size:13px;
  }
}

/*20240722追加*/
div.p-coating-detail__btn2 {
  display:block;
  width:40%;
  margin:10px auto;
  text-align: center;
  color:#fff;
  background:#C0C0C0;
  line-height: 26px;
  padding: 10px 0;
  border-radius: 4px;
  font-size: 16px;
  /*border: solid 1px #000000;*/
}

@media screen and (max-width:600px) {
  div.p-coating-detail__btn2 {
    margin-top: 15px;
    width: 100%;
  }
  .c-btn {
    width: 100%;
  }
}