@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.2.0/css/all.css);

.fc_red2 {
	color: #bb0a04;
}

.fs80 {
	font-size: 80%;
}

.fw_b {
	font-weight: bold;
}

.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}

.clr_b {
	clear: both;
}

.catalog {
	display: none;
/*	display: inline; */
	position: fixed;
	bottom: 340px;
	right: 10px;
	width: 80px;
	height: 320px;
	z-index: 999;
}
.catalog img {
	width: 100%;
}

.sec7 .itemwrap .imgwrap .sub {
	overflow: auto;
}

.sec7 .itemwrap .imgwrap .sub .thumb {
	float: left;
	width: 20%;
	margin: 20px 2.5%;
}


header .content {
	z-index: 0;
}

header .attention {
	width: 100%;
	z-index: 100;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

header .attention img {
	border-radius: 10px;
}

header .attention a img:hover {
	opacity: 0.9;
}

header .attention .frame {
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
	border-radius: 10px;
}



@media only screen and (max-width: 768px) {
.catalog {
	width: 40px;
	height: 160px;
}
}

.attention_area {
	margin: 40px;
	background-color: #fffacd;
	border: 1px solid #ff0000;
}
.attention_area p {
	padding: 40px;
	color: #0000ff!important;
	font-size: 20px;
}
@media only screen and (max-width: 768px) {
.attention_area p {
	padding: 20px;
}
}


.attention_area a {
	text-decoration: underline;
}
.attention_area a:hover p {
	color: #bb0a04!important;
}


main section.sec4 .content .moviewrap {
	width: 80%;
/*	margin: 0 auto 70px; */
	margin: 0 auto 20px;
}

#formWrap,
#formWrap input,
#formWrap textarea {
	font-family: "Noto Sans JP", sans-serif;
/*	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,"メイリオ","ＭＳ Ｐゴシック",osaka,sans-serif; */
}
#formWrap {
	width:900px;
	margin:0 auto;
	color:#555;
	line-height:130%;
	font-size:100%;
	padding: 50px 0;
}
#formWrap a {
	color: #fe891f;
}

#formWrap h3 {
	font-size: 180%;
	text-align: center;
	color: #fe891f;
	padding-bottom: 35px;
}

#formWrap.pp h1{
	width: 100%;
	font-size: 28px;
	background-color: #fe891f;
	color: #fff;
	text-align: left;
	padding: 10px;
	margin-bottom: 20px;
}
#formWrap.pp h2{
	width: 100%;
	clear: both;
	font-size: 24px;
	color: #fe891f;
	border-bottom: 2px solid #fe891f;
	padding: 5px;
	margin-bottom: 20px;
}

#formWrap.pp h3{
	width: 90%;
	clear: both;
	font-size: 20px;
	text-align: left;
	color: #fe891f;
	border-left: 5px solid #fe891f;
	margin: 20px auto;
	padding: 5px;
}

#formWrap .mail_icon {
	width: 70px;
	height: 70px;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fe891f;
	border: 2px solid #fe891f;
	color: #fff;
	font-size: 2.0rem;
}

#formWrap .step {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	list-style-type: none;
	/*display:table;*/
	width: 100%;
	padding: 0;
	margin: 20px 0 30px 0;
	overflow: hidden;
}
#formWrap .step li {
	width: 33.333%;
	/*display:table-cell;*/
	position: relative;
	background: #555;
	padding: 1em 0.5em 1em 2em;
	color: #fff;
}
#formWrap .step li:last-child {
	padding-right: 1em;
}
#formWrap .step li:last-child:before,
#formWrap .step li:last-child:after{
	display: none;
}
#formWrap .step li:before,
#formWrap .step li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
#formWrap .step li:before {
	top:-15px;
	right:-1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
#formWrap .step li:after {
	top:-15px;
	right:-.8em;
	border-style: solid;
	border-color: transparent transparent transparent #555;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
#formWrap .step li.is-current {
	background: #fe891f;
	font-weight: bold;
}
#formWrap .step li.is-current:after {
	border-color: transparent transparent transparent #fe891f;
}


#formWrap table.formTable_input,
#formWrap table.formTable_confirm {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
#formWrap table.formTable_input td,
#formWrap table.formTable_input th {
	border:1px solid #fe891f;
	padding:15px 15px 5px 15px;
}
#formWrap table.formTable_input tr:nth-of-type(1) td,
#formWrap table.formTable_input tr:nth-of-type(1) th {
	padding: 15px;
}
#formWrap table.formTable_confirm td,
#formWrap table.formTable_confirm th {
	border:1px solid #fe891f;
	padding:10px;
}

#formWrap table.formTable_input th,
#formWrap table.formTable_confirm th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
#formWrap table.formTable_input th > span {
	background: #f00;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	padding: 2px 5px;
	margin-left: 10px;
	border-radius: 5px;
	position: relative;
	top: -1px;
}

