@charset "utf-8";

/*-------- MEMO ---------

本番UPはcommon/cssの中へ

-------------------------*/

body.lp_form{
  width:auto !important;
  min-width: auto;
}

  
/*Contents style
---------------------------------*/
.content .container {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
}
.content .container h1 {
  font-size: 30px;
  padding-bottom: 15px;
}
.content .container h2 {
  font-size: 27px;
  padding-bottom: 15px;
}
.content .container h3 {
  font-size: 24px;
  padding-bottom: 15px;
}
.content .container h4 {
  font-size: 21px;
  padding-bottom: 15px;
}
.content .container h5 {
  font-size: 18px;
  padding-bottom: 15px;
}
.content .container h6 {
  font-size: 15px;
  padding-bottom: 15px;
}
.content .container p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 15px;
}
.content .container ul li,
.content .container ol li {
  font-size: 14px;
  line-height: 24px;
}
.content .container ul,
.content .container ol {
  margin: 0 0 1.5em 3em;
}
.content .container ul ul,
.content .container ul ol,
.content .container ol ul,
.content .container ol ol {
  margin: 0 0 0 3em;
}
.content .container table {
  width: 100%;
  margin: 0 0 15px 0;
  border-collapse: collapse;
}
.content .container table th,
.content .container table td {
  padding: 5px 8px;
  border: solid 2px #256498;
  font-size: 14px;
  line-height: 27px;
}
.content .container table th {
  background: #256498;
  color: #FFF;
  font-weight: normal;
  white-space: nowrap;
}
.content .container table td.nowrap {
  white-space: nowrap;
}
.content .container .textCenter {
  text-align: center;
}
.content .container .textRight {
  text-align: right;
}
.content .container hr {
  height: 1px;
  margin: 0 0 1.5em 0;
  background: #FFF;
  border: none;
  border-bottom: solid 1px #C0C0C0;
  color: #FFF;
  clear: both;
}
.content .container .column2 .left {
  width: 49%;
  float: left;
}
.content .container .column2 .right {
  width: 49%;
  float: right;
}
.content .container .column2.width330 .left {
  width: 65%;
  float: left;
}
.content .container .column2.width330 .right {
  width: 33%;
  float: right;
}

