@charset "utf-8";

/* ======================
 * /inquire/　
======================= */

/* iconImage
=========================================*/
body#popup .iconImage {
	margin: -2px 5px 0 0;
	vertical-align: middle;
}

/* helpIcon
=========================================*/
body#popup .helpWrap {
	position: relative;
	display: inline-block;
}
body#popup .toolBox {
	display: none;
	width: 480px;
	position: absolute;
	bottom: 30px;
	left: -38px;
	padding: 10px 14px;
	background: #edf4f9;
	border: #278dd5 2px solid;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
body#popup .toolBox:after {
	position: absolute;
	bottom: -14px;
	left: 42px;
	content: url(/00000000/inquire/images/inquire_ic03.png);
	width: 13px;
	height: 14px;
}
body#popup .helpIcon {
	display: inline-block;
	width: 17px;
	height: 18px;
	margin: 0 0 0 4px;
	background: url(/00000000/inquire/images/inquire_ic02.png) 0 1px no-repeat;
	text-indent: -9999px;
	outline: none;
}

/* inquireLink
=========================================*/
body#popup .inquireLink ul {
	float: right;
}
body#popup .inquireLink ul li {
	float: left;
	margin: 0 0 0 30px;
}

/* inquireBox
=========================================*/
.inquireBox {
	margin-top: 20px;
	padding: 16px 20px;
	border: solid 1px #d5d5d5;
}

/* agreeBt
=========================================*/
.agreeBt {
	width: 178px;
	height: 58px;
	margin: 20px auto 0;
}
.agreeBt input[type=checkbox] {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.agreeBt input[type=checkbox] + label {
	display: block;
	width: 178px;
	height: 58px;
	margin-top: -20px;
	padding: 22px 0 0 58px;
	background: url(/00000000/inquire/images/inquire_bt01.gif) no-repeat 0 0;
	color: #6d6d6d;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.agreeBt input[type=checkbox]:checked + label {
	background: url(/00000000/inquire/images/inquire_bt01on.gif) no-repeat 0 0;
	color: #000000;
}
.agreeBt input[type=checkbox] + label:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/* form input
=========================================*/
.formCaption {
	margin: 20px 0 0;
}
.formCaption + * {
	margin: 20px 0 0 !important;
}
.formInput th,
.formInput td {
	vertical-align: middle;
}
.formInput input.onPlaceholder,
.formInput textarea.onPlaceholder {
	color: #aaaaaa;
}
.formInput select {
	padding: 5px;
}
.formInput input[type="text"] {
	width: 100%;
	height: 38px;
	padding: 0 15px;
	border: solid 1px #d5d5d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.formInput input[type="checkbox"] {
	margin: -2px 5px 0 0;
}
.formInput input[type="checkbox"],
.formInput input[type="checkbox"] + label,
.formInput input[type="radio"],
.formInput input[type="radio"] + label {
	cursor: pointer;
}
.formInput input.postalcodeInput {
	width: 150px;
}
.formInput p + input[type="text"] {
	margin-top: 5px;
}
.formInput textarea {
	width: 100%;
	padding: 10px 15px;
	border: solid 1px #d5d5d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.formInput tr.required th {
	padding-right: 50px;
	background: #f1f1f1 url(/00000000/inquire/images/inquire_ic01.gif) no-repeat 95% 50%;
}
.formInput tr.post th {
	padding-right: 50px;
}
.formInput tr.required input[type="text"],
.formInput tr.required textarea {
	background: #fdf2f2;
}

.formInput .addressSearch {
	display: table;
}
.formInput .addressSearch li {
	display: table-cell;
	padding-right: 9px;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: middle;
}
.formInput .addressSearch li:last-child {
	padding-right: 0;
}
.formInput .textList {
	margin-left: -10px;
}
.formInput .textList li {
	position: relative;
	display: inline-block;
	width: 80px;
	margin-left: 10px;
}
.formInput .textList li:before {
	display: block;
	content: "-";
	position: absolute;
	top: 0.7em;
	left: -10px;
}
.formInput .textList li:first-child:before {
	display: none;
}
.formInput .error {
}
.formInput .error p.errorTx {
	color: #cc0000;
	font-weight: bold;
}
.formInput .error input[type="text"],
.formInput .error textarea {
	border: solid 1px #cc0000;
}
.formInput label[for="urlInput01"] {
	display: inline-block;
	color: #999999;
}
.formInput #urlInput01 {
	width: 86.5%;
	margin: 0 0 0 18px;
}
.formInput .radioList {
	margin-left: -40px;
}
.formInput .radioList2 {
    margin-left: -28px;
}
.formInput .radioList li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	padding-left: 20px;
}
.formInput .radioList li input[type="radio"] {
	position: absolute;
	top: 1px;
	left: 0;
}
.formInput .radioList2 li {
	position: relative;
	display: block;
	margin-left: 30px;
	padding-left: 20px;
}
.formInput .radioList2 li input[type="radio"] {
	position: absolute;
	top: 1px;
	left: 0;
}
.formInput .selectList {
	margin-left: -20px;
}
.formInput .selectList li {
	display: inline-block;
	margin-left: 20px;
}
.errorTx + label[for="urlInput01"],
.errorTx + label[for="urlInput01"] + #urlInput01  {
	margin-top: 5px;
}
.confirmBlock01 {
	margin-top: 30px;
	padding: 20px;
	background: #f1f1f1;
	text-align: center;
}
body#popup .acHead {
	font-weight: bold;
}
body#popup .acContent .tableSection {
	margin-top: 20px;
}
body#popup .acContent .tableSection td {
	background: #ffffff;
}
body#popup .acContent .acInner + .acInner {
	margin-top: 28px;
	padding-top: 28px;
	border-top: #dddddd solid 1px;
}
body#popup .frameBox {
	width: 100%;
	height: 175px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	margin-top: 20px;
	padding: 20px;
	background: #ffffff;
	border: #d5d5d5 solid 1px;
	overflow-y: scroll;
}
.securityBox {
	display: table;
	width: 625px;
	margin: 15px auto 0;
}
.securityBox .securityIcon {
	display: table-cell;
	width: 107px;
	vertical-align: top;
}
.securityBox .detail {
	display: table-cell;
	width: 493px;
	padding-left: 25px;
	vertical-align: middle;
}
/* formSubmit
=========================================*/
body#popup .formSubmit {
	position: relative;
	display: table;
	margin: 30px auto 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
