@charset "utf-8";
/* CSS Document */
/*===============================================================
  Index・Thanks共通スタイル
 ===============================================================*/
 body {
  margin: 0 0 0;
}
 #wrap {
   padding : 0 0 50px 0;
   text-align : center;
   width : 100%;
 }

/*===============================================================
Indexページ用
===============================================================*/


#formContent {
  margin : 0 auto;
  text-align : left;
  width: 1000px;
}
select {
  width : 171px;
}
.privacy {
  margin : 0 auto;
  padding : 0 0 45px 0;
  width : 572px;
}
.copyRight {
  width: 1000px;
  line-height: 33px;
  text-align : center;
  color : #fff;
  font-size : 10px;
  background : #76808A;
  height: 33px;
  margin: 0 auto 150px;
}
.copyRight__noFooter {
  line-height: 33px;
  text-align : center;
  color : #fff;
  font-size : 10px;
  background : url(./img/copyRight_bg.png);
  height: 33px;
  width: 100%;
  margin: 0 auto;
}
#goForm {
  padding: 20px 0;
  background: #e6f4e5;
  margin-bottom: 30px;
}
#term {
  margin-bottom: 30px;
}
.form-privacy {
  margin-top: 50px;
}
.lpBox01 {
  width: 100%;
  margin: 0 0 0;
  text-align: center;
}
.lpBox01 img {
  display: block;
  margin: 0 auto;
}

#price {
	margin-bottom: 70px;
}
#reason {
	margin-bottom: 30px;
}
#flow {
	margin-bottom: 50px;
}
#company {
	margin-top: 80px;
}

/* form用スタイル */
.table_head{
  width:30%;
  padding: 11px;
  border-top : 1px dotted #9e9e9e;
  vertical-align: top;
  background : #f7f7f7;
  text-align: left;
}

.table_contents{
  width:70%;
  padding : 8px 0 8px 13px;
  border-top : 1px dotted #9e9e9e;
}
.item_title{
  padding : 0 0 8px 13px;
  color : #5A5A5A;
}
.req:after{
  content: "必須";
  color:#FFF;
  font-size:0.7em;
  background: #F00;
  margin-left:5px;
  padding:2px 8px;
  border-radius: 5px 5px 5px 5px;
}
.opt:after{
  content: "任意";
  color:#FFF;
  font-size:0.7em;
  background: #8c8c8c;
  margin-left:5px;
  padding:2px 8px;
  border-radius: 5px 5px 5px 5px;
}
.iframe{
  overflow: auto;
  margin : 0 0 20px 0;
  padding :10px;
  color : #5A5A5A;
  border: solid 1px #e8e7eb;
  width: 561px;
  height: 147px;
}
table{
  border-bottom : 1px dotted #9e9e9e;
  margin-top:12px;
}
.form-submit{
  background:url(./img/form_btn_send.png);
  width:342px;
  height:53px;
  border:none;
  margin:0px auto;
  text-indent:-9999px;
  cursor:pointer;
}
.submit-button{
  text-align: center;
}
.fleft{
  float:left;
}
.formitem{
  width:95%;
  font-size:12pt;
}

#privacy {
  width: 606px;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
  margin-bottom: 10px;
  border: solid 1px #8c8c8c;
}
/* 送信ボタンを押せなくする */
.is-inactive {pointer-events: none;}

/*============================

	table.outlineBox

==============================*/

table.outlineBox {
  border:3px solid #d7d7d7;
  border-collapse:collapse;
  table-layout:fixed;
  width: 1000px;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 25px;
  }
  table.outlineBox tr:last-child {
  border-bottom:none;
  }
  table.outlineBox tr {
  border-bottom:1px solid #d7d7d7;
  }
  table.outlineBox th,
  table.outlineBox td {
  padding:12px 20px;
  text-align:left;
  vertical-align:top;
  }
  table.outlineBox th {
  border-right:3px solid #d7d7d7;
  font-weight:700;
  width:130px;
  }
  table.outlineBox th {
  background-color:#f0f0f0 !important;
  }

