@charset "utf-8";
/*===============================
全体
================================*/
#main-inner{
  max-width:1200px;
  margin:0 auto;
  width:90%;
  letter-spacing:2px;
  /* line-height:1.4; */
}

/*==============================
フロー
================================*/
.bp-flow-area{
  margin: 70px auto;
}
.bp-flow-area h2{
  font-size:53px;
  color:#223360;
  text-align:center;
  margin:0 0 40px;
}
.bp-flow-area figure{
  max-width: 780px;
  margin:0 auto 50px;
}
.text-box{
  width:fit-content;
  margin:50px auto;
}
.text-box .txt-big{
  font-weight:600;
  font-size:22px;
  margin:0 0 10px;
  line-height: 2;
}
.text-box .txt-big a{
  color:#3471EB;
  text-decoration:underline;
}
.text-box .txt-small {
  font-size:18px;
}

.bp-contact li{
  display:flex;
  width: 100%;
  margin: 15px 0;
  font-size:18px;
  line-height: 1.4;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.bp-contact li figure{
  max-width: 39px;
  margin: 0;
}
.bp-contact li b{
  padding: 1px 10px 4px;
  background:#223360;
  color:#fff;
  font-weight:400;
  font-size:16px;
  width:65px;
  text-align:center;
  margin:0 10px 0 0;
  border-radius: 3px;
}
.bp-contact li span{
  display:flex;
  flex-wrap:wrap;
  font-weight: 500;
}
.bp-contact li span a{
  margin:0 10px;
}
.bp-contact li span a:hover{
  opacity:1;
}
@media screen and (max-width:768px){
.bp-flow-area{
  margin: 70px auto 50px;
}
.bp-flow-area h2{
  font-size: 40px;
  color:#223360;
  text-align:center;
  margin:0 0 40px;
}
.bp-flow-area figure{
  max-width: 580px;
  margin:0 auto 50px;
}
.text-box{
  width:fit-content;
  margin:50px auto;
}
.text-box .txt-big{
  font-weight:600;
  font-size: 16px;
  margin:0 0 10px;
}
.text-box .txt-big a{
  color:#3471EB;
  text-decoration:underline;
}
.text-box .txt-small {
  font-size: 16px;
}

.bp-contact li{
  display:flex;
  width: 100%;
  margin:20px 0;
  font-size:18px;
  line-height: 1.4;
  align-items: center;
}
.bp-contact li b{
  padding: 1px 10px 4px;
  background:#223360;
  color:#fff;
  font-weight:400;
  font-size:16px;
  width:65px;
  text-align:center;
  margin:0 10px 0 0;
  border-radius: 3px;
}
.bp-contact li span{
  display:flex;
  flex-wrap:wrap;
  font-weight: 500;
}
.bp-contact li span a{
  margin:0 10px;
}
.bp-contact li span a:hover{
  opacity:1;
}	
}
@media screen and (max-width:580px){
.bp-flow-area{
  margin: 40px auto;
}
.bp-flow-area h2{
  font-size: 25px;
  color:#223360;
  text-align:center;
  margin: 0 0 25px;
}
.bp-flow-area figure{
  max-width: 580px;
  margin: 0 auto 30px;
}
.text-box{
  width:fit-content;
  margin: 30px auto;
}
.text-box .txt-big{
  font-weight:600;
  font-size: 14px;
  margin:0 0 10px;
}
.text-box .txt-big a{
  color:#3471EB;
  text-decoration:underline;
}
.text-box .txt-small {
  font-size: 13px;
}
.bp-contact li{
  display:flex;
  width: 100%;
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.4;
  align-items: center;
  flex-wrap: wrap;
}
.bp-contact li{
  display:flex;
  width: 100%;
  margin: 15px 0;
  font-size:18px;
  line-height: 1.4;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.bp-contact li figure{
  max-width: 35px;
  margin: 0 5px 0 0;
}
.bp-contact li b{
  padding: 1px 10px 4px;
  background:#223360;
  color:#fff;
  font-weight:400;
  font-size: 13px;
  width: 55px;
  text-align:center;
  margin:0 10px 0 0;
  border-radius: 3px;
}
.bp-contact li span{
  display:flex;
  flex-wrap:wrap;
  font-weight: 500;
  width: 250px;
  font-size: 12px;
}
.bp-contact li span a{
  margin: 0;
  font-size: 14px;
}
.bp-contact li span a:hover{
  opacity:1;
}	
}


/*STEP1 登録情報入力
================================*/
.bp-form-input {
  margin:70px 0;
}
.bp-form-input:nth-of-type(2) {
  margin:140px 0;
}
.bp-form-input h3{
  font-size:40px;
  color:#223360;
  text-align:center;
  margin:0 0 40px;
}
.bp-form-input dl{
  border-top:2px solid #D9D9D9;
  box-sizing:border-box;
  padding:20px;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-between;
}
.bp-form-input dl:last-child{
  border-bottom:2px solid #D9D9D9;
}

.bp-form-input dl dt{
  width:30%;
  font-size:18px;
  display:flex;
  align-items:center;
  font-weight:500;
  line-height: 1.4;
  flex-wrap: wrap;
}

.bp-form-input dl dd{
  width: 68%;
}

.bp-form-input dl dd input[type="text"],
.bp-form-input dl dd input[type="password"],
.bp-form-input dl dd textarea {
  font-size: 18px;
  padding: 25px;
  border:none;
  background: #F5F5F5;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.4;
}
.bp-form-input dl dd input[type="text"]:focus,
.bp-form-input dl dd input[type="password"]:focus,
.bp-form-input dl dd textarea:focus {
/*background-color: #e5ecff;*/
	outline: 2px solid #28abdd;
	/*outline:none;*/
}


.btn-acco-privacy{
	background: #223360;
	width: fit-content;
	padding: 20px 10% 20px 5%;
	color: #fff;
	border-radius: 5px;
	margin: 0;
	cursor: pointer;
	transition: all 0.2s ease-out;
	position:relative;
}
.btn-acco-privacy:hover{
	opacity:0.9;
	transition: all 0.2s ease-out;
}
.btn-acco-privacy:after{
	content:"";
    position: absolute;
    top: 45%;
    right: 35px;
    transform: translate(50%, -50%) rotate(45deg);
    width: 16px;
    height: 16px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
	transition: all 0.2s ease-out;
}
.open .btn-acco-privacy:after{
	content:"";
    position: absolute;
    top: 55%;
    right: 35px;
    transform: translate(50%, -50%) rotate(225deg);
    width: 16px;
    height: 16px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
	transition: all 0.2s ease-out;
}
.privacy-desc{
	background: #F5F5F5;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.5s ease;
	border-radius: 5px;
	overflow-y: hidden;
	margin: 10px 0 0;
}
.privacy-desc a{
	color: #3471EB;
	text-decoration: underline;
}

.open .privacy-desc {
  max-height: 100%;
	transition: all 0.5s ease;
}
.privacy-desc p{
	padding: 30px 5%;
	font-size: 14px;
}


dd.data-privacy{
    display: grid;
    grid-template-rows: 75px 0fr;
    transition: grid-template-rows .3s ease;
}
dd.data-privacy.open {
    grid-template-rows: 75px 1fr;
}



.privacy-agree{
	margin: 0;
}
.bp-form-input dl dd textarea {
  height:225px;
  resize: vertical;
}
.bp-form-input dl dd .flex{
  display:flex;
	align-items:center;
}
.bp-form-input dl dd .flex span{
  margin:0 5px;
	font-size:20px;
}
.bp-form-input dl dd .flex input[type="text"]{
  max-width:140px;
	
}
.bp-form-input dl dd label{
  margin: 0 30px 0 0;
  font-size: 20px;
  display: inline-block;
}
.bp-form-input dl dd.radio-col2 label{
  margin: 0 30px 0 0;
  font-size: 20px;
  display: inline-block;
}
.bp-form-input dl dd.radio-col3 label{
  margin: 0 30px 0 0;
  font-size: 20px;
  width: 21%;
  display: inline-block;
}
.bp-form-input dl dd input[type="radio"] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #C9C9C9;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align:middle;
  margin: 0 5px  3px 0;
  background: #fff;
}
.bp-form-input dl dd input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00a2ef;
  content: '';
}
input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #C9C9C9;
  border-radius: 15%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align:middle;
  margin: 0 5px  3px 0;
  background: #fff;
}
input[type="checkbox"]:checked:before {
  position:absolute;
  top: -2px;
  left: 5px;
  transform: rotate(50deg);
  width: 10px;
  height: 20px;
  border-right: 4px solid #00a2ef;
  border-bottom: 4px solid #00a2ef;
  content: '';
}
.bp-form-input dl dd .select {
    position: relative;
    max-width: 450px;
}

