/* CSS Document */


.sec01 .list01 {
	font-size: 110%;
}




.btn01 a {
	background: url("../../images/common/bg_btn05.gif") no-repeat;
	background-size: cover;
}

.btn01 a::before {
    background: url(../../images/common/icon_btn06.png) 0 0 no-repeat;
    position: absolute;
    width: 21px;
    height: 21px;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: 2;
    content: "";
}

.btn04 {
	text-align: center;
}

.btn04 a {
	display: inline-block;
	background: url("../images/raise/bg_btn01.gif");
	padding: 5px 75px 5px 35px;
	color: #fff;
	text-decoration: none;
	border-radius: 7px;
	position: relative;
	font-size: 150%;
}

.btn04 a::before {
    background: url(../../images/common/icon_btn07.png) 0 0 no-repeat;
    position: absolute;
    width: 21px;
    height: 21px;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: 2;
    content: "";
}

.btn04 a:hover {
	opacity: 0.7;
}

a.pdf span {
	display: inline-block;
	vertical-align: text-top;
	margin-left: 5px;
	line-height: 0;
}

a.xls span {
	display: inline-block;
	vertical-align: text-top;
	margin-left: 5px;
	line-height: 0;
}



h5.title {
    font-size: 112.5%;
    color: #004490;
    background: #dfeaf7;
    margin: 0 0 15px;
    padding: 5px 10px 5px 20px;
    border-radius: 5px;
		position: relative;
}

h5.title:after {
	content: '';
	width: 6px;
	height: 6px;
	background: #004490;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.formArea dl {
	display: flex;
	justify-content: space-between;
}

.formArea dl dt {
	width: 250px;
	padding: 10px 0 0 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
	font-weight: 600;
}

body.check .formArea dl dt {
	padding: 0 0 0 20px;
}

.formArea dl dd {
	width: 705px;
}

.formArea dl dd input {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
}

.formArea dl dd textarea {
	width: 100%;
	height: 150px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
}

.formArea button {
	border: none;
	border-radius: 0;
	width: 300px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: 60px auto 0;
	background: #004490;
	cursor: pointer;
	font-size: 100%;
}

.formArea a:hover,
.formArea button:hover {
	opacity: 0.7;
}

.formArea a {
	border: none;
	border-radius: 0;
	width: 300px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	margin: 60px auto 0;
	background: #ccc;
	cursor: pointer;
	font-size: 100%;
	text-decoration: none;
}

.btnArea {
	display: flex;
	align-items: center;
	justify-content: center;
}

.error {
	color: #f00;
}

.error.all {
	text-align: center;
}

@media only screen and (max-width:640px) {

.btn01 a {
	background: url("../../images/common/bg_btn05.gif") no-repeat;
	background-size: cover;
	font-size: 3.6vw;
}

.btn01 a::before {
    background: url(../../images/common/icon_btn06.png) 0 0 no-repeat;
    background-size: cover;
		position: absolute;
    width: 21px;
    height: 21px;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: 2;
    content: "";
}

.tit01 img {
	width: 100%;
}

.btn04 a {
	display: inline-block;
	background: url("../images/raise/bg_btn01.gif");
	padding: 10px 75px 10px 35px;
	color: #fff;
	text-decoration: none;
	border-radius: 7px;
	position: relative;
	font-size: 150%;
}

.movie img {
	width: 100%;
}

.movie video {
	width: 100%;
	height: auto;
}

.formArea dl {
	display: block;
	margin-bottom: 5.33vw;
}

.formArea dl dt {
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
	font-weight: 400;
}

body.check .formArea dl dt {
	padding: 0;
}

.formArea dl dd {
	width: 100%;
}

.formArea dl dd input {
	padding: 2.67vw;
}

.formArea dl dd textarea {
	height: 57vw;
	padding: 2.67vw;
}

.formArea button {
	width: 60vw;
	height: 15vw;
	margin: 8vw auto 0;
}

.formArea .btnArea button {
	width: 40vw;
	height: 15vw;
	margin: 8vw auto 0;
}

.formArea .btnArea a {
	width: 40vw;
	height: 15vw;
	margin: 8vw auto 0;
}

}