@charset "utf-8";
/* CSS Document */

/* 特徴と簡単ガイド */

.contents_feature_guide {
margin: 30px 15px 0px 15px;
width: 0 auto 0;
}
.contents_feature_guide_right {
float: right;
}
.contents_feature_guide_right img {
margin: 15px 0px 20px 0px;
}
.contents_feature_guide_right p {
margin-top: 5px;
width: 320px;
}
.contents_feature_guide_left {
float: left;
}
.contents_feature_guide_left p {
margin: 15px 0px 0px 15px;
}
p.b-keep{
  word-break:keep-all;
  overflow-wrap:normal;
}
p.b-normal{
  word-break:keep-all;
  overflow-wrap:normal;
}
p.b-break{
 word-break:keep-all;
  overflow-wrap:normal;
}
p.w-normal{
word-break:keep-all;
  overflow-wrap:normal;
}
p.w-break{
  word-break:keep-all;
  overflow-wrap:normal;
}

/*---.table01 2017_7_12-HIGASHI-----*/

section table { width: 100%; }
section th, section td  { padding: 2px; border: 1px solid #ddd; }
section th  { background: #ffffff; }
 
/*----------------------------------------------------
  .table01
----------------------------------------------------*/
.table01 th  {text-align: left; }
 
@media only screen and (max-width:480px){
    .table01 { margin: 0 -10px; }
    .table01 th,
    .table01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .table01 tr:first-child th { border-top: 1px solid #ddd; }
}

/*p.waritsuke{
  text-align: justify; 
  word-break:keep-all;
}*/

.wp-caption{
　max-width: 100%;
　height: auto;
}





