:root {
    --orangeyellow: #fbd160;
    --orange: #ec7d14;
    --dustyorange: #f6a970;
    --darkbrown:#3d3132;
    --paleyellow:#fff7e3;
    --linegreen:#06c755;
    --marineblue: #48c2c5;
    --paleblue: #e7feff;
    --dustyred: #fd4b4b;
    --vividblue: #181cff;
}
/* ======== 全体のフォントファミリー、余白など  ========*/
body {
    font-family: "Noto Sans JP", "BIZ UDPGothic", sans-serif;
    /* font-weight: 400; */
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: var(--darkbrown);
    font-size: 1rem;
    line-height: 1.6;
}
/* ========幅、高さ、位置の設定 ======== */
.container,
.hiromi, 
.support,
.onayami
.kitchenphoto,
.products {
    width: 90vw;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    text-align: center;
}
.header {
    text-align: left;
}
#toplogo {
    width: 100px;
}
    /* ショールームいってみよう */

.arrow {
    max-width: 30vw;
}

 #kitchen_beige {
   margin-bottom: -50px; 
}
    /* こんなお悩みありませんか？ */

.needs-wrap {
    width: 80%;
    padding-bottom: 5%;
    margin: 0 auto;
}

    /* 解決します */
/* #blue_arrow_downward {
    max-width: 60px;
    position: relative;
    z-index: 998;
} */
#hiromi_2 {
    margin-top: -20px;
    position: relative;
    z-index: 10;
}
    /* 必須事項を入力 */

section.officialLINE {
    margin-top: 10%;
    margin-bottom: 10%;
    }

.policy-container {
    width: 100%;
    height: 100px; 
    overflow: auto; /* 内容がはみ出た場合にスクロールバーを表示 */
    border: 1px solid #ccc; 
  }
.policy {
  font-weight: 400;
  font-size: small;
}
    /* こんな商品が見られます */
.products {
    margin:  30% auto;
}
#products {
     width: 90vw;
}
    /* その他ご相談・お問い合わせ */
.consultation {
    margin:  30% auto;
    /* padding: 30px 0; */
    border-radius: 5px;
}
#consultimg {
    max-width: 90px;
}

    /* フッター */
.footer {
    padding: 20px 0;
    color: #555;
    font-size: 0.75rem;
}
#bottomlogo {
    width: 100px;
}
.copyright {
    margin-top: 10px;
    color: var(--orange);
}

/*  ========背景色  ========*/
.firstview {
    background-color: var(--marineblue); /* Ensure the firstview itself has a white background */
    width: 100%; /* Make sure the firstview spans the full width of its parent */
    padding-top: 3px; /* Add some padding to the top if needed for visual spacing */
    padding-bottom: 6px;
}

/* To ensure the firstview-wrap takes full width if there's any default margin/padding affecting it */
.firstview-wrap {
    width: 100%;
    margin: 0 auto;
}
.needs {
    background-color: var(--paleblue);
    padding: 10%;

}
.requirements {
    background-color: var(--marineblue);
    padding: 10%;
}

/*  ========文字  ========*/

#text {
    font-size: 0.75rem;
}

.solution-title,
.needs-title,
.point-title,
.consultation-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--darkbrown);
    /* font-family: "ヒラギノ角ゴ ProN W9"; */
   
}
.firstview-title {
    color: #fff;
    margin: 10px auto;
    padding: 0px auto;
    font-size: 1.25rem;
    /* font-family: "ヒラギノ角ゴ ProN W9"; */
}
.point-title {
 margin-top: 0;
}
.onegai {
    margin-bottom: 10%;
}
#onegai {
    font-size: 1.2rem;
    font-weight: bold;
    color:var(--dustyred);
    margin: 0;
}
#onegaiContent {
    color:var(--dustyred);
    font-size: 0.9rem;
    padding: 0 4%;
}
#img1 {
    max-width: 70%;
}
#blue_d_line1,
#blue_d_line2,
#hiromi_1,
#support,
#kitchen_black,
#onayami,
#hiromi_2,
#kitchen_beige,
#products {
    max-width: 100%;
    height: auto;
}
#blue_d_line2 {
    margin-bottom: 10%;
}
.bold {
    font-weight: bold;
}
    /* LINE公式アカウント  メールアドレス*/
.line-account-button a {
    text-decoration: none;
    color: var(--darkbrown);
    font-weight: bold;
}


#to {
    margin-bottom: 5px;
}
    /* サポート利用 3つの理由 */
.line-and-text-container {
    max-width: 320px;
    margin: 0 auto;
    display: flex; /* 子要素を横並びにする */
    align-items: center; /* 子要素を垂直方向の中央に揃える */
    /* gap: 20px; 線と文字の間のスペース */
    /* padding: 20px; */
}
.line-wrapper {
    position: relative;
    width: 100px; /* 線の長さを調整するための基準幅 */
    height: 100px; /* 線の長さを調整するための基準高さ */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* overflow: hidden; /* 線がはみ出さないようにする場合はコメント解除 */
}

.diagonal-line {
    position: absolute;
    width: 80px; /* 線の長さ (widthとheightの対角線長) */
    height: 2px; /* 線の太さ */
    background-color: var(--darkbrown); /* 線の色 */
    transform-origin: center center; /* 中央を基準に回転 */
}

