@charset "UTF-8";

/*----------------------------------------------------
	Base
----------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	color: #303030;
	font-family:"メイリオ", Meiryo,　"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-size: 1.5em;
}

a {
	text-decoration: none;
}

a:hover {
	
}


.w960 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


header {
	background: url(../img/bg_header.gif) repeat-x;
	height: 666px;
}

header .main {
	background: url(../img/main.png) no-repeat top center;
	height: 561px;
}

header .main .btn {
	padding: 425px 0 0;
}

header .main .btn a {
	padding: 0 5px;
}


h2.set01 {
	background: url(../img/bg_h2_01.gif) repeat-x;
	text-align: center;
	height: 85px;
}

h2.set02 {
	background: url(../img/bg_h2_02.gif) repeat-x;
	text-align: center;
	height: 116px;
}

h2.set02 .badge {
	position: absolute;
	top: -15px;
	left: 40px;
}

.side_menu {
	position: fixed;
	top: 200px;
	z-index: 100;
	left: -150px;
}

.side_menu img {
	vertical-align: top;
}


/*----------------------------------------------------
	block01
----------------------------------------------------*/

.block01 {
	background: url(../img/bg_set01.gif);
}

/*----------------------------------------------------
	block02
----------------------------------------------------*/

.block02 {
	background: url(../img/bg_block02.jpg);
	background-size: cover;
}

/*----------------------------------------------------
	block03
----------------------------------------------------*/

.block03 {
	background: url(../img/bg_set01.gif);
}

/*----------------------------------------------------
	block04
----------------------------------------------------*/

.block04 p {
	position: absolute;
	line-height: 1.6;
	left: 230px;
}

.block04 p.name1 {
	top: 55px;
}

.block04 p.name2 {
	top: 300px;
}

.block04 p.name3 {
	top: 535px;
}

.block04 p.desc1 {
	top: 78px;
	padding: 15px;
}

.block04 p.desc2 {
	top: 325px;
	padding: 15px;
}

.block04 p.desc3 {
	top: 560px;
	padding: 15px;
}

/*----------------------------------------------------
	block05
----------------------------------------------------*/

.block05 {
	background: #f0eee1;
}

.block05 p {
	position: absolute;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	left: 215px;
}

.block05 p.desc1 {
	top: 100px;
}

.block05 p.desc2 {
	top: 240px;
}

.block05 p.desc3 {
	top: 390px;
}

.block05 p.desc4 {
	top: 535px;
}

.block05 p.desc5 {
	top: 650px;
}

/*----------------------------------------------------
	block06
----------------------------------------------------*/

.block06 {
	background: url(../img/bg_set02.gif);
}

.block06 .w960 {
	padding: 25px 0 40px;
}

.block06 .btn {
	position: absolute;
	right: 45px;
	top: 190px;
}

/*----------------------------------------------------
	block07
----------------------------------------------------*/

.block07 ul {
	text-align: center;
	padding: 50px 0;
}

.block07 ul li {
	display: inline-block;
	position: relative;
	text-align: left;
}

.block07 ul li p {
	position: absolute;
	top: 220px;
	left: 0;
	padding: 0 14px 0 10px;
	line-height: 1.5;
}

/*----------------------------------------------------
	block08
----------------------------------------------------*/

.block08 {
	background: url(../img/bg_set03.gif);
}

.block08 .w960 > div {
	padding: 60px 0 30px;
}

.block08 dl {
	background: #fff;
	border: 1px solid #c5b4a4;
	padding: 10px 15px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 30px;

}

.block08 dl dt {
	background: url(../img/block08_01.gif) no-repeat;
	border-bottom: 1px solid #e6dcd2;
	padding: 20px 20px 30px 70px;
	font-weight: bold;
}

.block08 dl dd {
	background: url(../img/block08_02.gif) no-repeat;
	margin: 10px 0 0;
	padding: 0 20px 0 70px;
	color: #ba0000;
	line-height: 1.6;
}

/*----------------------------------------------------
	block09
----------------------------------------------------*/

.block09 {
	background: url(../img/bg_block09_01.gif) repeat-x bottom;
}

.block09 .w960 {
	background: url(../img/bg_block09_02.png) no-repeat center;
	height: 712px;
}

.block09 img {
	position: absolute;
	right: -84px;
	bottom: 0;
}

.block09 p {
	position: absolute;
	left: 240px;
	line-height: 1.5;
	width: 510px;
}

.block09 .desc1 {
	top: 225px;
}

.block09 .desc2 {
	top: 590px;
}

/*----------------------------------------------------
	block10
----------------------------------------------------*/

.block10 .w960 .inner {
	padding: 45px 26px 60px;
}

.block10 .w960 .inner ul {
	padding: 10px 0 0;
}

.block10 .w960 .inner ul li {
	border-bottom: 1px dotted #b2b2b2;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

/*----------------------------------------------------
	block11
----------------------------------------------------*/

.block11 {
	background: url(../img/bg_block11.png);
	background-size: cover;
}

.block11 > div {
	width: 812px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.block11 table {
	width: 100%;
	border: 1px solid #c5c5c5;
	margin: 10px 0 0;
}

.block11 table th {
	width: 183px;
	background: #f4f1ec;
	border: 1px solid #c5c5c5;
	vertical-align: middle;
}

.block11 table td {
	background: #fff; 
	border: 1px solid #c5c5c5;
	padding: 10px;
	line-height: 2;
}

.block11 table td .field1 {
	width: 390px;
}

.block11 table td .field2 {
	width: 250px;
}

.block11 table td .field3 {
	width: 420px;
}

.block11 table td .field4 {
	width: 100px;
}

.block11 table td .field5 {
	width: 520px;
}

.block11 table td input {
	font-size: 15px;
	font-size: 1.5rem;
}

.block11 table td textarea {
	width: 580px;
	min-height: 180px;
	font-size: 15px;
	font-size: 1.5rem;
}

.block11 span {
	color: #d80000;
}

.block11 .send {
	text-align: center;
	padding: 50px 0 35px;
}

.block11 .send button {
	border: none;
	background: none;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/

footer {
	background: url(../img/bg_set02.gif);
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-size: 12px;
	font-size: 1.2rem;
}
