@charset "utf-8";
/* CSS Document */
.swiper-container img {
    width: 100%;
}
.heading {
    color: #fff;
    background-color: #FF7BA5;
    padding: 40px 0;
    margin-bottom: 40px;
}
.form{
	padding-bottom: 5vh;
}
.form__row{
	padding: 80px 120px;
	padding-left: 190px;
	box-sizing: border-box;
	border: 1px solid #051963;
	border-radius: 20px;
}
.form form .must{
	position: relative;
	white-space: pre;
}
.form form .must::before{
	content: '必須';
	padding: 2px 10px;
	background-color: #FF0000;
	box-sizing: border-box;
	color: #fff;
	margin-right: 20px;
	display: inline-block;
	width: 58px;
	height: 28px;
	position: absolute;
	left: -78px;
	top: 0;
}
.form form .furi{
	margin-bottom: 15px;
}
.form form label{
	text-align: center;
	display: inline-block;
	margin-left: 20px;
}
.form form .name label{
}
.form form .name input{
	width: 230px;
}
.form form p span{
	font-size: 1rem;
}
.form form .flex{
	margin-bottom: 40px;
}
.form form .flex.f-end{
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.form form input{
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	border: solid 1px #707070;
	padding: 10px;
}
.form form .tel section{
	margin-left: 7px;
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.form form .tel input{
	margin-left: 7px;
	width: 140px;
}
.form form .tel section.bfr-none input{
	margin-left: 0px;
}
.form form .tel section.bfr-none{
	margin-left: 0px;
}
/*
.form form .tel label::before{
	content: 'ー';
	display: inline-block;
	color: #000;
	width: 16px;
	height: 16px;
	vertical-align: sub;
}
*/
.form form .tel section.bfr-none::before{
	display: none;
}
.form .mg-bt-20{
	margin-bottom: 20px;
}
.form .form__1 label{
	width: 100%;
	margin-left: 0;
	text-align: left;
}
.form .form__1 label textarea{
	width: 100%;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	padding: 10px;
	border: solid 1px #707070;
}
.form .form__2.flex{
	padding-bottom: 20px;
	border-bottom:solid 1px #707070;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.form .form__2 label{
	margin-bottom: 10px;
	white-space: pre;
	width: auto;
}
.form .form__2 .radio{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	max-width: 329px;
	margin-right: 150px;
}
.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
	margin-left: 0 !important;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
	
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3.2px;
  width: 10px;
  height: 10px;
  background: #707070;
  border-radius: 50%;
}
.form .form__2 label input{
	width: auto;
	box-shadow: none;
}
.form .form__3 label{
	margin-left: 0;
	padding-left: 0;
	box-sizing: border-box;
}
.form .form__3.flex{
}
.form .form__3 input{
	width: 480px;
}
.form .text-right{
	text-align: right;
}
.form .form-btn-02{
	text-align: center;
	width: 45%;
	margin: 0 auto;
}
.form .form-btn-02 button,
.form .form-btn-02 a{
		display: inline-block;
	color: #fff;
	background-color: #FF7BA5;
	border-radius: 10px;
	margin-top: 6vh;
	text-align: center;
	padding: 15px 0;
	width: 100%;
	cursor: pointer;
}
.form .form-btn-01 button{
	background-color: #707070;
}
.form form .title-02{
	white-space: pre;
}
.form-confirm form > p{
	text-align: center;
	font-size: 1.8rem;
	font-size: 18px;
	margin-bottom: 6vh;
	line-height: 1.8;
	color: #051963;
}
.form-confirm form > p span{
	font-size: 1.5rem;
	color: #707070;
	display: inline-block;
	margin-top: 30px;
}
.form-confirm input{
	border: none;
}
.form-confirm textarea{
	border: none;
}
.form-confirm form .flex{
	border-bottom: solid 1px #707070;
	padding-bottom: 10px;
	color: #707070;
}
.form-confirm .form__1{
	color: #707070;
}
.form-confirm form .flex.btn {
    border-bottom: none;
    padding-bottom: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
.heading {
    padding: 20px 0;
	font-size: 23px;
	font-size: 2.3rem;
}
.form__row {
    padding: 0;
    border: none;
    border-radius: 0;
}
.form .text-right {
    width: 100%;
}
.form form .must,
.form form .bg{
	background-color: #DCDCDC;
	padding: 10px 0 10px 140px;
	margin-bottom: 20px;
}
.form form .title-01{
	background-color: #DCDCDC;
	padding: 10px 60px;
	margin-bottom: 20px;
}
.form form .title-02{
	background-color: #DCDCDC;
	padding: 10px 0 10px 60px;
	margin-bottom: 20px;
}
.form form .must::before {
    left: 60px;
    top: 8px;
}
.form-confirm form .flex {
    border-bottom: none;
    padding-bottom: 0;
}
.form-confirm input {
    padding-bottom: 10px;
    border-bottom: solid 1px #707070;
}
.form-confirm .form__2 input {
    border-bottom: none;
}
.form form label {
    display: block;
    margin-left: 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 0 45px;
	width: 100% !important;
}
.form form .name input {
}
.form form .tel2 .text-right{
	width: 300px;
	margin: 0 auto;
}
.form form .tel{
	display: flex;
	-webkit-display: flex;
	padding: 0 45px;
}
.form form .tel label {
	padding: 0;
	margin-left: 0;
	text-align: right;
	margin-bottom: 0;
	width: auto !important;
}
.form form .tel input {
	width: 86px;
	margin-left: 0px;
}
.form .form__3 label {
    width: 100%;
	padding: 0 45px;
	margin-left: 0;
}
.form .form__2.flex {
    padding-bottom: 0;
    border-bottom: none;
}
.form .form__2 label {
	text-align: left;
	padding: 0 25px;
}
.form .form__2 .radio {
    max-width: 100%;
    padding: 0 45px;
}
}