@charset "utf-8";

/* ========== すべて共通 ========== */
html, body {
	font-size: 16px;
	font-family:'Noto Sans JP', sans-serif;
	color: #393939;
	background: #ffffff;
	margin: 0 20px;
}
body, div, p, h1, h2, h3, h4, ul, figure {
	margin: 0;
	padding: 0;
}
p, td, th, li {
	line-height: 1.8;
}
img {
	width: 100%;
	height: auto;
}
/* 共通の見出し */
.container {
	background: #F7F5E6;
	border:solid 1px #8C6933;
	border-radius:60px;
	box-shadow:0px 3px 5px 0px #D6C0C0 ;
	margin: 0 auto;
	max-width: 830px;
}
@media screen and (min-width: 768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@font-face{
	font-family: "Gen Jyuu Gothic P";
	src: url("../src/font/GenJyuuGothic-P.woff2") format("woff2"),
         url("../src/font/GenJyuuGothic-P.woff") format("woff");
}
/* ========== メインエリア基本レイアウト ========== */
main {
	padding-top: 100px;
	padding-bottom: 10px;
}
#title {
	white-space: nowrap;
	line-height: 60px;
	text-align: center;
	font-family: "Gen Jyuu Gothic P";
	font-size: 54px;
	color: #E8959D;
	padding: 20px;
}
#title_content {
	white-space: nowrap;
	text-align: center;
	font-size: 15px;
	color: #404157;
	margin-bottom: 20px;
}
.kiyaku_content{
	padding: 7px 7px;
    margin: 7	px 0;
	font-size: 12px;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #6A3706;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.kiyaku_content p{
    margin: 0; 
    padding: 0;
}
.kiyaku_content h2{
    margin-top:15px; 
	margin-bottom:10px
}
hr.line_1{
	border-top: 3px solid #6A3706;
}
.rtntop-btn{
    margin-top:10px;
	font-size: 13px;
	color: #fff;
	background: #6A3706;
	padding: 5px 8px;
	border-radius: 10px;
	text-decoration: none;
}
.rtnbtnarea{
	text-align: center;
	display: block;
    margin-bottom:30px;
}
.riyokiyaku_content {
	border: 1px solid #707070;
	text-align: left;
	color: #707070;
	background: #FFFFFF;
	margin: 20px;
	margin-top: 0px;
	height: 120px;
	padding: 20px;
	font-size: 12px;
	overflow: auto;
}
.riyokiyaku_content p{
	height: 60px;
}
#riyokiyaku a{
	font-size: 14px;
	display: flex;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 30px;
	color: #31569b;
}
.check_policy{
	font-size: 15px;
	color: #707070;
	display: flex;
	justify-content: center;

}
.check_policy label{
	display: flex;
    align-items: center;
}
#checkBtn.check_policy {
    position: absolute;
}
button[type="submit"] {
	display:block;
    width:22%;
    height:10%;
    text-decoration: none;
    background:#E8959D;
    text-align:center;
    color:#FFFFFF;
    font-size:14px;
    border-radius:50px;
	border:none;
	box-shadow:0px 3px 5px 0px #BBBBBB ;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	max-width: 90%;

}
button[type="submit"]:hover{
    background:#E85757;
    color:#FFFFFF;
    box-shadow:none;
}
.btn-close{
    margin-top:10px;
    margin-bottom:10px;
	margin-right:10px;
	float: right;
	font-size: 13px;
    font-weight: bold;
	text-align: right;
	color: #fff;
	background: #6A3706;
	padding: 3px 8px;
	border-radius: 10px;
	text-decoration: none;
}
.btn-close:hover{
	background:#382929;
    color:#FFFFFF;
    box-shadow:none;
}
#attention{
	white-space: nowrap;
	text-align: center;
	font-size: 10px;
	color: #404157;
	padding-top: 20px;
	margin-bottom: 20px;
}
.toiawase{
	margin-left: 30px;
	text-align: center;
	color: red;
	padding: 5px;
	background-color: #f1c2c2;
	width: 92%;
	border-radius: 5px;
	margin-bottom: 30px;
	font-size: 14px;
}
/* ========== フッター ========== */
footer {
	background: #ffffff;;
	font-size: 0.9rem;
 }
