@charset "utf-8";
/*=============================================================
 philosophy Layout
=============================================================*/
/* philosophy
-------------------------------------------------------------*/


.philosophy-box {
  margin:30px 0 0 0;
  border:1px solid #f2962b;
  border-radius:8px;
}
.philosophy-box h2 {
  color:#fff;
  border-radius:6px 6px 0 0;
  background: #f2962b;
  font-size:20px;
  text-align:center;
  border:none;
  padding:5px 0;
}
.philosophy-box .description {
  padding:30px;
  border-top:1px solid #f2962b;
}
.behavior-box{
  margin:30px 0 0 0;
  border:1px solid #ccc;
  background-color:#f2f2f2;
  border-radius:4px;
}
.behavior-box h2 {
  font-size:20px;
  text-align:center;
  border:none;
}
.behavior-box .description02 {
  padding:30px;
}

.table-plain tr td.w5{
  padding: 10px 14px;
}
.behavior-box .description02 .table-plain ul.list-atn.mT0{
  margin-top: 0;
}
.behavior-box .description02 .table-plain ul.list-atn.mT0 span{
  line-height: 1.8;
}
/* 8.26 */
.philosophy-box .description span{
  line-height: 1.8;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1023px){


}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
.philosophy-box .description,
.behavior-box .description02 {
  padding:20px;
}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 background
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (max-width:767px){


}
