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


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

main {
}
.caution {
  font-weight: 700;
  margin-top: 1em;
}
.caution img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.2em;
}
.contact_form {
  padding: 50px 0 100px;
  width: 840px;
  margin: 30px auto 50px;
  border-block: solid 1px #E2E2E2;
}
.contact_form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.contact_form li {
	width: 100%;
}
.contact_form li:not(:last-child) {
	margin-bottom: 30px;
}
.contact_form li.half {
	width: 45%;
}
.contact_form dt {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.contact_form dt.required {
	background: url("../images/contact/circle.svg") no-repeat left center / 15px;
	padding-left: 25px;
}
.contact_form dd {
	font-weight: 500;
}
.contact_form dd.radio_btn {
	display: flex;
	flex-wrap: wrap;
	gap: 0.2em 0;
}
.contact_form dd.radio_btn span {
	width: calc(100% / 3);
}
.contact_form dd input[type="radio"] {
	display: inline-block;
	margin-right: 15px;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
}
.contact_form dd input::placeholder {
	color: #C6C6C6;
}
.contact_form input,
.contact_form textarea {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1em;
	border: none;
	font-size: 1.6rem;
}
.contact_form .submit .linkto {
	width: 350px;
	height: 50px;
	font-size: 1.8rem;
	line-height: 50px;
	padding-block: 0;
	cursor: pointer;
	background-color: var(--pink);
	margin-bottom:10px
}

.policy h2 {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.policy .info_txt {
	margin-bottom: 20px;
}
.policy .txt_box {
	height: 260px;
	background: #FFF;
	padding: 10px 18px;
	overflow-y: auto;
	margin-bottom: 50px;
}
.policy .txt_box h3 {
	font-size: 1.5rem;
	font-weight: 500;
}
.policy .txt_box p {
	margin-bottom: 1.5em;
}


}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

main {
}
.caution {
  font-weight: 700;
  margin-top: 1em;
}
.caution img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.2em;
}
.contact_form {
  padding: 50px 0 100px;
  width: 100%;
  margin: 30px auto 50px;
  border-block: solid 1px #E2E2E2;
}
.contact_form ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.contact_form li {
	width: 100%;
}
.contact_form li:not(:last-child) {
	margin-bottom: 30px;
}
.contact_form li.half {
}
.contact_form dt {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.contact_form dt.required {
	background: url("../images/contact/circle.svg") no-repeat left center / 15px;
	padding-left: 25px;
}
.contact_form dd {
	font-weight: 500;
}
.contact_form dd.radio_btn {
	display: flex;
	flex-wrap: wrap;
	gap: 0.2em 0;
}
.contact_form dd.radio_btn span {
	width: 100%;
	padding-left: 1em;
}
.contact_form dd input[type="radio"] {
	display: inline-block;
	margin-right: 15px;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
}
.contact_form dd input::placeholder {
	color: #C6C6C6;
}
.contact_form input,
.contact_form textarea {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1em;
	border: none;
	font-size: 1.6rem;
	box-sizing: border-box;
}
.contact_form .submit .linkto {
	width: 80%;
	height: 50px;
	font-size: 1.8rem;
	line-height: 50px;
	padding-block: 0;
	cursor: pointer;
	background-color: var(--pink);
	margin: 0 auto 10px;
}

.policy h2 {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.policy .info_txt {
	margin-bottom: 20px;
}
.policy .txt_box {
	height: 260px;
	background: #FFF;
	padding: 10px 18px;
	overflow-y: auto;
	margin-bottom: 50px;
}
.policy .txt_box h3 {
	font-size: 1.5rem;
	font-weight: 500;
}
.policy .txt_box p {
	margin-bottom: 1.4em;
}



}



