@charset "utf-8";
/* CSS Document */
#subpage h3 {
    color: #007f33;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px 0;
    line-height: 1.5em;
}
#subpage h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    margin: 20px auto 0;
    background: linear-gradient(-45deg, #def8d6 25%, transparent 25%, transparent 50%, #def8d6 50%, #def8d6 75%, transparent 75%, transparent);
    background-size: 10px 10px;
}
#subpage .tBox {
    margin: 90px auto 0px auto;
}
#subpage .base {
    padding: 10px 0 0 0;
}
#flow4 {
    padding-bottom: 100px;
}
/*==============================================*/
ご利用の流れ /*==============================================*/
.flow-txt {
    margin-top: 40px;
}
.flow-step-list {
    list-style: none;
    padding: 0;
    margin: auto;
    max-width: 950px;
    width: 100%;
}
.flow-step-item {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.flow-step-item:last-child {
    margin-bottom: 0;
}
.step-icon {
    width: 100px;
    min-width: 100px;
    text-align: center;
    margin-right: 10px;
}
.step-icon img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.step-label {
    position: relative;
    width: 180px;
    min-width: 180px;
    height: 110px;
    background-color: #579e49;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 0 15px;
}
.step-label::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 52%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 12px 7px 0px 7px;
    border-color: #579e49 transparent transparent transparent;
    z-index: 2;
}
.flow-step-list .flow-step-item:last-child .step-label::after {
    display: none;
}
.step-content {
    flex-grow: 1;
    height: 110px;
    background-color: #ffffff;
    border: 2px solid #579e49;
    border-left: none;
    border-radius: 0 15px 15px 0;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.step-content p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}
