/*---------- 幅750pxからの指定 ----------*/
@media screen and (min-width:751px) {
.sp{
	display:none;
}
body{
	font-size:15px;
	line-height:1.8;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}
#page-top{
	position:fixed;
	bottom:5px;
	right:5px;
}
.wrap{
	width:1040px;
	margin:0 auto;
}
.txt-s{
	font-size:80%;
}
.l{
	float:left;
}
.r{
	float:right;
}
#area01,#area02,#area03,#area04,#area05,#area06,#area07,#area08{
	margin-top:-84px;
	padding-top:84px;
	boxs-zing:border-box;
}
/* ヘッダースタイル
---------------------------------------------- */
header {
	width:100%;
	min-width:1040px;
	height:84px;
	background:#29a9e0;
	position:fixed;
	top:0px;
	-webkit-box-shadow: 0 0 10px 0 #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 10px 0 #ccc; /* Firefox用 */
	box-shadow: 0 0 10px 0 #ccc; /* CSS3 */
	z-index:9998;
}
header .head-in{
	width:1040px;
	margin:0 auto;
	position: relative;
	box-sizing:border-box;
	padding:5px 0;
}
header .head-in .ttl-box{
	width:580px;
	float:left;
}
header .head-in .ttl-box h1{
	font-size:13px;
	color:#fff;
	font-weight:normal;
	margin-bottom:5px;
}
header .head-in .btn-box{
	width:410px;
	float:right;
}
header .head-in .btn-box a{
	display:block;
	width:200px;
	float:left;
	margin-right:10px;
}
header .head-in .btn-box a:last-child{
	margin-right:0px;
}

/* フッタースタイル
---------------------------------------------- */
footer{
	width:100%;
	min-width:1040px;
	background:#29a9e0;
	boxs-zing:border-box;
	padding:30px 0;
	text-align:center;
}
footer .copy{
	font-size:12px;
	color:#fff;
}
/* container
---------------------------------------------- */
#container{
	width:100%;
	min-width:1040px;
	padding:84px 0;
	box-sizing:border-box;
}

/* トップページ
---------------------------------------------- */

.main-box{
	width:100%;
	min-width:1040px;
	height:600px;
	box-sizing:border-box;
	padding:150px 0 0;

	background-image:
	url("../img/bg_main_001.gif"), /* 最前面の背景レイヤーの背景画像 */
	url("../img/bg_main_002.gif");

	background-repeat:
	no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat-x;

	background-position:
	top center, /* 最前面の背景レイヤーに対応 */
	top;
}

.main-box .main{
	width:1040px;
	margin:0 auto;
}

.sec-wrap{
	width:1040px;
	margin:0 auto;
}

.sec-01{
	width:100%;
	box-sizing:border-box;
	padding:50px 0;
}
.sec-01 .box{
	width:100%;
	box-sizing:border-box;
	padding:30px;
	background:#fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.sec-01 h2{
	text-align:center;
	margin-bottom:20px;
}
.sec-01 .txt{
	margin-bottom:20px;
}
.sec-01 .img{
	margin-bottom:20px;
}

.sec-02{
	width:100%;
	box-sizing:border-box;
	padding:50px 0;
	background:#fff;
}
.sec-02 h2{
	text-align:center;
	margin-bottom:20px;
}
.sec-02 .con-box{
	margin-bottom:30px;
}
.sec-02 .con-box .img{
	width:230px;
	float:left;
}
.sec-02 .con-box .txt-box{
	width:780px;
	float:right;
}
.sec-02 .con-box .txt-box h3{
	font-size:30px;
	margin-bottom:5px;
}

.sec-03{
	width:100%;
	min-height:626px;
	box-sizing:border-box;
	padding:40px 0;
	background:url("../img/bg_001.gif") no-repeat top center;
	text-align:center;
}

.sec-to-contact{
	width:100%;
	box-sizing:border-box;
	padding:60px 0;
	background:#fff;
}
.sec-to-contact h2{
	text-align:center;
	margin-bottom:20px;
}
.sec-to-contact .box{
	width:100%;
	box-sizing:border-box;
	padding:30px 20px;
	background:url("../img/bg_002.png") no-repeat right bottom;
	border:5px solid #29a8df;
}
.sec-to-contact .box h3{
	margin-bottom:15px;
}