form.form {
  width: 85%;
  margin: 0 auto;
  text-align: left;
}
form.form p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 15px;
  clear: both;
}
form.form p > label {
  width: 20%;
  margin-right: 15px;
  float: left;
  display: table;
}
form.form p.description > label,
form.form p.CampaignCode__c > label {
  width: auto;
  margin-right: 0;
  float: none;
}
form.form p.pd-checkbox span.value span {
  display: inline-block;
}
form.form .required label {
  padding-right: 45px;
/*  background: url(../images/icon_must.gif) right top no-repeat !important;
*/}
form.form .required label:after{
	content:' * ';
	color:red;
	font-weight:bold;
}
form.form textarea {
  margin-bottom: 15px;
  padding: 8px 10px;
  border: solid 1px #242413;
}
form.form input[type="text"],
form.form textarea {
  padding: 8px 10px;
  border: solid 1px #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px #EEE inset;
  -moz-box-shadow: 0 1px 3px #EEE inset;
  box-shadow: 0 1px 3px #EEE inset;
}
form.form input[type="submit"] {
  padding: 5px 20px;
  background: #256498;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  line-height: 27px;
  color: #FFF;
  display: inline-block;
}
form.form p.submit {
  margin: 0;
  text-align: center;
}
form.form span.description {
  display: block;
}
form.form .pre span.description {
  white-space: pre-wrap;
}
form.form .subscription.pre span.description {
  width: auto;
  height: 250px;
  padding: 10px;
  border: solid 1px #333;
  font-size: 13px;
  line-height: 1.5;
  overflow: auto;
  display: block;
}
form.form .pd-checkbox.labelNone > label {
  display: none;
}
form.form .pd-checkbox span label,
form.form .pd-radio span label {
  display: inline-block;
}
form.form .pd-checkbox.required span label,
form.form .pd-radio.required span label {
  padding-right: 15px;
  background: none !important;
}
form.form .pd-checkbox.required span label:after, form.form .pd-radio.required span label:after {
  content: '';
}
form.form .pd-checkbox span label 
form.form .sizeSSS input[type="text"],
form.form .sizeSSS textarea {
  width: 20%;
}
form.form .sizeSS input[type="text"],
form.form .sizeSS textarea {
  width: 30%;
}
form.form .sizeS input[type="text"],
form.form .sizeS textarea {
  width: 40%;
}
form.form .sizeM input[type="text"],
form.form .sizeM textarea {
  width: 50%;
}
form.form .sizeMax input[type="text"],
form.form .sizeMax textarea {
  width: 100%;
  box-sizing: border-box;
}
form.form .sizeFull input[type="text"],
form.form .sizeFull textarea {
  width: 100%;
  box-sizing: border-box;
}
form.form a:link {
  color: #007FFF;
  text-decoration: underline;
}
form.form a:visited {
  color: #007FFF;
  text-decoration: underline;
}
form.form a:hover {
  color: #007FFF;
  text-decoration: none;
}
form.form a:active {
  color: #007FFF;
  text-decoration: none;
}
.errors,
.error {
  color: #F00;
}
.img-estimation {
	float: right;
	width: 243px;
}
.img-trialentry {
	float: right;
	width: 378px;
}
.img-contact {
	float: right;
	width: 379px;
}
.font-size40 {
  font-size: 40px !important;
}
.font-size30 {
  font-size: 30px !important;
  line-height: 1.8 !important;
}
.font-size25 {
  font-size: 25px !important;
  line-height: 1.8 !important;
}
.font-size20 {
  font-size: 20px !important;
  line-height: 1.5 !important;
}
.font-size16 {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.font-size14 {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.font-size12 {
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.font-no-bold {
  font-weight: normal !important;
}
.marB30 {
  margin-bottom: 30px !important;
}
.marB0 {
  margin-bottom: 0px !important;
}

/*n01 Section style
---------------------------------*/
#n01 {
  margin-top: 121px;
  padding: 80px 0 80px 0;
}
/*form Section style
---------------------------------*/
#form {
  padding: 0;
}
#form .container {
  max-width: 944px;
  /*width: 944px;*/
  width: auto;
}


.catalyst_form{
	  margin-left: -15px;
}
.catalyst_form p.submit input{
	background:#282828 !important;
}
.catalyst_form textarea{
    width: 90%;
}

/*～767px
---------------------------------*/
@media all and (max-width: 767px) {

  /*n01 Section style*/
  #n01 {
    margin-top: 80px;
    padding: 50px 0 50px 0;
  }
  .content .container {
    width: auto;
    padding: 0 15px;
  }
  .content .container table {
    border-top: solid 2px #256498;
  }
  .content .container table th,
  .content .container table td {
    border-top: none;
    display: block;
  }
  .content .container .column2 .left {
    width: auto;
    float: none;
  }
  .content .container .column2 .right {
    width: auto;
    float: none;
  }
  .content .container .column2.width330 .left {
    width: auto;
    float: none;
  }
  .content .container .column2.width330 .right {
    width: auto;
    float: none;
  }
  .content .container .column2.width330 .right img {
    width: 100%;
  }
  #form .container {
    width: auto;
  }
  form.form .subscription.pre span.description {
    width: 95%;
  }
  form.form .sizeSSS input[type="text"],
  form.form .sizeSSS textarea {
    width: 95%;
  }
  form.form .sizeSS input[type="text"],
  form.form .sizeSS itextarea {
    width: 95%;
  }
  form.form .sizeS input[type="text"],
  form.form .sizeS textarea {
    width: 95%;
  }
  form.form .sizeM input[type="text"],
  form.form .sizeMax input[type="text"],
  form.form .sizeM textarea,
  form.form .sizeMax textarea {
    width: 95%;
  }
	.img-estimation,
	.img-trialentry,
	.img-contact {
    width: auto;
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}
	.img-estimation img,
	.img-trialentry img,
	.img-contact img {
    width: 100%;
	}

form.form{ width:90%;}
form.form p > label{ width:auto;}



}