@charset "UTF-8";
/* Individual Setting for form
=================================================================== */
/*common*/
body.lang_en { font-family: "Droid Sans", Roboto, "Helvetica Neue", Helvetica, sans-serif;}

.headtitle02,
.headtitle03 { color: rgba(0,92,85,1.00); }

/*header*/
#hdrCNT {
	border-top: 4px solid rgba(0,92,85,1.00);
	border-bottom: none; /*Reset*/
	background-color: rgba(247,247,247,1.00);
}
#hdrCNT header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: auto;
	background-color: rgba(0,92,85,1.00);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 2px 4px rgba(204,204,204,1.00);
	box-shadow: 0px 2px 4px rgba(204,204,204,1.00);
}
#hdrCNT header > .hdrLogoMA {
	position: absolute;
	top: 10px;
	right: 10px;
}
#hdrCNT header h1 {
	padding-top: 100px;
	color: rgba(255,255,255,1.00);
	font-size: 153.9%;
	line-height: 1.5;
	text-align: center;
}
/*For Consultation*/
#form_cons #hdrCNT header {
	height: 140px;
	position: relative;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-image: url(../../action/consultation/src/hdrImg_cnslt.png);
	background-image: url(../../action/consultation/src/hdrImg_cnslt.png), -webkit-linear-gradient(270deg,rgba(0,92,85,1.00) 40%,rgba(0,63,31,1.00) 100%);
	background-image: url(../../action/consultation/src/hdrImg_cnslt.png), linear-gradient(180deg,rgba(0,92,85,1.00) 40%,rgba(0,63,31,1.00) 100%);
	background-position: -79px -9px, 0px 0px;
}
#form_cons #hdrCNT header h1 {
	padding-top: 34px;
	padding-bottom: 10px;
	font-size: 182%;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.40);
}
#form_cons #hdrCNT header .hdrConfidential {
	display: inline-block;
	padding: 7px 50px;
	font-size: 108%;
	background-color: rgba(209,0,0,1.00);
	border-radius: 10px;
}
#form_cons #hdrCNT header .catchTel {
	display: block;
	width: 235px;
	height: 60px;
	padding-top: 5px;
	position: absolute;
	right: 10px;
	top: 70px;
	color: rgba(102,102,102,1.00);
	border-radius: 10px;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.40);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.40);
}
/*For Seminar*/
#form_smnr #hdrCNT header { background-image: url(../image/hdrBG_form_seminar.jpg);}
/*For Contact*/
#form_contact #hdrCNT header { background-image: url(../image/hdrBG_form_entry.jpg);}
/*For Recruit*/
#form_recruit #hdrCNT {
	margin-bottom: 30px;
	border-top: none; /*Reset*/
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 2px 4px rgba(204,204,204,1.00);
	box-shadow: 0px 2px 4px rgba(204,204,204,1.00);
}
#form_recruit #hdrCNT header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0 0 rgba(255,255,255,1.00);
	box-shadow: 0px 0 0 rgba(255,255,255,1.00);
}
#form_recruit #hdrCNT header .hdrLogoRecruit {
	min-height: 77px;
	text-align: center;
}
#form_recruit #hdrCNT header .hdrLogoRecruit p:first-child { padding: 18px 0 11px;}
#form_recruit #hdrCNT header h1 {
	padding-top: 0;
	line-height: 1.75;
	background-color: rgba(0,96,87,1.00);
}
#form_recruit #hdrCNT header > .hdrLogoMA {
	top: 24px;
	left: 10px;
}

/*For Questionnaire*/
#form_enq #hdrCNT header {
	background-color: rgba(35,43,69,1.00);
	background-image: url(../image/hdrBG_form_entry.jpg);
}
/*For Special*/
#form_spcl #hdrCNT header {
	background-color: rgba(35,43,69,1.00);
	background-image: url(/common/image/hdrBG_form_entry.jpg);
}

/*For JME*/
#form_jme #hdrCNT header {
	background-color: #023C73;
	background-image: url(/common/image/hdrBG_form_jmea.jpg);
}
#form_jme #hdrCNT header > .hdrLogoMA {
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -120px;
}



/*----------*/
/*body*/
#contentsMain {
	width: 960px;
	padding-top: 5px;
	float: none;
}

