@charset "utf-8";

p,li {
	font-size: 16px;
	color: #000;
	line-height: 180%;
}
.mb10 { margin-bottom: 10px !important; }
.red { color: #e00; }


#head_wrap {
	width: 100%;
	height: 200px;
	background: url(/recruit/group/sun/info_wine/img/mv2000.png?20240605_2) center top no-repeat;
	background-size: 2000px 200px;
}
#head {
	width: 1164px;
	margin: 0 auto;
	height: 200px;
	background: url(/recruit/group/sun/info_wine/img/mv1164.png?20240605_2) center top no-repeat;
	background-size: 1164px 200px;
	position: relative;
}
#head h1 {
	position: absolute;
	left: 45px;
	top: 50%;
	transform: translateY(-55%);
	font-size: 48px;
	font-weight: bold;
	line-height: 110%;
}
#head h1 span.title {
	display: block;
	font-size: 24px;
	margin-top: 5px;	
}
@media screen and (max-width: 1164px) {
#head_wrap { 
	background: none; 
	height: auto;
}	
#head {
	width: 100%;
	margin: 0;
	height: auto;
	padding-bottom: 18%;
	background: url(/recruit/group/sun/info_wine/img/mv1164.png?20240605_2) center top no-repeat;
	background-size: 100% auto;
}
#head h1 {
	font-size: 46px;
}
#head h1 span.title {
	font-size: 22px;
}
}
@media screen and (max-width: 960px) {
#head_wrap { 
	background: none; 
	height: auto;	
}
#head {
	width: 100% !important;
	margin: 0;
	height: 172px;
	padding-bottom: 0;
	background: url(/recruit/group/sun/info_wine/img/mv1164.png?20240605_2) center top no-repeat;
	background-size: 100% auto;
}
#head h1 {
	font-size: 44px;
}
#head h1 span.title {
	font-size: 20px;
}
}


#points {
	width:100%;
	margin-bottom: 40px;
	
}
h2 {
	box-sizing: border-box;
	width: 100%;
	padding-left: 40px;
	height: 70px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.5px;
	line-height: 70px;
	background: url(/recruit/group/sun/img/corner1.png) left top no-repeat;
	background-size: 30px 40px;
	background-color: #ffe6aa;
}

#points p {
	width: 100%;
	line-height: 200%;
	margin: 10px auto 0 auto;
	font-size: 18px;
}

#detail {
	width:100%;
	margin-bottom: 40px;
	
}
.sub_block {
	width: 1120px;
	margin: 20px auto 40px auto;	
}
.sub_block h3 {
	box-sizing: border-box;
	width: 100%;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0 auto 30px auto;
	background-color: #fff4e4;
}
.sub_block p,
.sub_block ul {
	width: 1080px;
	margin: 0 auto;
}
.sub_block p a {
    color: #2299ee;
    text-decoration: none;
}
.sub_block p a:hover {
	cursor: pointer;
	opacity: 0.7;
}

.sub_block p.space,.sub_block ul.space li {
	margin-left: 0.5em;
}
.sub_block p.mark1:before {
	content: "◆";
	font-size: 20px;
	margin-right: 3px;
}
.sub_block li.mark2:before {
	content: "●";
	font-size: 14px;
	margin-right: 3px;
}
@media screen and (max-width: 1164px) {
#points {
	width: calc( 100% - 1em );
	margin: 0 auto 40px auto;
}
h2 {
	font-size: 22px;
}
.sub_block {
	width: calc( 100% - 40px );
}
.sub_block h3 {
	font-size: 18px;
}
.sub_block p,
.sub_block ul {
	width: calc( 100% - 40px );
}
}
@media screen and (max-width: 960px) {
h2 {
	font-size: 22px;
}
.sub_block {
	width: 100%;
}
.sub_block h3 {
	font-size: 18px;
}
.sub_block p,
.sub_block ul {
	width: 100%;
}
}


#application {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 40px 0;
}
#application dl {
	width: calc(( 100% - 44px ) / 2 );
	height: 138px;
	border: 1px solid #eeddcc;
	position: relative;
}
#application dl#mail { float: left; }
#application dl#email { float: right; }
#application dl dt {
	display: inline-block;
	width: 129px;
	height: 138px;
	border-right:  1px solid #eeddcc;
	background-color: #fff9f1;
	text-align: center;
	line-height: 138px;
} 
#application dl dd {
	display: inline-block;
	margin-left: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} 
#application dl#email dd {
	margin-left: 0;
	width: calc( 100%  - 132px );
	text-align: center;
}
@media screen and (max-width: 1164px) {
#application dl dt {
	width: 18%;
} 
#application dl dd {
    margin-left: 30px;
}
#application dl#email dd {
	width: calc( 82% - 3px );
}
}


