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


.box-title {
    text-align: center;
}

.box-title h2, .box-title h3 {
    color: #FFF;
}

.contents01 {
    background-image: url("../../images/top/back02.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    padding-top: 90px;
    padding-bottom: 100px;
}

/* layout01 */

.layout01 {
    text-align: center;
}

.layout01 h4, .layout01 h5, .layout01 p {
    color: #FFF;
    line-height: 1.4;
}

.layout01 h4 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.layout01 h5, .layout01 h5 a {
    font-family: var(--number-font);
    font-size: 50px;
    line-height: 1.2;
    font-weight: var(--base-font-weight2);
}

.layout01 h5 {
    position: relative;
    display: inline-block;
    padding-left: 50px;
}

.layout01 h5::before {
    content: "";
	position: absolute;
left: 0px;
top: 3px;
	background-image: url("../../images/common/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 33px;
	height: 50px;
}


.layout01 p {
    padding: 20px 0px 30px;
}



/*contact*/

.contact table {
	width: 100%;
	text-align: left;
}

.contact table .box {
	margin-bottom:5px;
}

.contact table tr {
	display: flex;
flex-wrap: wrap;
    flex-direction: column;
    gap:20px;
}

.contact table tr:not(:last-child) {
	padding-bottom: 50px;
}

.contact table tr td {
    width: 100%;
	color: #FFF;
	line-height:1.6;
}

.contact table tr td:first-child {
	font-size: 24px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 300;
}

.contact table span.sp-view {
	display: none;
}

.contact table tr td input {
	width:100%;
	border-style : solid;
border-color : rgba(0,0,0,0);
border-width : 1px;
}

.contact table tr td input.radio {
	width: 15px;
}

.contact table tr td textarea {
	width:100%;
	border-style : solid;
border-color : rgba(0,0,0,0);
border-width : 1px;
}

.contact table tr.errer td {
	color: #f3516c;
	vertical-align: middle;
}


.contact span.c01 {
	font-size: 16px;
	line-height: 1.6;
	color: #C30D23;
	vertical-align: top;
	display: inline-block;
	padding-left: 10px;
}

p.text02 {
	line-height: 1.6;
}


input,textarea,button{
	margin:0;
	padding:10px;
	font-size:100%;
	font-weight: var(--base-font-weight);
}

td div.space {
	margin-top: 20px;
}

input[type="text"] {
	outline: 0;
	border: 1px solid rgba(0,0,0,0);;
}

textarea[type="textarea"] {
	border: 1px solid rgba(0,0,0,0);;
	padding: 10px;
}


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

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

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

button span, a.btn-mail, .btn-box input, .btn-back {
	display:inline-block;
	padding:15px 80px;
	background-color:var(--color-main);
    font-size: 20px;
	color:#FFF;
	font-weight: 300;
	letter-spacing:0.1em;
	transition: .5s;
	border : solid rgba(255,255,255,0) 1px;
}

button:hover span, a.btn-mail:hover, .btn-box input:hover, .btn-back:hover {
	background-color: var(--color-sub);
	opacity: 1;
}


.btn-box {
	padding-top: 40px;
	margin-bottom:30px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:10px;
}



#formWrap {
	width:100%;
	padding-top: 60px;
	padding-bottom: 60px;
	margin:0 auto;
	line-height:1.6;
	font-size:16px;
}

#formWrap p {
	color: #FFF;
}

table.formtable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}



table.formtable tr {
	display: flex;
flex-wrap: wrap;
    flex-direction: column;
    gap:20px;
}

table.formtable tr:not(:last-child) {
	padding-bottom: 50px;
}

table.formtable td, table.formtable th {
    width: 100%;
	line-height:1.6;
	text-align: left;
}

table.formtable th{
	font-size: 24px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 300;
}

table.formtable td {
	width: 100%;
	border-style : solid;
border-color : rgba(255,255,255,1);
border-width : 1px;
	padding: 10px 15px;
}

#formWrap table.formtable td {
	color: var(--color-base);
    background-color: #FFF;
}


.contact h4 {
	color: #FFF;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: var(--base-font-weight);
	margin-bottom:30px;
}

.contact h5 {
	color: #FFF;
	line-height: 1.6;
	letter-spacing: 0.2em;
	font-size: 24px;
	font-weight: var(--base-font-weight);
	text-align: center;
	margin-bottom: 20px;
}

span.text003 {
	display:none;
}


.contact .checktext {
    width: 100%;
	text-align: center;
	padding-top: 50px;
}

.contact .checktext h6 {
color: #FFF;
line-height: 1.2;
letter-spacing: 0.15em;
font-weight: var(--base-font-weight);
	font-size: 24px;
	margin-bottom: 20px;
}

.contact .checktext div.box-text {
	border-style : solid;
    border-color : #FFF;
    border-width : 1px;
	background-color: #FFF;
	margin-bottom: 20px;
	text-align: left;
	overflow: auto;
	height: 200px;
}

.contact .checktext div.box-text .box-box {
	padding: 30px;
}

.contact .checktext div.box-text p {
    line-height: 1.8;
    letter-spacing: 0.05em;
	font-size: 16px;
}

.contents-contact .maincontents-inner {
	padding-top: 0px;
}

.text-color {
    color: #FFF;
}

p.text002 {
    color: #FFF;
}


.sp-view {
	display: none;
}
