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


p.entryLead{
	font-size: 1.75em;
	letter-spacing: 8px;
	color: #fff;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	font-weight: 800;
	margin: 40px auto;
}
.contact .main{
	background-image: url("../images/contact_back.png");
	background-size: contain;
	background-position: center top;
}
.contact h1{
	position: absolute;
	left: 20px;
}
.contact .main .inner{
	padding-top: 140px;
}
.contact .main{
	background-color: #080404;
}
.formLead{
	max-width: 96%;
	margin: 0 auto;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.formLeadSub{
	max-width: 96%;
	margin: 0 auto;
	font-size: 0.8em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.5;
}
.flow{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1200px;
	width: 96%;
	margin: 40px auto 15px auto;
}
p.caution{
	max-width: 1200px;
	margin: 0 auto 40px auto;
	color: #fff;
	font-weight: 800;
	font-size: 0.9em;
	width: 94%;
}
.flow div{
	width: 18%;
	color: #fff;
	font-weight: 700;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	position: relative;
	text-align: center;
	border: 2px solid #009eab;
	display: flex;
	flex-direction: column;
	padding: 4px;
}
.flow div.tri{
	display: block;
	width: 2%;
	color: #919191;
	border: none;
	padding: 0;
	position: relative;
}
.flow div.tri::after{
	display: block;
	position: absolute;
	top: calc(50% - 0.5em);
	left:0;
	right: 0;
	content: "\025b6";
	width: 100%;
	height: auto;
	font-size: 1vw;
    transform: scale(1,3);
}
.flow div .head{
	background-color: #009eab;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	height: auto;
	width: 100%;
}
.flow div p{
	display: flex;
	font-weight: 700;
	padding: 10px;
	line-height: 1.5;
	margin: auto auto;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.flow div img{
	display: block;
	width: 80%;
	margin: 10px auto;
	flex-shrink: 0;
}
.contact .star{
	padding-top: 30px;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}
.contact .star .base{
	background-color: #cfeaec;
	padding: 60px;
	max-width: 1200px;
	margin: 30px auto 0px;
	color: #000;
}
.base .center{
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 60px;
	line-height: 1.25;
}
.base .entryTtl{
	color: #00a8b8;
	font-size: 1.5em;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
}
.red{
	color: #e60012;
}
.green{
	color: #00a8b8;
}

form{
	display: block;
}
form .flex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 920px;
	margin: 0 auto 20px auto;
	padding-bottom: 20px;
	font-size: 1.2em;
}
form .flex.borderWhite{
	border-top: 2px solid #fff;	
	padding-top: 40px;
	margin-top: 20px;
}

form .flex.mb10{
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	font-size: 1.2em;
}
form .flex.start{
	align-items: flex-start;
}
form .flex .left{
	width: 22%;
	margin-right: 2%;
	font-weight: 800;
}
form .flex .left p{
	font-weight: 800;
	position: relative;
}
form .flex .left p span{
	color: #e60012;
	position: relative;
	margin-left: 8px;
	font-size: 0.7em;
	margin-bottom: 5px;
	vertical-align: top;
	font-weight: 800;
}
form .flex .right{
	width: 78%;
}
form .flex .right p{
	font-weight: 800;
}
form .flex input{
	border: none;
	padding: 10px 5px;
	font-size: 1.1em;
}
form .flex input[type="text"]{
	width: 100%;
}
form .flex .birth{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
form .flex .birth p{
	margin-right: 20px;
	font-weight: bold;
}
form .flex .birth p select{
	border: none;
	padding: 10px 20px;
	font-size: 1.1em;
}
form .flex .mail p{
}
form .flex .mail input{
	width: calc(80% - 4em);
}
form .flex .remail input{
	width: calc(80% - 4em);
}
.form .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 920px;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
    font-size: 1.2em;
}
.radio {
  margin: 0.5rem 30px 0.5rem 0.5rem;
}
.radio.min155{
	min-width: 155px;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: none;
  border-radius: 100%;
  border: 2px solid #fff;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #00a8b8;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #00a8b8;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.radioArea{
	display: flex;
	justify-content: flex-start;
}
.radioArea.column{
	flex-direction: column;
}
.radioArea.column .radio{
	width: 100%;
	font-weight: 800;
}
.post{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.post p{
	width: 48%;
	/*margin: 0 auto;*/
}
.post input{
	max-width: 7em;
	margin-left: 5px;
}
.post input[type="button"]{
	font-size: 0.8em;
	padding: 8px 10px;
	font-weight: 800;
	background-color: #656565;
	color: #fff;
}
.post select{
	border: none;
	padding: 10px 20px;
	font-size: 1.1em;
}
input::placeholder{
	opacity: 0.5;
}
.flex .right textarea{
	border: none;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
	min-height: 100px;
	width: calc(100% - 20px);
}
.radioArea.location{
	flex-wrap: wrap;
}
.radioArea.timing{
	flex-wrap: wrap;
}
.radioArea.location .radio{
	font-weight: 800;
}
.radioArea.timing .radio{
	font-weight: 800;
}
form .privacyLink{
	display: block;
	max-width: 920px;
	margin: 0 auto 20px auto;
	padding-bottom: 20px;
	font-size: 1.2em;
}
form .privacyLink.borderWhite{
	border-top: 2px solid #fff;	
	padding-top: 40px;
	margin-top: 20px;
}
form .privacyLink p{
	margin-bottom: 20px;
}
form .privacyLink p.ttl{
	font-weight: 800;
	position: relative;
}
form .privacyLink p.ttl span{
	font-weight: 800;
	color: #e60012;
	position: absolute;
	vertical-align: middle;
	font-size: 0.8em;
	margin-left: 10px;
}
form .privacyLink p.text{
	font-weight: 500;
}
form .privacyLink p.check{
	padding-left: 24%;
	text-align: left;
	margin: 0.5rem 30px 0.5rem 0.5rem;
}
form .privacyLink p.checkCheck{
	font-weight: 800;
	padding-left: calc(24% - 0.5em);
	text-align: left;
}
form .privacyLink p.check.bold{
	font-weight: bold;
}
form .privacyLink a{
	color: #00a8b8;
	font-weight: 800;
	text-decoration: underline;
}
form .check{
	margin-top: 20px;
	text-align: center;
}
.check input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.check input[type=checkbox] + .radio-label:before {
  content: "";
  background: none;
  border-radius: 100%;
  border: 2px solid #fff;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.check input[type=checkbox]:checked + .radio-label:before {
  background-color: #00a8b8;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.check input[type=checkbox]:focus + .radio-label:before {
  outline: none;
  border-color: #00a8b8;
}
.check input[type=checkbox]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.check input[type=checkbox] + .radio-label:empty:before {
  margin-right: 0;
}

.privacyArea{
	background-color: #fff;
	padding: 50px;
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.totop{
	text-align: center;
	display: block;
	margin: 0px auto 20px auto;
	font-weight: 500;
	font-size: 1.1em;
	color: #222;
	width: 5em;
}
.totop:hover{
	opacity: 0.8;
	color: #00a8b8;
}
.require{
	background-color: #fff;
	color: #e60012;
	padding: 30px 50px;
	margin-bottom: 60px;
}
.require p{
	margin: 20px;
	font-weight: 700;
	font-size: 1.1em;
}
form .flex .right p.prText{
	font-weight: 400;
	margin: 15px 0 30px;
	border-bottom: 2px solid #fff;
	padding-bottom: 30px;
	word-break: break-all;
    line-height: 1.25;
}
form .flex .right p.prText:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.sendCheck{
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.sendCheck div.back{
	width: 30%;
	text-align: center;
}
.sendCheck div.back a{
	display: inline-block;
	padding: 20px 40px;
	border: 2px solid #fff;
	color: #fff;
	transition: .3s;
}
.sendCheck div.back a:hover{
	background-color: rgba(255,255,255,0.50);
	border-color: #00a8b8;
}
.sendCheck div.btnArea{
	width: 70%;
}
.star .thanx{
	max-width: 1000px;
	margin: 60px auto 0px;
	padding-bottom: 60px;
}
.star .thanx p{
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.75;
}
.star .thanx p span{
	display: inline-block;
	padding-bottom: 0px;
	border-bottom: 1px solid #fff;
}
.star .thanx p.bold{
	font-weight: 800;
}
.star .thanx p.right{
	text-align: right;
	font-weight: 800;
}
.tel input{
	max-width: 5em;
}
@media screen and (max-width : 1200px){
.flow div p br{
	display: none;
}
}

@media screen and (max-width : 1080px){
	.post{
		flex-direction: column;
		align-items: flex-start;
	}
	.post p{
		width: 100%;
		margin-bottom: 10px;
	}
.star .thanx {
    padding: 30px 30px 80px 30px;
	margin-bottom: 0;
	margin-top: 10px;
}
.flow div .head {
    padding: 10px 0;
}

}
@media screen and (max-width : 768px){
.flow {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
	flex-direction: column;
    max-width: 1200px;
    margin: 40px auto;
	width: 94%;
}
	.flow div{
		width: 100%;
		margin-bottom: 0;
	}
.flow div.tri {
    display: block;
    width: 100%;
    height: 1.5em;
    color: #919191;
    border: none;
    padding: 0;
    position: relative;
    margin: 10px auto;
}
.flow div.tri::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    content: "\025bc";
    width: 100%;
    height: 100%;
    font-size: 1.5em;
    transform: scale(1,0.5);
}
}
@media screen and (max-width : 767px){
.contact .star .base {
    background-color: #cfeaec;
    padding: 30px;
}
form .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-direction: column;
    max-width: 920px;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
    font-size: 1.1em;
}
form .flex .left {
    width: 100%;
    margin-right: 0%;
    font-weight: 800;
	margin-bottom: 15px;
	font-size: 1.15em;
}
form .flex .right {
    width: 100%;
}
form .flex .right p {
    font-weight: 600;
}
form .privacyLink p.check{
	padding-left: 0%;
	text-align: left;
}
form .privacyLink p.checkCheck{
	font-weight: 600;
	padding-left: 0;
	text-align: left;
}
.require {
    background-color: #fff;
    color: #e60012;
    padding: 10px 20px ;
    margin-bottom: 60px;
}
.require p {
    font-size: 0.8em;
	text-indent: -4em;
    padding-left: 3em;
}
.privacyArea {
    background-color: #fff;
    padding: 20px;
}
p.entryLead {
    font-size: 1.75em;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-weight: 800;
    margin: 40px auto;
}
.sendCheck {
    flex-direction: column;
    margin: 60px auto;
}
	.sendCheck div.back{
		width: 100%;
		margin-bottom: 30px;
	}
	.sendCheck div.btnArea{
		width: 92%;
		margin: 20px auto;
	}
form .flex .birth {
    flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
	form .flex .birth p{
		margin-bottom: 15px;
	}
.radio.min155{
	min-width: auto;
}
}
@media screen and (max-width : 580px){
.formLead {
    font-size: 1em;
}
p.entryLead {
    font-size: 1.5em;
    letter-spacing: 2px;
}
}
