@charset "Shift-Jis";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
#container,
.clearfix {
    display: inline-block;
}
#container:after,
.clearfix:after {
    content: ".";
    font-size: 0.1em;
    line-height: 0;
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
	overflow:hidden;
}
/*  Mac IE5 O \*/
* html #container,
* html .clearfix {
    height: 1%;
}
#container,
.clearfix {
    display:block;
}
.clear{
	clear:both;
}
/* ? Mac IE5 O */
.hidden{
	visibility:hidden;
}
a img{
	border:none;
}
.m5{
	margin-top:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.m15{
	margin-top:15px;
}
.m20{
	margin-top:20px;
}
.m25{
	margin-top:25px;
}
.m30{
	margin-top:30px;
}
.mb40{
	margin-bottom:40px;
}
.m50{
	margin-top:50px;
}
.l20{
	margin-left:20px;
}
.pt30{
	padding-top:30px;
}
.pb15{
	padding-bottom:15px;
}
.pb30{
	padding-bottom:30px;
}

.bold{
	font-weight:bold;
}
.under{
	text-decoration:underline;
}
img a{
	border:none;
}
.right{
	float:right;
}
.left{
	float:left;
}
.rightImg{
	text-align:right;
}
.center{
		text-align:center;
}
p.entry{
	text-align:center;
}


/*deco*/
.big{
	font-size:18px;
}
.bold{
	font-weight:bold;
}
.red{
	color:#FF0000;
}
.underline{
	text-decoration:underline;
}
.mid{
	font-size:16px;
}
ul{
	list-style:none;
}

h2{
	height:120px;
	background-color:#6db65d;
	text-align:center;
}

h2 img{
	margin-top:43px;
}

/*JC*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	background:url(images/bg.png);
	margin: 0;
	padding: 0;
}
#Wrapper{
	width:900px;
	margin: 0 auto;
}
#Wrapper #WrapperInner{
	background:url(images/mv_bg.png) no-repeat center;
	height: 863px;
	margin-bottom: 25px;
}
h1{
	margin: 30px 0 45px;
	text-align: center;
}
#Wrapper #WrapperInner_video{
	width: 900px;
	background-color: #ffffff;
	margin: 20px auto 30px;
	padding-top: 10px;
}

video{
	max-width: 640px; /* 最大幅 */
	min-width: 240px; /* 最小幅 */
	margin-bottom: 45px;
}


#WrapperInner8 {
	padding:30px ;
}

#WrapperInner8 p#thanks{
	text-align:center;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}
#WrapperInner8 #thanks2{
	width:400px;
	margin:0 auto;
	line-height: 1.2em;
}



/* 下記form */

#formbox{
	background-color: #ffffff;
}

#formbox p{
	text-align:center;
	background:url(images/form_titbg.png) no-repeat;
	padding: 30px 0;
}

#formbox dl{
	width:843px;
	margin:0 auto;
}

#formbox dl#first{
	height: 230px;
	margin-bottom: 15px;
}
#formbox dt{
	margin-bottom:14px;
}

#formbox dl dd{
	margin-left:18px;
	float: left;
}
p#last{
	text-align:center;
}
p#last a{
	color:#0c336e;}

iframe{margin-bottom: 50px}


/* フォーム全体の設定 */
.aw_layout_body {
	width:809px;
	margin:0 auto;
}

/* メインエリアの設定 */
.aw_layout_form form {
	display: inline;
}
.aw_layout_form_data {
	/* マージンの設定 */
	margin-left: auto;
	margin-right: auto;
}

/* フォーム送信エリアの設定 */
.aw_layout_form_submit {
	width:432px;
	/* マージンの設定 */
	margin:0 auto;
	/* 余白の設定 */
}
.aw_layout_form_submit_confirm {
	/* マージンの設定 */
	margin-top: 5px;
	/* 余白の設定 */
	padding: 10px;
}





/* ===== 「フォーム内部」の設定 ===== */

/* メインエリアの設定 */
table.awform {
	/* 横幅の設定 */
	width: 810px;

	/* 余白の設定 */
	padding: 0;
	/* 枠線の設定 */
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #c4c4c4;
}

/* セルの共通設定 */
table.awform td,
table.awform th {
	/* マージンの設定 */
	margin: 0;
	/* 余白の設定 */
	padding:8px 6px;
	/* テキスト表示位置の設定 */
	line-height:140%;
	text-align: left;
	vertical-align: middle;
	/* 枠線の設定 */
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #c4c4c4;
}

/* タイトルセルの設定 */
table.awform thead th {
	/* 余白の設定 */
	padding:10px 5px;
	/* 背景色の設定 */
	background:url("https://contact.achievement.co.jp/mail/rakumail_data/template/design_form_03/bg_thead3.gif") left bottom repeat-x;
	/* テキストフォントの設定 */
	color:#00358D;
	font-weight:bold;
	font-size:12px;
}

/* 項目名セルの設定 */
table.awform tbody th {
	/* 横幅の設定 */
	width: 202px;
	/* 余白の設定 */
	padding: 30px;
	/* テキストフォントの設定 */
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	/* 背景色の設定 */
	background-color: #f3f2f2;
}

/* フォームセルの設定 */
table.awform td {
	/* 余白の設定 */
	padding: 10px;
	/* テキストフォントの設定 */
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	/* 背景色の設定 */
	background-color: #FFFFFF;
}

/* ラベルの設定 */
table.awform td label {
	margin-right: 1em;
 	white-space: nowrap;
	display: inline;
	float: none;
}

/* 横並びの場合 */
table.awform td label.nowrap {
	display: block;
	float: left;
}

/* エラーメッセージの設定 */
table.awform div.awform_alert1 {
	clear: both; 
	padding: 2px;
	margin-top: 5px;
	background: url("https://contact.achievement.co.jp/mail/rakumail_data/template/design_form_03/icon_alert.gif") no-repeat;
	background-color: #FFF3F3;
}
table.awform div.awform_alert1 span {
	padding-top: 3px;
	margin-left: 26px;
	color: #EE6666;
	display: block;
}

/* 複合フォーム用レイアウト */
table.awform div.nowrap {
	float: left;
}
table.awform div.clearboth {
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

/* 未入力用背景色 */
table.awform .color_nec {
	background-color:#FFEEEE;
}

/* 項目名 */
.awform_name {
	font-size:16px;
	font-weight:bold;
}
/* 項目データ */
.awform_data {
	height:38px;
}
/* フリー＆複合フォーム用＆価格＆数量 */
table.awform tr.awform_kind-free .awform_data,
table.awform tr.awform_kind-connect .awform_data,
table.awform tr.awform_kind-price .awform_data,
table.awform tr.awform_kind-number .awform_data {
	float: left;
}
table.awform tr.awform_kind-free .awform_notes5,
table.awform tr.awform_kind-connect .awform_notes5,
table.awform tr.awform_kind-price .awform_notes5,
table.awform tr.awform_kind-number .awform_notes5 {
	float: left;
}
table.awform tr.awform_kind-free .awform_notes6,
table.awform tr.awform_kind-connect .awform_notes6,
table.awform tr.awform_kind-price .awform_notes6,
table.awform tr.awform_kind-number .awform_notes6 {
	float: left;
}
input.flag_nec{
height:36px;
vertical-align:middle;
}


.EntryBt{
	width:432px;
	text-align:center;
	margin-bottom:36px;
}

#Footer{
	margin: 20px 0;
	text-align:center;
}
.font12 {
	font-size: 12px;
}
.fw_n {
	font-weight: normal;
}
