@charset "utf-8";
/* CSS Document */
header {
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)) #2D385E;
}
main.form {
  background-color: #2D385E;
  padding-top: 140px;
}
main#thanks.form {
	height: 100vh;
}

@media screen and (max-width:767px) {
  main.form {
    padding-top: 80px;
  }
}
section {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
section h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.6rem;
  margin-bottom: 2em;
}
section h1 span{
  line-height: 2;
  font-size: 1.8rem;
}

.thankstext {
	text-align:center;
	margin-bottom:150px;
}
.form_unit {
	width:100%;
	margin:30px auto;
  padding-bottom: 30px;
}


/*フォーム初期化*/
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	appearance: none;
	font-size:20px;
	font-size:2rem;
	line-height:1.5;
}
input[type="text"],
input[type="email"],
textarea {
	border:1px #CCC solid;
	padding:10px;
	width:100%;
  background: #FFFFFF;
  color: #333333;
}
input.p-postal-code{
	width:6em;
}
input.telno{
	width:15em;
}
input[type="checkbox"] {
}
input[type="submit"] {
	border-radius:10px;
  background-image: linear-gradient(90deg, #6FBA2C, #39b693, #0d8777);	width:40%;
  margin: 0 10px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #FFFFFF;
  font-size: 120%;
  letter-spacing: 0.2em;
  cursor: pointer;
}
input[type="reset"],
input[type="button"]{
  width: 30%;
	border-radius:10px;
	background-color:#CECECE;
  margin: 0 10px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
input[type="reset"]:hover,
input[type="button"]:hover{
	background-color:#B0B0B0;
  color: #FFFFFF;
}
input[type="submit"]:hover{
  background-image: linear-gradient(90deg, #41abd8 40%, #39b693 100%);
  transition: all 0.5s;
}
/*チェックボックス*/
input[type="checkbox"] {
    border: 1px solid #CCCCCC;
    vertical-align: -6px;
    position: relative;
    margin-right: 5px;
    border-radius: 3px;
    width: 22px;
    height: 22px;
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}
input[type="checkbox"]:checked {
    background: linear-gradient(
        to bottom,
        #E8B0D5 0%,
        #DA7EBA 100%
    );
    border: 1px solid #CCCCCC;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 0px;
    top: 13px;
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background: #ffffff;
}
input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 8px;
    top: 13px;
    content: "";
    width: 13px;
    height: 3px;
    background: #ffffff;
}

.form_unit dl{
	width: 100%;
  display: flex;
  margin:0 auto 1.5em;
}
.form_unit dl dt{
  width: 25%;
  padding-top: 1em;
}
.form_unit dl dt span{
  margin-left: 5px;
}
.form_unit dl dd{
  width: 75%;
}

@media screen and (max-width:767px) {
	.form_unit dl{
		flex-wrap: wrap;
	}
  .form_unit dl dt{
     width: 100%;
    margin-bottom: 5px;
  }
  .form_unit dl dd{
     width: 100%;
		margin: 0;
		padding: 0;
  }
}


::placeholder {
  color: rgba(189,189,189,1.00);
  font-size: 90%;
}
.submitarea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.comment {
  text-align: center;
}
.comment p{
  text-align: center;
  font-size: 90%;
  margin-bottom: 2em;
}
.comment h2{
  text-align: center;
  font-size: 140%;
  margin-bottom: 2em;
}
.comment a.telno {
  font-size: 300%;
  font-family: "Times New Roman", Times, "serif";
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.slash span{
  display: inline-block;
	padding: 0 20px;
	background: url("../common/images/slash_left.svg") no-repeat center left,url("../common/images/slash_right.svg") no-repeat center right ;
	background-size:12px;
}
@media screen and (max-width: 767){
	.slash span{
		padding: 0 12px;
		background-size:8px;
	}
}

main#thanks #footer {
	position: fixed;
  bottom: 0;
  width: 100%;
}



/*確認画面*/
#confirm {
	display: none;
}
#confirm dd {
	border:1px #CCC solid;
	padding:10px;
	background: #FFFFFF;
  font-size:120%;
  color: #333333;
}
/*リキャプチャアイコン*/