.bp-form-input dl dd .select::before,
.bp-form-input dl dd .select::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.bp-form-input dl dd .select::before {
    display: inline-block;
    right: 0;
    width: 70px;
    height: 100%;
    border-radius: 0 3px 3px 0;
    background-color: #28abdd;
}

.bp-form-input dl dd .select::after {
    position: absolute;
    top: 45%;
    right: 35px;
    transform: translate(50%, -50%) rotate(45deg);
    width: 16px;
    height: 16px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.bp-form-input dl dd .select select {
    appearance: none;
    width: 450px;
    /* height: 2.8em; */
    padding: 25px;
    border: none;
    border-radius: 3px;
    background-color: #f5f5f5;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
}

.bp-form-input dl dd .select select:focus {
    outline: 2px solid #28abdd;
}

.input-note{
  font-size:16px;
  margin: 5px 0 0;
}


.tag-hissu,
.tag-nini{
  padding:0 10px;
  border-radius:3px;
  color:#fff;
  margin:0 10px 0 0;
  font-weight:500;
  font-size: 16px;
  width: fit-content;
}
.tag-hissu{
  background:#F20C0C;
}
.tag-nini{
  background:#666;
}





/*規約*/
.agreement{
  font-size: 20px;
  margin: 0 auto 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agreement a {
    color: #3471EB;
    text-decoration: underline;
}
.agreement a:hover {
	
}

/*ボタン*/
.submit-area{
  text-align:center;
}
input[type="submit"] {
	width: 40%;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 25px 0px;
	text-align: center;
	background-color: #28ABDD;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.5s;
	font-size: 25px;
	box-shadow: 0px 1px 3px 2px #dedede;
	margin: 0 1%;
}
input[type="submit"]:hover {
    color: #fff;
    background-color: #1c8ab5;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.5s;
}

input[type="submit"][value="情報入力画面に戻る"],
input[type="submit"][value="パスワード設定に戻る"]{
	background-color: #7A7A7A;
}
input[type="submit"][value="情報入力画面に戻る"]:hover,
input[type="submit"][value="パスワード設定に戻る"]:hover {
	background-color: #595959;
}
@media screen and (max-width:768px){
	.bp-form-input {
  margin:70px 0;
}
.bp-form-input h3{
  font-size: 35px;
  color:#223360;
  text-align:center;
  margin:0 0 40px;
}
.bp-form-input dl{
  border-top:2px solid #D9D9D9;
  box-sizing:border-box;
  padding:20px;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-between;
}
.bp-form-input dl:last-child{
  border-bottom:2px solid #D9D9D9;
}

.bp-form-input dl dt{
  width: 35%;
  font-size:18px;
  display:flex;
  align-items:center;
  font-weight:500;
  line-height: 1.4;
  flex-wrap: wrap;
}

.bp-form-input dl dd{
  width: 64%;
}

.bp-form-input dl dd input[type="text"],
.bp-form-input dl dd input[type="password"],
.bp-form-input dl dd textarea {
  font-size: 18px;
  padding: 25px;
  border:none;
  background: #F5F5F5;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
}



.btn-acco-privacy{
	background: #223360;
	width: fit-content;
	padding: 20px 10% 20px 5%;
	color: #fff;
	border-radius: 5px;
	margin: 0;
	cursor: pointer;
	transition: all 0.2s ease-out;
	position:relative;
	font-size: 14px;
}
.btn-acco-privacy:hover{
	opacity:0.9;
	transition: all 0.2s ease-out;
}
.btn-acco-privacy:after{
	content:"";
	position: absolute;
	top: 45%;
	right: 25px;
	transform: translate(50%, -50%) rotate(45deg);
	width: 13px;
	height: 13px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all 0.2s ease-out;
}
.open .btn-acco-privacy:after{
	content:"";
	position: absolute;
	top: 55%;
	right: 25px;
	transform: translate(50%, -50%) rotate(225deg);
	width: 13px;
	height: 13px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all 0.2s ease-out;
}
.privacy-desc{
	background: #F5F5F5;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.5s ease;
	border-radius: 5px;
	overflow-y: hidden;
	margin: 10px 0 0;
}
.open .privacy-desc {
  max-height: 100%;
	transition: all 0.5s ease;
}
.privacy-desc p{
	padding: 30px 5%;
}


dd.data-privacy{
    display: grid;
    grid-template-rows: 65px 0fr;
    transition: grid-template-rows .3s ease;
}
dd.data-privacy.open {
    grid-template-rows: 65px 1fr;
}



.privacy-agree{
	margin: 0;
}
.bp-form-input dl dd textarea {
  height:225px;
}
.bp-form-input dl dd .flex input[type="text"]{
  max-width:140px;
}
.bp-form-input dl dd label{
  margin: 0 30px 0 0;
  font-size: 20px;
  display: inline-block;
}
.bp-form-input dl dd.radio-col2 label{
  margin: 0 30px 0 0;
  font-size: 20px;
  display: inline-block;
}
.bp-form-input dl dd.radio-col3 label{
  margin: 0 30px 0 0;
  font-size: 20px;
  width: 100%;
  display: inline-block;
}
.bp-form-input dl dd input[type="radio"] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #C9C9C9;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align:middle;
  margin: 0 5px  3px 0;
  background: #fff;
}
.bp-form-input dl dd input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00a2ef;
  content: '';
}
input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #C9C9C9;
  border-radius: 15%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align:middle;
  margin: 0 5px  3px 0;
  background: #fff;
}
input[type="checkbox"]:checked:before {
  position:absolute;
  top: -2px;
  left: 5px;
  transform: rotate(50deg);
  width: 10px;
  height: 20px;
  border-right: 4px solid #00a2ef;
  border-bottom: 4px solid #00a2ef;
  content: '';
}
.bp-form-input dl dd .select {
    position: relative;
    max-width: 450px;
}