.flow-notice-block {
    width: 100%;
    background-color: #def8d6;
    margin-top: 50px;
    padding: 30px;
}
.flow-notice-block .notice-inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.flow-notice-block p {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin: 0 0 0.5em 0;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
.flow-notice-block p:last-child {
    margin-bottom: 0;
}
.flow-no-accept-section {
    margin-top: 50px;
    text-align: center;
}
.flow-no-accept-section .materials-list {
    max-width: 1000px;
    width: 100%;
    margin: 35px auto;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    text-align: left;
}
.materials-list {
    font-weight: bold;
    font-size: 20px;
}
.waste-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.7;
}
.waste-table th, .waste-table td {
    border: 1px solid #bdbdbd;
    padding: 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.waste-table thead th {
    background: #579e49;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.waste-table .category {
    background: #f4fcf1;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}
.waste-table tr {
    text-align: center;
}
.waste-table:first-child tr:nth-child(even) td {
    background: #f2f2f2;
}
.flow-img-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin: 40px auto 0 auto;
    max-width: 1000px;
    width: 100%;
}
.flow-img-flex .img-item {
    width: calc(50% - 10px);
    border-radius: 15px;
    overflow: hidden;
}
.flow-img-flex .img-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
/*==============================================*/
プライバシーポリシー /*==============================================*/
.privacy article h1 span.sub {
    padding: 40px 0 0 0;
}
/* 各項目（1.や2.など）ごとのブロック */
.privacy-block {
    margin-bottom: 40px;
}
/* 大見出し（h4）のデザイン */
.privacy-block h4 {
    font-size: 18px;
    color: #333;
    border-left: 4px solid #579e49; /* 企業カラーの緑をアクセントに */
    padding-left: 12px;
    margin-bottom: 15px;
    font-weight: bold;
}
/* 小見出し（h5）のデザイン */
.privacy-block h5 {
    font-size: 16px;
    color: #444;
    margin: 20px 0 10px 0;
    font-weight: bold;
}
/* 箇条書きリスト */
.privacy-list {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    padding-left: 1.5em;
    text-indent: -1.5em;
    text-align: left;
    display: block;
}
.privacy-list li {
    margin-bottom: 8px;
    line-height: 1.6;
    list-style: none;
}
/* (1) や ① などの、少し引っ込んだ補足文章 */
.sub-text {
    padding-left: 1.5em;
    margin-bottom: 10px;
    text-indent: -1.5em;
}
/* 注記や附則のブロック */
.privacy-footer-notes {
    margin-top: 50px;
    padding: 20px 0 100px 0;
    border-top: 1px dashed #ccc;
}

.privacy .tBox .privacy-footer-notes p {
    margin-bottom: 0;
}
.privacy footer,.contact footer {
    padding: 30px 0;
}

.privacy-block .contact-form-btn{
	margin-top: 15px;
}
/*==============================================*/
お問い合わせ
/*==============================================*/


.contact　.tBox {
    margin: 90px auto;
}
.contact-container {
      max-width: 800px;
      margin: 40px auto;
      padding: 0 20px;
      box-sizing: border-box;
    }


    /* 各画面の表示・非表示コントロール */
    .form-step-panel {
      display: none;
      background: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 40px;
    }
    .form-step-panel.is-active {
      display: block;
		margin-bottom: 100px;
    }

    .step-lead {
      font-size: 18px;
		font-weight: bold;
		padding-bottom: 80px;
    }

.contact-tel-block{
	width: 100%;
    background-color: #def8d6;
    margin: 0px auto 100px auto;
    padding: 30px;
	text-align: center;
}
.tel-text{
	padding-top: 1em;
}
.tel-text a{
	font-size: 36px;
	font-weight: bold;
	color: #007f33;
	text-align: center;
}

    /* ==========================================================================
       📝 フォーム要素のスタイル
       ========================================================================== */
    .form-group {
      margin-bottom: 25px;
    }
    .form-label-row {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
    }
    .form-label-row label {
      font-weight: bold;
      font-size: 16px;
    }
    .badge-required {
      background-color: #e53935;
      color: #fff;
      font-size: 11px;
      padding: 2px 6px;
      border-radius: 4px;
      margin-left: 10px;
      font-weight: normal;
    }
::placeholder {
    color: #c9c9c9;
    opacity: 1; 
}
    /* 入力コントロール */
    .form-control {
      width: 100%;
      padding: 12px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 6px;
      box-sizing: border-box;
      transition: border-color 0.3s;
    }
    .form-control:focus {
      outline: none;
      border-color: #579e49;
    }
    textarea.form-control {
      height: 200px;
      resize: vertical;
    }

    /* エラーメッセージ */
    .error-message {
      color: #e53935;
      font-size: 14px;
      margin-top: 6px;
      display: none;
    }
    .form-group.has-error .error-message {
      display: block;
    }
    .form-group.has-error .form-control {
      border-color: #e53935;
      background-color: #fff8f8;
    }

    /* 同意チェックボックス */
    .agree-block {
      text-align: center;
      margin: 40px 0 30px;
    }
    .agree-block label {
      font-size: 16px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .agree-block input[type="checkbox"] {
      width: 18px;
      height: 18px;
      cursor: pointer;
    }

    /* ==========================================================================
       🔘 ボタン関連スタイル
       ========================================================================== */
    .btn-set {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 40px;
      font-size: 16px;
      font-weight: bold;
      border-radius: 30px;
      border: none;
      cursor: pointer;
      transition: all 0.3s;
      text-decoration: none;
      min-width: 180px;
    }
    
    /* プライマリボタン（確認・送信） */
    .btn-primary {
      background-color: #579e49;
      color: #ffffff;
    }
    .btn-primary:hover:not(:disabled) {
      background-color: #46823a;
      opacity: 0.9;
    }
    /* 💥 活性化していない時のボタンスタイル */
    .btn-primary:disabled {
      background-color: #cccccc;
      color: #ffffff;
      cursor: not-allowed;
    }

    /* セカンダリボタン（戻る） */
    .btn-secondary {
      background-color: #e0e0e0;
      color: #333333;
    }
    .btn-secondary:hover {
      background-color: #d5d5d5;
    }

    /* ==========================================================================
       🔍 確認画面用のスタイル
       ========================================================================== */
    .confirm-row {
      border-bottom: 1px solid #eee;
      padding: 15px 0;
      display: flex;
      flex-wrap: wrap;
    }
    .confirm-label {
      width: 200px;
      font-weight: bold;
      color: #555;
    }
    .confirm-value {
      flex: 1;
      white-space: pre-wrap; /* 改行をそのまま表示 */
    }

    /* ==========================================================================
       🎉 完了画面用のスタイル
       ========================================================================== */
    .thanks-block {
      text-align: center;
      padding: 20px 0;
    }
    .thanks-block h3 {
      font-size: 22px;
      color: #333;
      margin-bottom: 20px;
    }

    /* レスポンシブ */
    @media screen and (max-width: 600px) {
      .form-step-panel { padding: 25px 15px; }
      .confirm-row { flex-direction: column; gap: 5px; }
      .confirm-label { width: 100%; }
      .btn-set { flex-direction: column; gap: 12px; }
      .btn { width: 100%; box-sizing: border-box; }
    }




@media screen and (max-width: 1460px) {
    .privacy .header-inner {
        padding: 0 80px;
    }
}
@media screen and (max-width: 1290px) {
    .privacy .header-inner,.contact .header-inner {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1155px) {
    article#subpage h1 span.main {
        font-size: 40px;
    }
    .privacy article#subpage h1 span.sub {
        font-size: 16px;
    }
}
@media screen and (max-width: 1050px) {
    .flow-no-accept-section {
        margin-top: 45px;
    }
    .privacy article#subpage h1 span.sub {
        padding: 25px 0 0 0;
    }
}
@media screen and (max-width: 780px) {
    .flow-no-accept-section {
        margin-top: 45px;
    }
    .privacy .header-inner,.contact .header-inner {
        padding: 25px 20px;
    }
}
@media screen and (max-width: 768px) {
    .flow h3 {
        font-size: 20px;
    }
    #subpage h3 {
        margin: 0 0 25px 0;
    }
    #subpage h3::after {
        margin: 10px auto 0;
    }
    #subpage .tBox {
        margin: 60px auto 0px auto;
    }
    .flow-no-accept-section {
        margin-top: 45px;
    }
    .flow-no-accept-section .materials-list {
        font-size: 15px;
        margin: 20px auto;
        text-align: center;
    }
    .flow-notice-block {
        margin-top: 30px;
        padding: 20px 15px;
    }
    .flow-notice-block p {
        font-size: 14px;
        padding-left: 0;
    }
    .flow-step-item {
        flex-direction: column;
        align-items: center;
        background: #ffffff;
        border: 2px solid #579e49;
        border-radius: 15px;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 35px;
    }
    .flow-step-item:last-child {
        margin-bottom: 0;
    }
    .step-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .step-label {
        width: 100%;
        height: 45px;
        border-radius: 15px;
        font-size: 18px;
    }
    .step-label::after {
        display: none !important;
    }
    .flow-step-item::after {
        content: "";
        position: absolute;
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
        border-style: solid;
        border-width: 20px 11px 0 11px;
        border-color: #579e49 transparent transparent transparent;
        z-index: 2;
    }
    .flow-step-list .flow-step-item:last-child::after {
        display: none;
    }
    .step-label::after {
        display: none;
    }
    .step-content {
        width: 100%;
        height: auto;
        border: none;
        padding: 15px 0 0 0;
        justify-content: center;
    }
    .step-content p {
        text-align: center;
    }
    .materials-list {
        font-size: 18px;
    }
    .flow-img-flex {
        flex-direction: column;
        gap: 15px;
        margin: 20px auto;
    }
    .flow-img-flex .img-item {
        width: 90%;
    }
	.tel-text a{
	font-size:22px;
}
}
@media screen and (max-width: 639px) {
    #flow4 {
        padding-bottom: 100px;
    }
}