@charset "utf-8";

/* Table Of Contents
----------------------------------------

# content
# leftSidebar

----------------------------------------*/


/* # content
---------------------------------------------------------------------------- */

div#content {
	margin:0 auto;
	padding:0 15px;
	width: 610px;
}

div#content p.sNav {
	background: #e8ecf1;
	font-size: 90%;
	padding: 3px 0px 0px 10px;
}

div#contentInner {
	padding: 0 10px;
}

div#contentInner h2 {
	padding: 10px 0;
}

div#content h3 {
	margin-bottom: 15px;
}
div#content h3 img {
	vertical-align: -0.2em;
}
div#content h3 span {
	color: #4f4f4f;
	padding-left: 10px;
}

div#contentInner p {
	color: #4f4f4f;
	margin-bottom: 1em;
}

div#content label {
	cursor: pointer;
}

div#content div.privacy {
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	color: #4f4f4f;
	padding: 10px 15px;
	margin-bottom: 20px;
}
div#content div.privacy img {
	margin-right: 10px;
	vertical-align: -0.3em;
}
div#content div.privacy input {
	vertical-align: -0.2em;
}
* html div#content div.privacy input {
	vertical-align: -0.25em;
}
*:first-child+html div#content div.privacy input {
	vertical-align: -0.25em;
}

div#content div.type {
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	color: #4f4f4f;
	padding: 10px 15px;
	margin-bottom: 20px;
}
div#content div.type select {
	border: 1px solid #d0d0d0;
	font-size: 100%;
	margin-right: 10px;
	padding: 2px;
}

div#content table.form {
	width: 100%;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	margin-bottom: 20px;
}
div#content table.form th,
div#content table.form td {
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	color: #4f4f4f;
	line-height: 1.5;
}
div#content table.form th {
	background-color: #fafafa;
	font-weight: bold;
	padding: 1.2em 40px 1.2em 20px;
	vertical-align: top;
	width: 110px;
}
div#content table.form th img.icnRequired {
	display: block;
	margin-left: 110px;
	position: absolute;
}
div#content table.form td {
	width: 387px;
	padding: 0.5em 15px;
}
div#content table.form td input {
	border: 1px solid #d0d0d0;
	font-size: 100%;
	margin: 5px 0;
	padding: 4px;
}

div#content table.table_01 {
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	margin-bottom: 20px;
}
div#content table.table_01 th,
div#content table.table_01 td {
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	color: #4f4f4f;
	line-height: 1.5;
}
div#content table.table_01 th {
	background-color: #fafafa;
	font-weight: bold;
	padding: 0.5em 20px;
	vertical-align: top;
	width: 130px;
}
div#content table.table_01 td {
	width: 387px;
	padding: 0.5em 15px;
}

div#content textarea {
	border: 1px solid #d0d0d0;
	height: 300px;
	font-size: 120%;
	padding: 7px 4px;
	resize: none;
	width: 100%;
}
div#content textarea.other {
	margin:5px 0;
	height:100px;
}
div#content input#fld-g1_type1 {
	width: 300px;
}
div#content input#fld-g1_type2 {
	width: 250px;
}

div#content input#fld-name {
	width: 200px;
}
div#content input#fld-company {
	width: 300px;
}
div#content input#fld-tel {
	width: 100px;
}
div#content input#fld-mail {
	width: 380px;
}

div#content .inputError {
	color: #ff3126;
}

div#content div#submit {
	padding: 20px 0;
	text-align: center;
}
div#content div#submit .left {
	float: left;
	text-align: right;
	width: 40%;
}
div#content div#submit .right {
	float: right;
	text-align: left;
	width: 40%;
}
div#content div#submit input {
	padding:5px 10px !important;
}


div#content .mb30 {
	margin-bottom: 30px !important;
}

ul.checkboxList li {
	display:inline-block;
	margin-right:20px;
	width:auto;
}
ul.checkboxList li input {
	margin-right:5px !important;
}
ul.checkboxList li input,
ul.checkboxList li label {
	vertical-align:middle;
}

