@charset "euc-jp";


#a-news1-body {
   color: #000;
   padding: 0 35px;
   font-size: 18px;
}


.mb-30 {
   margin-bottom: 30px;
}
.mb-40 {
   margin-bottom: 40px;
}
.mb-50 {
   margin-bottom: 50px;
}
.pt-50 {
   padding-top: 50px;
}

img{
   border:none;
}

li {
   list-style: none;
}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom:1;
}

.note{
   font-size: 9px;
}

.f_box {
   display: flex;
   justify-content:space-between;
}

.cts_box {
   padding-top: 65px;
   padding-bottom: 80px;
   border-bottom: 1px solid #000;
}
#a-news1-body a {
   color: #848484;
   text-decoration: underline;
}

#a-news1-body a:hover {
   text-decoration: none;
   color: #e6247b;
}

#mainvisual {
   width: 100%;
}

.number {
   margin-bottom: 20px;
}

.number img{
   width: 50px;
}
.read_cts {
   font-family: "Noto Serif JP",serif;
   font-weight: normal;
   margin-bottom: 10px;
}

.read_box {
   margin-bottom: 50px;
   text-align: center;
}
.point_box {
   text-align: center;
   font-size: 15px;
   line-height: 2em;
   
}
.point {
   font-family: 'Yellowtail', cursive;
   color: #e79b77;
   font-size: 30px;
   text-align: center;
   padding-top: 30px;
}

#a-news1-body .item_data_list {
   width: 55%;
   margin: 0 auto 50px auto;
   padding-left: 0;
}

#a-news1-body .item_data_list li  {
   margin-bottom: 12px;
}
#a-news1-body .item_data_list li a {
   display: flex;
   text-decoration:none;
   justify-content: space-between;
   font-size: 16px;
}
#a-news1-body .item_data_list li a .item_name {
   color: #000;
}
#a-news1-body .item_data_list li a:hover .item_name {
   color: #e6247b;
}

.mainread {
   font-family: "Noto Serif JP",serif;
   font-size: 17px;
   text-align: center;
   line-height: 2em;
   padding-top: 30px;
}