@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	/*font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho";*/
/*font-family: 'Roboto', sans-serif;*/
	background-color:#fff;
	color:#333;
	font-size: 16px;
	line-height: 1.6;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}

.os-animation{
    opacity: 0;
}  

.os-animation.animated{
    opacity: 1;
}
.fixedcontainer{
	width:1080px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}

::placeholder {
  color: #ccc;
}
.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-------------header----------------------*/
#wpcf7-f6-o1{
	display: none;
}
.main{
	max-width: 750px;
	margin: 0 auto;
	background: url(../img/back.jpg) no-repeat;
	background-size: cover;
	min-height: 100vh;
	position: relative;
	padding: 0 0 160px;
}
#page2,#page3,#page4,#page5,#page6,#page7{
	display: none;
}
.footer{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #333;
	color: #fff;
	width: 100%;
	padding: 20px 5%;
	text-align: center;
	font-size: 22px;
}
.fixedcontainer{
	max-width: 600px;
	margin: 0 auto;
}
.content{
	padding: 50px 0;
}
.top_txt{
	text-align: center;
	font-size: 32px;
	padding: 0 40px;
	letter-spacing: 3px;
	color: #fff;
	position: relative;
    font-weight: bold;
}
.top_txt:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 24px;
	height: 38px;
	background: url(../img/txt-left.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.top_txt:after{
	content: '';
	position: absolute;
	top: 0px;
	right: 0;
	width: 24px;
	height: 38px;
	background: url(../img/txt-right.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.btn_wrap{
	margin-top: 40px;
	text-align: center;
}
.btn{
	display: inline-block;
	width: 100%;
	padding: 20px 40px;
	font-weight: bold;
	background-color: #fff;
	font-size: 40px;
	letter-spacing: 2px;
	border-radius: 60px;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.1);
	position: relative;
	transition: 0.5s;
}
.btn:hover{
	cursor: pointer;
	opacity: 1;
	background-color: #FFFF00;
	transition: 0.5s;
}
.btn:after{
	content: '';
	width: 14px;
	height: 24px;
	background: url(../img/arrow1.svg) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.header{
	text-align: center;
	background-color: #454C9C;
	padding: 30px 5%;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.item_div{
	margin-top: 50px;
}
.item_ttl img{
	height: 40px;
	margin-right: 20px;
	margin-top: 3px;
}
.item_ttl{
	font-size: 32px;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
    font-weight: bold;
}
.check_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.check_list label{
	display: block;
	width: 280px;
	background-color: #fff;
	padding: 20px 0;
	text-align: center;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.1);
	border-radius: 10px;
	margin-bottom: 40px;
}
.check_list label:hover{
	cursor: pointer;
	background-color: #FFFF00;
}

.check_list label:last-child{
	width: 100%;
}
.radiobox{
	position: relative;
}
.radiobox input[type="radio"]{
	display: none;
}
.radiobox div{
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.radiobox p{
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.radiobox p span{
	font-size: 40px;
	font-family: 'Josefin Sans', sans-serif;
}
.radiobox>*{
	position: relative;
	z-index: 2;
}
.radiobox>span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: 1;
}
.radiobox input[type="radio"]:checked + span{
	background-color: #FFFF00;
}
.btn_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn_list a{
	display: inline-block;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	position: relative;
	cursor: pointer;
    text-decoration: none !important;
}
.prev_btn{
	padding-left: 24px;
}
.prev_btn:before{
	content: '';
	width: 14px;
	height: 25px;
	background: url(../img/prev.svg) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.next_btn{
	padding-right: 24px;
}
.next_btn:after{
	content: '';
	width: 14px;
	height: 25px;
	background: url(../img/next.svg) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.status_list label{
	display: block;
	padding: 10px 20px;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	position: relative;
}
.status_list label:hover{
	cursor: pointer;
	background-color: #FFFF00;
}
.status_list label div{
	display: flex;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
}
.status_list label div span{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #FE5457;
	color: #FFFF00;
	font-size: 30px;
	font-family: 'Josefin Sans', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding-top: 6px;
	margin-right: 14px;
	letter-spacing: 0;
}
.status_list label input[type="radio"]{
	display: none;
}
.status_list label>*{
	position: relative;
	z-index: 2;
}
.status_list label input[type="radio"]:checked + span{
	background-color: #FFFF00;
}
.status_list label>span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: 1;
}
.item_field input{
	height: 180px;
	border: none;
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	padding: 0 20px;
	border-radius: 10px;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.1);
	text-align: center;
}
.mt50{
	margin-top: 50px;
}
.submit_btn{
	text-align: center;
	margin-top: 40px;
}
.submit_btn input{
	width: 100%;
	padding: 20px 0;
	font-size: 40px;
	font-weight: bold;
	background-color: #FE5457;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 60px;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.1);
}
.thanks_content{
	padding: 80px 0 50px;
	text-align: center;
	color: #fff;
}
.thanks_ttl{
	font-size: 40px;
	margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}
.thanks_txt{
	font-size: 26px;
	margin-bottom: 40px;
}
.thanks_img{
	margin-bottom: 40px;
}
.line_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	font-size: 40px;
	font-weight: bold;
	background-color: #23D020;
	color: #fff;
	border-radius: 60px;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.1);
	position: relative;
	transition: 0.5s;
	letter-spacing: 2px;
}
.line_btn:after{
	content: '';
	width: 14px;
	height: 25px;
	background: url(../img/next.svg) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.line_btn img{
	width: 60px;
	margin-top: 5px;
	margin-right: 20px;
}
.type_list label{
	display: block;
	padding: 20px 40px;
	width: 100%;
	border-radius: 60px;
	font-weight: bold;
	font-size: 40px;
	background-color: #fff;
	text-align: center;
	position: relative;
	margin-top: 40px;
	cursor: pointer;
	letter-spacing: 2px;
}
.type_list label input{
	display: none;
}
.type_list label>*{
	position: relative;
	z-index: 2;
}
.type_list label input:checked + span{
	background-color: #FFFF00;
}
.type_list label span{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 60px;
}
.type_list label:after {
	content: '';
	width: 14px;
	height: 24px;
	background: url(../img/arrow1.svg) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.type_list label:hover span{
	background-color: #FFFF00;
}
.cf7-form{
	display:none;
}