/*form container*/
#entryProcedure {
	margin: 0 0 20px;
}
#entryProcedure ol {
	width: 100%;
	display: table;
}
#entryProcedure ol li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.3%;
	display: table-cell;
	padding-left: 1em;
	line-height: 2;
	border-top: 5px solid rgba(255,255,255,1.00);
	background-color: rgba(216,216,209,1.00);
}
#entryProcedure ol .entryProcedureHere {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	border-top: 5px solid rgba(132,132,112,1.00);
	background-color: rgba(132,132,112,1.00);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sct_errMsg {
	margin: 0 10px;
	font-size: 93%;
}
.sct_errMsg .errMsgHdr {
	margin: 0;
	padding: 0.5em;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	background-color: rgba(255,0,0,1.00);
}
.sct_errMsg .errMsg {
	margin: 0 0 5px 0;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	min-height: 75px;
	font-size: 100%;
	line-height: 1.35;
	background-color: #FAEDEE;
	list-style: none;
}

.verisignBox {
	width: 85%;
	margin: 15px auto 10px;
}
.verisignBox dl dt {
	margin: 0;
	padding: 0;
	float: left;
}
.verisignBox dl dd {
	margin-left: 150px;
	padding-top: 15px;
	color: rgba(153,153,153,1.00);
	font-size: 85%;
	line-height: 1.25;
}

/*parts*/
#toCounsel > p {margin-bottom: 0;}
#toCounsel > p > a:link,
#toCounsel > p > a:visited,
#toCounsel > p > a:hover,
#toCounsel > p > a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#form_recruit .box_prominent {
	width: 700px;
	margin: 20px auto;
}

#form_enq .deadlineField {
	width: 470px;
	margin: 20px auto;
	border-width: 2px;
	border-radius: 10px;
	padding: 10px;
	/*color: rgba(209,0,0,1.00);*/
	font-size: 138.5%;
	line-height: 1;
}
#form_enq .deadlineField dt {
	float: left;
}
#form_enq .deadlineField dd {
	margin-left: 125px;
	font-weight: bold;
}


/*Overwrite to Bootstrap*/
.form-group {margin-bottom:7px;}

@media screen and (max-width: 939px) {
	#hdrCNT { padding-top: 0;}
	#hdrCNT header { width: 100%;}
	#contentsMain { width: 100%;}
}
@media screen and (max-width: 767px) {
	#hdrCNT header { background-position: 75% top;}
	#form_cons #hdrCNT header {
		height: 145px;
		background-size: 250px auto, 100% 100%;
		background-position: 50% 32px,0px 0px;
		margin-bottom: 65px;
		padding-top: 0px;
	}
	#form_cons #hdrCNT header > .hdrLogoMA {
		width: 100%;
		top: 1px;
		right: 0;
	}
	#form_cons #hdrCNT header h1 {
		padding-top: 90px;
		padding-bottom: 0px;
		font-size: 146.5%;
		font-weight: bold;
		text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
	}
	#form_cons #hdrCNT header .hdrConfidential {
		margin-top: 0px;
		padding: 5px 50px;
		font-size: 100%;
	}
	#form_cons #hdrCNT header .catchTel {
		width: 96%;
		right: 2%;
		top: 150px;
		-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.40);
		box-shadow: inset 0px 0px 3px rgba(0,0,0,0.40);
	}
	#form_cons .sct_Lead p {
		font-size: 93%;
		line-height: 1.1;
	}
	#form_recruit .box_prominent {
		width: 95%;
		margin: 20px 5px;
	}
	#entryProcedure ol { display: block;}
	#entryProcedure ol li {
		width: 100%;
		display: list-item;
		padding-left: 0.5em;
		border-top: 0;
		border-right: 10px solid rgba(255,255,255,1.00);
		border-left: 10px solid rgba(255,255,255,1.00);
	}
	#entryProcedure ol .entryProcedureHere {
		border-right: 10px solid rgba(132,132,112,1.00);
		border-left: 10px solid rgba(132,132,112,1.00);
		border-top: 0;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
}
@media screen and (max-width: 479px) {
	#form_recruit #hdrCNT header .hdrLogoRecruit {
		min-height: 25px;
	}
	#form_recruit #hdrCNT header .hdrLogoRecruit p:first-child { display: none;}
	#form_recruit #hdrCNT header > .hdrLogoMA {
		padding: 5px 0;
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
	}
	#form_recruit #hdrCNT header h1 { font-size: 131%;}

	.verisignBox {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.verisignBox dl dt {
		width: 150px;
		margin: 0 auto;
		float: none;
	}
	.verisignBox dl dd {
		margin-left: 0;
		padding-top: 0;
	}
	#form_enq .deadlineField {
		width: 98%;
		padding: 5px 10px;
		text-align: center;
	}
	#form_enq .deadlineField dt {
		float: none;
		font-size: 14px;
	}
	#form_enq .deadlineField dd {
		margin-left: 0;
		font-size: 16px;
	}
}

