@charset "UTF-8";
/* CSS Document */

/*********************************************************

					　メールフォーム用CSS

**********************************************************/

#tayori-form{
	width: 100%;
	padding-top: 120px;
	font-size: 15px;
}

#tayori-form img{
	width: 100%;
	height: auto;
}

.tayori-text01{
	line-height: 2;
	width: 100%;
	max-width: 700px;
	margin: 2em auto 0;
}

.form-parts.wrap{
	width: 100%;
	max-width: 700px;
	margin: 3em auto 0;
}
.form-parts.wrap2,
.form-parts.wrap3{
	width: 100%;
	max-width: 700px;
	margin: 2em auto 0;
}

.form-parts.wrap  .radiobox{
	margin-top: 0.5em;
	padding-left: 1em;
	display: flex;
	gap: 1em;
}

.form-parts.wrap  .radiobox input[type="radio" i]{
	margin: 0 0.3em 0.2em 0;
}

.form-parts.wrap  .radiobox input,
.form-parts.wrap  .radiobox label{
	cursor: pointer;
}

.form-parts.wrap2 div:nth-of-type(2){
	margin-top: 0.5em;
	width: 100%;
}

.form-parts.wrap2 div:nth-of-type(2) textarea,
.form-parts.wrap2 div:nth-of-type(2) input{
	width: 100%;
	padding: 0.5em;
	font-size: 18px;
	line-height: 1.3;
	box-sizing: border-box;
}

.form-parts.wrap3 div:nth-of-type(2) {
	margin-top: 0.5em;
	padding-left: 1em;
}

.form-parts.wrap3 div:nth-of-type(2) input,
.form-parts.wrap3 div:nth-of-type(2) label{
	cursor: pointer;
}

#tayori-form .submit{
	width: 80%;
	max-width: 350px;
	font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    background: #f56874;
    color: #fff;
    border-radius: 0.5em;
    padding: 0.8em 1em;
    box-sizing: border-box;
	display: block;
	margin: 2em auto 0;
}

#tayori-form .submit:hover{
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}




/*********************************************************

			   ここからメディアクエリ(SP）

**********************************************************/

@media screen and (max-width: 768px){
	#tayori-form{
		padding-top: 12vw;
	}

}