@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,100,800,900,400,200,300);
@import url(http://fonts.googleapis.com/css?family=Playball);

body, html{
	font-family: 'Hiragino Kaku Gothic ProN','Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-size:16px;
	line-height:1.6em;
}

.red{
	color:#DC0029;
}

.yellow{
	color:#FFD933;
}

@media (min-width: 1200px){
	.container {
	width: 1100px;
	}
}

h1{
	text-transform: uppercase;
	text-shadow: 
		0 0 25px #263F95, 
		0 0 20px #263F95, 
		0 0 0.40px #263F95;
	font-size: 54px;
	font-weight: bold;
	color: #FFD933;
}

h2{
	line-height: 20px;
	margin:  0;
}

h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: rgb(47, 147, 123);
}
p{
	font-size: 18px;
}

a { 
	color: #ffffff;
	transition: all 0.8;
}
a:hover,
a:focus{
	color: #FFD933;
	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; }

a.navbar-brand{
	color:#FFD933 !important;
	padding:10px 0;
}

div.time_block{
	background:#FFF;
	margin-bottom: 40px;
	padding: 50px;
}

div.time_block .media{
	text-align:left;
}

img.logo{
	width: 100%;
	max-width:1000px;
	height:auto;
}

img.logo_head{
	height:100%;
	width:auto;

}

img.hurry{
max-width: 100%;
margin-top: 20px;
width: 100%;
margin-bottom:20px;
height: auto;


}

img.free{
	max-width: 480px;
	width: 100%;
	height: auto;
	margin: 10px auto;
}

/* Home Style */
@media screen and (min-width: 641px) {
#tf-home{
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
}

#tf-time{
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

}

.home_bg{
	background: url(../img/01.png);
}

.time_bg{
	background: url(../img/01.png);
}



#tf-time .overlay{
	height: auto;
	background-attachment: fixed;
}



#tf-home .overlay{
	height: auto;
	background-attachment: fixed;
}

div.overlay a.btn{
	margin: 25px 5px;
}

.content{
	padding: 20px 0 40px;
	text-align: center;
}

.content p{
	font-size: 16px;
}

.content div.yahoo {
    width: 60%;
    margin: 10px auto;
    vertical-align: middle;
}

div.yahoo div{
	padding:0 5px;
}

.content div.nissen{
	width: 60%;
	margin-left: 20%;
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-bottom:10px;
}

div.nissen div{
	padding:0 5px;
}

div.recom{
	background: #F5F1E9;
}

div.recom ul{
	list-style: none;
	padding: 20px 0;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}

div.recom ul li::before{
	font-family: FontAwesome;
	content: '\f14a';
	color: #004190;
	font-size: 22px;
	margin-right: 5px;
}

p.use{
	font-size: 24px;
	line-height: 40px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight:bold;
}

.content p.special{
	text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 25px #fff;
	color: #DC0029;
	font-weight: bold;
	font-size: 28px;
	margin-top: 30px;
}

div.yahoo img{
	width: 100%;
	height: auto;
	padding: 0;
	max-width: 150px;
	margin: 0 auto;
	
}

div.nissen img{
	width: 100%;
	height:auto;
	padding:0;
	
}

p.special span{
	font-size:24px;
}

div.yahoo p.show{
	background: #FFF;
	color: #333;
	font-size: 24px;
	padding: 5px 10px;
}

div.nissen p.show{
	background: #FFF;
	color: #333;
	font-size: 24px;
	padding: 5px 10px;
}

img.top_date{
width: 100%;
max-width: 700px;
height: auto;
margin: 0 auto;
}

p.catch{
	font-size: 26px;
	text-shadow: 0 0 25px #263F95, 0 0 20px #263F95, 0 0 0.40px #263F95;
}

p.catch span{
	font-size:32px;
	font-weight:bold;
}


p.line_title{
	font-size: 72px;
	margin: 30px 0;
	text-align: center;
	color: #004190;
	font-family: Calibri,Arial;
	font-weight: 700;
}

h4 p.line_title{
	margin: 15px 0;
	height: 80px;
}

/* Navigation */
#tf-menu {
	margin-bottom: 0;
	background: transparent;
	border: 0;
	color: #fff !important;
	padding: 15px 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: #263F95;
    padding: 1% 0;
}
#tf-menu.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	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: #FFD933;
	background-color: transparent;
}

#tf-top{
	padding: 65px 0 0; 
}

#tf-service{
	padding: 40px 0; 
}

.media-left.media-middle i {
	padding: 20px 30px 20px 0;
	font-size: 30px;
	color: #DC0029;

}

.media-body h4 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
	color:#333;
}

.media-body h4 i{
	font-size:28px;
	margin-right:8px;
}

#tf-portfolio{
	background: #f1f1f1;
	padding: 5%  0 8% 0;
	text-align: center;
}

.section-title hr{
	border-color: rgb(47, 147, 123);
	width: 60px;
}

img.how{
	width:100%;
	max-width:1000px;
	height:auto;
	margin:10px 0;
}