.footer_container {
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 960px;
	margin: 0 auto;

}
.footer_logo {	
	width: 77.193px;
	height: 36.368px;
	margin: 20px;
	margin-right: 2px;
}
.footer_logotext {
	width:130px;
	text-align: left;
	font-size: 15px;
	color: #6A3706;
	letter-spacing: 0.3px;
	margin: 25px;
	margin-left: 0px;
}
/* ========== トップ画面 ========== */
.form_id{
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}


/* ========== ヘッダーレイアウト（個人情報入力画面） ========== */
.container_p {
	background: #F7F5E6;
	border-radius:50px;
	box-shadow:0px 0px 0px 0px #D6C0C0 ;
	margin: 0 auto;
	margin-top: -50px;
	max-width: 400px;
}
.container_p h1{
	text-align: center;
	font-family: 'Noto Sans JP';
	font-size: 19px;
	font-weight: bold;
	color: #35291e;
	letter-spacing: 0.3px;
	padding: 10px;
	margin: 0 auto;
}
.main_p {
	padding-top: 30px;
	padding-left:150px;
	background: #F7F5E6;
    border-radius:40px;
	margin: 0 auto;
	margin-top: 20px;
	max-width: 650px;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
@media screen and (max-width: 649px) {
	.main_p {
		padding-top: 30px;
		margin: 0 auto;
		max-width: 500px;
	}
}
.required{
	color: #cc0000;
	font-size: 11px	;
}
.form_group{
	margin-bottom: 20px;
}
.form_group .form_control{
	width: 80px;
    height:25px;
}

.form_group .form_control2{
	width: 200px;
    height:30px;
}
.form_group .error_message{
	display: block;
	color: #cc0000;
	font-size: 11px;
}
input[type="number"]{
	margin-top: 5px;
	border: 1px solid #696866;
	width: 60px;
    height: 30px;
}
input[type="text"]{
	margin-top: 5px;
	border: 1px solid #696866;
	width: 200px;
    height: 30px;
}

.form_group .form_control-list{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
    height:30px;
}

.form_group p{
	margin-bottom: 5px;
}
.radio_btns input[type=radio] {
	display: none;
  }
  
.radio_btns label {
	position: relative;
    padding-top: -15px;
	padding-left: 30px;
	padding-right: 15px;
}
  
  .radio_btns input[type=radio] + label::before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #696866;;
	left: 0;
	top: -1px;
  }
  
  .radio_btns input[type=radio] + label::after {
	position: absolute;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #E8959D;
	left: 3px;
	top: 2px;
	opacity: 0;
	transition: .3s;
  }
  
  .radio_btns input[type=radio]:checked + label::after {
   opacity: 1;
  }
input[type="radio"] #male{
	margin-left: 20px;
}
input:required{
	background: #ffffff;
}
input:valid{
  background: #ffffff;
}
input:invalid{
  background: #facdd1;
}
.next-btn {
	width: 167px;
	height: 55px;
    line-height:45px;
    margin: 0 auto;
	margin-left: 150px;
	margin-bottom: 10px;
	padding-bottom:30px;
}
.start_btn {
	width: 167px;
	height: 55px;
    line-height:45px;
    margin: 0 auto;
	margin-top: 10px;
	max-width: 90%;
	padding-bottom:30px;
}
input[type="submit"] {
	display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#E8959D;
    text-align:center;
    color:#FFFFFF;
    font-size:15px;
    font-weight:bold;
    border-radius:50px;
	border:none;
	box-shadow:0px 3px 5px 0px #BBBBBB ;
}
input[type="submit"]:hover{
    background:#E85757;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:5px;
    box-shadow:none;
}
button.btn_rtn{
	position: absolute;
	left:10px;
	margin-left: 20%;
	position: relative;
	border: none;
	background-color: rgb(255, 255, 255);
	text-decoration: none;
	color: #7E4106;
	font-size: 14px;
	font-weight: bold;
  }
  button.btn_rtn:before {
	content:"◀︎";
	color: #E8959D;
	position: absolute;
	left: -10px;
  }
  

/* ==========STEP進捗バー========== */
.progressbar {
	max-width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index:0;
  }
  .progressbar li {
	position:relative;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	width: 19.333%;
	color: #999999;
	font-weight: bold;
	font-size: 13px;
	counter-increment: steps;
  }
  .progressbar li:before {
	display: block;
	width: 26px;
	height: 26px;
	margin: 7px auto 20px auto;
	content: '';
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	background-color: #F5F5F5;
	content: counter(steps);
  }
  .progressbar li:after {
	position: absolute;
	z-index: -1;
	top: 15px;
	left: -50%;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #F5F5F5;
  }
  .progressbar li:first-child:after {
	content: none;
  }
  .progressbar li.active,
  .progressbar li.complete{
	color: #6A3706;
  }
  .progressbar li.active:before,
  .progressbar li.complete:before {
	background-color: #6A3706;
	color: #FFF;
  }
  .progressbar li.active:after,
  .progressbar li.complete:after {
	background-color: #6A3706;
  }
