﻿/*定義リスト：デフォルト（スマホ）*/
.list {
    line-height: 1.5em;
    width: 100%;
  }

dl.list dl,dt,dd {
	margin: 0;
	padding: 0;
}
 
dl.list{
	width: 100%;
}
dl.list dd {
	padding: 10px 0px 20px 0px;
}

dl.list dt {
	padding: 20px 0px 0px 0px;
}

dl.list dd {
	border-bottom: 2px dotted #9E9E9E;
}

dl.list .dd-last {
	border-bottom:none;
}

/*定義リスト：幅768px以上で適用されるスタイル*/
@media only screen and (min-width:768px){
blockquote {
	width:50%; margin:0 auto;
	}
 
dl.list {
	width: 100%;
	}
	
dl.list dt {
	clear: left;
	float: left;
	width: 25%;
	}
 
dl.list dd {
	border-bottom: 2px dotted #9E9E9E;
	padding-left: 25%;
	}

dl.list .dd-last {
	border-bottom:none;
	}
}

/*h1：デフォルト（スマホ）*/
h1{
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0em;
	font-weight: 700;
	text-shadow: 0px 0px 10px #2D2D2D;
}

/*幅768px以上で適用されるスタイル*/
@media only screen and (min-width:768px){
	
	h1{
	text-transform: uppercase;
	font-size: 1.8em;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 10px #2D2D2D;
	font-weight: 500;
	}
}

/*幅992px以上で適用されるスタイル*/
@media only screen and (min-width:992px){
	
	h1{
	text-transform: uppercase;
	font-size: 2.5em;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-shadow: 0px 0px 10px #2D2D2D;
	}
	
}
 
/*トップの#main-copy*/	
#main-copy {
	margin-top: 5%;
	padding: 0% 10% 0% 10%;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 0em;
	text-shadow: 0px 0px 10px #2D2D2D;
	}

	
@media only screen and (min-width:768px){
	#main-copy {
	margin-top: 5%;
	padding: 0% 0% 0% 0%;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 0.5em;
	letter-spacing: 0em;
	text-shadow: 0px 0px 10px #2D2D2D;
	}
}

@media only screen and (min-width:992px){
	#main-copy {
	margin-top: 5%;
	padding: 0% 0% 0% 0%;
	font-weight: 400;
	font-size: 1.3em;
	line-height: 0.5em;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 10px #2D2D2D;
	}
}



/*トップページRECRUITのh3*/
#tf-recruit h3 {
	font-size: 2em;
	text-align: center;
	margin-bottom: 2%;
	font-weight: 600;
	letter-spacing: 0.2em;color: #333;
}

@media only screen and (min-width:768px){
	#tf-recruit h3 {
	font-size: 3em;
	text-align: center;
	margin-bottom: 2%;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	}
}

@media only screen and (min-width:992px){
	#tf-recruit h3 {
	font-size: 3em;
	text-align: center;
	margin-bottom: 2%;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	}
}


/*トップページRECRUITのh3*/
#tf-recruit ul{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-width:768px){
	#tf-recruit ul{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	}
}

/*RECRUITページのh1*/
#tf-jobs_main h1{
	color: #444444;
	font-size: 2em;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-shadow: none;
	line-height: 1.2em;
	padding-bottom: 3%;
	text-shadow: 0px 0px 10px #FFFFFF;
}

@media only screen and (min-width:768px){
	#tf-jobs_main h1{
	color: #444444;
	font-size: 2.5em;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-shadow: none;
	line-height: 1.2em;
	text-shadow: 0px 0px 10px #FFFFFF;
		}
}

@media only screen and (min-width:992px){
	#tf-jobs_main h1{
	color: #444444;
	font-size: 3em;
	letter-spacing: 0.2em;
	font-weight: 400;
	text-shadow: none;
	line-height: 1.2em;
	padding-top: 3%;
	text-shadow: 0px 0px 10px #FFFFFF;
		}
}

/*トップページのトップ背景画像*/
#tf-home{
	background: url(../img/top_01_sp.jpg);
	background-size: contain;
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*スマホ以外*/
@media only screen and (min-width:414px){
#tf-home{
	background: url(../img/top_01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
}

/*content-titleの黒文字タイトル*/
.content-title {
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 2%;
	font-size: 0.7em;
}

/*スマホ以外*/
@media only screen and (min-width:414px){
	.content-title {
	padding-top: 10px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 2%;
	font-size: 1em;
	}
}

/*jobページのh2*/
.job-title h2  {
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 2%;
	font-size: 0.5em;
}

/*スマホ以外*/
@media only screen and (min-width:414px){
	.job-title h2 {
	letter-spacing: 0.3em;
	margin-bottom: 2%;
	font-size: 0.8em;
	text-align: center;
	}
}
/*横並び以外*/
@media only screen and (min-width:992px){
/*トップページMedia&Games*/
.mediagame .col-md-4{ height:650px;}
}
@media only screen and (max-width:992px){
/*トップページMedia&Games*/
.mediagame .none{ display:none ;}
}