.bp-form-input dl dd .select::before,
.bp-form-input dl dd .select::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.bp-form-input dl dd .select::before {
    display: inline-block;
    right: 0;
    width: 70px;
    height: 100%;
    border-radius: 0 3px 3px 0;
    background-color: #28abdd;
}

.bp-form-input dl dd .select::after {
    position: absolute;
    top: 45%;
    right: 35px;
    transform: translate(50%, -50%) rotate(45deg);
    width: 16px;
    height: 16px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.bp-form-input dl dd .select select {
    appearance: none;
    width: 100%;
    /* height: 2.8em; */
    padding: 25px;
    border: none;
    border-radius: 3px;
    background-color: #f5f5f5;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    box-sizing: border-box;
}

.bp-form-input dl dd .select select:focus {
    outline: 2px solid #28abdd;
}

.input-note{
  font-size:16px;
  margin: 5px 0 0;
}


.tag-hissu,
.tag-nini{
  padding:0 10px;
  border-radius:3px;
  color:#fff;
  margin:0 10px 0 0;
  font-weight:500;
  font-size: 16px;
  width: fit-content;
}
.tag-hissu{
  background:#F20C0C;
}
.tag-nini{
  background:#666;
}





/*規約*/
.agreement{
  font-size: 20px;
  margin: 0 auto 30px;
  text-align: center;
}
.agreement a {
    color: #3471EB;
    text-decoration: underline;
}
.agreement a:hover {
	
}

/*ボタン*/
.submit-area{
  text-align:center;
}
input[type="submit"] {
	width: 45%;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 25px 0px;
	text-align: center;
	background-color: #28ABDD;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.5s;
	font-size: 20px;
	box-shadow: 0px 1px 3px 2px #dedede;
}
input[type="submit"]:hover {
    color: #fff;
    background-color: #1c8ab5;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.5s;
}
}

