@charset "UTF-8";
#title {
  font-size: 2.5em;
  color: #555566;
  position: relative;
}

hr {
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #fede00, #fff997);
  border-style: unset !important;
  margin-top: 0px !important;
}

.catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 15px 0px;
  flex-direction: row;
}
.catalog p {
  position: relative;
  width: 45%;
  background-color: #fff;
  color: #555566;
  margin: 0 10px 10px 0;
  font-size: 1.8rem;
  font-weight   : bold;  
  padding: 0.5rem 0rem 0.5rem 1.5rem;
  border: 3px solid #fede00;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog .mr0 {
  margin-right:0px !important;
}
.catalog p:hover {
  background-color: #fff997;
}
.catalog a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  margin-top: 15px;
  margin-bottom: 20px;
}

.point_save .font {
  font-family: 'Hiragino Kaku Gothic W7 JIS2004';
}
.point_save .btn{
  padding: 15px 20px;
  background: #fede00;
  font-size: 22px;
  border-radius: 5px;
}
.point_save .btn:hover {
  background-color: #fff997;
}
.point_save .btn a {
  text-decoration: none;
}

h3.point_h3{
  background:#fff997;
  border-radius:10px;
  font-size:20px;
  padding:10px;
  margin-bottom:20px;
}
h3.point_h3 div{
  border-left:7px solid #fede00;
  padding-left:15px;
  font-weight:normal;
}
h3.point_h3 div span{
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
}

dl.point_product{
  overflow:hidden;
  display:table;
  table-layout: fixed;
  width: 100%;
  font-size:15px;
  margin-bottom:40px;
}

dl.point_product dt,
dl.point_product dd{
  display:table-cell;
  vertical-align:top;
}

dl.point_product dt{
  width:286px;
}

dl.point_product h4{
  font-size:18px;
  color:#555566;
  margin-bottom:10px;
}

.point_save2 .member {
  padding: 10px;
  background: #1c2c57;
  font-size: 14px;
  border-radius: 5px;
  margin: 10px 0 !important;
}
.point_save2 .member:hover {
  background-color: #2493c5;
}
 
.point_save2 .member a {
  color:#fff;
  text-decoration: none;
}