body {
  background-color: #F2F2F2;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper {
  padding-top: 90px;
}
#wrapper h1 {
  text-align: justify;
}
#contents{
  font-size: 14px;
  line-height: normal;
}
.f10{font-size: 10px;}
.f12 {
  font-size: 12px;
}
.f16{font-size: 16px;}
.f20{font-size: 20px;}
.f24{font-size: 24px;}
.f30{font-size: 30px;}
.f35 {
  font-size: 35px;
  line-height: 140%;
  font-weight: bold;
  letter-spacing: 0px;
}
.bg_blue{background-color: #C1FCFF;}
.red{color: #E90B0B}
.bold   {
  font-weight: bold;
}
.title01 {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: hsla(0,100%,40%,0.10);
  border-top: 6px solid hsla(0,100%,40%,1.00);
}
.title02 {
  padding-top: 10px;
  border-left: 6px solid hsla(0,100%,40%,1.00);
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: hsla(0,0%,0%,1.00);
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.title03 {
  font-weight: bold;
  margin-bottom: 5px;
}
.title03::before {
  content: "■";
  color: #cc0000;
  font-size: 10px;
  margin-right: 4px;
  vertical-align: middle;
  padding-bottom: 2px;
  display: inline-block;
}
.tab {
  color: #fff;
  background-color: rgba(204,0,0,0.70);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  margin-right: 15px;
}
.date    {
  color: #4A4A4A;
  margin-bottom: 10px;
}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}
.w100 img {
  width: 100%;
  height: auto;
}
.flex {
	display: -webkit-box;
  display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  /* flex-wrap */
	-webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* justify-content */
  -webkit-box-pack: start;
     -moz-box-pack: start;
     -ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
.breadcrumb {
}
.breadcrumb li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.breadcrumb li:last-child {
}
.breadcrumb li a {
  color: #878787;
}
.float{float: left;width: 50%;}
.float img{width: 90%; max-width: 350px; height: auto;}
table, table tr, table tr th, table tr td{border:1px solid #aaa;}
table tr:nth-child(2n){background-color: #eee;}
table tr th{padding:15px;}
table tr td{padding:5px;}
dl {
  border-top: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
}
dl:last-child {
  border-bottom: 1px solid #D2D2D2;
}
dl dt, dl dd {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
dl dt {
  background-color: #EDEDED;
  font-weight: bold;
  width: 20%;
}
dl  dd {
}
.list {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-shadow: 0px 0px 1px 0px hsla(0,0%,63%,1.00);
  box-shadow: 0px 0px 1px 0px hsla(0,0%,63%,1.00);
}
.list ul {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.list ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  padding-left: 20px;
  position: relative;
}
.list ul li {
  border-left: 6px solid #E5E5E5;
}
.list ul li .dtl {
}
.about .wrapper {
  position: relative;
}
.about .wrapper .date {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D2D2D2;
}
.difference .flex {
}
.difference .flex .item {
  width: 50%;
  padding-right: 5%;
  margin-bottom: 50px;
}
.difference .flex .item img {
  max-width: 330px;
}
