/* CSS Document */
/**/
header nav.pc li:nth-child(6) a {
	border-bottom: 3px solid #ff7700;
}

body {
	padding-top: 76px;
}

#mainvisual {
	width: 100%;
	height: 32vw;
	background: url("../images/bg_mainvisual.jpg") center top no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}

#mainvisual h2 {
	font-size: 3.91vw;
	width: 73.33vw;
	color: #FF8000;
}

/* main */
.mainContainer {
	margin: 0 auto;
	width: auto;	/*サイトにより変更*/
}

#sec01 {
	width: 825px;
	margin: 0 auto 100px;
}

#sec01 table {
	margin-bottom: 20px;
	width: 100%;
}

#sec01 table th,
#sec01 table td {
	padding: 15px;
	font-size: 20px;
	text-align: left;
}

#sec01 table th {
	width: 150px;
	background: #E5E5E5;
}

#sec01 table th.lv01 {
	padding: 15px 0;
	width: 180px;
	background: none;
}

#sec01 table th span {
	color: #FF0000;
}

#sec01 table td input {
	max-width: 100%;
	box-sizing: border-box;
	padding: 5px;
	font-size: 16px;
}

#sec01 table td input.size30 {
	width: 350px;
}

#sec01 table td input.size40 {
	width: 500px;
}

#sec01 table td textarea.size50,
#sec01 table td input.size50 {
	width: 600px;
}

#sec01 table td select {
	padding: 5px;
	font-size: 16px;
}

#sec01 table td textarea {
	padding: 5px;
	font-size: 16px;
}

#sec01 p.notes {
	margin-bottom: 20px;
}

#sec01 p.notes span {
	color: #f00;
}

input.submit,
input.reset {
	width: 100px;
	font-size: 20px;
	padding: 5px 0;
	text-align: center;
}

.btnArea a {
	width: 100px;
	font-size: 20px;
	padding: 6px 0;
	text-align: center;
	display: inline-block;
	background: #e9e9ed;
	border: 1px solid #8f8f9d;
	border-radius: 4px;
	text-decoration: none;
}

#sec02 {
	background: #E5E5E5;
	padding: 50px 0 130px;
}

#sec02 .inner {
	width: 825px;
	margin: 0 auto;
}

#sec02 h3 {
	margin-bottom: 30px;
	font-size: 24px;
}

#sec02 p {
	font-size: 20px;
	margin-bottom: 25px;
}

#sec02 dl {
	background: #fff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

#sec02 dl dt {
	color: #f00;
	font-size: 18px;
}

#sec02 dl dd {
	font-size: 18px;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 5px;
}
#sec02 dl dd a {
	text-decoration: underline;
}
#sec02 dl dd a:hover {
	opacity: .7;
}

#sec03 .inner {
	width: 825px;
	margin: 0 auto 100px;
}
#sec03 p {
	font-size: 20px;
}

/*iPad用*/
@media (min-width:768px) and (max-width:1199px) {
body {
	padding-top: 6.8vw;
}

}

@media (max-width:767px) {

body {
	padding-top: 16.53vw;
}

#mainvisual {
	width: 100%;
	height: auto;
	background: url("../images/sp_bg_mainvisual.jpg") center top no-repeat;
	background-size: 100% auto;
	display: block;
	padding-top: 73.34vw;
	margin-bottom: 8vw;
}

#mainvisual h2 {
	font-size: 9.06vw;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #FF8000;
	padding-bottom: 1.4vw;
	margin-bottom: 6.67vw;
}

#sec01 {
	width: 100%;
	margin: 0 auto 13.33vw;
	padding: 0 4vw;
	box-sizing: border-box;
}

#sec01 table {
	margin-bottom: 20px;
}

#sec01 table th,
#sec01 table td {
	display: block;
	padding: 0;
	font-size: 3.73vw;
	text-align: left;
}

#sec01 table th {
	width: 100%;
	background: none;
}

#sec01 table th.lv01 {
	padding: 0;
	width: 100%;
	background: none;
}

#sec01 table td {
	padding: 1.4vw 0 4vw;
}

#sec01 table td input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 1.4vw;
	font-size: 3.73vw;
}

#sec01 table td textarea.size50,
#sec01 table td input.size30,
#sec01 table td input.size40,
#sec01 table td input.size50 {
	width: 100%;
}

#sec01 table td input[type="radio"] {
	width: auto;
}

#sec01 table td select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 1.4vw;
	font-size: 3.73vw;
}

#sec01 table td textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 1.4vw;
	font-size: 3.73vw;
}

#sec01 p.notes {
	margin-bottom: 5.33vw;
	font-size: 3.73vw;
}

.btnArea {
	text-align: center;
}

input.submit,
input.reset {
	width: 31.33vw;
	font-size: 6.67vw;
	padding: 1.4vw 0;
	text-align: center;
	display: inline-block;
}

.btnArea a {
	width: 31.33vw;
	font-size: 6.67vw;
	padding: 1.4vw 0;
}

#sec02 {
	background: #E5E5E5;
	padding: 6.67vw 0 13.33vw;
}

#sec02 .inner {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 4vw;
}

#sec02 h3 {
	margin-bottom: 4vw;
	font-size: 6.4vw;
}

#sec02 p {
	font-size: 4.8vw;
	margin-bottom: 6.67vw;
}

#sec02 dl {
	background: #fff;
	width: 100%;
	padding: 6.67vw 4vw;
	box-sizing: border-box;
}

#sec02 dl dt {
	color: #f00;
	font-size: 4vw;
}

#sec02 dl dd {
	font-size: 4vw;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 1.4vw;
}


#sec03 .inner {
	width: 100%;
	margin: 0 auto 6.67vw;
	box-sizing: border-box;
	padding: 0 4vw;
}
#sec03 p {
	font-size: 4.8vw;
}



}