.sec-05{
	width:100%;
	box-sizing:border-box;
	padding:50px 0;
}
.sec-05 h2{
	text-align:center;
	margin-bottom:20px;
}
.sec-05 .img{
	text-align:center;
}

.sec-06{
	width:100%;
	box-sizing:border-box;
	padding:0 0 50px;
}
.sec-06 h2{
	text-align:center;
	margin-bottom:40px;
}
.sec-06 .box{
	width:980px;
	margin:0 auto 30px;
	box-sizing:border-box;
	padding:30px;
	background:#fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.sec-06 .box .txt-box{
	width:640px;
}
.sec-06 .box .img{
	width:240px;
}
.sec-06 .box .txt-box h3{
	font-size:30px;
	margin-bottom:10px;
	color:#29a9e0;
	line-height:1.4;
}

.sec-07{
	width:100%;
	box-sizing:border-box;
	padding:0 0 50px 0;
	background:#fff;
}
.sec-07 h2{
	text-align:center;
	margin-bottom:20px;
}
.sec-07 .con-area{
	width:980px;
	margin:0 auto;
}
.sec-07 .box{
	width:230px;
	float:left;
	margin-right:20px;
	background:#f2f7f7;
	box-sizing:border-box;
	padding:0 0 10px 0;
}
.sec-07 .box:last-child{
	margin-right:0px;
}
.sec-07 .box h3{
	font-size:20px;
	box-sizing:border-box;
	padding:0px 10px;
	color:#29a9e0;
}
.sec-07 .box .txt{
	box-sizing:border-box;
	padding:0px 10px;
}

.sec-08{
	width:100%;
	box-sizing:border-box;
	padding:50px 0;
}
.sec-08 h2{
	text-align:center;
	margin-bottom:20px;
}

.sec-08 .box{
	width:100%;
	box-sizing:border-box;
	padding:20px 0 30px 0;
	border-bottom:1px dotted #666;
}
.sec-08 .a-box{
	width:100%;
	box-sizing:border-box;
	padding:20px;
	background:#fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.sec-08 .a-box .icon-a{
	width:46px;
	float:left;
}
.sec-08 .a-box .txt-a{
	width:930px;
	float:right;
}
.sec-08 .q-box .icon-q{
	width:50px;
	float:left;
}
.sec-08 .q-box .txt-q{
	color:#665f4f;
	width:970px;
	float:right;
	font-size:28px;
	font-weight:bold;
}
.sec-foot{
	width:100%;
	box-sizing:border-box;
	padding:50px 0 0;
}
.sec-foot .box{
	width:100%;
	box-sizing:border-box;
	padding:30px;
	background:#fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.sec-foot h2{
	text-align:center;
	margin-bottom:20px;
}
.sec-foot .con-box{
	margin-bottom:20px;
}
.sec-foot .con-box dl{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	padding:0;
}
.sec-foot .con-box dl dt{
	width:38%;
	float:left;
	text-align:right;
}
.sec-foot .con-box dl dd{
	width:60%;
	float:right;
	text-align:left;
}
/* CONTACTスタイル
---------------------------------------------- */
.contact{
	width:100%;
	box-sizing:border-box;
	padding:50px 0;
	background:#fff;
}
.contact .catch{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.contact h2{
	width:100%;
	margin-bottom:30px;
	text-align:center;
}

.contact .btn-area{
	width:300px;
	margin:0 auto;
}

input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
	box-sizing:border-box;
	padding: 10px 20px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #d66100;
	background: #f5911e;
}

input[name=btn_back] {
	margin-right: 20px;
	box-shadow: 0 3px 0 #777;
	background: #999;
}

.element_wrap {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

label {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	width: 150px;
	vertical-align: top;
}

.element_wrap p {
	display: inline-block;
	margin:  0;
	text-align: left;
}

label[for=gender_male],
label[for=gender_female],
label[for=agreement] {
	margin-right: 10px;
	width: auto;
	font-weight: normal;
}

textarea[name=contact] {
	padding: 5px 10px;
	width: 60%;
	height: 100px;
	font-size: 86%;
	border: none;
	border-radius: 3px;
	background: #ddf0ff;
}

.error_list {
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 86%;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}

#thanks{
	width:1040px;
	text-align:center;
	margin:80px auto 500px;
	background:#fff;
	box-sizing:border-box;
	padding:30px;
}
#thanks h1{
	font-size:28px;
	margin-bottom:20px;
}

}