@charset "utf-8";

#contents {
  font-family: Hiragino Kaku Gothic Pro;
  text-align: center;
  color:#333;
  -webkit-text-size-adjust: 100%;
  background-color:#F0F5F5;
  padding:0 10px 80px;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: #B60081;
}

.logo{
  padding-bottom: 10px;
}

.header {
  width:100%;
  margin-left: 0px;
  padding:50px 0 3px 3px;
  background-color: #FFF;
}

#contents img {
  border: 0 none;
  vertical-align: bottom;
  display: unset;
  width: 100%;
}

.mds {
  font-size: 18px;
  Font-weight: bold;
}

.mb_30{
  margin-bottom:30px;
  line-height: 2;
}

.btnList {

          display: flex;

          justify-content: center;

          column-gap: 30px;

          padding-bottom: 30px;

        }