.entryForm,
.confirmData { padding: 0 10px;}
.entryForm h3,
.confirmData h3 { color: rgba(51,122,183,1.00); }

.entryForm .control-label {
	font-weight: bold;
	line-height: 1.6;
}
.entryForm .control-label:after {
	content: "任意";
	margin-left: 5px;
	padding: 1px 2px;
	color: rgba(255,255,255,1.00);
	font-size: 68%;
	font-weight: normal;
	line-height: 1;
	white-space: nowrap;
	border-radius: 5px;
	background-color: rgba(153,153,153,1.00);
}
.entryForm .required-label:after {
	content: "必須";
	background-color: rgba(209,0,0,1.00);
}

.entryForm .iptAlert { color: rgba(209,0,0,1.00);}


/*Overwrite to Bootstrap3*/
.entryForm .sct_venue {}
.entryForm .sct_venue .panel-heading,
.entryForm .sct_venue label {font-weight:bold;}
.entryForm .sct_venue .panel-heading:after {
	content: "必須";
	margin-left: 5px;
	padding: 1px 2px;
	color: rgba(255,255,255,1.00);
	font-size: 68%;
	font-weight: normal;
	line-height: 1;
	border-radius: 5px;
	background-color: rgba(209,0,0,1.00);
}
.lang_en .entryForm .control-label:after { content: ""; padding:0;}
.lang_en .entryForm .required-label:after,
.lang_en .entryForm .sct_venue .panel-heading:after { content: "*"; padding:2px;}

#form_recruit .entryForm .sct_venue label {font-weight:normal;}

/*Overwrite to Flat-UI for Bootstrap3*/
p {line-height:1.6;}
footer a {font-weight:normal;}
.radio:first-child, .checkbox:first-child {margin-top:10px;}
.select-default .select2-choice {text-decoration:none;}
.form-control[readonly] {color: #34495e; border-color: #bdc3c7; opacity:1;}
.checkbox input[type=checkbox].custom-checkbox:indeterminate + .icons:before,
.radio input[type=checkbox].custom-checkbox:indeterminate + .icons:before,
.checkbox input[type=radio].custom-radio:indeterminate + .icons:before,
.radio input[type=radio].custom-radio:indeterminate + .icons:before {
	content: "";
}

@media screen and (max-width: 939px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}

#form_recruit .lunch_top {
	margin: -5px -10px 0;
	color: #ffffff;
	background-color: #006057;
	background-image: url(/action/recruit_lunch/src/lunch_img.jpg);
	background-position: right top;
	background-size: 50%;
	background-repeat: no-repeat;
}
#form_recruit .lunch_top .about {
	box-sizing: border-box;
	padding: 20px 20px 20px 40px;
	width: 50%;
	box-sizing: border-box;
}
#form_recruit .lunch_top h2 {
	font-size: 24px;
	padding-bottom: 16px;
	border-bottom: 2px solid #ffffff;
	margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
	#form_recruit {
		width: 100%;
		overflow: hidden;
	}
	#form_recruit #hdrCNT{
		margin-bottom: 0;
	}
	#form_recruit .lunch_top {
		background-size: cover;
	}
	#form_recruit .lunch_top .about {
		width: 100%;
		margin-top: 100px;
		background-color: rgba(0,0,0,0.5);
		padding: 20px 30px 20px 30px;
		box-sizing: border-box;
	}
	#form_recruit .lunch_top h2 {
		font-size: 18px;
		padding-bottom: 8px;
		border-bottom: 2px solid #ffffff;
		margin: 0 0 8px;
	}
	#form_recruit .lunch_top p {
		font-size: 12px;
		margin-bottom: 0;
	}
	#form_recruit .mb_mb30 {
		margin-bottom: 30px;
	}
}

