@import url(https://fonts.googleapis.com/css?family=Raleway:500,600,700,100,800,900,400,200,300);
@import url(https://fonts.googleapis.com/css?family=Playball);

body, html{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

@media (min-width: 1200px){
	.container {
	width: 1100px;
	}
}

.section-title h2{
	color: #FFF;
	background: #333;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 2%;
	font-weight: 300;
	letter-spacing: 1rem;
	font-family: 'Poppins',"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ ゴシック",Helvetica,sans-serif;
}

h4 {
	border-bottom: 1px solid #02d174;
	margin-top: 20px 0 20px 0;
	font-weight: 700;
	color: #444;
}

h5 {
	margin-top: 20px 0 20px 0;
	font-weight: 700;
	color: #444;
}

p{
	line-height: 1.6em;
}

#tf-jobs_main p {
	font-weight: 400;
	text-shadow: 0px 0px;
	font-size: 14px;
}

#tf-jobspart2 p {
	text-align: center;
}


#tf-recruit p {
	text-align: center;
}

a { 
	color: #02D174;
	transition: all 0.8;
}
a:hover,
a:focus{
	color: #02D174;
	text-decoration: none;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* Home Style */
#tf-home{
	background: url(https://corp.cmsite.co.jp/img/top_01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#tf-home .overlay{
	/* [disabled]background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); */ /* FF3.6+ */
	/* [disabled]background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); */ /* Chrome,Safari4+ */
	/* [disabled]background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); */ /* Chrome10+,Safari5.1+ */
	/* [disabled]background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); */ /* Opera 11.10+ */
	/* [disabled]background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); */ /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.20) 17%,rgba(0,0,0,0.50) 40%,rgba(0,0,0,0.50) 62%,rgba(0,0,0,0.60) 100%); /* W3C */

	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	letter-spacing: 0.1em;
	font-size: 2rem;
}

.content{
	padding: 15% 0 18% 0;
	text-align: center;
}


/* Navigation */
#tf-menu {
	margin-bottom: 0;
	background: transparent;
	border: 0;
	color: #fff !important;
	padding: 2% 0;
	transition: all 0.5s;
}
#sticky {
    padding: 0.5ex;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#tf-menu.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #f5f5f5;
    padding: 1% 0;
}
#tf-menu.navbar-default .navbar-nav > li > a {
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}

#tf-menu.navbar-default .navbar-nav > li > a:hover, 
#tf-menu.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}

.logo {
	font-weight: 600;
}

#tf-service{
	padding-top: 0%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5%;
}

.media-body img{
	margin:0 auto;
}

.media-body ul{
	margin:0 auto;	
	width: fit-content;
	padding-left:0px;
}

.media-left.media-middle i {
	padding: 20px 30px 20px 0;
	font-size: 30px;
	color: rgb(47, 147, 123);

}

.media-body h4 {
	margin-bottom: 20px;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
}

#tf-portfolio{
	background: #f1f1f1;
	padding: 5%  0 8% 0;
	text-align: center;
}

.section-title hr{
	border-color: #F61F19;
	width: 60px;
}


button.btn,
a.btn {
	margin: 15px 5px;
	transition: all 0.5s;
}
button.btn.btn-primary.my-btn,
a.btn.btn-primary.my-btn {
	background-color: #02D174;
	border-color: transparent;
	border-radius: 0px;
	border-width: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 600;
	padding-left: 60px;
	padding-right: 60px;
}
button.btn.btn-primary.my-btn:hover,
a.btn.btn-primary.my-btn:hover{
	background: #FFFFFF;
	color: #02D174;
	border-color: transparent;
}
button.btn.btn-primary.my-btn.dark:hover,
a.btn.btn-primary.my-btn.dark:hover{
	background: #222;
	color: #ffffff;
	border-color: transparent;
}
a.btn.btn-primary.my-btn2 {
	background: rgba(47, 147, 123, 0);
	border-color: #FFFFFF;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFFFFF;
}

a.btn.btn-primary.my-btn2:hover{
	background: #02D174;
	color: #ffffff;
	border-color: transparent;
}

ul.cat.list-inline li a {
	border: 1px solid #02D174;
	padding: 5px 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #02D174;
	transition: all 0.5s;
}

ul.cat.list-inline li a:hover{
	background: #02D174;
	color: #ffffff;
}

.list-inline > li span {
	font-size: 0.7em;
}

.space{ padding: 20px}
.toppadding{ padding-top: 30px}
.nopadding{ padding:  0;}

#tf-about{
	background: url(https://corp.cmsite.co.jp/img/top_02.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-about .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 10% 0;
}

#tf-recruit{
	background-image: url(https://corp.cmsite.co.jp/img/top_03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-recruit .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
	
}
ul.recruit li{
	margin: 10px 0;
}

#tf-recruit li i{
	padding-right: 10px;
	color: #02D174;
}

#tf-news{
	background: #FFFFFF;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 5% 0;
	text-align: center;
}

#tf-contact{
	background: url(https://corp.cmsite.co.jp/img/footer_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 5% 0;
	text-align: center;
}

form#contact {
	padding: 5%;
	background: #f1f1f1;
	outline: 6px solid rgba(34, 34, 34, 0.08);
}

#tf-contact input.form-control {
	height: 40px;
}