@media screen and (max-width:580px){
.bp-form-input {
  margin: 40px 0;
}
.bp-form-input:nth-of-type(2) {
  margin:80px 0;
}
.bp-form-input h3{
  font-size: 25px;
  color:#223360;
  text-align:center;
  margin: 0 0 20px;
}
.bp-form-input dl{
  border-top:2px solid #D9D9D9;
  box-sizing:border-box;
  padding: 20px 0;
  display: block;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-between;
}
.bp-form-input dl:last-child{
  border-bottom:2px solid #D9D9D9;
}

.bp-form-input dl dt{
  width: auto;
  font-size: 16px;
  display: block;
  align-items:center;
  font-weight:500;
  line-height: 1.4;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.bp-form-input dl dd{
  width: auto;
}
.bp-form-input dl dd input[type="text"],
.bp-form-input dl dd input[type="password"],
.bp-form-input dl dd textarea {
  font-size: 16px;
  padding: 15px;
  border:none;
  background: #F5F5F5;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
}
.bp-form-input dl dd.checkbox-multi{
  font-size:14px;
}

.btn-acco-privacy{
	background: #223360;
	width: 100%;
	padding: 20px 10% 20px 5%;
	color: #fff;
	border-radius: 5px;
	margin: 0;
	cursor: pointer;
	transition: all 0.2s ease-out;
	position:relative;
	font-size: 16px;
}
.btn-acco-privacy:hover{
	opacity:0.9;
	transition: all 0.2s ease-out;
}
.btn-acco-privacy:after{
	content:"";
	position: absolute;
	top: 45%;
	right: 25px;
	transform: translate(50%, -50%) rotate(45deg);
	width: 13px;
	height: 13px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all 0.2s ease-out;
}
.open .btn-acco-privacy:after{
	content:"";
	position: absolute;
	top: 55%;
	right: 25px;
	transform: translate(50%, -50%) rotate(225deg);
	width: 13px;
	height: 13px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all 0.2s ease-out;
}
.privacy-desc{
	background: #F5F5F5;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.5s ease;
	border-radius: 5px;
	overflow-y: hidden;
	margin: 10px 0 0;
}
.open .privacy-desc {
  max-height: 100%;
	transition: all 0.5s ease;
}
.privacy-desc p{
	padding: 30px 5%;
	font-size: 14px;
}


dd.data-privacy{
    display: grid;
    grid-template-rows: 65px 0fr;
    transition: grid-template-rows .3s ease;
}
dd.data-privacy.open {
    grid-template-rows: 65px 1fr;
}



.privacy-agree{
	margin: 0;
}
.bp-form-input dl dd textarea {
  height:225px;
}
.bp-form-input dl dd .flex input[type="text"]{
  max-width: 45%;
}
.bp-form-input dl dd label{
  margin: 8px 30px 8px 0;
  font-size: 16px;
  display: inline-block;
}
.bp-form-input dl dd.radio-col2 label{
  margin: 0 30px 0 0;
  font-size: 16px;
  display: inline-block;
}
.bp-form-input dl dd.radio-col3 label{
  margin: 5px 00;
  font-size: 16px;
  width: 100%;
  display: inline-block;
}
.bp-form-input dl dd.checkbox-multi label:last-of-type{
	margin-bottom:0;
}

.bp-form-input dl dd input[type="radio"] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #C9C9C9;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align:middle;
  margin: 0 5px  3px 0;
  background: #fff;
}
.bp-form-input dl dd input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00a2ef;
  content: '';
}
input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #C9C9C9;
  border-radius: 15%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align:middle;
  margin: 0 5px  3px 0;
  background: #fff;
}
input[type="checkbox"]:checked:before {
  position:absolute;
  top: -2px;
  left: 5px;
  transform: rotate(50deg);
  width: 10px;
  height: 20px;
  border-right: 4px solid #00a2ef;
  border-bottom: 4px solid #00a2ef;
  content: '';
}
.bp-form-input dl dd .select {
    position: relative;
    max-width: 450px;
}