#formWrap label {
	padding-right: 20px;
	position: relative;
	top: -1px;
}
#formWrap input[type="radio"] {
	margin: 0 3px 0 0;
}
#formWrap input.size_ss {
	margin: 0px 0px 10px 10px;
	width: 10%;
	font-size: 90%;
}
#formWrap input.size_s {
	margin: 0px 0px 10px 10px;
	width: 20%;
	font-size: 90%;
}
#formWrap input.size_m {
	margin: 0px 0px 10px 0px;
	width: 50%;
	font-size: 90%;
}
#formWrap input.size_l {
	margin: 0px 0px 10px 0px;
	width: 80%;
	font-size: 90%;
}
#formWrap textarea {
	margin: 0px 0px 10px 0px;
	width: 80%;
	height: 200px;
	font-size: 90%;
}


#formWrap .pplink {
	text-align: center;
}
#formWrap .pplink a:hover {
	color: #0040FF;
}
#formWrap p.error_messe{
	margin: 5px 0;
	color: red;
}


#formWrap .btn_area{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 30px 50px 0;
}
#formWrap .btn_area input.btn{
  width: 46%;
  height: 50px;
  border:2px solid #fe891f;
  border-radius: 5px;
  font-weight: bold;
  color: #fe891f;
  font-size: 110%;
  background-color: #fff;
  transition: .3s;
}
#formWrap .btn_area input.btn:hover{
	cursor: pointer;
}
#formWrap .btn_area input:hover{
  background-color: #fe891f;
  color: #fff;
}
#formWrap .btn_area input.btn.on{
  border:2px solid #555;
  background-color: #9c9c9c;
  color: #fff;
}
#formWrap .btn_area input.btn.on:hover{
  border:2px solid #555;
  background-color: #555;
  color: #fff;
	cursor: pointer;
}
#formWrap .btn_area.return{
	padding: 20px 300px 0;
}

#formWrap .btn_area.return input.btn{
	width: 100%;
}


#formWrap .linkBtn {
	background-color: #fe891f;
	border-bottom: 6px solid #fe891f;
	font-weight: bold;
	width: 300px;
	height: 50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .3s;
	margin: 30px auto;
}
#formWrap .linkBtn a {
	color: #fff;
	text-decoration: none;
}
#formWrap .linkBtn:hover {
	opacity: .6;
}


@media screen and (max-width:768px) {

	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}

	main section.sec4 .content .moviewrap {
		width: 100%;
/*		margin: 0 auto 8vw; */
		margin: 0 auto 2vw;
	}

	#formWrap {
		width:95%;
		margin:0 auto;
		padding: 10px 0 50px;
	}
	#formWrap h3 {
		padding-bottom: 0px;
	}
	#formWrap img {
		width: 100%
	}

/*	#formWrap .step li:after,
	#formWrap .step li:before {
		top: -4px
	}*/

	#formWrap table.formTable_input th,
	#formWrap table.formTable_input td {
		width:auto;
		display:block;
		padding: 10px 10px 0px 10px;
	}

	#formWrap table.formTable_confirm th,
	#formWrap table.formTable_confirm td {
		width:auto;
		display:block;
	}

	#formWrap table.formTable_input th {
		margin-top:5px;
		border-bottom:0;
		padding: 10px;
	}
	#formWrap table.formTable_confirm th {
		margin-top:5px;
		border-bottom:0;
	}
	#formWrap table.formTable_input tr:nth-of-type(1) td,
	#formWrap table.formTable_input tr:nth-of-type(1) th {
		padding: 10px;
	}

	#formWrap input[type="text"] {
		width:80%;
		padding:5px;
		font-size:110%;
		display:block;
		-webkit-appearance: none;
		border-radius:0;
	}
	#formWrap input[type="submit"], input[type="reset"], input[type="button"] {
		display:block;
		width:100%;
		height:40px;
		-webkit-appearance: none;
		border-radius:0;
	}
	#formWrap input.size_ss {
		margin: 0px 0px 10px 10px;
		width: 10%;
		font-size: 90%;
		display: inline;
	}
	#formWrap input.size_s {
		margin: 0px 0px 10px 10px;
		width: 20%;
		font-size: 90%;
		display: inline;
	}
	#formWrap input.size_m {
		margin: 0px 0px 10px 0px;
		width: 100%;
		box-sizing: border-box;
		font-size: 90%;
	}
	#formWrap input.size_l {
		margin: 0px 0px 10px 0px;
		width: 100%;
		box-sizing: border-box;
		font-size: 90%;
	}
	#formWrap textarea {
		margin: 0px 0px 10px 0px;
		width: 100%;
		height: 150px;
		font-size: 90%;
		padding:5px;
		box-sizing: border-box;
		display:block;
		-webkit-appearance: none;
		border-radius:0;
	}

	#formWrap .btn_area {
		padding: 20px 20px 0;
	}
	#formWrap .btn_area.return {
		padding: 20px 80px 0;
	}


	#formWrap .linkBtn {
		width: 100%;
		box-sizing: border-box;
	}

}