/*===============================================================
  Thanksページ用
 ===============================================================*/

 /* ------ .form-privacy ------ */
 .form-privacy {
   width:530px;
   margin:0 auto;
   padding-bottom:30px;
   color:#333;
   font-size:13px;
   text-align:left;
 }
 .form-privacy a {
   float:left;
   margin-right:30px;
   padding:5px;
   border:1px solid #ddd;
   border-radius:1px;
 }
 .form-privacy .bold {
   margin-bottom:6px;
   font-size:1.05em;
 }
 /*==============================
 Common style
------------------------------*/
 a{outline:0;}
 img{border:none;}
 li {list-style: none; }
 li img{display:block;}
 .cf:before,.cf:after {content:"";display:table;}
 .cf:after {clear:both;}
 .cf {
   zoom: 1;
   display: block;
 }
 .block {display: block;}
 .f11 {font-size: 11px;}
 .bold{font-weight:bold;}
 .pb5{padding-bottom: 5px;}
 .pb10{padding-bottom: 10px;}
 .pb15{padding-bottom: 15px;}
 .pb20{padding-bottom: 20px;}
 .pb25{padding-bottom: 25px;}
 .pb30{padding-bottom: 30px;}
 .pb35{padding-bottom: 35px;}
 .pb40{padding-bottom: 40px;}
 .pb45{padding-bottom: 45px;}
 .pb50{padding-bottom: 50px;}
 .pb55{padding-bottom: 55px;}
 .pb60{padding-bottom: 60px;}

#thanks_wrap {
   padding : 0 0 0 0;
   text-align : center;
   width : 100%;
   margin: 0;
}
#header {
   margin : 0 auto 14px auto;
   width : 890px;
}
#header h1 {
   float : left;
   width : 219px;
   margin-left: -20px;
}
#header .logoTxt {
   float: left;
   padding: 15px 0 0 80px;
   font-weight: bold;
   color: #5a5a5a;
}
#header ul {
   float : right;
   width : 199px;
}
#thanks_formContent {
   margin : 0 auto;
   text-align : left;
   width : 890px;
}
#thanks_formContent .formTop {
   margin : 0 0 40px 0;
   padding : 0 0 10px 0;
   background : url(./img/form_bg_top_main.png) no-repeat;
}
#thanks_formContent .formTop .formTopInner {
   padding : 38px 0 0 51px;
}
#thanks_formContent .formTop .formTopInner h2 {
   margin: 0 0 16px 0;
   padding: 100px 0 110px;
   width : 530px;
}
#thanks_formContent .formTop .formTopInner p {
   color : #7c7c7c;
}
#thanks_formContent .formTop .formBottom {
   padding : 0 0 14px 0;
   background: url(./img/form_bg_bottom_main.png) no-repeat bottom;
}
#thanks_formContent .formTop .formBottom .formMain {
   margin-top: 37px;
   background: url(./img/form_bg_side_main.png) repeat-y;
}
#thanks_formContent .formTop .formBottom .formMain .formArea {
   margin : 0 auto;
   width : 789px;
}
.thanks_cr{
  background : url(./img/copyRight_bg.png);
}
/*==============================
policyLink
------------------------------*/
.policyArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 1000px;
	margin: 3px auto 20px;
	line-height: 1.5
}

.policyArea .txtPolicy {
	position: relative;
	display: block;
	padding-left: 8px;
	font-size: 12px
}

.policyArea .txtPolicy a {
}

.policyArea .txtPolicy+.txtPolicy {
	margin-left: 10px
}

.policyArea .txtPolicy a::before {
	content: '';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 4px solid #1e9c39;
	position: absolute;
	top: 48%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.stForm__link {
	text-decoration: underline;
}