#form_recruit .lunch {
	padding: 10px;
}
#form_recruit .lunch h3 {
	border-bottom: solid 3px #ddedec;
	position: relative;
	padding-bottom: 8px;
	font-weight: bold;
	margin-top: 10px;
}
#form_recruit .lunch h3::after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px #006057;
	bottom: -3px;
	width: 20%;
}
#form_recruit .lunch ul li {
	position: relative;
	margin-bottom: 4px;
}
#form_recruit .lunch ul li::before {
	content: none;
}
#form_recruit .lunch ul li::after {
	content: "";
	width: 6px;
	height: 6px;
	left: 0;
	top: 50%;
	margin-top: -3px;
	position: absolute;
	border-top: 2px solid #006057;
	border-right: 2px solid #006057;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#form_recruit .lunch .link-button a {
	display: inline-block;
	padding: 5px 36px 5px 16px;
	font-size: 93%;
	background-color: #006057;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	border-radius: 3px;
}
#form_recruit .lunch .link-button a:hover {
	background-color: #228279;
}
#form_recruit .lunch .link-button a:after {
	content: "";
	width: 14px;
	height: 10px;
	right: 16px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	background-image: url(/common/image/icon_blank_w.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#form_recruit h2.application {
	background-color: #006057;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	padding: 8px 0;
	margin: 20px -10px 14px -10px;
}

#form_smnr .venue_title {
	color: #ffffff;
	background-color: #006057;
	margin-top: 10px;
	margin-bottom: 16px;
	padding: 6px 12px;
	position: relative;
	border-radius: 3px;
}
#form_smnr .venue_title::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20px;
	left: 8%;
	border: 10px solid transparent;
	border-top-color: #006057;
}
#form_smnr .venue_title.dblue {background-color: #002952;}
#form_smnr .venue_title.dblue::after {border-top-color: #002952;}


/* reorganization-ma Form */
#form_cons.reorg {
	background-color: #ffffff;
}
#form_cons.reorg #hdrCNT {
	border-top: 0;
	background-color: #ffffff;
}
#form_cons.reorg #hdrCNT {
	border-top: 0;
}
#form_cons.reorg #hdrCNT header {
	background-image: none !important;
	background-color: #0D7767 !important;
	width: 100%;
	padding-top: 12px;
	height: auto;
	box-shadow: none;
}
#form_cons.reorg #hdrCNT header .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
}
#form_cons.reorg #hdrCNT header .inner_left .logo {
	float: left;
	margin-right: 16px;
	margin-top: 10px;
}
#form_cons.reorg #hdrCNT header .inner_left .jpx {
	float: left;
	margin-right: 16px;
}
#form_cons.reorg #hdrCNT header .inner_left .logo_sub {
	float: left;
	margin-top: 0.7%;
	padding: 5px 10px;
	font-size: 142%;
	font-weight: bold;
	color: #0d7767;
	background-color: #fff;
	border-radius: 2px;
}
#form_cons.reorg #hdrCNT header .inner h1 {
	text-align: left;
	padding-top: 6px;
	padding-bottom: 14px;
	text-shadow: none;
	font-size: 153.9%;
}
#form_cons.reorg #hdrCNT header .inner h1 span {
	margin-left: 10px;
	background-color: #ffffff;
	padding: 3px 6px;
	line-height: 1.0;
	color: #cc0000;
	font-size: 68%;
	font-weight: bold;
	border-radius: 2px;
}
#form_cons.reorg #hdrCNT header .inner .catchTel {
	top: 10px;
	padding: 8px;
	text-align: center;
	box-shadow: none;
	border-radius: 2px;
	height: auto;
	box-sizing: border-box;
}
@media screen and (max-width: 960px) {
	#form_cons.reorg #hdrCNT header .inner {width: 100%;}
}
@media screen and (max-width: 767px) {
	#form_cons.reorg #hdrCNT header {
		margin-bottom: 0px;
		padding: 10px;
		box-sizing: border-box;
	}
	#form_cons.reorg #hdrCNT header .inner_left .logo {
		width: 160px;
		margin-top: 6px;
	}
	#form_cons.reorg #hdrCNT header .inner_left .jpx {
		display: none;
	}
	#form_cons.reorg #hdrCNT header .inner_left .logo_sub {
		float: right;
		font-size: 124%;
	}
	#form_cons.reorg #hdrCNT header .inner .catchTel {
		position: relative;
		/*width: 100%;*/
		margin: 16px auto 10px;
		top: 0;
		right: 0;
	}
	#form_cons.reorg #hdrCNT header .inner h1 {
		text-align: center;
		font-size: 124%;
		padding-bottom: 6px;
	}
	#form_cons.reorg #hdrCNT header .inner .catchTel img {
		width: 160px;
	}
}
#form_cons.reorg #contentsMain {
	border: 0;
	box-shadow: none;
	padding-top: 30px;

}
#form_cons.reorg .site_footer {
	background: #666666;
	color: white;
}
#form_cons.reorg .site_footer a {
	color: white;
}
#form_cons.reorg .site_footer > .inner {
	width: 960px;
	padding: 25px 14px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