#tf-contact .form-control{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 16px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #FFF;
	border-radius: 0;
	border-top: 2px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: all 0.8s;
}
#tf-contact .form-control:focus,
#tf-contact .form-control:hover{
	border-top: 2px solid #02D174;
}
nav#tf-footer {
	background: #f5f5f5;
	padding: 3% 0 2% 0;
	color: #333;
}


/* Jobs Style */
#tf-jobs{

	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

#tf-jobs .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	/* background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); */ /* W3C */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.20) 17%,rgba(0,0,0,0.50) 40%,rgba(0,0,0,0.50) 62%,rgba(0,0,0,0.60) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
}

.content{
	padding: 15% 0 18% 0;
	text-align: center;
}


/* Jobspart1 Style */
#tf-jobspart1{
	background: url(https://corp.cmsite.co.jp/img/jobs_02.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-jobspart1 .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
}


/* Jobspart2 Style */
#tf-jobspart2{
	background: url(https://corp.cmsite.co.jp/img/jobs_03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-jobspart2 .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
}


/* Corp Style */
#tf-corp{
	background: url(https://corp.cmsite.co.jp/img/about_01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-corp .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 10% 0;
}


/* history Style */
#tf-history{
	
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-history .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 10% 0;
}

.section-title {
	text-align: center;
	font-size: 12px;
	padding-top: 3%;
	padding-bottom: 1%;
}


.title_red {
	background-color: rgba(255,255,255,0.50);
	color: rgba(230,31,25,1.00);
	font-size: 1.5em;
	font-weight: 700;
	text-shadow: 0px 0px;
	padding: 2% 0 2% 2%;
	margin-bottom: 4%;
	border-left: 10px solid rgba(230,31,25,1.00);
	border-right: 3px solid rgba(230,31,25,1.00);
	border-bottom: 3px solid rgba(230,31,25,1.00);
	border-top: 3px solid rgba(230,31,25,1.00);
	text-align: left;
}


.container i {
	color: #02d174;	
}

.media li {
	list-style: none;
	font-weight: 600;
	line-height: 1.5em;
	font-size: 1em;
}

.media_h5 {
	text-align: center;
	color: #E61F19;
	font-weight: 400;
	font-size: 2em;
	letter-spacing: 0.2em;
	font-family: poiret-one;
	margin-top: 1%;
}



.media-body hr {
	border-color: #02d174;
	width: 60px;
}

.content-title hr {
	border-color: #E61F19;
	width: 60px;
}



.center {
	background-position: center;
	text-align: center;
}

.btn_big {
	color: #444444;
	border-color: #444444;
	background-color: #FFFFFF;
	border-color: #444444;
	border-radius: 0px;
	border-width: 2px;
	padding:2% 3% 2% 3%;
	text-transform: uppercase;
	font-size: 1.2em;
	vertical-align: middle;
	
}



a.btn_big:hover {
	background: #02D174;
	color: #ffffff;
	border-color: transparent;
}

#tf-jobs_main {
	background-image: url(https://corp.cmsite.co.jp/img/jobs_01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
	padding: 2% 0 2% 0;
}

#main-copy {
	text-align: center;
	color: #FFFFFF;
}

#tf-jobspart3 {
	background: url(https://corp.cmsite.co.jp/img/jobs_bg3.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}



#job-contents {
	padding: 1% 1% 2% 1%;
}


/*追加*/
/*プライバシーポリシー*/
#tf-privacy .list{ padding:0 8px}

/*NEWS*/
#tf-release{}
#tf-release a{ color:#000;}
#tf-release a:hover{ text-decoration:underline;}
#tf-release table {
    width: 98%;
    margin: 10px auto 50px;
    border-collapse: collapse;
    border: none;
    text-align: left;
}
#tf-release th {
    background: #EEE;
	font-size:10px;
    max-width: 100px;
}
#tf-release th, #tf-release td {
    border: dotted 1px #bbb;
    padding: 10px 20px;    font-weight: normal;
}

/*カスタマー*/
#custom{    width: 98%;
    margin: 0px auto 20px;
}
#custom .cus_txt01{ padding:20px;}
#custom a{ font-size:14px; font-weight:bold; color:#399;}
#custom hr{ border:1px #fff solid;}
#custom .sell{ background:#e7e7e7; padding:10px; margin: 60px 0;}
#custom .sell .title{ font-size:25px; font-weight:bold;}

/*開示*/
#kaiji{}
#kaiji dl{ font-size:12px; padding:10px;}
#kaiji dt, #kaiji dd{line-height: 1.5em;}
#kaiji dt{ font-weight: bold; margin-top: 30px; border-bottom:1px dotted #999; }
#kaiji dd{ margin: 10px 0 0 2em;}
#kaiji dd dt{ margin-top: 20px; border-bottom: none; }

/*フッターメニュー*/
#footmenu{background:#333; width:auto; margin:0 auto; padding: 10px 0;}
#footmenu a{ color:#fff; text-decoration:none; position: relative;}
#footmenu a:hover{ text-decoration: underline;}
#footmenu li a:before {
display: block;
content: "";
position: absolute;
top: 50%;
left:-14px;
width: 0;
height: 0;
margin: -4px 0 0 0;
border-top: 8px solid #FFF;
border-left: 8px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

#footmenu ul{ display:inline-block; margin:0; padding:0 0 0 5px;}
#footmenu li{ float:left; display: block; margin: 0 0px 10px 0; list-style: disc; padding-right: 3em;}
