@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

preview.css

------------------------------------------------------------ */

/* フォーム説明文
---------------------------------------------- */
.explain{margin-bottom: 30px;}

.explain p{margin-bottom: 1em;}

.explain p:last-child{margin-bottom: 0;}

/* 完了画面
---------------------------------------------- */
#comp_preview{text-align: center;}

/*--受付完了後メッセージ--*/
.message{margin-bottom: 50px;}

.message p{margin-bottom: 1em;}

.message p:last-child{margin-bottom: 0;}

/*--リンク先--*/
.comp_link{margin-bottom: 80px;}

.comp_link a{
	color:#1F1F1F;
	text-decoration: underline;
	font-size:1.8rem !important;
}

.comp_link a:hover{
	opacity: 0.7;
	text-decoration: none;
}

/*--ロゴ--*/
#logo{margin-bottom: 20px;}

/*--テキスト--*/
.comp_txt p{margin-bottom: 1em;}

.comp_txt p:last-child{margin-bottom: 0;}

/* ------------------------------------------------------------

header

------------------------------------------------------------ */

#preview01{background: url(../img/bg_header02.jpg) repeat-x 0 0;}

#header_preview01{background: url(../../img/bg_header03.jpg) no-repeat center 0;}

#header_preview02{
	width: 1000px;
	height: 108px;
	margin: 0 auto;
	position:relative;
}

/* 個人情報保護方針
---------------------------------------------- */
#aistsite{
	font-size: 1.3rem;
	padding-left: 18px;
	position: absolute;
	right: 0;
	top:10px;
	font-weight: normal;
}

#privacy{
	background: url(../img/ico_arrow02.png) no-repeat left 0.43em;
	font-size: 1.3rem;
	padding-left: 18px;
	position: absolute;
	right: 0;
	bottom:25px;
}

#privacy a{
	color: #333333;
	display: inline-block;
	text-decoration: underline;
}

#privacy a:hover{
	opacity: 0.7;
	text-decoration: none;
}

.list_radio01{margin-bottom: 0 !important;}

.list_radio01 li{
	margin: 0 40px 0 0 !important;
}

.list_radio01 li:last-child{margin-right: 0;}

.list_check01{margin-bottom: 0 !important;}

.list_check01 li{
	margin: 0 40px 0 0 !important;
}



