/* 上書き */
body {
	background-color: transparent;
}

input,a {
	transition: none;
}

.select_style {
	border: solid 1px #6482a0;
	/*height: 40px;*/
	height: calc(15px + 1.5em);
	font-family: inherit;
	font-size: 15px;
}

@media only screen and (max-width: 648px) {
	.select_style {
		height: calc(15px + 2.0em);
	}

	.input_style_superSmall {
		padding: 0.75em;
	}
}

.ly_wrap {
	max-width: 100%;
	border-left: none;
	border-right: none;
}

.ly_body_column1 .ly_main {
	max-width: 800px;	
}

.ly_head .ly_head_inner {
	max-width: 800px;
}

/*
.ly_head .ly_head_inner .bl_headLogo {
	width: 172px;
	padding-top: 33px;

}

@media screen and (max-width: 1007px) {
	.ly_head .ly_head_inner .bl_headLogo {
		width: 133px;
		padding: 17px 0;

	}
}
*/

.ly_head.is_fixed .ly_head_inner .bl_headLogo {
	width: 133px;
}

.ly_head.is_fixed {
	max-width: 100%;
}

.ly_head .ly_head_inner .bl_headLogo > span {
	position: relative;
	height: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/assets/images/head_logo.png) 0 0 no-repeat;
	background-size: 100% auto;
	display: block;
	transition: none;
}

.ly_foot .ly_companyArea {
	max-width: 800px;
}

/* 見出し */
.el_ttlLv2_type2:before {
	background: none;
}

.el_ttlLv2_type2 {
	border-bottom: none;
}

/* ボタン */
.el_btn_request2_wrapper .el_btn_request2:first-child {
    margin-left: 10px;
}

@media only screen and (max-width: 648px) {
	.el_btn_request2_wrapper .el_btn_request2:first-child {
		margin-left: 0px;
	}
}

.el_btn_request2 {
	float:right!important;
	width:auto;
}

@media only screen and (max-width: 648px) {
	.el_btn_request2 {
		float:none!important;
		width:auto;
	}
}

.el_btn_request2 .goBack {
    background-color: #ccc;
    border: solid 1px #ccc;
    margin: 30px 0px 0 auto;
    padding: 0px 50px;
    border-radius: 3px;
    width: 250px;
}

.el_btn_request2 .goBack:hover {
    background-color: #ccc;
    border: solid 1px #ccc;
    color: #333;
    margin: 30px 0px 0 auto;
    padding: 0px 50px;
    border-radius: 3px;
    width: 250px;
}

@media only screen and (max-width: 648px) {
	.el_btn_request2 .goBack {
		width: 250px;
	}	
	.el_btn_request2 .goBack:hover {
		margin: 30px 0 0 auto;
		border-radius: 3px;
	}
}

.el_btn_request2 .goNext {
	color: #fff!important;
	background: #0051a4!important;
	/*background: -moz-linear-gradient(top,  #88dd48 0%, #5fb139 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88dd48), color-stop(100%,#5fb139));
	background: -webkit-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
	background: -o-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
	background: -ms-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
	background: linear-gradient(to bottom,  #88dd48 0%,#5fb139 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88dd48', endColorstr='#5fb139',GradientType=0 );
	*/
	border-color: #0051a4!important;
	border-radius: 0.25em!important;
	width: 400px;
}

.el_btn_request2 .goNext:hover {
	background: #5cc1eb!important;
	color: #fff!important;
	text-decoration: none;
	/*opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;*/
	border-color: #5cc1eb!important;
	border-radius: 0.25em!important;
	cursor: pointer; 
	width: 400px;
}

@media only screen and (max-width: 648px) {
	.el_btn_request2 .goNext {
		border-width: 1px;
		border-style: solid;
		width: 250px;
	}
	.el_btn_request2 .goNext:hover {
		margin: 30px auto 0 0;
		width: 250px;
}
}

/* コピーライト */
.bl_copy:before {
	content: "© Macromill, Inc.";
	width: 30px;
}