img.how2{
	width:100%;
	max-width:640px;
	height:auto;
	margin:10px 0;
}

a.btn i{
	font-size:20px;
	margin-right:5px;
}

div.recom p{
	text-align: center;
	background: #F26964;
	color: #FFF;
	padding: 10px;
	margin: 20px 0 0;
	font-size: 20px;
	font-weight: bold;
}

div.check h3{
	text-align: center;
	font-size: 32px;
	background: #DC0029;
	color: #FFF;
	padding: 15px;
	margin-bottom: 40px;
}


div.check02 h3{
	text-align: center;
	font-size: 32px;
	background: #263F95;
	color: #FFF;
	padding: 15px;
	margin-bottom: 40px;
}

div.time_block .title_one{
	text-align: center;
	font-size: 32px;
	background: #53a1ff;
	color: #FFF;
	padding: 15px;
	margin:15px 0;
}

div.time_block .title_two{
	text-align: center;
	font-size: 32px;
	background: #53A243;
	color: #FFF;
	padding: 15px;
	margin:15px 0;
}

div.time_block .title_three{
	text-align: center;
	font-size: 32px;
	background: #E69133;
	color: #FFF;
	padding: 15px;
	margin:15px 0;
}

div.time_block .title_four{
	text-align: center;
	font-size: 32px;
	background: #FFEE17;
	color: #E40011;
	padding: 15px;
	margin:15px 0;
}

div.title_four h3{
	font-weight:bold;
}

.one_color{
	color:#53a1ff;
}

.two_color{
	color:#53A243;
}

.three_color{
	color:#E69133;
}


.title h3{
	margin: 0;
	padding: 5px;
	font-size: 26px;
}

span.shikaku{
	font-weight:bold;
}

i.red{
	color: #DC0029;
}
i.blue{
	color: #263F95;
}

img.lecturer{
width: 100%;
max-width: 320px;
margin: 0 auto !important;
}

img.company{
max-width: 480px;
margin: 15px auto;
width: 100%;
}

p.funai{
	color: #004190;
	font-size: 21px;
	font-weight: bold;
}

p.yahoo{
	color: #004190;
	font-size: 21px;
	font-weight: bold;
}

p.nissen{
	color: #E69133;
	font-size: 26px;
	font-weight: bold;
}

p.point{
	text-align: center;
	padding: 15px;
	color: #f90;
	background: #f4f4f4;
	border-left: solid 15px #f90;
	border-bottom: solid 3px #d7d7d7;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

span.name{
	font-weight:bold;
	font-size:26px;
}

.section-title h2{
	font-weight: 700;
}

.section-title h3{
	text-align: center;
	padding: 15px;
	color: #E40011;
	background: #f4f4f4;
	border-left: solid 15px #E40011;
	border-bottom: solid 3px #d7d7d7;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}

div.point01{
border-top: solid 3px #004190;
margin-top:20px;
padding:30px 0 0;
}

div.point01 div{
	padding-left:0;
	padding-right:0;
}


#tf-entry{
margin: 40px 0;
}
#tf-entry p.point01{
text-align:left;
margin: 20px 0;
font-weight:bold;
}

#tf-entry p.tantou{
	text-align: right;
	border-top: 2px solid #004190;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

div.point02{
border-top: solid 3px #004190;
margin-top:20px;
padding:30px 0 0;
}

div.point02 div{
	padding-left:0;
	padding-right:0;
}


#tf-entry p.detail{
	background: #F90;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

img.nissen_logo{
max-width: 480px;
width: 100%;
height: auto;
margin: 0 auto 19px;

}
.tb_one{
text-align: left;
padding: 15px;
color: #333;
background: #FFF;
border-left: solid 15px #53a1ff;
border-bottom: solid 3px #53a1ff;
font-size: 24px !important;
font-weight: bold;
}

.tb_two{
text-align: left;
padding: 15px;
color: #333;
background: #FFF;
border-left: solid 15px #53A243;
border-bottom: solid 3px #53A243;
font-size: 24px !important;
font-weight: bold;
}

.tb_three{
text-align: left;
padding: 15px;
color: #333;
background: #FFF;
border-left: solid 15px #E69133;
border-bottom: solid 3px #E69133;
font-size: 24px !important;
font-weight: bold;
}

.tb_four{
text-align: left;
padding: 15px;
color: #333;
background: #FFF;
border-left: solid 15px #E40011;
border-bottom: solid 3px #E40011;
font-size: 24px !important;
font-weight: bold;
}


.tb_under{
margin-top: 10px;
}

div.time_block h4{
padding-left: 34px;
text-indent: -16px;
}

div.spons .col-md-12{
	padding-left:0;
	padding-right:0;
}

p.com_detail{
border-top: solid 1px #333;
padding-top: 10px;
font-size:18px;
}

button.btn,
a.btn {
	margin: 15px 5px;
	transition: all 0.5s;
}

#entry_link a.entry{
	background: #DC0029;
	padding: 20px;
	font-size: 26px;
	transition: 0.5s;
}


