@charset "UTF-8";
/* CSS Document */
.contents,
.contents_wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-size: 110%;
  line-height: 150%;
  padding: 0 10px 10px 10px;
}

.contents_wrap h3 {
  border-bottom: dotted 2px #999999;
  padding: 3px 0;
  clear: both;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #666666;
  font-size: 125%;
  font-weight: 900;
}
.contents_wrap h3:nth-child(1) {
  border-bottom: none;
  color: #333;
  line-height: 130%;
  font-size: 20px;
  font-weight: 900;
  clear: both;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 0 0 4px 0;
}
.contents_wrap h4.sub_title{
  font-size: 112.5%;
}
.contents p,
.contents_wrap p {
  margin-top: 20px;
}
.contents_wrap p.mt16{
  margin-top: 16px;
}
.switch {
  font-weight: 900;
  font-size: 12px;
}
.disp_off {
  display: none;
}
footer {
  font-size: 12px;
  background-color: #eeeeee;
  color: #333333;
  text-align: center;
  padding: 10px 10px 50px 10px;
  margin: 0px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.foot_caution {
  font-size: 12px;
  background-color: #eeeeee;
  padding: 5px;
  text-align: center;
}
#common_text {
  font-size: 12px;
  line-height: 180%;
}
.txt_date{
  text-align: right;
  margin-top: 48px;
}