.bp-form-input dl dd .select::before,
.bp-form-input dl dd .select::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.bp-form-input dl dd .select::before {
    display: inline-block;
    right: 0;
    width: 50px;
    height: 100%;
    border-radius: 0 3px 3px 0;
    background-color: #28abdd;
}

.bp-form-input dl dd .select::after {
    position: absolute;
    top: 45%;
    right: 25px;
    transform: translate(50%, -50%) rotate(45deg);
    width: 13px;
    height: 13px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.bp-form-input dl dd .select select {
    appearance: none;
    width: 100%;
    /* height: 2.8em; */
    padding: 15px;
    border: none;
    border-radius: 3px;
    background-color: #f5f5f5;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    box-sizing: border-box;
}

.bp-form-input dl dd .select select:focus {
    outline: 2px solid #28abdd;
}

.input-note{
  font-size: 13px;
  margin: 5px 0 0;
}


.tag-hissu,
.tag-nini{
  padding:0 10px;
  border-radius:3px;
  color:#fff;
  margin: 0 0 5px 0;
  font-weight:500;
  font-size: 13px;
  width: fit-content;
  display: block;
}
.tag-hissu{
  background:#F20C0C;
}
.tag-nini{
  background:#666;
}





/*規約*/
.agreement{
  font-size: 16px;
  margin: 0 auto 30px;
  text-align: center;
  text-align: left;
}
.agreement div{
	line-height:1.6;
}
.agreement a {
    color: #3471EB;
    text-decoration: underline;
}
.agreement a:hover {
	
}

/*ボタン*/
.submit-area{
  text-align:center;
}
input[type="submit"] {
	width: 100%;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 18px 0px;
	text-align: center;
	background-color: #28ABDD;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.5s;
	font-size: 16px;
	box-shadow: 0px 1px 3px 2px #dedede;
	margin: 10px 0;
}
input[type="submit"]:hover {
    color: #fff;
    background-color: #1c8ab5;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.5s;
}
}


