/* Whole */
a {
	cursor: pointer;
}

::-webkit-input-placeholder {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

:-moz-placeholder {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

::-moz-placeholder {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

:-ms-input-placeholder {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*
button, input, select, textarea{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	
}
*/

/* /Whole */






/* SP Menu */
/*
#spNav {
	display: none;
}

.ly_head #spNav {
	display: none;
}
*/
/* /SP Menu */





/* Overwrite & Derived styles */
/*
.ly_head.is_fixed {
    position: relative;
}
*/

@media screen and (min-width: 1460px) {
	.ly_body_column2 .ly_main {
		margin-top: 48px;
	}
}

@media screen and (min-width: 1008px) {
	.ly_body_column2 .ly_main {
		margin-top: 48px;
	}
}

@media screen and (min-width: 648px) and (max-width: 1007px) {
	.ly_body_column2 .ly_main {
		margin-top: 48px;
	}
}

@media screen and (max-width: 647px) {
	.ly_body_column2 .ly_main {
	}
}

.el_ttlLv2half {
    font-size: 23px;
    line-height: 1.5;
}

.hp_mgnBtmSSS {
    margin-bottom: 10px !important;
}

.un_el_ttlLv2half {
	padding: 0px 0px 9px; 
	border-bottom: 3px solid #4c6480;
}

.un_el_ttlLv3 {
	border-left: 1px solid #546e8c;
	padding: 3px 12px;
}

.hp_mgnTopML {
    margin-top: 60px !important;
}

a.category_button_box_linkS .category_button_box_caption_styleS,
a.category_button_box_linkL .category_button_box_caption_styleL {
	color: #0b52a4;
	text-decoration: none;
}

a.category_button_box_linkS .category_button_box_caption_styleS:hover,
a.category_button_box_linkS .category_button_box_caption_styleS:visited,
a.category_button_box_linkS .category_button_box_caption_styleS:active {
	color: #0b52a4;
	text-decoration: underline;
}

a.category_button_box_linkL .category_button_box_caption_styleL:hover,
a.category_button_box_linkL .category_button_box_caption_styleL:visited,
a.category_button_box_linkL .category_button_box_caption_styleL:active {
	color: #0b52a4;
	text-decoration: underline;
}

/* Derived el_ttlLv2_type2 */
/*.el_ttlLv2_half,*/
.un_el_ttlLv2_type2_half {
    color: #323c46;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: calc(48px - (2.4rem * 1.5 - 2.4rem) / 2);
}

.un_el_ttlLv2_type2_half {
    border-bottom: 3px solid #e3e3e1;
    font-size: 23px;
    padding-bottom: 9px;
    position: relative;
    width: 100%;
}
.un_el_ttlLv2_type2_half::before {
    background: #0b52a4 none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 48px;
}

@media screen and (max-width: 647px) {
.un_el_ttlLv2_type2_half {
    padding-bottom: 3.8%;
}
}
/* /Derived el_ttlLv2_type2 */

/* /Overwrite & Derived styles */





/* New wrapper */

.category_button_box_wrapper {
	margin-top: 2%;
}

.category_button_box_wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.category_button_box {
	width:100%;
	float:left;
	border:solid 1px #0051a4;
	margin-left:2%;
	padding:20px;
	border-radius:0.5em;
	color:#fff;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.4);
	/*background: linear-gradient(#0051a4, #003f81);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051a4', endColorstr='#003f81',GradientType=0 ); /* IE6-9 */
}

.category_button_box:first-child {
	width:100%;
	float:left;
	border:solid 1px #0051a4;
	margin-left:0%;
} 

a:hover .category_button_box {
	background:rgba(0, 0, 0, 0) linear-gradient(#fff, #fff) repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color: #0051a4;
}

.category_button_box .category_button_icon {
	display:table-cell;
	vertical-align: middle;
    padding-right: 15px;
    text-align: center;
    width: 55px;
}

.category_button_box .category_button_icon .fa {
	width:70px;
	height:70px;
	font-size:70px;
	color:#fff;
}

a:hover .category_button_box .category_button_icon .fa {
	color: #0051a4;
}

.category_button_box .category_button_icon .fa-download {
	width:70px;
	height:70px;
	font-size:70px;
	color:#fff;
	position:relative;
	top:0.08em;
}

.category_button_box .category_button_icon_estimate {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/fukidashi_white.png");
	background-repeat: no-repeat;
	background-size: 70px 70px;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 85px!important;
}

a:hover .category_button_box .category_button_icon_estimate {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/fukidashi.png");
	background-repeat: no-repeat;
	background-size: 70px 70px;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 85px!important;
}

.category_button_box .category_button_icon_service {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/question_white.png");
	background-repeat: no-repeat;
	background-size: 60px 70px;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 85px!important;
}

a:hover .category_button_box .category_button_icon_service {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/question.png");
	background-repeat: no-repeat;
	background-size: 60px 70px;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 85px!important;
}

.category_button_box .category_button_icon_building {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/building_white.png");
	background-repeat: no-repeat;
	background-size: 60px 70px;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 85px!important;
}

a:hover .category_button_box .category_button_icon_building {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/building.png");
	background-repeat: no-repeat;
	background-size: 60px 70px;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 85px!important;
}

.category_button_box .category_button_icon_download {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/download_white.png");
	background-repeat: no-repeat;
	background-size: 66px 70px;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 85px!important;
}

a:hover .category_button_box .category_button_icon_download {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/download.png");
	background-repeat: no-repeat;
	background-size: 66px 70px;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 85px!important;
}

.category_button_box .category_button_caption {
	display:table-cell;
	vertical-align: middle;
	font-size:15px;
	padding-left:15px;
	border-left:solid 1px #fff;
}

a:hover .category_button_box .category_button_caption {
	border-left:solid 1px #0051a4;
}

.category_button_box .category_button_caption_free {
	display:table;
	background-color:#fff;
	color:#0051a4;
	padding:0.5em 0.5em 0.5em 0.6em;
	border-radius:0.25em;
	font-size:85%;
	margin-bottom:0.25em;
	line-height: 1;
}

a:hover .category_button_box .category_button_caption_free {
	background-color:#0051a4;
	color:#fff;
}

.category_button_box .category_button_action_button {
	display:table;
	text-align: center;
	background-color: #f99200;
	width: ;
	border-radius: 20px;
	margin: 20px auto 0px;
	padding:5px 20px;
	font-size:15px;
	color:#fff;
}

.category_button_box_link {
	display:block;
	width:49%;
	float:left;
	margin-left:2%;
	background: linear-gradient(#0051a4, #003f81);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051a4', endColorstr='#003f81',GradientType=0 ); /* IE6-9 */
	border-radius:0.5em;
	/*background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/icon_gnav_arrow_blue.png");
	background-repeat: no-repeat;
	background-position: 360px 50%;*/
	/*background-size:5px auto;*/
}

.category_button_box_link:first-child {
	width:49%;
	float:left;
	margin-left:0%;
} 

@media screen and (min-width: 1460px) {
}

@media screen and (min-width: 1008px) {
}

@media screen and (max-width: 1007px) {

}

@media screen and (min-width: 648px) and (max-width: 1007px) {
	.category_button_box_wrapper {
		margin-top:0;
	}

	.category_button_box_link {
		width:100%;
		float:none;
		margin-left:0;
	}

	.category_button_box_link:first-child {
		width:100%;
		float:none;
	}

	.category_button_box {
		margin-top:15px;
		background: linear-gradient(#0051a4, #003f81);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051a4', endColorstr='#003f81',GradientType=0 ); /* IE6-9 */
	}
}

@media screen and (max-width: 647px) {
	.category_button_box_wrapper {
		margin-top:0;
	}

	.category_button_box_link {
		width:100%;
		float:none;
		margin-left:0;
	}

	.category_button_box_link:first-child {
		width:100%;
		float:none;
	}

	.category_button_box {
		margin-top:15px;
		background: linear-gradient(#0051a4, #003f81);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051a4', endColorstr='#003f81',GradientType=0 ); /* IE6-9 */
	}
}





/* Bottom area */

.category_button_box_linkS {
	display:block;
	width:49%;
	float:left;
	margin-left:2%;
	background-repeat: no-repeat;
	background-position: 360px 50%;
	/*background-size:5px auto;*/
}

.category_button_box_linkS:first-child {
	width:49%;
	float:left;
	margin-left:0%;
} 

.category_button_box_linkS:hover  {
	background-repeat: no-repeat;
	background-position: 360px 50%;
}

@media screen and (min-width: 1460px) {
}

@media screen and (min-width: 1008px) {
}

@media screen and (max-width: 1007px) {
}

@media screen and (min-width: 648px) and (max-width: 1007px) {
	.category_button_box_linkS {
		float:none;
		margin-left:0;
	}

	.category_button_box_linkS:first-child {
		float:none;
		margin-left:0;		
	}
}

@media screen and (max-width: 647px) {
	.category_button_box_linkS {
		float:none;
		margin-left:0;
	}

	.category_button_box_linkS:first-child {
		float:none;
		margin-left:0;		
	}
}

.category_button_box_linkL {
	display:block;
	width:auto;
	float:left;
	margin-left:2%;
	background-repeat: no-repeat;
	background-position: 360px 50%;
	/*background-size:5px auto;*/
	white-space: nowrap;
}

.category_button_box_linkL:first-child {
	width:auto;
	float:left;
	margin-left:0%;
} 

@media screen and (min-width: 1460px) {
}

@media screen and (min-width: 1008px) {
}

@media screen and (max-width: 1007px) {
}

@media screen and (min-width: 648px) and (max-width: 1007px) {
}

@media screen and (max-width: 647px) {
	.category_button_box_linkL {
		display:block;
		width:auto;
		float:left;
		margin-left:2%;
		background-repeat: no-repeat;
		background-position: 360px 50%;
		/*background-size:5px auto;*/
		white-space: normal;
	}

	.category_button_box_linkL:first-child {
		width:auto;
		float:left;
		margin-left:0%;
	} 
}

.category_button_box_linkL:hover  {
	background-repeat: no-repeat;
	background-position: 360px 50%;
}

.category_button_box_styleS_wrapper {
	float:left;
	/*border:solid 1px #0051a4*/;
	background: linear-gradient(#0051a4, #003f81);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051a4', endColorstr='#003f81',GradientType=0 ); /* IE6-9 */
	border-radius: 0.5em;
}

.category_button_box_styleS_wrapper:first-child {
	float:left;	
}

a.category_button_box_linkS:hover .category_button_box_styleS_wrapper,
a.category_button_box_linkL:hover .category_button_box_styleS_wrapper {
	float:left;
	/*border:solid 1px #0051a4*/;
	background: linear-gradient(#fff, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-radius: 0.5em;
}

a.category_button_box_linkS:hover .category_button_box_styleS_wrapper .category_button_box_styleS .fa,
a.category_button_box_linkL:hover .category_button_box_styleS_wrapper .category_button_box_styleS .fa {
	color: #0051a4;
}

.category_button_box_styleS {
	display:table-cell;
	width:65px;
	height:65px;
	border:solid 1px #0051a4;
	margin-left:2%;
	border-radius:0.5em;
	color:#0051a4;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.4);

	text-align:center;
	vertical-align: middle;
}

.category_button_box_styleS:first-child {
	display:table-cell;
	width:65px;
	height:65px;
	/*border:solid 1px #0051a4;*/
	margin-left:0%;
	text-align:center;
	vertical-align: middle;
}

@media screen and (min-width: 1460px) {

}

@media screen and (min-width: 1008px) {

}

@media screen and (max-width: 1007px) {

}

@media screen and (min-width: 648px) and (max-width: 1007px) {
	.category_button_box_wrapper .category_button_box_linkS,
	.category_button_box_wrapper .category_button_box_linkL {
		margin-top:15px;
		width:100%;
		float:none;
	}
}

@media screen and (max-width: 647px) {
	.category_button_box_wrapper .category_button_box_linkS,
	.category_button_box_wrapper .category_button_box_linkL {
		margin-top:15px;
		width:100%;
		float:none;
	}
}

.category_button_box_styleS .fa {
	font-size:35px;
	color:#fff;
}

[class^="category_button_box_"] .fa-pencil-square-o {
	position:relative;
	left:0.1em;
}

.category_button_box_styleS .category_button_box_styleS_icon_handshake {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/handshake_white.png");
	background-size:46px 36px;
	background-position:50% 0%;
	background-repeat:no-repeat;
	height:39px;
	margin:0 auto;
}

a:hover .category_button_box_styleS .category_button_box_styleS_icon_handshake {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/handshake.png");
	background-size:46px 36px;
	background-position:50% 0%;
	background-repeat:no-repeat;
	height:39px;
	margin:0 auto;
}

.category_button_box_styleS .category_button_box_styleS_icon_microphone {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/microphone_white.png");
	background-size:26px 36px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:36px;
	margin:0 auto;
}

a:hover .category_button_box_styleS .category_button_box_styleS_icon_microphone {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/microphone.png");
	background-size:26px 36px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:36px;
	margin:0 auto;
}

.category_button_box_styleS .category_button_box_styleS_icon_mm_logo {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/mm_logo_white.png");
	background-size:35px 35px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:35px;
	margin:0 auto;
}

a:hover .category_button_box_styleS .category_button_box_styleS_icon_mm_logo {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/mm_logo.png");
	background-size:35px 35px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:35px;
	margin:0 auto;
}

.category_button_box_styleS .category_button_box_styleS_icon_service {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/service_white.png");
	background-size:45px 37px;
	background-position:63% 0%;
	background-repeat:no-repeat;
	height:30px;
	margin:0 auto;
}

a:hover .category_button_box_styleS .category_button_box_styleS_icon_service {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/service.png");
	background-size:45px 37px;
	background-position:63% 0%;
	background-repeat:no-repeat;
	height:30px;
	margin:0 auto;
}
.category_button_box_styleS .category_button_box_styleS_icon_pencil {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/pencil_white.png");
	background-size:36px 36px;
	background-position:63% 0%;
	background-repeat:no-repeat;
	height:30px;
	margin:0 auto;
}

a:hover .category_button_box_styleS .category_button_box_styleS_icon_pencil {
	background-image: url("https://www.macromill.com/assets/lower/contact/ja/images/pencil.png");
	background-size:36px 36px;
	background-position:63% 0%;
	background-repeat:no-repeat;
	height:30px;
	margin:0 auto;
}

.category_button_box_caption_styleS {
	display:table-cell;
	color:#0051a4;
	text-align:left;
	vertical-align: middle;
	height: 65px;
	padding-left: 10px;
	font-size: 15px;
}

.category_button_box_caption_wrapper_styleL {
	float: left;
}

@media screen and (min-width: 1460px) {
}

@media screen and (min-width: 1008px) {
}

@media screen and (max-width: 1007px) {
}

@media screen and (min-width: 648px) and (max-width: 1007px) {
}

@media screen and (max-width: 647px) {
	.category_button_box_caption_wrapper_styleL {
		float:none;
		display:table-cell;
	}
}

.category_button_box_caption_styleL {
	display:table-cell;
	vertical-align:middle;
	height:65px;
	color:#0051a4;
	font-size: 15px;	
	padding-left: 10px;
}

/* /New wrapper */





/* Form */

form {
	font-size: 15px;
}

.inquiry_style hr {
	margin:1em 0;
	border:solid 1px #dce6f0;
	border-width:1px 0 0 0;
}

.inquiry_table_style {
	width:100%;
}

.input_style_just,
.input_style_large,
.input_style_small,
.input_style_superSmall {
	border: solid 1px #6482a0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	font-size:15px;
}

.input_style_just {
	/*width:100%;*/
	/*min-height:50px;*/
	padding: 0.5em;
	border-radius: 0.25em;
}

.input_style_large {
	width:100%;
	/*min-height:50px;*/
	padding: 0.5em;
	border-radius: 0.25em;
}

.input_style_small {
	width:40%;
	/*min-height:50px;*/
	padding: 0.5em;
	border-radius: 0.25em;
}

.input_style_superSmall {
	width:20%;
	/*min-height:50px;*/
	padding: 0.5em;
	border-radius: 0.25em;
}

.inquiry_table_style tbody tr td:first-child {
	width: 25%;
	vertical-align:top;
}

@media only screen and (max-width: 648px) {
.inquiry_table_style tbody tr td,
.inquiry_table_style tbody tr td:first-child {
	width: 100%;
}

.inquiry_table_style tbody tr td input:first-child,
.inquiry_table_style tbody tr td select:first-child,
.inquiry_table_style tbody tr td textarea,
.document__label {
	margin-top: 0.5em;
}

.input_style_large {
	width:100%;
	/*min-height:50px;*/
	padding: 0.75em;
}

.input_style_small {
	width:100%;
	/*min-height:50px;*/
	padding: 0.75em;
}

}

.el_btn_request2_wrapper {
	width:auto;
	margin:0 auto;
	display:table;
}

.el_btn_request2 {
	float:left;
	width:auto;
}

.el_btn_request2_single .goBack {
	margin:30px 0 0 auto!important;
}

.el_btn_request2_single .goNext {
	margin:30px auto 0 0!important;
}

.el_btn_request2 input,
.el_btn_request2 a {
    background: transparent none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.el_btn_request2 .goBack {
	background-color: #1496c7;
	border: solid 1px #1496c7;
	margin: 30px 5px 0 auto;
	padding: 0px 50px;
	border-radius: 50px;
	width: 250px;
}

.el_btn_request2 .goBack:hover {
	background-color: #ffffff;
	border: solid 1px #1496c7;
	color: #323c46;
	margin: 30px 5px 0 auto;
	padding: 0px 50px;
	border-radius: 50px;
	width:250px;
}

/*
.el_btn_request2 .goNext {
	background-color: #db7300;
	border: solid 1px #db7300;
	margin: 30px auto 0 5px;
	padding: 0px 50px;
	border-radius: 50px;
	width: 250px;
}
*/

.el_btn_request2 .goNext {
	color: #fff;
	background-color: #0051a4;
	border: solid 1px #0051a4;
	margin: 30px auto 0 5px;
	padding: 0px 50px;
	border-radius: 0.25em;
	width: 250px;
}

/*
.el_btn_request2 .goNext:hover {
	background-color: #ffffff;
	border: solid 1px #db7300;
	color: #323c46;
	margin: 30px auto 0 5px;
	padding: 0px 50px;
	border-radius: 50px;
	width: 250px;
}
*/

.el_btn_request2 .goNext:hover {
	color: #fff;
	background-color: #5cc1eb;
	border: solid 1px #5cc1eb;
	margin: 30px auto 0 5px;
	padding: 0px 50px;
	border-radius: 0.25em;
	width: 250px;
    cursor: pointer;
}

/*
.el_btn_request2 .goNext:disabled {
	background-color: #db7300;
	border: solid 1px #db7300;
	margin: 30px auto 0 5px;
	padding: 0px 50px;
	border-radius: 50px;
	width: 250px;
	color: #fff;
}
*/

.el_btn_request2 .goNext:disabled {
	background-color: #0051a4;
	border: solid 1px #0051a4;
	margin: 30px auto 0 5px;
	padding: 0px 50px;
	border-radius: 0.25em;
	width: 250px;
	color: #fff;
}

@media only screen and (max-width: 648px) {
.el_btn_request2 {
	float:none;
	width:auto;
}

.el_btn_request2 .goBack {
	background-color: #1496c7;
	border:none;
	margin:30px auto 0 auto;
	padding:0px 50px;
	border-radius:50px;
	width:250px;
}

/*
.el_btn_request2 .goNext {
	background-color: #db7300;
	border:none;
	margin:30px auto 0 auto;
	padding:0px 50px;
	border-radius:50px;
	width:250px;
}
*/

.el_btn_request2 .goNext {
    color: #fff;
	background-color: #0051a4;
	border:none;
	margin:30px auto 0 auto;
	padding:0px 50px;
	border-radius:0.25em;
	width:250px;
}

}

@media only screen and (max-width: 648px) {
/*
td {
float:left;
}
*/
}

.el_btn_request input::before {
	background: rgba(0, 0, 0, 0) url("https://www.macromill.com/assets/lower/contact/ja/images/icon_request.png") no-repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 6px;
	vertical-align: text-top;
	width: 26px;
}

.el_btn_request input {
	/*background: #23cdd2 none repeat scroll 0 0;*/
	background: #db7300 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	border-radius:50px;
}

input:link, input:visited, input:active {
	color: #323c46;
	text-decoration: none;
}

/*
input {
	transition: all 0.3s ease 0s;
	font:inherit;
}
*/

label.error {
    background-color: #fcf8e3;
    color: #8a6d3b;
    display: block;
    margin-top: 0.5em;
    padding: 0.5em;
    border:solid 1px #ddddc2;
    border-radius: 0px;
}

/*
input:focus {
*/
	/*outline: 1px #ff0000 dashed;*/
	/*
	border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
    */
}

.input_style_large.error,
.input_style_small.error,
select.error {
	border: solid 1px #d9534f!important;
}

input[type=checkbox],
input[type=radio] {
	margin-right: 0.25em;
}

.required_item {
	/*background-color:#db7300;*/
	background-color:#c62e24;
	color:#fff;
	padding:0.25em 0.75em;
	font-size:80%;
	margin-right:0.5em;
}

.optional_item {
	background-color:#246cdb;
	color:#fff;
	padding:0.25em 0.75em;
	font-size:80%;
	margin-right:0.5em;
}

input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

/* Login box */
.loginBox {
    background-color: #dce6f0;
    /*margin-bottom: 20px;*/
    padding: 15px;
    text-align: center;
}

@media screen and (max-width: 640px) {
.loginBox {
    display: none;
}
}

.loginBoxin {
    overflow: hidden;
    padding: 10px 0;
}

.formIDtxt {
    float: left;
    font-size: 0.85em;
    padding-right: 10px;
    margin-left: 10px;
}

#formId {
    float: left;
    /*height: 20px;*/
    /*line-height: 20px;*/
    margin-right: 2%;
    /*margin-top: 2px;*/
    width: 24%;
}

#formPassword {
    float: left;
    /*height: 20px;*/
    /*line-height: 20px;*/
    margin-right: 2%;
    /*margin-top: 2px;*/
    width: 24%;
}

#getRegistInfo {
    /*background: #0051a4 none repeat scroll 0 0;*/
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    /*color: #ffffff;*/
    cursor: pointer;
    display: block;
    /*font-family: "Lucida Sans",arial,メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;*/
    font-weight: bold;
    padding: 0.5em;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    width: 28%;
    float: right;
}

#getRegistInfo:hover {
    /*background: #004286 none repeat scroll 0 0;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}
/* /Login box */

/* /Form */





/* Checkbox */
.document__label {
	background: rgba(0, 0, 0, 0) url("https://www.macromill.com/assets/lower/contact/ja/images/check.png") no-repeat scroll 0 0 / 23px 22px;
	cursor: pointer;
	display: inline-block;
	line-height: 22px;
	/*margin-left: 20px;*/
	margin-right: 20px;
	padding-left: 30px;
	position: relative;
}

.document__check {
	opacity: 0;
	position: absolute;
}

.document__label--checked {
    background: rgba(0, 0, 0, 0) url("https://www.macromill.com/assets/lower/contact/ja/images/check_active.png") no-repeat scroll 0 0 / 23px 22px!important;
}

/* /Form */





/* Side menu */

.side_freeCall_wrapper {
	background-color:#0b488d;
	width:100%;
	padding:5px;
}

.side_freeCall_wrapper a:hover {
	text-decoration: none!important;
}

.side_freeCall_box {
	padding:20px 0;
	background-color:#0b407b;
	border-radius:3px;
}

.side_freeCall_text {
	text-align:center;
	color:#fff;
	padding-bottom:5%;
	font-size:16px;
}
 
.side_freeCall_text span {
	font-size:14px;
}

.side_freeCall_img img {
	opacity: 1;
	width: 90%;
	margin: 0px auto;
}

a:hover .side_freeCall_img img {
	opacity: 1!important;
	width: 90%;
	margin: 0px auto;
}

.side_freeCall_img p {
	text-align: center;
	background-color: rgb(255, 255, 255);
	width: 85%;
	border-radius: 20px;
	margin: 7% auto 0px;
	padding:5px;
	font-size:90%;
}

.marks_box_style {
	border:solid 1px #dce6f0;
	min-height: 125px;
	font-size:85%;
	padding:10px 0;
	margin-top:15px;
	position: relative;
}

.marks_box_style img {
	display:block;
	margin:0 auto;
	text-align:center;
}

.marks_cybertrust img {
	position: relative;
	top: -5px;
	width: 100px;
}

.marks_cybertrust_footer img {
	max-height: 46px;
}

.marks_privacymark img {
	width:55px;
	margin-top:2px;
}

.marks_jmra img {
	margin-top:20px;
}

.marks_box_style .description {
	position: absolute;
	bottom:10px;
	padding:0 10px;
	color:#6482a0;
}

/* /Side menu */





/* Elements */
.btn_looks_blue {
	background: rgba(0, 0, 0, 0) linear-gradient(#0051a4, #003f81) repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051a4', endColorstr='#003f81',GradientType=0 ); /* IE6-9 */
	border: 1px solid #0051a4;
	color: #ffffff;
}

.btn_looks_blue:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(#003b7a, #002f60) repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b7a', endColorstr='#002f60',GradientType=0 ); /* IE6-9 */
	border: 1px solid #0051a4;
	color: #ffffff;
}
/* /Elements */





/* Agreement area */
.agree_privacy_box_style {
	color: #fff!important;
	border-radius: 0.5em;
	padding: 0.25em 0.75em;
}
/* /Agreement area */