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

.container {
width: 90%;
}
.padd-0{
	padding: 0;
}
.indent-1 {
    padding-left: 3em !important;
    text-indent: -2em !important;
}
i.icon-chevron-right {
    position: absolute;
    top: 9px;
}



.icon-chevron-right {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.3);
    color: #ffab00;
    margin-left: -25px;
    margin-right: 10px;
}

#sse-page-02 {
    overflow: hidden;
    background: url(../images/main_bg02.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#sse-page-02 {
	background: none;
}
#sse-page-02::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, -1px);
	transform: translate3d(0, 0, -1px);
	width: 100%;
	height: 100vh;
	background: url(../images/main_bg02.jpg) top/cover no-repeat;
	-webkit-background-size: cover;
}
.sse-section-heading {
    margin-top: 0px;
    line-height: 38px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#sse-main, .sse-section {
    padding: 7em 0;
    position: relative;
    color: rgba(255, 255, 255, 1);
}
.greeting-wrap,.message-wrap{
	background:  url(../images/video_dot.png);
	
}
.greeting{
	
}
.policy{
	background:  url(../images/video_dot.png);
	margin: 0 0 30px;
	padding: 20px;
}

.interval-img01 {
    height: 180px;
    background: url(../images/interval_01.jpg) no-repeat center;
    background-size: cover;
	background-attachment: fixed;
margin: 50px calc(50% - 50vw);
}
.interval-img02 {
    height: 180px;
    background: url(../images/interval_02.jpg) no-repeat center;
    background-size: cover;
	background-attachment: fixed;
margin: 50px calc(50% - 50vw);
}
.interval-img03 {
    height: 180px;
    background: url(../images/interval_03.jpg) no-repeat center;
    background-size: cover;
	background-attachment: fixed;
margin: 50px calc(50% - 50vw);
}
.interval-img04 {
    height: 180px;
    background: url(../images/interval_04.jpg) no-repeat center;
    background-size: cover;
	background-attachment: fixed;
margin: 50px calc(50% - 50vw);
}



.iphone .interval-img01 ,.ipad .interval-img01 {
    height: 180px;
    background: url(../images/interval_01.jpg) no-repeat center;
    background-size: cover;
margin: 50px calc(50% - 50vw);
}
.iphone .interval-img02 ,.ipad .interval-img02 {
    height: 180px;
    background: url(../images/interval_02.jpg) no-repeat center;
    background-size: cover;
margin: 50px calc(50% - 50vw);
}
.iphone .interval-img03,.ipad .interval-img03  {
    height: 180px;
    background: url(../images/interval_03.jpg) no-repeat center;
    background-size: cover;
margin: 50px calc(50% - 50vw);
}
.iphone .interval-img04,.ipad .interval-img04  {
    height: 180px;
    background: url(../images/interval_04.jpg) no-repeat center;
    background-size: cover;
margin: 50px calc(50% - 50vw);
}




/*募集要項*/
.bosyuyoukou {
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #ffab00 4px solid;
	border-bottom: #ddd 1px solid;
    text-align: left;
    font-weight: normal;
    padding: 20px;
}
.t_sub_th {
	border-bottom: #ddd 1px solid;
	text-align: left;
	padding: 20px;
	font-weight: normal;
}
td.t_top {
    border-top: #999 2px solid;
    border-bottom: #ddd 1px solid;
    padding: 20px;
}
.t_sub_td {
	border-bottom: #ddd 1px solid;
	text-align: left;
	padding: 20px;
}
.message-ul{
	list-style:none;
}