/*=============================
STEP3 登録内容確認
================================*/
.bp-form-confirm{
	background: #FCFCFC;
	box-shadow: 0px 1px 3px 2px #dedede;
	padding: 20px 4% 60px 4%;
	margin: 0 0 100px;
}
.confirm-box h3{
	background:#223360;
	color:#fff;
	width:fit-content;
	padding:3px 18px;
	font-size:20px;
	font-weight:500;
	margin: 40px 0 5px;
}
.confirm-box dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.confirm-box dl dt,
.confirm-box dl dd{
	padding: 20px 10px 5px 10px;
	box-sizing: border-box;
}
.confirm-box dl dt{
	width:30%;
	border-bottom: 2px solid #223360;
}
.confirm-box dl dd{
	width:68%;
	border-bottom: 2px solid #CCC;
}
@media screen and (max-width:580px){
	.bp-form-confirm{
		background: #FCFCFC;
		box-shadow: 0px 1px 3px 2px #dedede;
		padding: 5px 4% 45px 4%;
		margin: 0 0 50px;
	}
	.confirm-box h3{
		background:#223360;
		color:#fff;
		width:fit-content;
		padding: 2px 13px;
		font-size: 16px;
		font-weight:500;
		margin: 30px 0 0;
	}
	.confirm-box dl{
		display: block;
		justify-content:space-between;
		font-size: 14px;
		line-height: 1.4;
	}
	.confirm-box dl dt,
	.confirm-box dl dd{
		padding: 20px 10px 5px 10px;
		box-sizing: border-box;
	}
	.confirm-box dl dt{
		width: 100%;
		border-bottom: none;
		font-weight: bold;
		color: #223360;
		padding: 15px 0 2px;
	}
	.confirm-box dl dd{
		width: 100%;
		border-bottom: 2px solid #CCC;
		padding: 5px 5px 8px;
	}
}

/*=============================
STEP4 登録完了
================================*/
.bp-contact-area{
	    background: #FCFCFC;
	    box-shadow: 0px 1px 3px 2px #dedede;
	    padding: 30px;
	    margin: 0 0 100px;
}
.bp-contact-area h3{
	font-size:27px;
	text-align:center;
	color: #333;
}

.bp-contact-area ul.flex {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 30px auto 20px;
  width: 100%;
}

.bp-contact-area ul.flex li{
	width:50%;
}
.bp-contact-area ul.flex li a dl{
  justify-content: center; 
 align-items: center;
  display: flex;
  flex-wrap: wrap;  
}
.bp-contact-area ul.flex li a dl dt{
	 max-width: 65px;
	 width:30%;
	 margin:0 3% 0 0;
}
.bp-contact-area ul.flex li:last-child a dl dt{
	 max-width: 50px;
	 width:30%;
	 margin:0 3% 0 0;
}
.bp-contact-area ul.flex li:first-child {
  border-right: 2px solid #B4B4B4;
}
.bp-contact-area ul.flex li a{
	color: #223360;
	max-width: 400px;
	display: block;
	margin: 0 auto;
	width: 90%;
}
.bp-contact-area ul.flex li a:hover{
	text-decoration:none;
}
.bp-contact-area ul.flex li:first-child dd .tel-num {
	font-size: 37px;
	font-weight:500;
	line-height: 1.2;
	text-align: center;
}
.bp-contact-area ul.flex li:first-child dd .tel-time {
	font-size: 18px;
}