#form_cons.reorg .site_footer > .inner .copyright {
	font-size: 85% !important;
	font-family: "Roboto Condensed", sans-serif;
	float: left;
}
#form_cons.reorg .site_footer > .inner nav {
	float: right;
}
#form_cons.reorg .site_footer > .inner nav li {
	font-size: 85%;
	display: inline-block;
}
#form_cons.reorg .site_footer > .inner nav li:first-child a {
	border-left: 0;
}
#form_cons.reorg .site_footer > .inner nav li a {
	padding: 0 10px;
	border-left: 1px solid white;
	text-decoration: none;
}
#form_cons.reorg .site_footer > .inner nav li a:hover {
	text-decoration: underline;
}
#form_cons.reorg .site_footer > .inner {
	text-align: justify;
	text-justify: distribute-all-lines;
	zoom: 1;
	display: block;
}
#form_cons.reorg .site_footer > .inner:after {
	visibility: hidden;
	content: "";
	display: inline-block;
	width: 100%;
}
#form_cons.reorg .site_footer > .inner {
	text-align: justify;
	text-justify: distribute-all-lines;
	zoom: 1;
	display: block;
}
#form_cons .txtRcpc {
	text-align: right;
}
@media screen and (max-width: 960px) {
	#form_cons.reorg .site_footer > .inner {width: 100%;}
}
@media screen and (max-width: 767px) {
	#form_cons.reorg .site_footer > .inner nav {
		clear: right;
		width: 100%;
		margin-top: 20px;
	}
	#form_cons.reorg .site_footer > .inner nav li {
		display: block;
		width: 100%;
		border-top: 1px dotted #aaaaaa;
	}
	#form_cons.reorg .site_footer > .inner nav li a {
		text-align: center;
		padding: 16px 0;
		border-left: 0;
		display: block;
	}
	#form_cons.reorg .txtRcpc {
		text-align: left;
		font-size: 73%;
	}
	#form_cons.reorg .site_footer > .inner .copyright {
		text-align: center;
		width: 100%;
		color: #cccccc
	}
	#form_cons .txtRcpc {
		text-align: left;
	}
}
#form_cons.reorg .icon_blank_w {
	background: url(/reorganization-ma/consultation/src/icon_blank_white.png) no-repeat left bottom;
	margin-right: 5px;
	padding-top: 1px;
	padding-left: 16px;
}


/* new buying needs Form*/
h2.anken_no {
	text-align: center;
	background: #eeeeee;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	padding: 10px;
	margin: 10px 0 20px;
}
h3.grp_title {
	text-align: center;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 12px;
	margin: 0 10px 18px;
	font-weight: bold;
}


/* new it/chozai/iryoukaigo/realestate form */
#form_cons.assosiation .sct_Lead ul {
	margin: 10px 0 20px;
}
@media screen and (max-width: 767px){
	#form_cons.assosiation #hdrCNT header {
		margin-bottom: 0;
		height: 120px;
		background-image: none;
	}
	#form_cons.assosiation #hdrCNT header h1 {
		padding-top: 40px;
		margin-bottom: 10px;
		font-weight: normal;
		font-size: 124%;
	}
}

