@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: linear-gradient(-45deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.1)), url(../img/contact_img/pagetitle_bg.jpg) center center;
	background-size: 8px 8px, cover;
}

/*------------------------------------------------------------contents*/
#sec01 {
	text-align: center;
}
#sec01 p.tel {
	text-align: center;
	font-family: 'Teko', sans-serif;
	font-size:40px;
	color:#00a0e9;
}
#sec01 p.tel span {
	margin-left:10px;
	font-size:50px;
	color:#000;
}
#sec01 p.tel a {
	text-decoration: none;
	color:#000;
}

#sec02 .title02 span {
	margin-right: 10px;
	font-size:20px;
	font-family: 'Teko', sans-serif;
	font-weight: normal;
}
#sec02 .step {
	margin-bottom: 20px;
	text-align: center;
}
#sec02 .step img {
	width:100%;
	max-width: 360px;
	height: auto;
}

.link_pdf {
	margin-bottom: 30px;
	text-align: center;
	font-size:17px;
}
.link_pdf .icon {
	font-size:22px;
}
@media print, screen and (min-width:768px) {
#sec02 .title02 span {
	font-size:26px;
}
}


/*----------------------------------form*/
table#contact {
	width: 100%;
	margin:0 auto 20px;
	border-collapse: separate;
	border-spacing: 2px;
}
table#contact tr th {
	display: block;
	padding: 10px;
	background: rgba(0,0,0,0.1);
	line-height: 150%;
	text-align: left;
	vertical-align: middle;
}
table#contact tr td {
	display: block;
	padding: 10px;
	text-align: left;
	background: #fff;
	vertical-align: middle;
}
table#contact tr td.td_child {
}
table#contact p {
	margin-bottom: 5px;
}
table#contact tr th span.form_title {
	display: block;
	overflow: hidden;
}

/*必須アイコン*/
table#contact tr th span.txt_required {
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #cc1414;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*任意アイコン*/
table#contact tr th span.txt_optional {
	float: left;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	border-radius: 2px;
	color: #fff;
	background: #666;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*入力エリア装飾*/
input[type=text], input[type=tel], textarea	{
	padding: 10px;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
	font-size: 1.6rem;
	border-radius: 0;
	-webkit-appearance : none;
}
label.fileupload {
	font-size:16px;
	line-height: 1.1;
	vertical-align: middle;
}
input[type=file]	{
	display: block;
	line-height: 1.1;
	font-size:16px;
	width:240px;
	vertical-align: middle;
}
input:focus, select:focus, textarea:focus {
	background: #E2EBF4;
	border: 1px solid #E2EBF4;
}
label {
	white-space: nowrap;
}
/*入力エリアサイズ*/
.input_10 {
	width: 10%;
}
.input_30 {
	width: 30%;
}
.input_50 {
	width: 50%;
}
.input_70 {
	width: 70%;
}
.input_100 {
	width: 100%;
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #bbb;
}
::-moz-placeholder {
    color: #bbb;
}
:-ms-input-placeholder {
    color: #bbb;
}
input:focus::-webkit-input-placeholder { 
	color:transparent;
}
input:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
textarea:focus::-webkit-input-placeholder { 
	color:transparent;
}
textarea:focus:-moz-placeholder {
	color:transparent;
}
textarea:focus::-moz-placeholder {
	color:transparent;
}
/*ラジオボタン余白調整*/
input[type=radio] {
	margin-right: 5px;
	margin-left: 15px;
}
/*チェックボックス余白調整*/
input[type=checkbox] {
	margin-right: 5px;
	margin-left: 15px;
}
/*送信・戻るボタン*/
ul.submit_btn {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
ul.submit_btn li {
	display: inline-block;
	cursor: pointer
}
ul.submit_btn li.inp_submit01 input {
	color: #fff;
	background: #000;
	border: none;
	border-radius: 0;
	padding: 10px 30px;
	margin: 0 5px;
	cursor: pointer;
}
/* 送信ボタン - 押せないとき */
ul.submit_btn li.inp_submit01 input[disabled] {
background: #ccc;
cursor: default;
}
ul.submit_btn li.inp_submit02 input {
	color: #fff;
	background: #606060;
	border: none;
	border-radius: 4px;
	padding: 10px 30px;
	margin: 0 5px;
	cursor: pointer;
}
ul.submit_btn li:hover {
	opacity: 0.7;
}
/*送信完了画面用*/
#thanks {
	margin:20px 0;
}
#thanks h5 {
	margin:0 0 15px;
	font-size:16px;
	font-weight:bold;
}
@media print, screen and (min-width:375px) {
input[type=file]	{
	display: inline-block;
	width:240px;
}
}	
@media print, screen and (min-width:768px) {
table#contact {
	border-collapse: separate;
}
table#contact tr th {
	display: table-cell;
	width: 28%;
}
table#contact tr td {
	display: table-cell;
}
table#contact tr td.td_child {
}
input[type=file]	{
	display: inline-block;
	width:300px;
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
}
/*----------------------------------privcypolicy*/
#sec03{
    margin-bottom: 20px;
}
#sec03 #priv_pol{
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #D4CACB;
    margin: 10px 0;
    
}
#sec03 #pol_cont{
    padding: 10px;
    text-align: left;
}
#sec03 checkbox01{
    font-size: 16px;
    margin: 0 auto;
    
}
#sec03 #checkBtn{
    width: 20px;
    height: 20px;
}
#sec03 #check01{
    text-align: center;
    font-size: 16px;
}

#pol_cont h2 {
    margin-bottom: 20px;
    font-size:18px;
    font-weight: bold;
}
#pol_cont > ul > li {
    margin-bottom: 20px;
}
#pol_cont > ul > li > h3 {
    font-weight: bold;
}
#pol_cont > ul > li > ul {
    margin-top: 10px;
    margin-left: 20px;
}
#pol_cont > ul > li > ul > li  {
    margin-bottom: 6px;
}
