@charset "utf-8";

.container {
    overflow: hidden;
}


/*================================================
contact
==================================================*/

.contactTopicsWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6.4%;
}

.before_topics {
    width: 15px;
    margin-right: 4px;
}

.contactItemWrap {
    margin-bottom: 80px;
}


.section__topic {
    font-size: 2.6rem;
    font-weight: 700;
}

.section--contact {
    padding: 64px 4.2%;
}

.form {
    margin-top: 24px;
}

.form__parts {
    margin-top: 32px;
    margin-bottom: 50px;
}

.form__part:first-of-type {
    margin-top: 0;
}

.form__category {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
}

.care {
    color: rgba(237, 129, 129, 0.70);;
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 4px;
}

.form__category::before {
    display: inline-block;
    content: '必須';
    height: 18px;
    width: 34px;
    text-align: center;
    background-color: rgba(237, 129, 129, 0.70);;
    color: #fdfdfd;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 2px;
    margin-right: 4px;
}

.group {
    margin-top: 8px;
}

.group--checkbox {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    gap: 8px 20px;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #C8D1D1;
    background: #FDFDFD;
    margin-right: 4px;
}

input[type="checkbox"]:checked {
    position: relative;
}

input[type="checkbox"]:checked::after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 5px;
    border-left: 2px solid rgba(237, 129, 129, 0.70);
    border-bottom: 2px solid rgba(237, 129, 129, 0.70);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

input[type="text"],
.group--select,
.group__textArea {
    display: block;
    width: 280px;
    padding: 8px 16px;
    border-radius: 2px;
    border: 1px solid #C8D1D1;
    background: #FDFDFD;
    font-size: 1.4rem;
}

input[type="text"]:focus,
.group--select:focus,
.group__textArea:focus {
    outline: solid 1px rgba(237, 129, 129, 0.70);
}

::placeholder {
    color: #C8D1D1;
}

.group--radio label {
    font-size: 1.4rem;
}

.group--radio label:last-of-type {
    margin-left: 36px;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
    outline: solid 1px #fdfdfd;
    background-color: #FDFDFD;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: -2px;
}

input[type="radio"]:checked {
    position: relative;
}

input[type="radio"]:checked::after {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background-color: rgba(237, 129, 129, 0.70);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.group__textArea {
    min-height: 148px;
}

.form__parts.form__parts--policy,
.form__parts.form__parts--submit {
    margin-top: 80px;
    line-height: 1;
}

.form__parts--policy {
    font-size: 1.4rem;
}

.policy span {
    text-decoration: underline;
}

/* form pc */
@media screen and (min-width: 769px) {
    .stepTopicsWrap {
        margin-top: 150px;
     }
 
     .stepItemWrap {
         margin-top: 50px;
         margin-left: 80px;
     }
 
     .stepTxtWrap {
         display: flex;
         align-items: flex-start;
         margin: 80px auto;
         width:  1000px;
     }
     
     .stepTitle {
         width: 187px;
         height: 187px;
     }

     .section--applicaton {
        margin-top: 80px;
     }
 

    .form {
        max-width: 800px;
        margin: 24px auto 0;
    }

    .form__parts {
        display: flex;
        align-items: center;
        gap: 0 20px;
    }

    .form__parts:first-of-type,
    .form__parts:nth-of-type(5) {
        align-items: flex-start;
    }

    .form__category {
        width: 400px;
        flex-shrink: 0;
        font-size: 2rem;
    }

    .care {
        display: block;
        margin-left: 0;
        margin-top: 4px;
    }

    .group {
        margin-top: 0;
        width: 100%;
    }

    .group--checkbox {
        gap: 20px;
    }

    .group group--radio {
        font-size: 2rem;
    }

    .form__flex {
        width: 100%;
        margin-top: 18px;
        margin-left: 20px;
        font-size: 2rem;
    }

    .form--text {
        margin-top: 8px;
    }

    .policy {
        display: block;
        margin: 0 auto;
    }

    .btn--form {
        max-width: 343px;
        margin: 0 auto;
    }

    .form__category::before {
        display: inline-block;
        content: '必須';
        height: 35px;
        width: 75px;
        text-align: center;
        background-color: rgba(237, 129, 129, 0.70);
        color: #fdfdfd;
        font-size: 2rem;
        font-weight: 500;
        border-radius: 1.6px;
        margin-right: 4px;
    }

    input[type="radio"] {
        width: 25px;
        height: 25px;
        outline: solid 1px #fdfdfd;
        background-color: #FDFDFD;
        border-radius: 50%;
        margin-right: 4px;
        vertical-align: -2px;
    }

}
/* pc 769px */

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#FFECF4;
	text-align:left;
}

.form_txt {
    font-size: 1.4rem;
    text-align: center;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
.form_txt {
    font-size: 1rem;
    text-align: left;
}
}