@charset "utf-8";

html{
    color: #000;
    background: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{
    margin: 0;
    padding: 0;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style: normal;
    font-weight: normal;
}
li { list-style:none; }
caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }

body{
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

a{
  text-decoration: none;
  color: #8cc63f;
}

h1.title{
  display: none;
}

div#left{
  float: none;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}


.clearfix{
  clear: both;
}

#wrap{
  width: 900px;
  margin: 0 auto;
}

#introduction{
  margin-top: 50px;
}

#introduction img{
  margin-top: 40px;
}

#title{
  width: 100%;
  padding: 20px 0;
  background-color: #8cc63f;
  outline: 1px solid #fff;
  outline-offset: -10px;
}

#title > p{
  text-align: center;
  font-size: 1.2em;
  font-family: oswald;
  color: #4d4d4d;
}

#title h1{
  font-size: 2.3em;
  color: #fff;
  margin-top: 10px;
  padding-bottom: 10px;
}

p.box{
  display: block;
  width: 100%;
  margin: 50px 0;
  text-align: justify;
  line-height: 1.7em;
}

p.box a{
  display: inline;
}

#AboutUsing > h1{
  font-size: 1.5em;
  font-weight: bold;
  color: #8cc63f;
}

#UsingBox{
  position: relative; top: 30px;
  border: 2px solid #8cc63f;
  border-radius: 10px;
  padding: 20px 0 40px;
}

#UsingBox h1{
  position: relative; top: -40px;
  background-color: #fff;
  border: 2px solid #8cc63f;
  width: 300px;
  display: inline;
  padding: 20px 40px;
  font-size: 1.5em;
  color: #8cc63f;
}

#UsingBox ul{
  margin: 10px auto 40px;
  width: 300px;
  text-align: left;
  line-height: 1.7em;
}

#UsingBox ul li{
  list-style: disc;
}

#UsingBox a{
  margin: 0 auto;
  padding: 10px 40px;
  background-color: #8cc63f;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}

#institutions{
  margin-top: 100px;
  width: 100%;
  text-align: left;
}

.blocks{
  padding-bottom: 120px;
}

#institutions > ul > li{
  margin-top: 80px;
}

#institutions h1{
  font-size: 1.7em;
  text-align: center;
  color: #8cc63f;
  padding-bottom: 50px;
}

#institutions span{
  font-size: 1.1em;
}

#institutions h2{
  display: inline;
  font-size: 1.5em;
  margin-right: 40px;
}

#institutions table{
  border-spacing: 60px;
}

.color_kbc{
  color: #3fa9f5;
}
.box_kbc{
  background-color: #3fa9f5;
}
.border_kbc{
  border: 1px solid #3fa9f5;
}


.color_ohara{
  color: #d9283c;
}
.box_ohara{
  background-color: #d9283c;
}
.border_ohara{
  border: 1px solid #d9283c;
}


.color_lcare{
  color: #ff7bac;
}
.box_lcare{
  background-color: #ff7bac;
}
.border_lcare{
  border: 1px solid #ff7bac;
}


.color_ida{
  color: #7ac943;
}
.box_ida{
  background-color: #7ac943;
}
.border_ida{
  border: 1px solid #7ac943;
}


.color_irc{
  color: #ff931e;
}
.box_irc{
  background-color: #ff931e;
}
.border_irc{
  border: 1px solid #ff931e;
}


.color_pet{
  color: #e21480;
}
.box_pet{
  background-color: #e21480;
}
.border_pet{
  border: 1px solid #e21480;
}


.color_bmode{
  color: #e50012;
}
.box_bmode{
  background-color: #e50012;
}
.border_bmode{
  border: 1px solid #e50012;
}


.color_mirai{
  color: #0b6736;
}
.box_mirai{
  background-color: #0b6736;
}
.border_mirai{
  border: 1px solid #0b6736;
}

div.telandfax{
  display: table;
  position: relative; left: -20px;
  border-collapse: separate;
  border-spacing: 20px;
}

div.tel, div.fax{
  margin-top: 40px;
  text-align: center;
  font-size: 1.1em;
  display: table-cell;
}

div.tel{
  margin-right: 40px;
}

div.tel span, div.fax span{
  display: block;
  width: 440px;
  color: #fff;
  font-size: 2.0em;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
}

div.tel i, div.fax i{
  margin-right: 20px;
}

div.school > img{
  width: 268px;
  height: 330px;
  margin-right: 19px;
}

.links{
  color: #fff;
  background-color: #8cc63f;
  padding: 5px 15px;
  border-radius: 5px;
}

#institutions div table{
  text-align: center;
  border-collapse: separate;
  border-spacing: 0px 7px;
}

td.infotitle{
  width: 268px;
  height: 70px;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}

td.infotext{
  width: 632px;
}

#institutions h3{
  margin-top: 50px;
  font-size: 1.3em;
}

#institutions ul{
  position: relative; top: -30px;
}

#institutions ul li{
  width: 214px;
  height: 160px;
  float: left;
  text-align: center;
  margin-top: 60px;
  margin-right: 13px;
}

#institutions ul li:nth-child(4){
  margin-right: 0;
}

#institutions ul li img{
  position: relative;
}

#institutions ul li span{
  position: relative;
  font-size: 0.9em;
}

div#explain{
  text-align: left;
}
div#explain h1{
  font-size: 1.5em;
  font-weight: bold;
  color: #8cc63f;
}

div#explain {
  padding-bottom: 50px;
}

div#explain dt{
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.3em;
  color: #0b6736;
}

div#explain dt.flow{
  font-size: 1em;
  color: #FFF;
  display: block;
  background-color: #00a300;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
  line-height: 1.3em;
}

div#explain dt.orange{
  width: 220px;
  background-color: #f15a24;
  border-radius: 10px;
  padding: 10px 40px;
}

div#explain dd{
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}

div#explain dd.nonedisc{
  list-style-type: none;
}

div#explain a{
  display: block;
  width: 50%;
  height: 40px;
  margin: 40px auto 60px;
  color: #fff;
  background-color: #00a300;
  padding: 20px 40px 14px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.3em;
}
