@charset "Shift_JIS";
html{
   font-size: 62.5%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,header,main,nav,footer{
  margin:0;
  padding:0;
  letter-spacing: 0;
  color:#333333;
  line-height: 2;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
img {
  border:0;
  max-width:100%;
}
ol,ul,li {
  list-style:none;
  text-align: left;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
  text-align: left;
}
area{
  outline:none;
}
input{
  border-style:none;
}
a {
  color:#333333;
  text-decoration: none;
}
p{
  text-align: left;
}
::selection{
  background: #2b506b !important;
  color:#fff !important;
}
/*Firefox縺ｫ蟇ｾ蠢�*/
::-moz-selection{
  background: #2b506b !important;
  color:#fff !important;
}
.f-ja{
  font-family: 'Noto Sans JP','Heebo', sans-serif;
  line-height: 2;
}
.f-en{
  font-family: 'Heebo', sans-serif;
  letter-spacing: 0.5px;
}
.blc{
  display: block;
}
.in-blc{
  display: inline-block;
}
.flex{
  display: flex;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.border{
  border-bottom: 1px solid #dddddd;
}
.bld{
  font-weight: 700;
}
.normal{
  font-weight: normal;
}
.li-1{
  line-height: 1.0;
}
.li-15{
  line-height: 1.5;
}
.li-18{
  line-height: 1.8;
}
.v-m{
  vertical-align: middle;
}
.v-t{
  vertical-align: top;
}
.f-70{
  font-size: 7.0rem;
}
.f-50{
  font-size: 5.0rem;
}
.f-40{
  font-size: 4.0rem;
}
.f-24{
  font-size: 2.4rem;
}
.f-18{
  font-size: 1.8rem;
}
.f-15{
  font-size: 1.5rem;
}
.f-13{
  font-size: 1.3rem !important;
}
.f-12{
  font-size: 1.2rem;
}
.f-10{
  font-size: 1.0rem;
}
.ma_t_5{
  margin: 5% 0 0 0;
}