ul#step {
	width: 1080px;
	height: 120px;
	margin: 0 auto 20px auto;
	position: relative;
	
}
ul#step li {
	width: 200px;
	height: 120px;
	position: absolute;
	top: 0;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
	background: url(/recruit/group/sun/info_wine/img/step1.png) right top no-repeat;
	background-size: auto 100%;
}
ul#step li span.small {
	font-weight: normal;
	font-size: 80%;
	line-height: 150%;
    display: block;
    margin-top: 10px;	
}
ul#step li#step1 { left: 0; }
ul#step li#step2 { left: 190px; }
ul#step li#step3 { left: 380px; }
ul#step li#step4 { left: 570px; }
ul#step li#step5 {
	width: 320px;
	height: 120px;
	left: 760px;
	text-align: center;
	background: url(/recruit/group/sun/info_wine/img/step2.png) right top no-repeat;
	background-size: 100% 100%;
}
ul#step li span.middle {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
ul#step li#step5 span.middle {
	left: 50%;
	transform: translate(-50%,-50%);
}
#step_comment {
	font-size: 80%;
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 1164px) {
ul#step {
	width: calc( 100% - 40px );
	margin: 0 auto 20px auto;
}
ul#step li {
	width: 18%;
	font-size: 16px;
}
ul#step li#step1 { left: 0; }
ul#step li#step2 { left: 17%; }
ul#step li#step3 { left: 34%; }
ul#step li#step4 { left: 51%; }
ul#step li#step5 {
	width: 32%;
	left: 68%;
}
ul#step li span.middle {
	left: 12%;
}
ul#step li#step5 span.middle {
	left: 50%;
	transform: translate(-50%,-50%);
}
}
@media screen and (max-width: 960px) {

}



#faq_wrap {
	box-sizing: border-box;
	width: 700px;
	height: 100px;
	margin: 0 auto 100px auto;
}
#faq_wrap dl#faq {
	width: 100%;
	height: 100px;
	border: 1px solid #eeddcc;
	position: relative;
}
#faq_wrap dl#faq dt {
	display: inline-block;
	width: 169px;
	height: 100px;
	border-right: 1px solid #eeddcc;
	line-height: 100px;
	text-align: center;
	background-color: #fff9f1;
}
#faq_wrap dl#faq dd {
	display: inline-block;
	text-align: center;
	margin-left: 1em;
}
#faq_wrap dl#faq dd span.faq_style {
	position: absolute;
    width: 100%;
    display: block;
    top: 50%;
	transform: translateY(-50%);
    left: 78px;
}
#faq_wrap dl#faq dd a {
	color: #2299ee;
    text-decoration: none;
}
#faq_wrap dl#faq dd a:hover {
	cursor: pointer;
	opacity: 0.7;
}
#back_page {
	width: 500px;
	height: 110px;
	margin: 0 auto;
}
#back_page a {
	display: block;
	background: url(/recruit/group/sun/info_wine/img/toppage.png) left top no-repeat;
	bacground-size: 100% auto;
}
#back_page a:hover {
	background: url(/recruit/group/sun/info_wine/img/toppage_on.png) left top no-repeat;
	bacground-size: 100% auto;
}
#back_page a {
	display: block;
	box-sizing: border-box;
	width: 500px;
	height: 110px;
	padding: 25px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 100%;
	color: #000;
}
#back_page a span.big {
	font-size: 130%;
	display: block;
	margin: 25px 0 0 0;
}

#end_announce {
	margin: 20px 40px;
}
#end_announce p {
    font-size: 26px;
    font-weight: bold;
    color: #e00;
}

/* #main_contents .sub_block .row
------------------------------ */

#main_contents .application{
margin-top: 30px;
margin-left: 20px;
}

#main_contents .application a{
background: #59bed8;
color: #fff;
font-weight: bold;
font-size: 20px;
padding: 10px 60px;
border-radius: 10px;
}

#main_contents .application a:hover{
opacity: 0.8;
}

/* #main #main_hd .application{
float: left;
margin-top: 0;
padding-left: 30px;
} */

#main_contents .application span.win_wrap {
	position: relative;
}
#main_contents .application span.win_wrap:after {
	position: absolute;
	content: url(/recruit/factory/info/img/icon_blank.svg?20240619_2);
	top: -5px;
    right: -25px;
    width: 12px;
    height: 12px;
}

/* #main_contents .sub_block .row
------------------------------ */
#main_contents .sub_block .row{
display:table;
width:100%;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}

#main_contents .sub_block .row.first{
border-top:1px solid #ccc;
}

#main_contents .sub_block .row h5,
#main_contents .sub_block .row p.txt,
#main_contents .sub_block .row dl.txt,
#main_contents .sub_block .row ul.txt{
display:table-cell;
vertical-align:top;
border-left:1px solid #ccc;
padding:8px 8px 6px 8px;
}

#main_contents .sub_block .row h5{
width:19em;
background-color:#fff9f1;
font-size:16px;
font-weight: normal !important;
line-height:180%;
font-weight:bold;
padding-right:0px;
}

#main_contents .sub_block .row h5 span{
display:block;
}

#main_contents .sub_block .row p.txt,
#main_contents .sub_block .row dl.txt,
#main_contents .sub_block .row ul.txt{
width:auto;
}

#main_contents .sub_block .row p.txt,
#main_contents .sub_block .row dl.txt dt,
#main_contents .sub_block .row dl.txt dd,
#main_contents .sub_block .row ul.txt li{
line-height:180%;
text-indent:0;
margin:0;
}

#main_contents .sub_block .row.last{
margin-bottom: 40px;
}


/* #main_contents .to_page_top
------------------------------ */
#main_contents .to_page_top{
margin:20px 0 20px 0;
}

#main_contents .to_page_top:after{content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
#main_contents .to_page_top{display:inline-block;}
* html #main_contents .to_page_top{height:0%;}
#main_contents .to_page_top{display:block;}

#main_contents .to_page_top a{
display:block;
float:right;
font-size:73%;
line-height:120%;
text-decoration: none;
}

#main_contents .to_page_top a:before{
background:url(/recruit/factory/common/img/ico.png) no-repeat 0 -60px;
content:"";
float:left;
width:10px;
height:10px;
margin:3px 5px 0 0;
}

#main_contents .to_page_top a:hover{
text-decoration:underline;
}