@charset "UTF-8";

/* --------------------------------------------
    ご意見・ご要望・苦情 フォーム
-------------------------------------------- */
.content {
    max-width: 750px;
    margin: auto;
    font-family: Roboto,"Helvetica Neue",Arial,"Century Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN","BIZ UDPGothic",Meiryo,sans-serif;
}
.content h1.ttl1 {
    margin: 22px auto;
    font-size: min(8vw, 26px);
    font-weight: bold;
    text-align: center;
}
.content .layout_space {
    padding: 0 20px;
}
.content .layout_fx {
    display: flex;
    align-items: center;
    gap: 8px;
}
.content .notice li {
    padding-left: 0.9em;
    text-indent: -0.9em;
    font-size: 12px;
}

/* FORMAREA / COMMON
-------------------------------------------- */
.formarea {
    padding: 32px 20px;
}
.formarea ::placeholder {
    color: #666;
    opacity: 1;
}
.formarea input,
.formarea textarea,
.formarea select,
.confirmation-prefecture-city {
    width: 100%;
    min-height: 52px;
    padding: 16px 26px;
    border-radius: 100px;
    outline: none;
}
.formarea select {
    appearance: none;
}
.formarea .help-block {
    margin: 0 16px;
    font-size: 12px;
    color: #EE3008;
}
.formarea .help-block-error {
    margin-top: 4px;
}
.formarea .f_ttl {
    font-weight: bold;
}
.formarea .f_ttl .required {
    margin-left: 4px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    background: #EE3008;
    border-radius: 4px;
}
.formarea div[role="radiogroup"] {
    display: flex;
    gap: 14px;
}
.formarea .radio {
    width: 50%;
}
.formarea .radio label {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: #FFF;
    border-radius: 100px;
    padding: 14px 12px 14px 46px;
    font-size: 14px;
}
.formarea .radio label::before,
.formarea .radio label::after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
}
.formarea .radio label::before {
    left: 14px;
    width: 25px;
    height: 25px;
    border: 1px solid #AAA;
    z-index: 4;
}
.formarea .radio label::after {
    left: 20px;
    width: 13px;
    height: 13px;
    background: #FFF;
    z-index: 2;
}
.formarea .radio label:has( input[type="radio"]:checked)::before {
    border-color: #c03232;
}
.formarea .radio label:has( input[type="radio"]:checked)::after {
    background: #c03232;
}
.formarea .radio label input {
    display: none;
}

/* F_INQUIRY / ご意見・ご要望・苦情内容
-------------------------------------------- */
.f_inquiry {
    margin: 32px auto 16px;
    padding-bottom: 0;
    background: #F2F2F2;
    border-radius: 40px;
    overflow: hidden;
}
.f_inquiry > div {
    margin-bottom: 32px;
}
.f_inquiry .f_ttl {
    margin: 0 16px 6px;
    font-size: 18px;
}
.f_inquiry .matter textarea {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
    border: none;
    border-radius: 24px;
}

/* F_PERSONAL / 個人情報入力
-------------------------------------------- */
.f_personal label:not(.confirmation-prefecture-city label),
.confirmation-prefecture-city,
.f_personal input,
.f_personal select {
    border: 1px solid #AAA;
}
.f_personal .f_ttl {
    margin: 0 16px 4px;
}
.f_input {
    margin-bottom: 20px;
}
/* 郵便番号 */
.zip_blk .layout_fx > div {
    width: 50%;
}
.zip_blk .hyphen {
    font-size: 20px;
}
/* 郵便番号 - 変化形 */
.zip_blk .my-new-list,
.zip_blk .my-new-option {
    margin-top: 12px;
    border-radius: 10px;
}
.zip_blk .my-new-list {
    padding: 10px;
    background: #F2F2F2;
}
.zip_blk .my-new-list li {
    padding: 5px 5px;
    border-bottom: 1px solid #AAA;
}
.zip_blk .my-new-list li:last-child {
    padding-bottom: 0;
    border: none;
}
/* 住所 */
.address_blk #feedbackform-mansion + .help-block {
    margin-top: 4px;
}
/* 生年月日 */
.birth_blk .layout_fx > div {
    width: 29%;
}
.birth_blk .layout_fx > div:nth-of-type(1) {
    width: 42%;
}
.birth_blk select {
    padding: 16px;
    background: #FFF;
}
/* BTN */
.btn_confirm {
    text-align: center;
}
.btn_confirm button {
    padding: 14px 36px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    border: none;
    outline: none;
    background: #FD5925;
    border-radius: 100px;
}

/* CONTACTBLK / 電話
-------------------------------------------- */
.contactblk {
    margin: 60px auto 20px;
    padding: 32px;
    font-weight: bold;
    background: #EDFCF4;
    border-radius: 40px;
}
.contactblk .tel_number {
    display: block;
    margin: 16px auto 8px;
    padding: 12px;
    font-size: 28px;
    text-decoration: none;
    text-align: center;
    background: #AAF0CC;
    border-radius: 24px;
}
.contactblk .tel_number span {
    position: relative;
    padding-left: 50px;
}
.contactblk .tel_number span::before {
    content: "\e935";
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: "icomoon";
    font-size: 32px;
    font-weight: normal;
    color: #0B9060;
    background: #FFF;
    border-radius: 100px;
    transform: translateY(-50%);
}
.contactblk .reception_time {
    text-align: center;
}
.contactblk .reception_time span {
    font-size: 14px;
    font-weight: normal;
}

/* POLICY_AREA / 個人情報取扱い
-------------------------------------------- */
.policyblk {
    margin: 0 20px 24px;
    padding: 15px;
    font-size: 12px;
    border: 1px solid #AAA;
    border-radius: 24px;
    overflow: hidden;
}
.policy {    
    height: 130px;
    overflow: auto;
}
.policy .policy-main-heading {
    font-weight: bold;
    font-size: 12px;
}
.policy .policy-heading {
    margin-top: 10px;
    font-weight: bold;
}
.policy table {
    margin: 5px;
}
.policy td {
    padding: 5px;
    border: 1px solid #333;
}
.policy p {
    padding: 0 0 5px;
}
.policy li {
    margin: 0 0 20px 20px;
}
.policy td.column1 {
    width: 20px;
    text-align: center;
}
.policy td.column2 {
    width: 150px;
}
.policy ul {
    margin: 0 10px;
}
.policy .responsibility {
    margin-top: 10px;
    text-align: right;
}
.policy a {
    text-decoration: underline;
    word-break: break-all;
    overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
    .content a[href^="tel:"] {
        pointer-events: none;
    }
    .content h1.ttl1 br {
        display: none;
    }
    .zip_blk .my-new-list li,
    .zip_blk .my-new-option,
    .btn_confirm button {
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .zip_blk .my-new-list li:hover,
    .zip_blk .my-new-option:hover,
    .btn_confirm button:hover {
        opacity: 0.8;
    }
}