.line-45deg {
    transform: rotate(45deg);
}

.line-minus-45deg {
    transform: rotate(-45deg);
}

.center-text {
    font-size: 1.25rem;
    font-weight: bold;
    /* color: #333; */
    white-space: nowrap; /* テキストが改行されないように */
}
/* ======== その他の素材  ========*/
.underbar {
    border-bottom: solid 5px #3d3132;
    max-width: 100px;
    margin: 10px auto;
}

.bignumber {
    font-size: 3.1rem;
}
.each-point {
    margin-top: 0px;
}

.point-img {
    margin-left: 5%;
    max-width: 180px;
}
#point1, #point2, #point3 {
    max-width: 180px;
} 
.info-text {
    padding: 0 5%;
    text-align: left;
}
.info-textB {
    padding: 0 8%;
    text-align: left;
    margin-bottom: 10%;
}

.form-container,
.each-point { 
    max-width: 70vw;
    margin: 5% auto; 
    border: 1px solid #ccc;
    padding: 5%;
    border-radius: 10px;
    background-color: white;
    /* border: 0.5px solid var(--darkbrown); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-item { 
    margin-bottom: 20px; 
    text-align: left;
}
label { 
    display: inline-block; /* ラジオボタンの隣に表示 */ 
}
legend {
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
    border: none;
    margin-bottom: 20px; 
}
fieldset { 
    border: none;
    padding: 0;
    margin: 0; 
}
input[type="text"],
input[type="email"],
input[type="tel"],
.textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
/* ラジオボタン、チェックボックスの色 */
input[type="radio"],
input[type="checkbox"] {
  accent-color: var(--vividblue);
}
/* ラジオボタンとラベルのレイアウト */
fieldset div {
     margin-bottom: 5px; 
    }
input[type="radio"] {
     margin-right: 5px; 
    }
.form-item div label {
    margin-right: 15px; /* 入力ボックスとの間隔 */
    margin-bottom: 7px;
}
textarea {    
    height: 70px;
     /* font-size: 16px;  */
}
.required-label {
    background: #e74c3c;
    color: white;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
}
.form-item .bold {
    margin-bottom: 10px;
}
.form-item, 
.textarea {
    font-size: 1rem;
}
.selectitem,
input[type="text"],
input[type="date"],
input[type="tel"] {
    font-size: 0.93rem;
    font-family: "Open Sans", "BIZ UDPGothic", sans-serif;
}
.copy-button {
    display: inline-block;
    width: 80%;
    padding: 12px 20px;
    /* font-size: 16px; */
    font-weight: bold;
    cursor: pointer;
    background-color: var(--orange);
    color: white;
    border: none;
    border-radius: 5px;
    text-align: center;
}
.form-exp {
    line-height: 1.2rem;
}
.line-button {
    display: inline-block;
    width: 250px;
    height: 50px;
    padding: 12px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    background-color: var(--linegreen);
    color: white;
    border: none;
    border-radius: 9999px;
    text-align: center;
}
#copy-feedback {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
    min-height: 30px;
}





@media screen and (min-width: 768px) { /* 例: 768px以上でPC向けスタイルを適用 */
.container,
.hiromi, 
.support,
.onayami
.kitchenphoto,
.products {
    width: 60vw;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    text-align: center;
}
.firstview-title{
    font-size: 1.5rem;
    margin: 0px auto;
    padding: 0px auto;
}
.firstview {
    padding-top: 10px;
    padding-bottom: 15px;
}
/* .point-title,
.consultation-title {
    font-size: 3.45rem;
} */
/* #blue_arrow_downward {
    max-width: 80px;
} */
#text1,
.copy-button {
    font-size: 1.35rem;
}
.form-container,
.each-point {
    width: 40vw;
}

.info-text,
.info-textB,
.points{
    font-size: 1.2rem;
}
.bignumber {
    font-size: 6.2rem;
}
.point-img {
    margin-left: 5%;
    max-width: 200px;
}
#point1, #point2, #point3 {
    max-width: 200px;
} 
#consultimg {
    max-width: 100px;
}
legend {
    font-size: 1.6rem;
}
.form-item, 
.textarea {
    font-size: 1.2rem;
}
.selectitem,
input[type="text"],
input[type="date"],
input[type="tel"] {
    font-size: 1.1rem;
}

.line-button {
    width: 325px;
    height: 60px;
    padding: 12px 20px;
    font-size: 1.3rem;
}
.email, #to {
    font-size: 1.1rem;
}
}

@media screen and (min-width: 1600px) {
.firstview {
    padding-top: 20px;
    padding-bottom: 25px;
}
.container,
.hiromi, 
.support,
.onayami
.kitchenphoto,
.products {
    width: 60vw;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    text-align: center;
}
.form-container,
.each-point {
    width: 40vw;
}
.firstview-title{
    font-size: 2rem;
    margin: 0px auto;
    padding: 0px auto;
}
.arrow {
    width: 15vw;
}
#arrow_2 {
    width: 15vw;
}
/* #blue_arrow_downward {
    max-width: 100px;
} */
}