@charset "utf-8";
/* CSS Document */

.main {
	width: 960px;
	margin: 0px auto;
	padding: 0;
}

.main h1{
	text-align: left;
	font-weight: bold;
	color: #0071b4;
	font-size: 30px;
	line-height: 160%;
	padding: 0;
	margin: 30px auto;
}


.contents h1
{
	margin: 0px auto;
    padding: 30px 0px;
	color: #fff;
	font-family:Garamond, Georgia, "Times New Roman", Times, "serif";
	font-size: 57px;
    background: url("../commonImage/bg01.png") repeat;
}


h2
{margin: 40px auto;
	color: #000;
	font-family:"Yu Gothic", YuGothic,Garamond, Georgia, "Times New Roman", Times, "serif";
	font-size: 30px;
    font-weight: bold;
    position: relative;
display: inline-block;
}
h2:before{
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 3px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #7d0000;
border-radius: 2px;
}


.contents .caption{
margin: 100px auto 100px;
}

h3{
	margin: 100px auto 60px;
	font-size: 30px;
	font-family: "Yu Mincho", YuMincho,"游明朝";
	letter-spacing: 3px;
}

.recruit_list{
	width: 100%;
	padding: 0px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    border-top: 1px solid #ccc;
}
.recruit_list dt{
	width: 14%;
	padding: 15px 3%;
	margin: 0px;
	font-size: 16px;
	text-align: left;
    background: #fcf3dc;
    border-bottom: 1px solid #ccc;
}
.recruit_list dd{
	width: 74%;
	padding: 15px 3%;
	margin: 0;
	font-size: 16px;
	text-align: left;
    border-bottom: 1px solid #ccc;
}

/* 基本のスタイル */
   .contents .bg_img01 {
       transform:translate(100%); opacity:0; transition: all .75s ease-out;
       width: 320px;
	position:absolute;
	top: 350px;
    left: 2%;
	z-index: -2;
   }
   .contents .bg_img02 {
      transform:translate(-100%); opacity:0; transition: all .75s ease-out;
      width: 400px;
	position:absolute;
	top: 400px;
    float: right;
    left: auto;
    right: 2%;
	z-index: -2;
   }
 
/* スタート時のスタイル */
   .contents .bg_img01.started {
      transform: none;
      opacity: 1;
   }
   .contents .bg_img02.started {
      transform: none;
      opacity: 1;
   }
 
/* エンド時のスタイル */
   .contents .bg_img01.started.ended {
   }
   .contents .bg_img02.started.ended {
   }


.contents .bg_img01 img,
.contents .bg_img02 img{
	width: 100%;
}



.more_btn{
width: 35%;
	margin: 50px auto 100px;
	background: #7d0000;
	padding: 20px 40px;
	font-size:20px;
}
.more_btn a{
	display: block;
	color: #fff;
}



.form{
	background: url("../commonImage/store_bg.png") repeat;
	margin:80px auto 80px auto;
	padding: 0;
}
dl.line{
	width: 96%;
	color: #7d0000;
	margin: 20px auto;
}
.line dt{
	width: 22%;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
	float: left;
	padding: 2%;
}
.line dd{
	width: 68%;
	font-size: 15px;
	padding: 2%;
	margin: 0px 0px 0px 26%;
	text-align: left;
}
.line dd input,
.line dd textarea{
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 15px;
}

.line dd input[size="10"]{
    width: 10%;
}
.line dd input[size="20"]{
    width: 20%;
}
.line dd input[size="40"]{
    width: 40%;
}
.line dd input[size="60"]{
    width: 60%;
}
.line dd input[size="80"]{
    width: 80%;
}

.send_btn{
	margin: 30px auto 50px;
	padding: 0px 0px 50px;
	overflow: hidden;
}
.send_btn input{
	padding: 20px 50px;
	color: #fff;
	background: #7d0000;
	border-radius: 10px;
	font-size: 15px;
	border: 0;
}


