.formArea01 h5 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 5px;
  border-left: 5px solid #000;
}


@media screen and (max-width: 767px) {
  .formArea01 table .formCopy01 p:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .formArea01 th {
    width: 270px;
  }
}

.formArea01 .joinArea01 {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .formArea01 .joinArea01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.formArea01 .joinArea01 li:not(:last-child) {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .formArea01 .joinArea01 li:not(:last-child) {
    margin-right: 100px;
  }
}

.formArea01 .joinArea01 p:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .formArea01 .joinArea01 p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.formArea01 .joinArea01 p:first-child {
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .formArea01 .joinArea01 p:first-child {
    margin-bottom: 20px;
  }
}

.linkBtn01 {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .linkBtn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .linkBtn01 {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .linkBtn01 li {
    width: 33%;
  }
}

@media print, screen and (min-width: 769px) {
  .linkBtn01 li:not(:last-child) {
    margin-right: 1%;
  }
}

@media screen and (max-width: 768px) {
  .linkBtn01 li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.linkBtn01 a {
  color: #fff;
  padding: 10px 0;
  background: #000;
  display: block;
  position: relative;
}

.linkBtn01 a:after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .linkBtn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.linkBtn02 li {
  margin-top: 50px;
}

@media print, screen and (min-width: 769px) {
  .linkBtn02 li {
    width: 49%;
  }
}

@media print, screen and (min-width: 769px) {
  .linkBtn02 li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media print, screen and (min-width: 769px) {
  .linkBtn02 li:first-child .linkBtnImage01 {
    background: #0f0619;
  }
}

.linkBtn02 h4 {
  font-size: 16px;
  text-indent: -1.2em;
  color: #000;
  margin-bottom: 10px;
  padding: 0 0 0 1.2em;
  background: none;
}

.linkBtn02 .linkBtnImage01 {
  text-align: center;
  line-height: 0;
}

.hidden { display: none; }




.modaalForm {
	display: flex;
	flex-wrap: wrap;
	margin-right: -2%;
	padding-top: 2%;
}
.modaalForm form {
	width: 18%;
	margin: 0 2% 2% 0;
}
.modaalForm a,
.modaalForm input[type="button"],
.modaalForm input[type="submit"] {
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #d87171;
	background: rgba(186,69,69,.5);
	color: #fff;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	border-radius: 5px;
	transition: all .3s ease;
	outline: none;
	width: 100%;
}




.modaalForm2 {
	display: flex;
	flex-wrap: wrap;
	margin-right: -2%;
	padding-top: 2%;
}
.modaalForm2 form {
	width: 90%;
	margin: 0 2% 2% 0;
}
.modaalForm2 a,
.modaalForm2 input[type="button"],
.modaalForm2 input[type="submit"] {
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #d87171;
	background: rgba(69,69,190,.5);
	color: #fff;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	border-radius: 5px;
	transition: all .3s ease;
	outline: none;
	width: 100%;
}
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #D30707;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #A31515;
  border-radius: 3px;
    
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ffffff;
  border-left: solid 6px #A31515;/*左線*/
  color: #A31515;/*文字色*/
    text-align: left;

  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}








.dateb {
  position: relative;
  color: #AB1146;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
    
}
.dateb:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #DC0736;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
   
}





.swiper-slide td a {
	color: #8e1c2e;
	text-decoration: underline;
	outline: none;
}
.swiper-slide td a:hover {
	text-decoration: none;
}

.cancelArea.formArea01 h3 {
	color: #fff;
	margin-bottom: 25px;
	background: #000;
}
.cancelTable {
	margin: 0 auto 25px;
	max-width: 500px;
}
.cancelTable th, .cancelTable td {
	width: auto;
}
.cancelBtn {
	padding: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #d24646;
	margin: 0 auto 50px;
	max-width: 500px;
}

@media print, screen and (min-width: 769px) {
  .linkBtn02 .linkBtnImage01 {
    height: 715px;
  }
  .linkBtn02 .linkBtnImage01 img {
    max-height: 100%;
  }
}
@media print, screen and (max-width: 768px) {
	.modaalForm form { width: 48%; }
}

.linkBtn02 .btn01 {
  margin-top: 20px;
}

.linkBtn02 .btn01 a {
  color: #fff;
  background: #c00;
  border: 0;
}

.end01:after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.end01 p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  height: 42px;
  margin: auto;
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}



.checkboxListExplan { margin-bottom: 10px; } 

input[type="tel"] { width: 100px; }

.selectBox01 { display: inline-block; width: 100px; }
.selectBox01::after {top: 50%; margin-top: -2px; }



.selectBox02 { display: inline-block; width: 300px; }
.selectBox02::after {top: 50%; margin-top: -2px; }




input[type="text"].othername { width: 230px; }

.swiper-pagination { display: none; }

@media (max-width: 767px) {
	input[type="tel"] { width: 25%; }
	.selectBox01 { width: 80%; }
    .selectBox02 { width: 80%; }
	input[type="text"].othername { width: 80%; }
	.swiper-pagination { display: block; }
}

.checkboxArea02 { border: 5px solid #e2e2e2; padding: 10px; }
.checkboxArea02:nth-of-type(2n) { background: #e2e2e2; }