/* ==========STEP進捗バー========== */
/* ========== 質問開始画面 ========== */
.container-q {
	padding: 30px;
	background: #F7F5E6;
    border-radius:20px;
    margin: 0 auto;
	max-width: 400px;
	margin-bottom:40px;
}
.container-q h1{
	text-align: center;
	font-family: 'Noto Sans JP';
	font-size: 30px;
	font-weight: bold;
	color: #916B44;
	line-height:35px;
	letter-spacing: 0.3px;
	padding: 0px;
	margin: 0 auto;
}
.container-q h2{	
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #050505;
	line-height:35px;
	letter-spacing: 0.3px;
	padding-bottom: 10px;
	margin: 0 auto;
}
.btn-start_c{
	display:block;
	width: 167px;
	height: 30px;
    line-height:20px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-decoration: none;
	background:#E8959D;
    text-align:center;
    color:#FFFFFF;
    font-size:14px;
	font-weight: bold;
    border-radius:50px;
	border:none;
	box-shadow:0px 3px 5px 0px #BBBBBB ;
	padding-top: 20px;
	padding-bottom: 10px;
}
.btn-start_c:hover{
	background:#E85757;
    color:#FFFFFF;
    box-shadow:none;
}
/* ========== 質問開始画面 ========== */
/* ========== 質問画面56問 ========== */
.choose_box .fit {
	background: #F7F5E6;
	border-radius:60px;
	margin: 0 auto;
    max-width: 830px;
	min-height: 350px;
}
@media screen and (min-width: 768px) {
	.choose_box {
		padding-left: 20px;
		padding-right: 20px;  
	}
}
.choose_box .fit p{
  position: relative;
  font-size: 25px;
  text-align: center;
  margin-top: -20px;
  margin-top: 10px;
}
.choose_box #q_04 #q_04_long{
  position: relative;
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.choose_box .fit .myProgress{
  position: absolute;
  top: 400px;
  right: 20px;
  display: flex;
  align-items: center;
}
.choose_box .fit #myProgress{
  height: 18px;
  padding: 2px 4px;
  border-radius: 0px;
  border: 1px solid #adadad;
}
::-webkit-progress-bar {
  background-color: #fff;
}
::-webkit-progress-value {
  background-color: #E8959D;
}
.choose_box .fit .myProgress p{
    font-size: 12px;
  margin: 0 10px 0 0;
}
.circle{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background:#E8959D;
  margin-left: 30px;
  text-align:center;
  line-height: 60px;
  color: #FFFFFF;
  font-size: 30px;
}
ul.questionChoice {
    display: flex;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    justify-content: space-between;
 }

 ul.questionChoice li input[type="radio"] {
  display: none;
}

