/* CSS Document */

#contentTitle {
	background:url(/contact2/images/headervisual.jpg) no-repeat top center;
	background-size: 100% auto;
}
section .inner {
	width:960px;
	position:relative;
}
#contactFormArea {
	width:679px;
	padding:15px 0 0 80px;
	border-left:#ccc 1px solid;
	float:right;
}
#contactFormArea .lead {
	margin-bottom:70px;
}
#contactFormArea dl {
	display:table;
	width:100%;
	margin-bottom:25px;
}
#contactFormArea dt {
	display:table-cell;
	font-weight:bold;
	width:170px;
	vertical-align:top;
}
#contactFormArea dd {
	display:table-cell;
}
#contactFormArea dd span.cap {
	padding-left:1em;
}
#contactFormArea dd .type01 {
	width:94%;
}
#contactFormArea input {
	padding:1%;
}
#contactFormArea dd textarea {
	width:95%;
	padding:1%;
	height:200px;
}
.privacyColumn {
	background:#f0f0eb;
	text-align:center;
	padding:25px;
	margin-bottom:60px;
}
.privacyColumn input {
	margin-right:0.5em;
}
.privacyColumn a {
	font-weight:bold;
}
.box01 {
	margin:0 auto;
}

#sideArea {
	width:200px;
	float:left;
	padding:20px 0 0 0;
}
#sideArea h3 {
	padding-left:30px;
	font-size:110%;
	color:#127db3;
}
#sideArea .caution {
	font-size:85%;
	position:absolute;
	left:0;
	bottom:0;
	width:180px;
}
#sideArea .caution li {
	font-weight:bold;
}

@media only screen and (max-width:1400px) {
#contentTitle {
	background-size: auto 100%;
}
}

@media only screen and (min-width: 641px) and (max-width: 999px) {/*ここにtablet用スタイルを記述*/
section .inner {
	width:94vw;
	padding: 0 3vw;
}

#contactFormArea {
	width:70.7vw;
	padding:15px 0 0 4.3vw;
}

#sideArea {
	width:18.8vw;
	float:left;
	padding: 2vw 0 0 0;
}
#sideArea h3 {
	padding-left: 3.1vw;
	font-size:110%;
	color:#127db3;
}
#sideArea .caution {
	font-size:85%;
	position:absolute;
	left: 3vw;
	bottom:0;
	width:15.7vw;
}

#contactFormArea input {
	width: 94%;
}

#contactFormArea input[type="radio"] {
	width: auto;
}

#contactFormArea input[type="checkbox"] {
	width: auto;
}

#contactFormArea dd span.cap{
	display: block;
}
}

@media only screen and (max-width:640px) {
#contentTitle {
	background-size: auto 100%;
}

section .inner {
    width: auto;
}
#contactFormArea {
    width: auto;
	float:none;
	border:none;
	padding:0;
	margin-bottom:7vw;
}
#contactFormArea .lead {
	margin-bottom:7vw;
}
#contactFormArea dl,
#contactFormArea dt,
#contactFormArea dd {
	display:block;
}
.privacyColumn {
	margin-bottom:5vw;
}
#sideArea {
    width: auto;
	float:none;
}
#sideArea h3 {
	display:none;
}
#sideArea .caution {
	position:inherit;
	width:auto;
}

.btn4 input {
	width: 180px;
	height: 50px;
	padding: 0 20px 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-decoration: none;
	text-align: center;
	color: #127DB3;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: none;
	border: none;
	font-family: "Quicksand","游ゴシック体","游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
}

	
}