.b{ font-weight: bold; }
.red{ color: red; }
.box-yellow{ background: yellow; }
hr{ border-color: #bbb; }
.fl-l{ float: left; }
.fl-r{ float: left; }
.p30{ padding: 30px; }
.s16{ font-size: 16px; }


body{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#header{
	margin: 0;
	background: url(../images/header-shimizu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    
}

#header h1{
	margin: 0;
	padding: 0;
	line-height: 1;
}

.cv-head{
	margin: 0;
}

.cv-bg{
	margin: 0;
	background-color: #f4f4f4;
	border: solid 1px #ccc;
	padding: 30px;
}

.cvtext{
	border: solid 1px #dcdcdc;
	padding: 20px;
	font-size: 11px;
	margin: 10px;
	background-color: #fff;
	height: 80px;
	overflow-y: scroll;
}


#think{ margin: 50px auto; }


#naiyo{
	margin: 10px auto 50px auto;;
}


.naiyo1{
	background-color: #f5f5f5;
	background-image: url(../images/naiyo1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 362px;
	position: relative;
	margin: 10px auto 30px auto;
}


.naiyo1 p{
	position: absolute;
	left: 440px;
	top:140px;
	width: 480px;
	font-size: 15px;
}

.naiyo2{
	background-color: #f5f5f5;
	background-image: url(../images/naiyo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 362px;
	position: relative;
	margin: 10px auto 30px auto;
}


.naiyo2 p{
	position: absolute;
	left: 440px;
	top:140px;
	width: 480px;
	font-size: 15px;
}

.naiyo3{
	background-color: #f5f5f5;
	background-image: url(../images/naiyo3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 362px;
	position: relative;
	margin: 10px auto 30px auto;
}


.naiyo3 p{
	position: absolute;
	left: 440px;
	top:140px;
	width: 480px;
	font-size: 15px;
}

.naiyo4{
	background-color: #f5f5f5;
	background-image: url(../images/naiyo4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 362px;
	position: relative;
	margin: 10px auto 30px auto;
}


.naiyo4 p{
	position: absolute;
	left: 440px;
	top:140px;
	width: 480px;
	font-size: 15px;
}


#kokai{
	background-color: #000;
	margin: 40px 0;
}


#tokuen{ margin-bottom: 40px; }
#voice{ margin: 30px auto; }
#voice .voice-bg{ background-color: #f5f5f5; padding: 30px 0; margin-bottom: 50px;}
#voice .koemargin{ margin: 30px 30px; }



.movies{ margin: 40px auto; text-align: center; }


#ps{ margin: 50px auto; }
.footer{ margin: 50px auto; border-top: solid 1px #ccc; padding: 20px 0; }



.btn-cv{
	width: 100%;
	border: solid 1px #dcdcdc;
	padding: 20px;
	font-size: 24px;
	
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 2px 0;
	color : #FF3300;
}

/*---------　ページスクロール　------------*/

#page_top {
    bottom: 2%;
    display: none;
    position: fixed;
    right: 20px;
    opacity: 0.6;
    background-color: #000000;
}

#page_top a {
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
}

#page_top a:hover { text-decoration: none; }

.nav {
display: none;
width: 100%;
height: 40px;
background: #000000;
opacity: 0.7;
}

.fixed{
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
}

.wrap{
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

.menu li{
	list-style-type: none;
	float: left;
	display: inline-block;
}

.menu li a:hover{
	opacity: 0.7;
}

.set_center {
  text-align: center; }
  
.countbox{
	line-height:1.2;
	    width: 948px;
    margin-left: auto;
    margin-right: auto;
	background-color: #3498DB;
}
.countbox p{
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
}
.countbox p strong{
	display: inline-block;
	font-size: 1em;
	padding:0.2rem;
	border-radius: 0.3em;
	margin-left: 0.5em;
	margin-right: 0.2em;
}

.topcount {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.topcount p{
	margin-bottom: 0;
}

.fcount {
	background-color: #006CB2;
	color: #fff;
	line-height:1.2;
	width: 100%;
	padding: 0.5rem;
	position: fixed;
	top: 0;
	-webkit-box-shadow: 0em 0em 0.5em 0.5em rgba(0,0,0,0.31);
	box-shadow: 0em 0em 0.5em 0.5em rgba(0,0,0,0.31);
}
.fcount p{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}
.fcount p strong{
	display: inline-block;
	font-size: 1.5em;
	background-color: #006CB2;
	padding: 0.5em;
	border-radius: 0.3em;
	margin-left: 0.5em;
	margin-right: 0.2em;
	-webkit-box-shadow: inset -0.2em -0.2em 0.5em 0.1em rgba(0,0,0,0.31);
	box-shadow: inset -0.2em -0.2em 0.5em 0.1em rgba(0,0,0,0.31);
}
  }

.video_content {
  margin-top: 0; }

.tokuten {
  margin-bottom: 2%; }

.tokuten p {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }





/*yamanaka*/
ul{
   list-style: none;
}
ul li a{
    text-decoration: none;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.for_sp {
  display: none;
}

a {
    transition: 0.4s;
}
.head_box {
    margin-bottom:50px;
}
.sec_inner{
    padding:0 35px;
}
.underline{
    text-decoration: underline;
}
.red{
    color:red;
}
.sec_01 .img_box{
    text-align:center;
    margin-bottom: 30px;
}
.sec_01 .img_box img{
    width:300px;
   
}
.title {
    text-align: center;
    margin-bottom: 25px;
}
.title span{
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FAE438 54%);
}
.sec_01 p{
    text-align: center;
    margin-bottom:25px;
}
.sec_01 p span{
    font-size:30px;
    font-weight:bold;
    line-height: 2;
}
.btn_01{
    text-align: center;
    margin-bottom:100px;
}
.btn_01 a:before{
    content:"≫";
    margin-right:8px;
    display:inline-block;
}
.btn_01 a{
    padding:20px 90px;
    background-color:#f68f0e;
    color:#fff;
    border:solid 3px #f68f0e;
    border-radius:10px;
    text-decoration: none;
    font-size:20px;
    font-weight:bold;
    display:inline-block;
}
.btn_01 a:hover{
    background-color:#fff;
    color:#f68f0e;
    border:solid 3px #f68f0e;
    
}
.sec_box_02{
     margin-bottom:100px;
}
.sec_box_04 .title span {
    color:#f60e4c;
    line-height:1.3;
    background:none;
}
iframe{
    max-width:100%;
   
}

#tokuten .left_box {
    float:left;
    width:18%;
}
#tokuten .left_box ul{
    padding-left:0;
}
#tokuten .left_box .side_btn{
    
}

