@charset "UTF-8";
/* Individual Setting for ThinkOwner's from from form15.css on 171020
=================================================================== */
/*common*/
body.lang_en { font-family: "Droid Sans", Roboto, "Helvetica Neue", Helvetica, sans-serif;}

.headtitle02,
.headtitle03 {
	color: rgba(72,90,99,1.00);
}
.colorThink {
	color: rgba(72,90,99,1.00);
}

/*header*/
header {
	-webkit-box-shadow: none; /*Reset*/
	-moz-box-shadow: none; /*Reset*/
	box-shadow: none; /*Reset*/
}
#hdrCNT {
	border-bottom: none; /*Reset*/
	background-color: rgba(31,42,68,1.00);
	color: rgba(198,26,37,1.00);
	display: table;
  text-align: center;
  white-space: nowrap;
}
#hdrCNT:after, #hdrCNT:before {
  content: '';
  display: table-cell;
  width: 50%;
	background: linear-gradient(transparent 51px, rgba(198,26,37,1.00) 51px, rgba(198,26,37,1.00) 53px, transparent 53px);
  -webkit-background-clip: padding;
  background-clip: padding;
}

#hdrCNT header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: auto;
	background-color: rgba(31,42,68,1.00);
}
#hdrCNT header > .hdrLogoMA {
	position: absolute;
	top: 5px;
	left: 10px;
}
#hdrCNT header h1 {
	color: rgba(255,255,255,1.00);
	font-size: 123.1%;
	line-height: 1;
	text-align: center;
}
/*For think_consult*/
#form_thinkC #hdrCNT header {
	height: 140px;
	position: relative;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-image: url(/action/think_consult/src/hdrBG_form_think.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#form_thinkC #hdrCNT header h1 {
	padding-top: 120px;
	padding-bottom: 10px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.40);
}
#form_thinkC #hdrCNT header .hdrConfidential {
	display: inline-block;
	padding: 7px 50px;
	font-size: 108%;
	background-color: rgba(198,26,37,1.00);
	border-radius: 10px;
}
#form_thinkC #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);
}

/*----------*/
/*body*/
#contentsMain {
	width: 960px;
	padding-top: 5px;
	float: none;
}
#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;
}

/*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;}
.checkbox, .radio { padding-left: 26px}


@media screen and (max-width: 939px) {
#hdrCNT {
	display: block;
	padding-top: 0;
}
#hdrCNT header { width: 100%;}
#contentsMain { width: 100%;}
}
@media screen and (max-width: 767px) {
#form_thinkC #hdrCNT header {
	background-position: 50% 50%;
	margin-bottom: 65px;
	padding-top: 0px;
}
#form_thinkC #hdrCNT header > .hdrLogoMA {
	width: 100%;
	top: 1px;
}
#form_thinkC #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_thinkC #hdrCNT header .hdrConfidential {
	margin-top: 0px;
	padding: 5px 50px;
	font-size: 100%;
}
#form_thinkC #hdrCNT header .catchTel {
	width: 96%;
	right: 2%;
	top: 130px;
	-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_thinkC .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;
}
#form_enq .deadlineField dd {
	margin-left: 0;
}
}

.entryForm,
.confirmData { padding: 0 10px;}
.entryForm h3,
.confirmData h3 { color: rgba(51,122,183,1.00); }

.entryForm .control-label { font-weight: bold;}
.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: "";
}

#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;}

#form_thinkC .txtRcpc {
	text-align: right;
}
@media screen and (max-width: 767px) {
	#form_thinkC .txtRcpc {
		text-align: left;
	}
}

#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;
	}
}


/**/
footer {
	width: 100%;
	border-top: 3px solid #c61a25;
	padding: 15px 10px 20px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
footer .copyright {
	color: #485a63;
	background-color: #FFFFFF;
	padding: 0;
	text-align: left;
	float: left;
	font-size: 10px;
	line-height:20px;
}
footer ul {
	font-size: 0;
	float: right;
}
footer ul li {
	display: inline-block;
	font-size: 12px;
	margin-left: 1em;
}
footer ul li:first-child {
	margin-left: 0;
}
footer .footer_tel_icon {
	display: block;
	padding-left: 21px;
	background: url("../img/footer_tel_icon.png") left center no-repeat;
	float: right;
}
footer .footer_mail_icon a{
	display: block;
	padding-left: 21px;
	background: url("../img/footer_mail_icon.png") left center no-repeat;
	float: right;
}
@media only screen and (max-width: 767px){
	footer .copyright {
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	footer ul {
		float: none;
		margin: 0 auto;
		display: table;
	}
	footer ul li {
		/*display: table-cell;*/
	}
}

/* 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;
}
#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);
}