.choose_box li {
  max-width: 240px;
  width: 100%;
}
.choose_box ul.questionChoice li label {
  max-width: 240px;
  width: 100%;
  color:#FFFFFF;
  display: block;
  text-align: center;
  background-color: #E8959D;
  font-weight:bold;
  font-size: 20px;
  border:none;
	box-shadow:0px 3px 5px 0px #BBBBBB ;
  text-decoration: none;
  border-radius:50px;
	padding-top: 14px;
	padding-bottom: 14px;
 }

 .choose_box ul.questionChoice li input[type="radio"]:checked + label{
  background:#E85757;
  color:#FFFFFF;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.choose_box  .btn_rtn{
  position: absolute;
  top: 30px;
  left:10px;
  margin-left: 50px;
  padding-bottom: 50px;
  position: relative;
  text-decoration: none;
  color: #7E4106;
  font-size: 14px;
  font-weight: bold;
}
.choose_box  .btn_rtn:before {
  content:"◀︎";
  color: #E8959D;
  position: absolute;
  top:1px;
  left: -20px;
}
.fit .btn_rtn a{
  text-decoration: none;
  color: #7E4106;
  font-size: 10px;
}
#q_57.fit a.btn_rtn_f{
  top: 30px;
  left:10px;
  margin-left: 50px;
  padding-bottom: 50px;
  position: relative;
  text-decoration: none;
  color: #7E4106;
  font-size: 14px;
  font-weight: bold;
}
#q_57.fit a.btn_rtn_f:before {
  content:"◀︎";
  color: #E8959D;
  position: absolute;
  left: -26px;
}
.fit {
	padding-top: 20px;
	position: relative;
  }
  .fit p {
	margin-top: 5%;
	margin-bottom: 10%;
	  font-size: 18px;
	  display: block;
	  font-weight: 600;
	  text-align: center;
	}
	#q_57{
		background: rgb(255, 255, 255);
	}
	#q_57 h3{
	  width: 200px;
	  padding: 10px;
	  padding-bottom: 20px;
	  text-align: center;
	  font-size: 22px;
	  font-weight: 600;
	  color: #6A3706;
	  text-align: center;
	}
	#q_57 h3{
	  background: #F7F5E6;
	  border-radius:60px;
	  max-width: 200px;
	  margin:0 auto;
	  height: 20px;
	}
	.freeTheme h4 {
	  width: 70%;
	  margin: auto;
	  text-align: center;
	  font-size: 14px;
	  font-weight: 600;
	  color: #000000;
	  text-align: center;
	  margin-top: 10px;
	  margin-bottom: -10px;
	}
	.freeTheme p {
	margin-top: 5%;
	text-align: center;
	}
	.freeTheme_area textarea {
	  display: flex;
	  max-width: 800px;
	  margin: 0 auto;
	  padding: 10px;
	  justify-content: space-between;
	  margin-top: 40px;
	  width: calc(100% - 80px);
	}
  
  .next-btn {
	  width: 167px;
	  height: 55px;
	line-height:45px;
	  margin: 0 auto;
	  margin-top:20px;
	  margin-bottom: -10px;
	padding-bottom:20px;
  }
  
  input[type="submit"] {
	  display:block;
	  width:100%;
	  height:100%;
	  text-decoration: none;
	  background:#E8959D;
	  text-align:center;
	  color:#FFFFFF;
	  font-size:14px;
	  font-weight:bold;
	  border-radius:50px;
	  border:none;
	  box-shadow:0px 3px 5px 0px #BBBBBB ;
  }
  input[type="submit"]:hover{
	  background:#E85757;
	  color:#FFFFFF;
	  margin-left:0px;
	  margin-top:5px;
	  box-shadow:none;
  }
  .return-btn {
	margin-top: 5%;
	  margin-left: 35%;
	  margin-right: 35%;
	  width: 30%;
	  margin-bottom: 30px;
  }
  .br-sp {
	display: none;
  }
  /* ========== 質問完了画面 ========== */
.container-e {
	padding: 30px;
	background: #F7F5E6;
    border-radius:20px;
    margin: 0 auto;
	max-width: 550px;
	margin-bottom:40px;
}
.container-e h1{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #7E4106;
	line-height:35px;
	letter-spacing: 0.3px;
	padding: 10px;
	margin: 0 auto;
}
.container-e h4{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #767070;
	line-height:35px;
	letter-spacing: 0.3px;
	padding: 10px;
	margin: 0 auto;
}
.container-e h6{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #767070;
	line-height:15px;
	letter-spacing: 0.1px;
	padding: 10px;
	margin: 0 auto;
}
input[type="email"]{
	border: 1px solid #696866;
	width: 90%;
    height: 30px;
}
.mail_box h3{
	font-size: 12px;
	font-weight: bold;
	color: #7E4106;
	letter-spacing: 0.3px;
	padding-bottom: 3px;
}
.mail_box {
	max-width: 70%;
	max-block-size: 70%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.mailsend-btn {
	width: 167px;
	height: 55px;
    line-height:45px;
	margin: 0 auto;
	margin-top:20px;
	padding-bottom:10px;
}
.sendendbtn{
	display: flex;
	max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.mailsend-btn #mailsendBtn{
	display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#E8959D;
    text-align:center;
    color:#FFFFFF;
    font-size:13px;
    font-weight:bold;
    border-radius:50px;
	border:none;
	box-shadow:0px 3px 5px 0px #BBBBBB ;
	padding-top: 5px;
	padding-bottom: 10px;
}
.mailsend-btn #mailsendBtn:hover{
    background:#E85757;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:5px;
    box-shadow:none;
}
.rtn-btn a{
	display:block;
    max-width:70%;
    text-align:right;
    color:#916B44;
    font-size:13px;
    font-weight:bold;
}

  
