@charset "utf-8";

body, p, ul, li, img {
  text-align: left;
  border: 0 none;
  font-style: normal;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  width: 100%;
}
.test_wn {
  margin: 15px 0;
  overflow-y: auto;
}
.f_15{
  font-size: 15px;
}
.f_b{
  font-weight: 700;
}
.red{
  color: #F00 !important;
}
#wrapper_wht {
  height: 200px;
  font-size: 14px;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 160%;
  padding: 0 15px;
  margin: 0 0 15px;
}
#wrapper_wht ul {
  padding: 0;
  margin-bottom: 0;
}
#wrapper_wht ul li {
  width: 100%;
  margin-bottom: 10px;
}
#wrapper_wht ul li:last-of-type {
  margin-bottom: 0;
}
#wrapper_wht ul li .marker {
  display: none;
}
#wrapper_wht ul li .data {
  font-weight: bold;
}
#wrapper_wht ul li .text{
  margin-left: 0;
}
#foot_wht {
  border-top:1px solid #FCC09E;
  margin:10px;
  padding:10px 15px 0px 15px;
}
#foot_wht .mail01{
  font-weight:bold;
  color:#333;
}
#foot_wht .mail02{
  color:#333;
  font-size:10px;
  margin-top:5px;
}
#foot_wht .mail03{
  color:#333333;
  font-size:10px;
  font-weight:bold;
  margin-top:10px;
}
@media screen and (max-width: 724px) {
  .dn_mob{
	display:none !important;
  }
  #wrapper_wht {
	font-size: 12px;
  }
  #wrapper_wht ul li {
	display: block;
  }
  #wrapper_wht ul li .data,
  #wrapper_wht ul li .text {
    display: block;
	width: 100%;
  }
  #wrapper_wht ul li .data {
	margin-bottom: 2px;
  }
}
@media screen and (min-width: 725px) {
  .dn_pc{
	display:none !important;
  }
  #wrapper_wht {
	font-size: 14px;
  }
  #wrapper_wht ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  #wrapper_wht ul li .data{
	width: 140px;
  }
  #wrapper_wht ul li .text{
	width: calc(100% - 140px);
  }
}