#tokuten .left_box ul li{
    margin-bottom: 15px;
    
    
}
#tokuten .left_box ul li a{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px 45px;
    background: #717171;
    text-align: center;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    border: solid 2px #717171;
}
#tokuten .left_box ul li a:hover{
    background: #fff;
    color: #717171;
}



#tokuten .right_box {
    float:right;
    width:78%;
}
#tokuten .right_box p {
    text-align: left;
}

#tokuten .right_box .title{
    font-size:22px;
    font-weight:bold;
    line-height:1.5;
}

#tokuten .video {
    margin-bottom:40px;
     text-align: center;
}
#tokuten .right_box ul{
    padding-left:0;
}
#tokuten .right_box ul li{
    margin-bottom:30px;
}
#tokuten .right_box ul li a{
    color:#717171;
    text-decoration: none;
    line-height: 1.8;
}
#tokuten .right_box ul li a:hover{
    color:#f68f0e;
}
#tokuten .right_box ul li span{
    font-weight:bold;
    font-size:20px;
    margin-right:15px;
}

.line_sp{  
    display:none;
  }










@media screen and (max-width: 640px) {
    
.sec_inner{
    padding:0 10px;
}    
   
.title span {
    font-size: 24px;
} 
.sec_01 .img_box img {
    width: 90%;
}
.btn_01 a {
    padding: 12px 28px;
    font-size: 18px;
}  
.sec_01 p span {
    font-size: 22px;
}    
    
.btn_01 {
    margin-bottom: 60px;
}    
    
.for_pc { 
    display:none; 
    }  
    
#tokuten .left_box {
   width:100%;
}

#tokuten .left_box ul li{
    margin-bottom: 15px;    
}
#tokuten .right_box {
    width:100%;
}


#tokuten .right_box ul li{
    margin-bottom:30px;
}
#tokuten .right_box ul li a{
    color:#717171;
    text-decoration: none;
    line-height: 1.8;
}
#tokuten .right_box ul li span{
    font-weight:bold;
    font-size:20px;
    margin-right:15px;
}
   
.line_pc{  
    display:none;
  }    
.line_sp{  
    display:block;
  }   
    
    
    
    
    
    
    
    
    
    
    
    
}





