@charset "UTF-8";

/*title01*/
.title01 {
	background: url(../img/contact_img/icon_title.png) left center no-repeat, url(../img/common_img/title01_bg_left.png) no-repeat left bottom, url(../img/common_img/title01_bg_right.png) no-repeat right bottom, url(../img/common_img/title01_bg_middle.png) repeat-x bottom;
	background-size: auto 32px, auto auto, auto auto, auto auto;
}
@media print, screen and (min-width:768px) {
.title01 {
	background-size: auto 41px, auto auto, auto auto, auto auto;
}
}

div.step {
	margin-bottom:15px;
	text-align: center;
}
div.step img {
	width:100%;
	max-width: 440px;
	height:auto;
}
.contact_wrap {
	background: url(../img/common_img/bg_white_stripe.png);
	border-radius: 6px;
	padding: 10px;
	text-align: center;
}
.contact_wrap .contact_bg {
	padding: 20px;
	background: url(../img/common_img/bg_skyblue.gif);
	transition: all 0.5s;
	text-decoration: none;
}

/*----------------------------------form*/
table#contact {
	width: 100%;
	margin: 20px 0;
	border-top: 1px dashed rgba(0,125,161,0.6);
}
table#contact tr th {
	display: block;
	padding: 10px;
	background: rgba(255,255,255,0.4);
	line-height: 150%;
	text-align: left;
	vertical-align: middle;
}
table#contact tr td {
	display: block;
	padding: 10px;
	border-bottom: 1px dashed rgba(0,125,161,0.6);
	text-align: left;
	vertical-align: middle;
	background: rgba(255,255,255,0.2);
}
table#contact tr td.td_child {
	padding: 10px 10px 0;
	border-bottom: none;
}
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: #c04e4e;
	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: #808080;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*入力エリア装飾*/
label {
	display: inline-block;
}
input, select, textarea {
	padding: 10px;
	background: #ffffff;
	border: 1px solid #ffffff;
	font-size: 1.6rem;
}
input:focus, select:focus, textarea:focus {
	background: #E2EBF4;
	border: 1px solid #E2EBF4;
}
/*入力エリアサイズ*/
.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: #c04e4e;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	margin: 0 5px;
	cursor: pointer;
}
ul.submit_btn li.inp_submit02 input {
	color: #fff;
	background: #999;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	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:768px) {
table#contact {
/*	border-collapse: separate;*/
}
table#contact tr th {
	display: table-cell;
	width: 28%;
	border-bottom: 1px dashed rgba(0,125,161,0.6);
}
table#contact tr td {
	display: table-cell;
}
table#contact tr td.td_child {
	border-bottom: 1px dashed rgba(0,125,161,0.6);
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
}

/*----------------------------------privacy*/
#sec02 .privacy {
	background: url(../img/common_img/bg_white_stripe.png);
	border-radius: 6px;
	padding: 10px;
	text-align: center;
}
#sec02 .privacy div {
	height: 140px;
	overflow: auto;
	text-align: left;
	padding: 20px;
	background: url(../img/common_img/bg_skyblue.gif);
	transition: all 0.5s;
	text-decoration: none;
}
#sec02 .privacy div::-webkit-scrollbar {
 width:15px;
 background: url(../img/common_img/bg_white_stripe.png) repeat-y top right -195px;
 background-size: 200px;
}
#sec02 .privacy div::-webkit-scrollbar-thumb {
 background: url(../img/common_img/bg_darkblue_stripe.png) repeat-y top right -195px; 
 background-size: 200px;
}
#sec02 .privacy div dl {
	margin-top:20px;
}
#sec02 .privacy div dl dt {
	margin-bottom:10px;
	font-weight: bold;
}
#sec02 .privacy div dl dd {
	margin-bottom:20px;
}
#sec02 .privacy div dl dd ol {
	margin-left:20px;
	list-style: decimal;
}
@media print, screen and (min-width:768px) {
#sec02 .privacy div {
	height: 250px;
}
}