#fixed_box {
	position:relative;
	z-index:100;
	width:100%;
	background:#fff;
}
.fixed_box_inner {
	max-width:940px;
	margin:0 auto;
}

@media only screen and (max-width:999px) {
	.fixed_box_inner {
		width:100%;
	}
}

@media only screen and (max-width: 767px){
	#fixed_box.fix {
		padding-bottom:12px;
	}
}

/* form header */

.site_id {
	float:left;
	width:450px;
	padding-top:24px;
	z-index:101;
}
.site_id .copy {
	margin-bottom:17px;
	width: 347px;
}
.site_id a {
	display:block;
}
.site_id a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.site_id .logo_01 {
	float:left;
	width:210px;
	margin-right:10px;
}
.site_id .logo_02 {
	float:left;
	margin-top:2px;
	width:225px;
}
.header_tel{
	float:right;
	margin-top: 20px;
}
.header_contact {
	float:right;
	width:436px;
	padding-top:13px;
}
.header_contact .header_copy {
	margin-bottom:2px;
}
.header_contact .tel {
	float:left;
	padding-right:8px;
	padding-top:1px;
	width:231px;
}
.header_contact .tel_copy {
	float:left;
}
.header_contact .mail {
	float:right;
	padding-top:2px;
}
.header_contact .mail a {
	text-align:center;
	display:block;
	color:#fff;
	background:#f14040;
	border-radius:6px;
	width:190px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}
.header_contact .mail a:hover {
	background:#fac05b;
}
.header_contact_tab {
	display:none;
}
.header_menu_btn {
	display:none;
}
#sp_tab_nav {
	width:100%;
	display:none;
	position:absolute;
	right:0;
	z-index:95;
	top:73px;
}
#sp_tab_nav ul {
	background:#F1EEE2;
}
#sp_tab_nav li {
	background:url(../img/dotline.png) repeat-x bottom;
	padding:0 10px;
}
#sp_tab_nav a {
	display:block;
	padding:14px 9px;
	text-decoration:none;
}

@media only screen and (max-width:999px) {
	.fix .site_header {
		padding-bottom:0;
	}
	.fix .site_header .site_id {
		padding-top:6px;
	}
	.site_header {
		position:relative;
		width:auto;
		padding:12px 20px;
	}
	.site_id {
		padding-top:5px;
	}
	.site_id .copy {
		margin-bottom:7px;
	}
	.site_id .logo_01 {
		width:44%;
		margin-right:10px;
	}
	.site_id .logo_02 {
		float:left;
		width:44%;
	}
	.header_tel{
		margin-top: 0px;
	}
	.header_menu_btn {
		display:block;
		z-index:94;
		position:absolute;
		right:10px;
		top:10px;
	}
	.header_menu_btn a {
		display:block;
		padding:10px;
	}
	.header_contact {
		display:none;
	}
	.header_contact_tab {
		display:block;
		position:absolute;
		top:12px;
		right:70px;
	}
	#sp_tab_nav li .font_icon_arrow:before {
		padding-right:5px;
	}
	#sp_tab_nav .sp_tel {
		display:none;
	}

}

@media only screen and (max-width: 767px){
	.site_header {
		padding:12px 20px 12px 10px;
	}
	.site_header_inner {
		padding:16px 10px;
	}
	.site_id {
		padding-top:0;
	}
	.site_id,
	.site_id .logo_01,
	.site_id .logo_02 {
		width:168px;
	}
	.site_id .copy {
		display:none;
	}
	.site_id .logo_01 {
		float:none;
		margin-bottom:7px;
	}
	.site_id .logo_02 {
		float:none;
	}
	.site_id .logo_01 img,
	.site_id .logo_02 img {
		width:100%;
		height:auto;
	}
	.header_tel{
		width: 170px;
	}
	.header_contact_tab {
		display:none;
	}
	#sp_tab_nav {
		top:66px;
	}
	#sp_tab_nav li {
		padding:0;
	}
	#sp_tab_nav .sp_tel {
		display:block;
	}
}
@media only screen and (max-width: 400px){
	.header_tel{
		width: 100%;
	}
	.header_tel img{
		width: 170px;
	}
}

