.b{ font-weight: bold; }
.red{ color: red; }
.pink{color:#ff7d70;}
.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;
    border-top: solid 12px #f54703;
}

.style02{
    border-top: solid 12px #44da08;
}
#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;
}


.title {
    text-align: center;
    margin-bottom: 25px;
}
.title span{
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FAE438 54%);
}
#4bd180
.btn_01{
    text-align: center;
    margin-bottom:70px;
}
.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:28px;
    font-weight:bold;
    display:inline-block;
        line-height: 1.5;
}
.btn_01 a:hover{
    background-color:#fff;
    color:#f68f0e;
    border:solid 3px #f68f0e;
    
}
.btn_02{
    text-align: center;
    margin-bottom:70px;
}
.btn_02 a:before{
    content:"≫";
    margin-right:8px;
    display:inline-block;
}
.btn_02 a{
    padding:20px 90px;
    background-color:#4bd180;
    color:#fff;
    border:solid 3px #4bd180;
    border-radius:10px;
    text-decoration: none;
    font-size:28px;
    font-weight:bold;
    display:inline-block;
        line-height: 1.5;
}
.btn_02 a:hover{
    background-color:#fff;
    color:#4bd180;
    border:solid 3px #4bd180;
    
}
.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;
}

.mg_btm_30{
    margin-bottom:30px;
}
.mg_btm_50{
    margin-bottom:50px;
}
.mg_btm_100{
    margin-bottom:100px;
}
#seminar p{
    text-align: left;
    font-size:20px;
    line-height:1.8;
    color:#404040;
}
#seminar .line{
    text-decoration:underline; 
}
#seminar .bg{
    font-size: 28px;
    font-weight: bold;
    padding: 30px;
    border: double 3px #404040;
}
#seminar .bg i{
    margin-right:10px;
}
#seminar p i{
    margin-right:10px;  
}
#seminar p .big{
  font-size:26px;
  font-weight: bold;
}
#seminar .cnt p{
    text-align:center;
}
#seminar p .red{
  color:#f01;  
}
#seminar p .blue{
  color:#160bdf;  
}
#seminar p .line_yl{
   font-size:22px; 
   background: linear-gradient(transparent 60%, #FAE438 60%);  
}
#seminar h2{
    position: relative;
    padding: 0.8em 1.8em;
    background: -moz-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
    background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
    background: linear-gradient(to right, rgb(255, 124, 111), #ffc994);
    color: white;
    font-weight: bold;
    font-size:30px;
    margin-top:50px;
    line-height:1.5;
    border-radius: 10px;
}
#seminar h2 i{
    margin-right:20px;
    font-size: 30px;   
}
#seminar .sec_01 .imgbox{
    margin-bottom:50px;
}
#seminar .sec_01 ul{
    padding:25px 0 25px 80px;
}
#seminar .sec_01 ul li{
    font-size:20px;
    margin-bottom:30px;
    color: #f01;
}
#seminar .sec_01 ul li i{
    margin-right:20px;
    color: #f01;
    font-size: 30px;   
}
#seminar .sec_01 .img_box{
    text-align: center; 
    margin-right:25px;
}
#seminar .sec_01 .txt_box{
   
}
#seminar .sec_01 .about_seminar{
    border:solid 1px #141414;
    padding:50px;
    font-size:18px;
    line-height:1.8;
}
#seminar .sec_01 .review_box{
    border: double 4px #c1c0c0;
    padding: 50px;
    margin-bottom:80px;
    background-color: #fbfbfb;
}

#seminar .sec_01 .name{
    font-family:'游明朝体',
'YuMincho';
    font-size:22px;
    font-weight:bold;
    float: right;
}

#seminar .sec_01 .midashi_1{
   position: relative;
  padding: 0.6em;
  background: #ff7e70;
    color:#fff;
    border-radius: 10px;
    display:block;
}

#seminar .sec_01 .midashi_1:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ff7e70;
width: 0;
height: 0;
}



@media screen and (max-width: 1024px) {

    
.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_02 {
    margin-bottom: 60px;
}    
.btn_02 a {
    padding: 12px 28px;
    font-size: 16px;
}  
.sec_02 p span {
    font-size: 22px;
}    
    
.btn_02 {
    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;
}
   
#seminar img{
        width:100%;
    }   
#seminar p {
   font-size: 18px;
}    
#seminar .head_box {
    margin-bottom: 20px;
}    
#seminar .sec_01 .imgbox {
    margin-bottom: 20px;
}    
#seminar h2 {
    padding: 0.4em;
    font-weight: bold;
    font-size: 22px;
    margin-top: 40px;
}
   
#seminar .bg {
    font-size: 28px;
    padding: 15px;
}   
#seminar p .big {
    font-size: 22px;
    font-weight: bold;
}
#seminar h2 i {
    margin-right: 8px;
    font-size: 22px;
}    
#seminar .sec_01 ul{
    padding:0;
}    
#seminar .sec_01 ul li {
    font-size: 18px;
    margin-bottom: 25px;
    color: #f01;
}
#seminar .sec_01 ul li i {
    margin-right: 13px;
    color: #f01;
    font-size: 22px;
}    
#seminar .sec_01 .img_box {
    width:100%;
}  
#seminar .sec_01 .about_seminar {
    border: solid 1px #141414;
    padding: 15px;
    font-size: 16px;
    line-height: 1.8;
}
#seminar p {
    font-size: 16px;
}
#seminar .about_seminar p span {
    font-size: 18px;
}
#seminar .sec_01 .review_box {
    padding: 15px;
    margin-bottom: 30px;
}    
#seminar .review_box span {
    font-size: 18px;
}    
#seminar .sec_01 p span {
    font-size: 18px;
}    
#seminar p .big {
    font-size: 20px;
    font-weight: bold;
}    
#seminar .count-bg {
    position: fixed !important;
    z-index: 10000 !important;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
#seminar .countform {
    
}
#seminar .countform2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    padding-top: 3px;
    line-height: 1.3;
}
#seminar .countform2 a{
     color:#fff;
    opacity:0.8;
    margin: 0 auto;
    padding: 4px;
    background-color: #000;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    }    
#seminar .countform1 {
    display: inline;
    width: 90px;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #ffdd00;
    background: transparent;
    text-align: right;
    border-style: none;
    padding: 0;
}  
}




@media screen and (min-width: 480px) {    
 body{
    border-top: solid 12px #f54703;
}

 #seminar .count-bg {
    position: fixed !important;
    z-index: 10000 !important;
    bottom: 0;
    margin: 0;
    padding: 0;
     left:15px;
}
#seminar .countform {
  
}
#seminar .countform2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    padding-top: 3px;
    line-height: 1.3;
}
#seminar .countform2 a{
    margin: 0 auto;
    background-color: #000;
    border-radius: 20px;
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    }    
    
#seminar .countform1 {
    display: inline;
    width: 90px;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    color: #ffdd00;
    background: transparent;
    text-align: right;
    border-style: none;
    padding: 0;
}  
   

    
    
}