.textAreaWrap {
	position: relative;
	line-height: 1.55;
}
.textAreaWrap .placeholderDiv {
	position: absolute;
	z-index: 2;
	top: 0;
	padding:5px;
	color: #B5B5B5;
}
.textAreaWrap textarea {
	position:relative;
	z-index:1;
}
.magazineBlock {
	padding-top: 15px;
}
.magazineBlock01 {
	padding-top: 0;
}
.magazineBlock h3 {
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/icon_circle.gif) no-repeat 0 5px;
}
.magazineBlock01 h3 {
	margin-bottom: 10px !important;
}

/* # clearfix
---------------------------------------------------------------------------- */

div#content div#submit {
	zoom: 1;
}

div#content div#submit:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.onlineNegotiations {
	margin-bottom: 40px;
}

.ipRadio {
	margin-top: 5px;
	margin-bottom: 2px!important;
}

.ipRadio:first-child() {
	margin-top: 14px;
}

.radioCustom {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
}

.radioCustom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
	width: 0;
	height: 0;
}

.radioCustom .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 12px;
	width: 12px;
	padding-left: 0!important;
	background-color: #eee;
	border-radius: 50%;
}

.radioCustom:hover input ~ .checkmark {
	background-color: #ccc;
}

.radioCustom input:checked ~ .checkmark {
	background-color: #2196F3;
}

.radioCustom .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radioCustom input:checked ~ .checkmark:after {
	display: block;
}

.radioCustom .checkmark:after {
	top: 4px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: white;
}

.linkModal {
	color: #0075FF;
	text-decoration: underline;
}
.linkModal:hover {
	text-decoration: none;
}
.modalPopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 20px;
	background-color: rgba(0,0,0,0.7);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	font-family: "Hiragino Kaku Gothic Pro";
}

.modalPopup.active {
	opacity: 1;
	visibility: visible;
}

.modalPopup .modalInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 530px;
	width: calc(100% - 112px);
	margin: auto;
	padding: 32px 35px 25px;
	border-radius: 6px;
	background-color: #FFF;
}

.modalPopup .ttl {
	position: relative;
	display: inline-block;
	margin-bottom: 35px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	color: #EC6308 !important;
}

.modalPopup .ttl::after {
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #EC6308;
	content: '';
}

.modalPopup .modalContent {
	max-height: calc(100vh - 176px);
	overflow-y: auto;
	font-size: 13px;
	line-height: 2.3;
	color: #333;
}

.modalPopup .modalContent .txtStrong {
	font-weight: bold;
}


.btnClose {
	position: absolute;
	top: -46px;
	right: 21px;
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.btnClose span {
	position: absolute;
	top: 50%;
	display: inline-block;
	background-color: #FFF;
	width: 100%;
	height: 4px;
}

.btnClose span:first-child {
	transform: rotate(-45deg);
}

.btnClose span:last-child {
	transform: rotate(45deg);
}

@media only screen and (max-width:736px) {
	.ipRadio {
		margin-bottom: 5px;
	}

	.radioCustom {
		font-size: 11px;
	}

	.radioCustom .checkmark {
		top: 0;
		height: 15px;
		width: 15px;
	}

	.radioCustom input:checked ~ .checkmark:after {
		display: block;
	}

	.radioCustom .checkmark:after {
		top: 5px;
		left: 5px;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: white;
	}

	.modalPopup {
		padding: 15px;
	}

	.modalPopup .modalInner {
		top: calc(50% - 30px);;
		width: calc(100% - 70px);
		padding: 30px 20px;
		border-radius: 3px;
	}

	.modalPopup .ttl {
		margin-bottom: 22px;
		font-size: 13px;
		line-height: 1.6;
	}

	.modalPopup .ttl::after {
		bottom: -8px;
		height: 2px;
	}

	.modalPopup .modalContent {
		font-size: 11px;
		line-height: 2.1;
	}

	.btnClose {
		top: -28px;
		width: 18px;
		height: 18px;
	}

	.btnClose span {
		height: 2px;
	}
}