/* title_area */
.title_area {
	background: url(/it-ma/img/title_bg.gif) no-repeat center top;
	background-size: 100% auto;
	padding-top: 12px;
	padding-bottom: 30px;
	margin: 30px auto 15px auto;
}
.title_area_inner {
	max-width:940px;
	margin:0 auto;
}
.title_area h1{
	font-size: 128%;
	margin-top: 7px;
	font-weight: bold;
	font-size: 24px;
}

@media only screen and (max-width:999px) {
	.title_area {
		background:url(/it-ma/img/title_bg.gif) no-repeat center top;
		background-size:150% 100px;
		padding-bottom:19px;
		margin: 0px auto 15px auto;
	}
	.title_area_inner {
		padding:0 20px;
	}
}

@media only screen and (max-width: 767px){
	.title_area {
		padding:18px 0;
	}
	.title_area_inner {
		padding:0 10px;
	}
	.title_area h1 img {
		zoom:80%;
	}
}

@media only screen and (max-width: 767px){
	#form_cons.industry .title_area {
		padding:18px 0;
	}
	#form_cons.industry .title_area_inner {
		padding:0 10px;
	}
	#form_cons.industry .title_area h1 img {
		zoom:80%;
	}
}

#contentsMain h3.title_block {
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 10px;
	font-weight: bold;
	background-color: #f3f3f3;
}

.txtR_ftitle {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.txtR_ftitle {
		text-align: left;
		font-size: 73%;
	}
}

/* conf 2018 */
.box_session {
	border: 1px solid #337ab7;
	padding: 12px 15px;
	font-weight: bold;
	border-radius: 4px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
}
.box_session .radio:first-child {
	margin-top: 6px;
}
.colorGray {
	color: rgba(150,150,150,1);
}
.txtN {
	font-weight: normal;
}
.kaisaibi {
	background-color: #bbddff;
	text-align: center;
	font-size: 16px;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #001144;
}
.kaisaibi::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #bbddff;
}

/* over write of main17v2.css */
footer .container {
	padding-top: 40px;
}


/* White paper download form */
body#form_dlwp #container  {
	margin-top: 0;
	width: 100%;
	background-color: #ffffff;
}
#form_dlwp #contentsMain  {
	padding-top: 30px;
	border: 0;
	box-shadow: none;
	margin: 0 auto;
}
#form_dlwp #hdrCNT header {
	width: 100%;
}
#form_dlwp #hdrCNT header h1 {
	padding-top: 14px;
	height: 70px;
	font-size: 185%;
	line-height: 1.6;
	box-sizing: border-box;
}
#form_dlwp #hdrCNT header > .hdrLogoMA {
}
#form_dlwp .dl_pdf {
	padding-left: 0;
}
#form_dlwp .dl_pdf li {
	margin-bottom: 15px;
	padding: 0;
	display: block;
	background-color: #f2f2f2;
	}
#form_dlwp .dl_pdf li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	width: 100%;
	transition: 0.2s;
	box-sizing: border-box;
	color: #005c55;
	border: 1px solid #e3e3e3;
}
#form_dlwp .dl_pdf li a:hover::after {
	opacity: 1.0;
	transition: 0.2;
}
#form_dlwp .dl_pdf li a:hover {
	background-color: #ffffff;
	border: 1px solid #005c55;

}
#form_dlwp .dl_pdf li:before {
	content: none;
}
#form_dlwp .dl_pdf li dl {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#form_dlwp .dl_pdf li dl dt {
	width: 16%;
	position: relative;
}
#form_dlwp .dl_pdf li dl dt img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
#form_dlwp .dl_pdf li a dl dt::after {
	content:"\f01a";
	font-family: FontAwesome;
	color: #ffffff;
	position: absolute;
	font-size: 60px;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -30px;
	line-height: 1.0;
	opacity: 0;
	text-shadow: 0 0 5px #000;
	transition: 0.2s;
}
#form_dlwp .dl_pdf li a:hover dl dt::after {
	opacity: 0.75;
}
#form_dlwp .dl_pdf li dl dd {
	width: 82%;
	line-height: 1.0;
}
#form_dlwp .dl_pdf li dl dd h4 {
	font-size: 17px;
	width: 100%;
	line-height: 1.6;
	margin-bottom: 8px;
	display: inline-block;
	background-position: left 5px;
	background-repeat: no-repeat;
}
#form_dlwp .dl_pdf li dl dd h4::before {
	content: "\f1c1";
	color: #d11432;
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 6px;
}
#form_dlwp .dl_pdf li dl dd .cname{
	color: #333333;
	font-size: 16px;
	line-height: 1.6
}
#form_dlwp .dl_pdf li dl dd .sell,
#form_dlwp .dl_pdf li dl dd .buy {
	width: 100%;
	font-size: 15px;
	color: #333333;
	line-height: 1.5;
}
#form_dlwp .dl_pdf li dl dd .sell {
	margin-bottom: 6px;
}
#form_dlwp .dl_pdf li dl dd .sell span,
#form_dlwp .dl_pdf li dl dd .buy span {
	color: #666666;
	display: inline-block;
	margin-right: 10px;
	line-height: 1.0;
}