.bp-contact-area ul.flex li:last-child a{
	padding: 15px;
	background:#223360;
	border-radius:5px;
	color:#fff;
}
.bp-contact-area ul.flex li:last-child a .btn-link-form{
	font-size:22px;
	font-weight:500;
}
.bp-link-area ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.bp-link-area ul li{
	width: 49%;
	margin: 0 0 25px;
	text-align:center;
	box-sizing:border-box;
	height: 180px;
}
.bp-link-area ul li a{
	display: flex;
	padding:20px 5%;
	background:#fff;
	position:relative;
	height: 100%;
	align-items: center;
	justify-content: center;
	border: 2px solid #223360;
	box-sizing: border-box;
}
.bp-link-area ul li a:after{
	content:"";
	position:absolute;
	bottom: 5px;
	right: 5px;
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 20px 20px 0 0;
	border-color: transparent #223360 transparent transparent;
}
.bp-link-area ul li a:hover{
	text-decoration: none;
}
.bp-link-area ul li a h4{
	font-size: 28px;
	line-height:1.4;
	color:#223360;
	margin:0 0 10px;
}
.bp-link-area ul li a h4 b{
	display:block;
	font-weight:600;
}
.bp-link-area ul li a h4 span{
	font-size: 18px;
}
.bp-link-area ul li a p{
	font-size:16px;
	line-height:1.4;
	margin:0 0 10px;
}
@media screen and (max-width:768px){
	.bp-contact-area{
		    background: #FCFCFC;
		    box-shadow: 0px 1px 3px 2px #dedede;
		    padding: 30px 2%;
		    margin: 0 0 50px;
	}
	.bp-contact-area h3{
		font-size: 23px;
		text-align:center;
		color: #333;
		line-height: 1.4;
	}
	
	.bp-contact-area ul.flex {
	  justify-content: center;
	  align-items: center;
	  display: flex;
	  flex-wrap: wrap;
	  gap: 0;
	  margin: 20px auto;
	  width: 100%;
	}
	
	.bp-contact-area ul.flex li{
		width:50%;
	}
	.bp-contact-area ul.flex li a dl{
	  justify-content: center; 
	 align-items: center;
	  display: flex;
	  flex-wrap: wrap;  
	}
	.bp-contact-area ul.flex li a dl dt{
		 max-width: 50px;
		 width: 15%;
		 margin: 0 2% 0 0;
	}
	.bp-contact-area ul.flex li:last-child a dl dt{
		 max-width: 50px;
		 width: 15%;
		 margin: 0 2% 0 0;
	}
	.bp-contact-area ul.flex li:first-child {
	  border-right: 2px solid #B4B4B4;
	}
	.bp-contact-area ul.flex li a{
		color: #223360;
		max-width: 400px;
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	.bp-contact-area ul.flex li a:hover{
		text-decoration:none;
	}
	.bp-contact-area ul.flex li:first-child dd .tel-num {
		font-size: 27px;
		font-weight:500;
		line-height: 1.2;
		text-align: center;
	}
	.bp-contact-area ul.flex li:first-child dd .tel-time {
		font-size: 13px;
	}
	
	.bp-contact-area ul.flex li:last-child a{
		padding: 8px 3%;
		background:#223360;
		border-radius:5px;
		color:#fff;
	}
	.bp-contact-area ul.flex li:last-child a .btn-link-form{
		font-size: 16px;
		font-weight:500;
	}
	.bp-link-area ul{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.bp-link-area ul li{
		width: 49%;
		margin: 0 0 25px;
		text-align:center;
		box-sizing:border-box;
		height: 180px;
	}
	.bp-link-area ul li a{
		display: flex;
		padding:20px 5%;
		background:#fff;
		position:relative;
		height: 100%;
		align-items: center;
		justify-content: center;
		border: 2px solid #223360;
		box-sizing: border-box;
	}
	.bp-link-area ul li a:after{
		content:"";
		position:absolute;
		bottom: 5px;
		right: 5px;
		display:block;
		width:0;
		height:0;
		border-style:solid;
		border-width: 15px 15px 0 0;
		border-color: transparent #223360 transparent transparent;
	}
	.bp-link-area ul li a:hover{
		text-decoration: none;
	}
	.bp-link-area ul li a h4{
		font-size: 18px;
		line-height:1.4;
		color:#223360;
		margin:0 0 10px;
	}
	.bp-link-area ul li a h4 b{
		display:block;
		font-weight:600;
	}
	.bp-link-area ul li a h4 span{
		font-size: 18px;
	}
	.bp-link-area ul li a p{
		font-size: 13px;
		line-height:1.4;
		margin:0 0 10px;
	}	
}
@media screen and (max-width:580px){
	.bp-contact-area{
		    background: #FCFCFC;
		    box-shadow: 0px 1px 3px 2px #dedede;
		    padding: 30px 2%;
		    margin: 0 0 30px;
	}
	.bp-contact-area h3{
		font-size: 18px;
		text-align:center;
		color: #333;
		line-height: 1.4;
	}
	
	.bp-contact-area ul.flex {
	  justify-content: center;
	  align-items: center;
	  display: flex;
	  flex-wrap: wrap;
	  gap: 0;
	  margin: 20px auto 0;
	  width: 100%;
	}
	
	.bp-contact-area ul.flex li{
		width: 100%;
		margin: 5% 0 0;
	}
	.bp-contact-area ul.flex li a dl{
	  justify-content: center; 
	 align-items: center;
	  display: flex;
	  flex-wrap: wrap;  
	}
	.bp-contact-area ul.flex li a dl dt{
		 max-width: 50px;
		 width: 15%;
		 margin: 0 2% 0 0;
	}
	.bp-contact-area ul.flex li:last-child a dl dt{
		 max-width: 50px;
		 width: 15%;
		 margin: 0 2% 0 0;
	}
	.bp-contact-area ul.flex li:first-child {
	  border-right: none;
	  /* order: 2; */
	  margin: 0;
	}
	.bp-contact-area ul.flex li a{
		color: #223360;
		max-width: 400px;
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	.bp-contact-area ul.flex li a:hover{
		text-decoration:none;
	}
	.bp-contact-area ul.flex li:first-child dd .tel-num {
		font-size: 24px;
		font-weight:500;
		line-height: 1;
		text-align: center;
	}
	.bp-contact-area ul.flex li:first-child dd .tel-time {
		font-size: 13px;
		letter-spacing: 1px;
	}
	
	.bp-contact-area ul.flex li:last-child a{
		padding: 8px 3%;
		background:#223360;
		border-radius:5px;
		color:#fff;
	}
	.bp-contact-area ul.flex li:last-child a .btn-link-form{
		font-size: 16px;
		font-weight:500;
	}
	.bp-link-area ul{
		display: block;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.bp-link-area ul li{
		width: 100%;
		margin: 0 0 10px;
		text-align:center;
		box-sizing:border-box;
		height: auto;
	}
	.bp-link-area ul li a{
		display: flex;
		padding: 20px 3%;
		background:#fff;
		position:relative;
		height: 100%;
		align-items: center;
		justify-content: center;
		border: 2px solid #223360;
		box-sizing: border-box;
	}
	.bp-link-area ul li a:after{
		content:"";
		position:absolute;
		bottom: 5px;
		right: 5px;
		display:block;
		width:0;
		height:0;
		border-style:solid;
		border-width: 10px 10px 0 0;
		border-color: transparent #223360 transparent transparent;
	}
	.bp-link-area ul li a:hover{
		text-decoration: none;
	}
	.bp-link-area ul li a h4{
		font-size: 16px;
		line-height:1.4;
		color:#223360;
		margin: 0 0 5px;
	}
	.bp-link-area ul li a h4 b{
		display:block;
		font-weight:600;
	}
	.bp-link-area ul li a h4 span{
		font-size: 12px;
	}
	.bp-link-area ul li a p{
		font-size: 12px;
		line-height:1.4;
		margin: 0;
	}	
}
/*==================================
調整CSS
============================================*/
a{
	transition: all 0.2s ease-out;
}
a:hover{
	opacity: 0.7;
	transition: all 0.2s ease-out;
}
@media screen and (max-width: 780px){
	a:hover {
		opacity:1;
		transition:none;
	}
}

@media screen and (min-width: 769px){
    .pc-n{display: none!important;}
}
@media screen and (min-width:581px) and ( max-width:768px) {
    .tab-n{display: none!important;}
}
@media screen and (max-width: 580px){
    .sp-n{display: none!important;}
}