@charset "utf-8";

.philosophy{
  padding:20px;
  text-align:center;
  font-size:20px;
  margin-bottom:30px;
}
.red{
  color:#c9151d;
}
@media screen and (max-width: 768px) {
#sub #main .inner{
  width:96%;
  margin:0 auto;
}
.philosophyBox{
  margin-bottom:30px;
}
.philosophyBox h4{
  padding-bottom:5px;
  margin-bottom:10px;
  font-size:20px;
  text-align:center; 
}
.philosophyBox h4 span{
  font-weight:bold;
  border-bottom:2px solid #c9151d;
}
.groupbox{
  width: 100%;
}
.groupbox_l{
  width: 50%;
  float: left;
  margin-top: 20px;
}
.groupbox_r{
  width: 47%;
  float: right;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 10px;
}
.isobox{
  width: 100%;
}
.isobox_l{
  margin-top: 10px;
  text-align: center;
}
.isobox_r{
  margin-top: 20px;
}

}

@media print, screen and (min-width: 769px) and (max-width: 959px) {
.philosophyBox{
  margin-bottom:30px;
}
.philosophyBox h4{
  padding-bottom:5px;
  margin-bottom:10px;
  font-size:20px;
  text-align:center; 
}
.philosophyBox h4 span{
  font-weight:bold;
  border-bottom:2px solid #c9151d;
}
.groupbox{
  width: 100%;
}
.groupbox_l{
  width: 25%;
  float: left;
  margin-top: 20px;
}
.groupbox_r{
  width: 70%;
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 10px;
}
.isobox{
  width: 100%;
}
.isobox_l{
  margin-top: 10px;
  text-align: center;
}
.isobox_r{
  margin-top: 20px;
}
}


@media screen and (min-width: 960px)  {
.philosophyBox{
  margin-bottom:30px;
}
.philosophyBox h4{
  padding-bottom:5px;
  margin-bottom:10px;
  font-size:20px;
  text-align:center; 
}
.philosophyBox h4 span{
  font-weight:bold;
  border-bottom:2px solid #c9151d;
}
.groupbox{
  width: 960px;
	margin: 0 auto;
}
.groupbox_l{
  width: 232px;
  float: left;
  margin-top: 20px;
}
.groupbox_r{
  width: 700px;
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 12px;
}
.isobox{
	margin: 0 auto;
}
.isobox_l{
  width: 160px;
  float: left;
  margin-top: 20px;
}
.isobox_r{
  width: 800px;
  float: right;
  margin-top: 20px;
  font-size: 14px;
  line-height: 180%;
}
}