#form_dlwp .dl_pdf li dl dd .gyoshu::before,
#form_dlwp .dl_pdf li dl dd .area::before {
	color: #0a847b;
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
	margin-left: 10px;
}
#form_dlwp .dl_pdf li dl dd .gyoshu::before {
	content: "\f02b";
}
#form_dlwp .dl_pdf li dl dd .area::before {
	content: "\f041";
}
#form_dlwp .dl_pdf .olsp { display: none;}
a.button-link {
	display: inline-block;
	margin: 40px 0;
	padding: 0 20px;
	background-color: #45494b;
	text-align: center;
	min-width: 320px;
	min-height: 50px;
	padding: 14px 30px 16px;
	line-height: 1.3;
	border-radius: 25px;
	transition: 0.2s;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}
a.button-link:hover {
	background-color: #0a847b;
}

@media screen and (max-width: 767px) {
	#form_dlwp #hdrCNT header h1 {
		padding-top: 16px;
		font-size: 150%;
	}
	#form_dlwp .dl_pdf li dl dt {
		width: 20%;
	}
	#form_dlwp .dl_pdf li a dl dt::after {
		content: none;
	}
	#form_dlwp .dl_pdf li dl dt img {
		width: 100%;
		height: auto;
		display: block;
	}
	#form_dlwp .dl_pdf li dl dd {
		line-height: 1.0;
		padding-left: 10px;
		width: 80%;
		box-sizing: border-box;
	}
	#form_dlwp .dl_pdf li dl dd .sell,
	#form_dlwp .dl_pdf li dl dd .buy {
		font-size: 12px;
	}
	#form_dlwp .dl_pdf .olsp { display: block;}
	#form_dlwp .dl_pdf li dl dd h4 {
		font-size: 14px;
		background-size: 12px 12px;
		background-position: left 3px;
	}
	#form_dlwp .dl_pdf li dl dd .cname{
		color: #333333;
		font-size: 13px;
	}
	#form_dlwp .dl_pdf li dl dd .area,
	#form_dlwp .dl_pdf li dl dd .gyoshu {
		font-size: 11px;
	}
	#form_dlwp .dl_pdf li dl dd .gyoshu::before,
	#form_dlwp .dl_pdf li dl dd .area::before {
		margin-right: 6px;
		margin-left: 0;
	}
}


/* Privacy poricy */
#privacy_box {
	width: 100%;
	border: 2px solid #dddddd;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 16px;
}
#privacy_box .title_pp {
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #dddddd;
}
#privacy_box .title_pp:first-child {
	margin-top: 0;
}
#agree_box {
	width: 100%;
	padding: 14px 10px 10px;
	margin: 10px 0 10px;
	background-color: #fff3f3;
	border-radius: 5px;
	text-align: center;
}
#agree_box.chk {
	/*background-color: #ffffff;
	transition: 0.2s;*/
}
#agree_box label {
	margin: 0 auto;
	display: block;
}
#agree_box .require {
	margin-right: 5px;
	display: inline-block;
	padding: 2px 4px;
	color: rgba(255,255,255,1.00);
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	border-radius: 4px;
	background-color: rgba(209,0,0,1.00);
}






/** デザイン切り替え**/
/** PC **/
.is_pc {
		display:block; 
	}

.is_sp {
    display: none; 
}

/** スマホ **/
@media screen and (max-width: 767px) {
    .is_pc {
        display: none !important; 
    }
	.is_sp {
		display:block; 
	}
}
/** デザイン切り替えここまで **/