body.all {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size:12px;
}

.container{
  padding: 30px;
  text-align: center;
  margin 20px
}

.container2{
  margin-top:0px;
  padding: 10px 30px;
  text-align: center;
  background-color: #ffd966;
}

.container3{
  margin: 0 5px 0;
  padding: 0 5px 0;
  text-align: left;
}


.top {
  background-image: url("../img/top2.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  position: relative;
  height:600px;
}

.top::before{
	background-color: rgba(115,115,115,0.3);
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0px;
	left: 0;
	content: ' ';
}


/*
.top {
  background-image: url("../img/bg-image1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height:600px;
}

.top:before{
	background-color: rgba(15,15,15,0.4);
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0px;
	left: 0;
	content: ' ';
}
*/

.backimg{
  background-position: center center;
  background-size: 100% auto;
}

.backimg1 {
  background-image: url("../img/bg-image1.png");
  background-position: center center;
  background-size: auto 100%;
}


.backimg2 {
  background: url("../img/line3.jpg") center bottom;
  background-size: cover;  
}

.backimg3 {
}

.backimg4 {
  background-image: url("../img/bg-image4.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  -moz-background-size:cover;
  background-size: cover;
  color: #ffffff;
}
.backimg5 {
  background-image: url("../img/bg-image3.jpg");
  background-position: center center;
}


.top-box{
 position: relative;
 margin: auto;
 text-align: center;
 max-width: 460px;
}

.top-logo{
 position: relative;
 margin: 120px auto 30px;
 max-width: 280px;
 box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.top-logo2{
 margin: 20px auto 15px;
 width: 100%;
 max-width: 300px;
}

.top-logo3{
 margin: 20px auto 15px;
 width: 100%;
 max-width: 210px;
}

.top-logo4{
 margin: 30px auto 15px;
 width: 100%;
 max-width: 500px;
}

.button {
	display: inline-block;
	width: 280px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	font-size:20px;
	font-weight: bold;
	line-height: 54px;
	outline: none;
	position: relative;
	background-color: #f7d034;
	border-radius: 4px;
	color: #ffffff;
	line-height: 52px;
	box-shadow: 0 3px 0 #f7ba59;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button::befores,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #f7ba59;
	color:#ffffff;
	text-decoration:none

}
.button:active {
	top: 3px;
	box-shadow: none;
	color:#ffffff;
	text-decoration:none
}


.title {
  color: #0077b3;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

.title-color{
  color: #005580;
  font-size: 24px;
}

.subtitle {
  color: #777;
  font-weight: bold;
}

.subtitle-w {
  color: #fff;
  font-weight: bold;
}


.text {
  color: #444;
  margin: 20px auto 50px;
  font-size: 14px;
  max-width: 800px;
  line-height: 35px;
  font-weight: bold;
  text-shadow: 0px 0px 13px rgba(255,255,255,0.9);
}

.sub-container {
  margin: auto;
  padding: 0px 0px;
  max-width: 800px;
}

.sub-container2{
  margin: 20px auto 20px;
  max-width: 800px;
  text-align: left;
}

.sub-container3{
  padding: 13px;
  margin: 5px auto 20px;
  max-width: 800px;
  font-size: 14px;
  text-align: left;
  border-radius: 20px;        /* CSS3草案 */  
  -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 20px;   /* Firefox用 */  
}

.white {
  background-color:#fff;
  margin-right: 45px;
}

.green{
  background-color: #52cc52;
  margin-left: 45px;
}

.photo{
   text-align: left;
   margin-right:10px;
}

.box{
  float: left;
}

.photo img{
   border-radius: 300px;
   width:70px;
}


.subtittle2{
  margin: 0 0 10px ;
  font-size:14px;
  font-weight: bold;
  color: #004d99;
}

.subtittle3{
  margin: 0 0 10px ;
  font-size:13px;
  font-weight: bold;
  color: #b35900;
}

#sign-r{
  color: #fff;
  text-align: right;
  margin-top:25px;
}

#sign-l{
  color: #fff;
  text-align: left;
  margin-top:25px;
}

.special-msg{
  margin-top:100px;
}

p.sub-container2{
  font-size:10px;
}

.circle {
  margin: 0px auto 30px;
  width:200px;
  height:200px;
  background:#ffd966;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.icon1 img {
  width:70%;
  height:70%;
  margin: 50px auto;
}

.icon img {
  width:50%;
  height:50%;
  margin: 40px auto;
}

.service {
  width:100%;
  height: 350px;
  padding: 10px 10px 10px;
  text-align: center;
  color:#333;
  font-size: 11px;
  margin: 10px auto;
  background-color: #eee;
  box-shadow: 0px 0px 5px rgba(60,60,60,0.4);
  border-radius: 2px;        /* CSS3草案 */  
  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 2px;   /* Firefox用 */  
}

.service img {
    width:100%;
    max-width:350px;
    margin-bottom: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.service h4{
  font-size: 14px;
  font-weight: bold;
  color:#333;
}

.service p {
  font-size: 11px;
  color:#333;
}

.container-fluid h4{
  font-weight: bold;
  color: #00BFFF;
}

.line img{
  width:100%;
  
}


.student {
  margin: 0px auto;
  text-align: center;
}

.student img {
  border: 0px solid #ddd;
  border-radius: 100%;
  width: 140px;
}
.student p {
  margin:15px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
  line-height: 5px;
}

.article {
  margin:0 0px 0;
  overflow: auto;
  position: relative;
  text-align: left;
  font-size: 11px;
}

.detail-txt{
  text-align: left;
  margin-top:20px;
  font-size:12px;
}

#bold{
  font-weight: bold;
}

.detail-btn{
  text-align: center;
  margin: 30px 0 20px;
}

.footer-top {
  background-color: #333;
}

.footer-contact {
  margin: auto;
  max-width:800px;
  color: #fff;
}

.footer-logo {
  text-align: center;
  margin: 5px auto 0;
}
.footer-logo img {
  height: 50px;
  width: 80px; 
}

.footer-name {
  margin: 20px auto 20px;
  max-width:800px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-decoration:none
  font-size: 11px;
}

.footer-txt {
  margin: 10px auto 20px;
  padding:8px;
  max-width:800px;
  color: #fff;
  background-color: #555;
  text-align: left;
  font-size: 11px;
  line-height: 16px;
  font-weight: lighter;
  border-radius: 5px;        /* CSS3草案 */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 5px;   /* Firefox用 */  
  
}

#footer-border{
    margin-bottom: 9px;
}

.footer-icon{
    text-align: center;
    margin: 20px auto 20px;
    letter-spacing: 20px;
}

a:link#white { /*未訪問のリンク*/
    color: #ffffff;
    text-decoration: none;
}
a:visited#white { /*訪問後のリンク*/
    color: #ffffff;
    text-decoration: none;
}
a:hover#white { /*訪問後のリンク*/
    color: #004d99;
    text-decoration: none;
}

.footer-copy {
  text-align: center;
  background-color: #eee;
  color: #333;
  padding: 5px;
  font-size: 10px;
}