@charset "UTF-8";
/*===============================
//
PC
//
===============================---*/
/*-------------------------------------------------------
▼▼共通▼▼
-------------------------------------------------------*/
/*▼▼送信ボタン▼▼*/
button.true_btn{
	padding:5% 10%;
	margin:0 auto;
	color:#fff;
	font-size:20px;
	letter-spacing:2px;
	line-height:1;
	background:#0078ff;
	display:block;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}
button.true_btn:hover{
	background:#78e600;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}

/*-------------------------------------------------------
▼▼入力ページ▼▼
-------------------------------------------------------*/
/*▼▼フォームエリア▼▼pc*/
.form_area{
	width:90%;
	max-width:1080px;
	margin:0 auto 10%;
}
/*▼▼フォームエリア▼▼説明文▼▼pc*/
.form_area .description{
	margin-bottom:4%;
	font-size:14px;
	line-height:1.6;
}
/*▼▼フォーム▼▼pc*/
.form_area form>dl{
	margin-bottom:6%;
}
.form_area form>dl dt{
	margin-bottom:1%;
}
.form_area form>dl dt span{
	margin-left:10px;
	color:#ff0000;
}
.form_area form>dl dd{
	margin-bottom:2%;
}
.form_area form>dl dd:last-child{
	margin-bottom:0;
}
.form_area form>dl dd input,.form_area form>dl dd textarea{
	width:100%;
	padding:10px;
	border:1px solid #828282;
	border-radius:5px;
	color:rgb(33,33,33);
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, Arial, "メイリオ", Meiryo, "MS Pゴシック", 'MS PGothic', arial, helvetica, sans-serif;
	font-size:17px;
	word-wrap:break-word;
	font-feature-settings : "pkna" 1;
	letter-spacing:0.2px;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;
}
.post{
	width:22%;
	padding-left:40px;
	margin-bottom:2%;
	position:relative;
}
.post:before{
	content:'';
	width:40px;
	height:100%;
	border-radius:5px 0 0 5px;
	background:#ff0000;
	background-image:url(../img/post_mark.png);
	background-size:20px auto;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.form_area form>dl dd .post input{
	border-left:none;
	border-radius:0 5px 5px 0;
}
.form_area form>dl dd textarea{
	height:250px;
}
/*-------------------------------------------------------
▼▼check▼▼
-------------------------------------------------------*/
.check .description{
    margin-bottom:5%;
    font-size:15px;
}
.check .description button{
	margin:0 5px;
    color:#0078ff;
    font-size:15px;
    text-decoration:underline;
	background:none;
}
.check .description button:hover{
	text-decoration:none;
}
.check .send_list{
	width:90%;
	max-width:1080px;
	margin:0 auto 6%;
}
.check .send_list form>dl{
	margin-bottom:8%;
}
.check .send_list form>dl dt{
	padding:1% 2%;
	border-left:5px solid #001E50;
	margin-bottom:2%;
	color:#001E50;
	background:#ececec;
}
.check .send_list form>dl dd{
	margin-bottom:2%;
	color:#555555;
}
/*-------------------------------------------------------
▼▼thanks▼▼
-------------------------------------------------------*/
.thanks .send_message{
	width:90%;
	max-width:1080px;
	margin:0 auto 6%;
}
.thanks .send_message p.mark{
	width:40%;
	margin:6% auto 10%;
}
.thanks .send_message p:nth-child(2){
	margin-bottom:5%;
}
.thanks .send_message a{
	text-decoration:underline;
}
.thanks .send_message a:hover{
	text-decoration:none;
}
/*===============================
//
MAXWIDTH / 1280
//
===============================*/
@media screen and (max-width:1280px){
}
/*===============================
//
MAXWIDTH / 960
//
===============================*/
@media screen and (max-width:960px){
}
/*===============================
//
MAXWIDTH / 600
//
===============================*/
@media screen and (max-width:600px){
}
/*===============================
//
MAXWIDTH / 480
//
===============================---*/
@media screen and (max-width:480px){
/*-------------------------------------------------------
▼▼共通▼▼
-------------------------------------------------------*/
/*▼▼送信ボタン▼▼480*/
button.true_btn{
	padding:6% 12%;
	font-size:18px;
}
/*-------------------------------------------------------
▼▼入力ページ▼▼
-------------------------------------------------------*/
/*▼▼フォームエリア▼▼pc*/
.form_area{
	width:92%;
	margin:0 auto 12%;
}
/*▼▼フォームエリア▼▼説明文▼▼pc*/
.form_area .description{
	margin-bottom:8%;
	font-size:13px;
	line-height:1.5;
}
/*▼▼フォーム▼▼pc*/
.form_area form>dl{
	margin-bottom:10%;
}
.form_area form>dl dt{
	margin-bottom:4%;
	font-size:16px;
}
.form_area form>dl dt span{
	margin-left:10px;
	font-size:16px;
}
.form_area form>dl dd{
	margin-bottom:4%;
}
.form_area form>dl dd input,.form_area form>dl dd textarea{
	padding:12px;
}
.post{
	width:50%;
	margin-bottom:4%;
}
.post:before{
	content:'';
	width:40px;
	height:100%;
	border-radius:5px 0 0 5px;
	background:#ff0000;
	background-image:url(../img/post_mark.png);
	background-size:20px auto;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.form_area form>dl dd .post input{
	border-left:none;
	border-radius:0 5px 5px 0;
}
.form_area form>dl dd textarea{
	height:250px;
}
}