@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  資料請求・お問い合わせ
* --------------------------------------------------------------------------------------------------*/
.contentIn {
	width: auto;
}
section .boxStyle01 {
    margin: 0;
}
#sec01 a {
	color: #0000ff;
	text-decoration: underline;
}
#sec01,#sec02 {
	margin-bottom: 85px;
}
#sec02 {
	text-align: center;
}
#sec02 p {
	margin-bottom: 40px;
}
table {
	width: 100%;
    table-layout: fixed;
	margin-bottom: 58px;
}
table tr {
	border-bottom: 1px dotted #b4b4b4;
}
table tr:first-of-type {
	border-top: 1px dotted #b4b4b4;
}
table th,
table td {
	padding: 18px 0;
}
table th {
	width: 300px;
	position: relative;
	vertical-align: top;
}
table th .required {
	font-size: 14px;
    line-height: 1;
	color: #fff;
	background-color: #ff8646;
	padding: 5px;
    position: absolute;
    top: 22px;
    right: 20px;
    margin: auto;
}

table td {
	width:645px;
}
input[type="text"], textarea {
    width: 100%;
	border: 1px solid #ccc;
}
[class*="nameBox"] input[type="text"] {
	width: 244px;
}
[class*="nameBox"] input[type="text"]:first-of-type {
	margin-right: 45px;
}
.w62 {
	width: 62px;
	display:inline-block;
}
.w55 {
	width: 55px;
	display: inline-block;	
}
.address input[type="text"] {
	width: 164px;
	margin-left: 15px;
}
.address input[type="text"]:first-of-type {
	margin-right: 13px;
}
.address .address01 input[type="text"] {
	margin: 8px 0 0 0;
	width: 100%;	
}
textarea {
	height: 148px;
    resize: none;
}
/* checkbox 
--------------------------------------------------------------*/
.checkbox01 label + label {
	margin-left: 25px;
}
/*
input[type=checkbox] {
  display: none;
}
*/
.check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 45px;
  vertical-align: middle;
  cursor: pointer;
}
.check_css:hover:after {
  border-color: #cccccc;
}
.check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  content: '';
}
.check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #cccccc;
  border-bottom: 3px solid #cccccc;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}
@media screen and (max-width:768px) {
	section {
		margin-bottom: 50px !important;
	}
	section:last-of-type {
		margin-bottom: 0 !important;
	}	
	#sec02 p {
		margin-bottom: 20px;
	}
	#sec02 img {
		max-width: 65%;
	}	
	table {
		margin-bottom: 30px;
	}
	table th,
	table td {
		padding: 9px 0;
		width: 100%;
		display: block;		
	}
	table th .required {
		font-size: 12px;
		position: absolute;
		top: 12px;
	}
	[class*="nameBox"] input[type="text"] {
	    width: 90%;	
	}
	[class*="nameBox"] input[type="text"]:first-of-type {
	    width: 90%;		
		margin-right: 0;
	    margin-bottom: 10px;		
	}
	.w62 {
		width: 10%;
    	margin-bottom: 10px;		
	}
	.w55 {
		width: 10%;
	}
	.address input[type="text"] {
		width: 38%;
		margin-left: 10px;
	}
/* checkbox 
--------------------------------------------------------------*/	
	.checkbox01 label {
		margin-bottom: 15px;
		display: block;
	}	
}

/* index.php */
input[type=checkbox] {
  vertical-align: middle;
}
.checkbox_label {
  margin-left: 5px;
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .checkbox_label {
    margin-left: 5px;
    margin-right: 0;
  }
  .checkbox_label:after {
    content: "\A";
    white-space: pre;
  }
}

/* confirm.php */
.confirm_buttons {
  text-align: center;
}
.confirm_buttons div {
  display: inline-block;
}
#btn_modify {
  margin-bottom: 20px;
  background-color: #6779EC;
	background-image: url(../img/common/cmn_arrow03.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
}
.checkbox01 li {
  list-style-type: disc;
  margin-left: 10px;
}
@media screen and (max-width:768px) {
  .confirm_buttons div {
    width: 80%;
    max-width: 300px;
  }
  .checkbox01 li {
    margin-left: 30px;
  }
}

/* submit.php */
#submit_message {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 40px;
}