body#popup .formSubmit:before {
	position: absolute;
	top: 50%;
	left: 12px;
	width: 17px;
	height: 17px;
	margin-top: -10px;
	background: url(/common/images/common_ic08.png) no-repeat 0 0;
	z-index: 10;
	content: "";
}
body#popup .formSubmit:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
body#popup .formSubmit .formSubmitBt01 {
	display: table-cell;
	padding: 14px 75px 14px 98px;
	background: #2f91d7;
	background: -moz-linear-gradient(top, #2f91d7 0%, #2b8dd2 50%, #2688cd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f91d7), color-stop(50%,#2b8dd2), color-stop(100%,#2688cd));
	background: -webkit-linear-gradient(top, #2f91d7 0%,#2b8dd2 50%,#2688cd 100%);
	background: -o-linear-gradient(top, #2f91d7 0%,#2b8dd2 50%,#2688cd 100%);
	background: -ms-linear-gradient(top, #2f91d7 0%,#2b8dd2 50%,#2688cd 100%);
	background: linear-gradient(to bottom, #2f91d7 0%,#2b8dd2 50%,#2688cd 100%);
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 2px #0e629e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	line-height: 1.2;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	cursor: pointer;
}
body#popup .formSubmit .formSubmitBt01:active {
	border-top: solid 2px #0e629e;
	border-right: none;
	border-left: none;
	border-bottom: none;
}


/* sslInfo
=========================================*/
body#popup .sslInfo {
	clear: both;
	margin-top: 15px;
	text-align: center;
}
body#popup .sslInfo p {
	display: inline-block;
	vertical-align: middle;
}
body#popup .sslInfo p:first-child {
	margin-right: 25px;
}


/* confirmSubmit
=========================================*/
body#popup .confirmSubmit {
	margin-top: 30px;
}
body#popup .confirmSubmit .linkBt03,
body#popup .confirmSubmit .formSubmit {
	margin-top: 0;
}
body#popup .confirmSubmit .linkBt03 a:before {
	border-width: 3px 5px 3px 0;
	border-color: transparent #278dd5 transparent transparent;
}
body#popup .confirmSubmit ul {
	text-align: center;
}
body#popup .confirmSubmit ul li {
	display: inline-block;
	vertical-align: middle;
}
body#popup .confirmSubmit ul li:first-child {
	margin-right: 55px;
}

/* closeBt
=========================================*/
body#popup .closeBt {
	width: 180px;
	margin-top: 50px;
	text-align: center;
}

/* ansArea
=========================================*/
.ansArea {
	margin-top:30px;
}
.ansArea  textarea {
	width: 744px;
}
.caution {
	margin: 20px;
}
.caution02 {
	margin-top:20px;
	font-weight:bold;
}
.section .tableSection span.footnote {
	font-size:120%;
	color:#fc5900;
}
.section .tableSection .tableType01 {
	margin-top:30px;
}
.column01 .columnBody ul.iconList01 {
	margin-top: 0;
}
.columnHeading02 {
  padding: 10px 20px;
  background: #f4f4f4;
  border-top: solid 1px #d5d5d5;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  font-size: 100%;
  color:#cc0000;
  font-weight: bold;
}


/* ClearFix
=========================================*/
body#popup .inquireLink:after,
body#popup .inquireLink ul:after,
.formInput .postalcodeList:after {
	content: "";
	display: block;
	clear: both;
}
body#popup .inquireLink,
body#popup .inquireLink ul,
.formInput .postalcodeList {
	min-height: 1%;
	zoom: 1;
}

.service_plan{
	overflow:hidden;
}
.service_plan li{
	float:left;
	width:45%;
	padding: 0 0 5px 5px;
}