#entry_link a.entry:hover{
	opacity: 0.5;
	color:#FFF;
}

button.btn.btn-primary.my-btn,
a.btn.btn-primary.my-btn {
	background: #53A243;
	border-color: transparent;
	border-radius: 0px;
	border-width: 2px;
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	width: 75%;
	margin: 0 auto;
	display: block;
	margin: 20px auto;
}
button.btn.btn-primary.my-btn:hover,
a.btn.btn-primary.my-btn:hover{
	background: #FFFFFF;
	color: #53A243;
	border-color: transparent;
}
button.btn.btn-primary.my-btn.dark:hover,
a.btn.btn-primary.my-btn.dark:hover{
	background: #222222;
	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: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFFFFF;
}

a.btn.btn-primary.my-btn2:hover{
	background: #DC0029;
	color: #ffffff;
	border-color: transparent;
}

ul.cat.list-inline li a {
	border: 1px solid #DC0029;
	padding: 5px 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #DC0029;
	transition: all 0.5s;
}

ul.cat.list-inline li a:hover{
	background: #DC0029;
	color: #ffffff;
}

.space{ padding: 20px}
.toppadding{ padding-top: 30px}
.nopadding{ padding:  0;}

#tf-about{
	background: url(../img/07.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-why-me{
	background: url(../img/10.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-why-me .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
}
ul.why-me li{
	margin: 10px 0;
}
#tf-contact{
	background: url(../img/08.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 #DC0029;
}
nav#tf-footer {
	background: #263F95;
	padding: 3% 0 2% 0;
	color: #f1f1f1;
	text-align:center;
}

div.lecturer{
	padding:25px;
}

a.link_btn{
background:#263F95;
padding: 10px 30px;
font-size: 18px;
display: block;
margin: 20px auto;
font-weight: 600;
width: 75%;
text-align:center;
}

a.link_btn i{
margin-right:5px;
}

@media screen and (max-width: 640px) {
img.logo_head {
    max-width: 210px;
    width: 100%;
    margin: 0px 10px;
}
img.free{margin:0 auto;}
.content p.special{font-size:18px;margin-top:0;}
p.catch{font-size:16px;}
div.yahoo p.show{font-size:18px;}
p.catch span{font-size:20px;}
button.btn.btn-primary.my-btn, a.btn.btn-primary.my-btn{
	font-size:16px;
	width: 90%;
	background: #53A243;
	font-weight: 600;
	border-radius: 0px;
	border: none;
	padding: 10px;
}
.tb_one {
    text-align: left;
    padding: 15px;
    color: #333;
    background: #FFF;
    border-left: solid 15px #53a1ff;
    border-bottom: solid 3px #53a1ff;
    font-size: 14px !important;
    font-weight: bold;
}
.tb_two {
    font-size: 14px !important;
}

.tb_three {
    font-size: 14px !important;
}

.tb_four {
    font-size: 14px !important;
}


div.check h3{font-size:20px;margin-bottom: 20px;}
div.check02 h3{font-size:20px;margin-bottom: 20px;}
.media-body h4{font-size: 16px;margin: 5px 0 0;}
.media{margin-top:0;}

button.btn.btn-primary.my-btn,
a.btn.btn-primary.my-btn {
width: 90%;
margin: 20px auto;
}

.section-title h3{
font-size: 20px;
padding: 15px;
margin: 0;
}

#tf-service {
    padding: 20px 0;
}

#tf-top {
    padding: 20px 0;
}

div.lecturer{
	padding:0px;
}
img.lecturer{padding:20px;}

p.point01{
	font-size: 16px;
	padding: 10px;
}
p.point02{
	font-size: 16px;
	padding: 10px;
}
.media-body h4 i{font-size:18px;}
p.funai{font-size:20px;}
p.yahoo{font-size:20px;}
p.nissen{font-size: 20px;}
div.time_block{padding:15px;}
div.time_block h3{margin: 0;font-size: 20px;}
#tf-time .section-title{padding-bottom:20px;}
span.name{font-size:20px;}
.spp{
padding-left:0;
padding-right:0;
}

.content div.yahoo {
    width: 100%;
    margin: 10px auto;
}


.col-md-12 .col-md-9{
padding-left:0;
padding-right:0;
}

.col-md-12 .col-md-3{
padding-left:0;
padding-right:0;
}
p.com_detail{font-size:16px;}

.tb_under{
padding-left:0;
padding-right:0;
}
nav#tf-footer p{font-size:14px;}

a.link_btn{
width: 100%;
font-size: 16px;
padding: 10px 0;
}

#entry_link a.entry{
	padding: 15px;
	font-size: 18px;

}

#tf-entry p.point01{
	padding-left:0;
	padding-right:0;
}

img.lecturer{
max-width: 160px;
margin-bottom: 10px !important;
}
div.recom p{
	margin-top:20px;
}

}


p.pre{
text-align: center;
font-size: 18px;
font-weight: bold;
margin: 20px auto;
color: #D11D1D;



}

.navbar-default .navbar-toggle .icon-bar{
background-color: #FFF;
}