/* CSS Document */
@charset "utf-8";
.pf-col-left a:first-child img{
	border: none;
	padding: 0;
}
.pf-col-left a img{
	border: 1px solid #000;
	padding: 3px;
}
.pf-col-left a{
	margin-bottom: 40px;
	display: block;
}
.ct-introtext{
	font-size: 18px;
	line-height: 40px;
	color: #333;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #163aa2;
	padding: 15px 0;
}
.ct-item{
	margin-top: 25px;
}
.ct-form{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin-top: 35px;
}
.form-title span.form-note{
	color: #003eef;
	vertical-align: middle;
}
.form-input .input{
	width: 100%;
    border: 1px solid #bfbfbf;
    padding: 5px 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form-input .textarea {
    width: 100%;
    resize: none;
    height: 200px;
    padding: 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #bfbfbf;
}
.form-item{
	margin-top: 12px;
	margin-bottom: 12px;
}
.btn-contact button.btn-contact {
	background:url(../img/bg-btn.png) right 15px center no-repeat ,#163aa2;
    font-size: 27px;
    cursor: pointer;
   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   line-height: 32px;
	border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
	color: #fff;
	width: 100%;
	text-align: left;
	padding-left: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.btn-contact{
	margin-top: 12px;
}

a.ct-submit {
    background:url(../img/bg-btn.png) right 15px center no-repeat ,#163aa2;
    font-size: 27px;
    cursor: pointer;
   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   line-height: 32px;
	border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
	color: #fff;
	width: 100%;
	text-align: left;
	padding-left: 70px;
	padding-top: 12px;
	padding-bottom: 12px;
	display: inline-block;
	margin-top: 25px;
}
a.ct-submit:hover{
	text-decoration: none;
}
#send-confirm{
	padding-left: 70px;
}
.wrap-page{
	padding-bottom: 70px;
}