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

/*contents01*/

.contents01{
	text-align: center;
	padding-bottom: 70px;
}

.contents01 > h3 {
	font-size: 51px;
color: #FFF;
line-height: 1.2;
	padding: 4px 0px 10px;
	text-align: center;
	border-radius: 0px 0px 20px 20px;
	margin: auto;
	margin-bottom: 30px;
	width: 820px;
	background-color: #cc0500;
}

.contents01 > h4 {
	font-size: 26px;
line-height: 1.2;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}

.contents01 > p {
line-height: 1.6;
	margin-bottom: 30px;
}

/*contact*/
.contact {
	width: 830px;
	text-align: left;
}

.contact .box01 {
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.contact .box01 .box {
	margin-bottom: 20px;
}

.contact .box01 .box span:after {
	display: block;
	border-radius: 12px;
	cursor: pointer;
}

.contact .box01 .box:nth-child(1) span:after {
	content: url("images/c01.svg");
}

.contact .box01 .box:nth-child(2) span:after {
	content: url("images/c02.svg");
}

/*.contact .box01 .box:nth-child(3) span:after {
	content: url("images/c03.svg");
}
*/

.contact .box01 .box:nth-child(3) span:after {
	content: url("images/c04.svg");
}

.contact .box01 .box:nth-child(4) span:after {
	content: url("images/c07.svg");
}

.contact .box01 .box:nth-child(5) span:after {
	content: url("images/c08.svg");
}

.contact .box01 .box:nth-child(6) span:after {
	content: url("images/c11.svg");
}

.contact .box01 .box:nth-child(7) span:after {
	content: url("images/c12.svg");
}

.contact .box01 .box:nth-child(8) span:after {
	content: url("images/c09.svg");
}

.contact .box01 .box:nth-child(9) span:after {
	content: url("images/c10.svg");
}

.contact .box01 .box input + span:after {
	opacity: 1;
}

.contact .box01 .box input:checked + span:after {
	opacity: 1;
	background-color: #dfdfdf;
}

.contact .box01 .box input {
	display: none;
}

.contact .box01 .box input + span {
	font-size: 0;
}

.contact .box02, .contact .box03 {
	width: 100%;
	margin-bottom: 25px;
}

.contact .box02 input, .contact .box03 input, .contact .box02 textarea {
	width:100%;
	border-style : solid;
border-color : #b1b1b1;
border-width : 1px;
	border-radius: 10px;
	padding: 15px;
}

.contact .box03 {
	display: flex;
  justify-content: space-between;
	align-items: center;
}

.contact .box03 > div {
	width: 48%;
}

.contact .box03 > div:last-child {
	display: flex;
  justify-content: space-between;
	align-items: center;
}

.contact .box03 > div:last-child .box span:after {
	display: block;
	border-radius: 10px;
	cursor: pointer;
}

.contact .box03 > div:last-child .box:nth-child(2) span:after {
	content: url("images/c05.svg");
}

.contact .box03 > div:last-child .box:nth-child(3) span:after {
	content: url("images/c06.svg");
}

.contact .box03 .box input + span:after {
	opacity: 1;
}

.contact .box03 .box input:checked + span:after {
	opacity: 1;
	background-color: #dfdfdf;
}

.contact .box03 .box input {
	display: none;
}

.contact .box03 .box input + span {
	font-size: 0;
}





form,input,textarea,button{
	margin:0;
	font-size:100%;
}


main .button {
	text-align: center;
	margin-top: 50px;
}

main button {
	cursor: pointer;
	border:none;
	background-color:rgba(0,0,0,0);
}

main .button img {
	height:40px;
	width:auto;
}

main button span, a.btn-mail, main .btn-box input, .btn-back {
	display:block;
	padding:80px;
	padding-top:12px;
	padding-bottom:10px;
	background-color:#cc0500;
	color:#FFF;
	font-size:18px;
	letter-spacing:0.2em;
	border: 1px solid #cc0500;
}

main button:hover span, a.btn-mail:hover, main .btn-box input:hover, .btn-back:hover {
	background-color: #FFF;
	color: #cc0500;
}


.btn-box {
	padding-top:40px;
	clear:both;
}

.btn-box input {
	margin-bottom: 10px;
}


#formWrap {
	width:100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.formtable {
	width: 100%;
}

.formtable tr {
	padding-left:5px;
	padding-right:5px;
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.formtable th {
	text-align: left;
	font-weight: normal;
	width: 190px;
	display: inline-block;
	vertical-align:top;
	margin-bottom:10px;
}

.formtable td  {
	text-align: left;
	font-weight: normal;
	width: 660px;
	display: inline-block;
	vertical-align:top;
}

.formtable input  {
	width: 100%;
}

.contact h4 {
	color: #333333;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin-bottom:30px;
}

.contact h5 {
	color: #333333;
	line-height: 1.6em;
	letter-spacing: 0.4em;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 50px;
}


span.text003 {
	display:none;
}

.text002 {
	padding-top: 60px;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}


