
.note {font-size: 16px;color: #b8883b;}
    
    
@media only screen and (max-width: 322px) {

.news{ display: flex; flex-direction:column; flex-wrap: wrap;align-items:center;}
.news_item01{padding:0 16px 0;width: 100%;text-align: center;}
.news_item02{padding:16px 16px 0;width: 100%;text-align:left;}

.newspast{padding:0 16px 0;}
.newsbr{display:block;}

.midashinews{
  position: relative;
  content: '';
  bottom: -3px;
  left: 16px;
  width: 95%;  padding-left:1rem;  font-size: 18px;

  margin-top:1rem;
  border-bottom: solid 3px #f8cf40;
}
.midashinews:after {
  position: absolute;
  content: '';
  bottom: -2px;
  right: 0;
  width: 0;  height: 0;
  border: none;
  border-left: solid 30px transparent;
  border-top: solid 30px #fffffa;
  background-image:url('../images/midashiback.png');
}
.indentnews{text-indent:1rem;padding-left:1.5rem;}
ul.newslist li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.5em;
    }
ul.newslist li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #b8883b; /*点の色*/
    }
}

@media only screen and (min-width: 323px) and (max-width: 480px) {
.news{ display: flex; flex-direction:column; flex-wrap: wrap;align-items:center;}
.news_item01{padding:0 16px 0;width: 100%;text-align: center;}
.news_item02{padding:16px 16px 0;width: 100%;text-align:left;}
.newspast{padding:0 16px 0;}
.newsbr{display:block;}

.midashinews{
  position: relative;
  content: '';
  bottom: -3px;
  font-size: 19px;
  left: 0px;
  width: 100%;
  padding-left:1rem;
  margin-top:1rem;
  border-bottom: solid 3px #f8cf40;
}
.midashinews:after {
  position: absolute;
  content: '';
  bottom: -2px;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 30px transparent;
  border-top: solid 30px #fffffa;
  background-image:url('../images/midashiback.png');
}
.around{padding:20px 12px 0;}

.indentnews{text-indent:-2rem;padding-left:3rem;}
ul.newslist li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.5em;
    }
ul.newslist li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #b8883b; /*点の色*/
    }

}

@media only screen and (min-width: 480px) and (max-width: 576px) {
.news{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content:center;}
.news_item01{padding:0 12px 0;width: 55%;text-align: center;}
.news_item02{padding:0 12px 0;width: 45%;text-align: left;}
.newspast{padding:0 16px 0;}
.newsbr{display:block;}

.midashinews{
  position: relative;
  content: '';
  bottom: -3px;
  font-size: 24px;
  left: 16px;
  width: 85%;  padding-left:1rem;
  margin-top:1rem;
  border-bottom: solid 3px #f8cf40;
}
.midashinews:after {
  position: absolute;
  content: '';
  bottom: -2px;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 30px transparent;
  border-top: solid 30px #fffffa;
  background-image:url('../images/midashiback.png');
}
.indentnews{text-indent:1rem;padding-left:1.5rem;}
ul.newslist li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.5em;
    }
ul.newslist li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #b8883b; /*点の色*/
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
.news{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content:center;}
.news_item01{padding:0 12px 0;width: 50%;text-align: center;}
.news_item02{padding:0 12px 0;width: 50%;text-align: left;}
.newspast{padding:0 16px 0;}
.newsbr{display:none;}

.midashinews{
  position: relative;
  content: '';
  bottom: -3px;
  font-size: 26px;
  left: 16px;  padding-left:1rem;
  margin-top:1rem;
  width: 80%;
  border-bottom: solid 3px #f8cf40;
}
.midashinews:after {
  position: absolute;
  content: '';
  bottom: -2px;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 30px transparent;
  border-top: solid 30px #fffffa;
  background-image:url('../images/midashiback.png');
}

.indentnews{text-indent:0rem;padding-left:0rem;}

ul.newslist li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.75em;
    }
ul.newslist li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #b8883b; /*点の色*/
    }
    ul.newslist{margin-left:-2rem;}


}


@media only screen and (min-width: 993px) {
.news{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content:center;}
.news_item01{padding:0 12px 0;width: 45%;text-align: center;}
.news_item02{padding:0 12px 0;width: 55%;text-align: left;}
.newspast{padding:0 16px 0;}
.newsbr{display:none;}
.midashinews{
  position: relative;
  content: '';
    font-size: 26px;
bottom: -3px;
  left: 16px;
  width: 60%;  padding-left:1rem;
  margin-top:1rem;
  border-bottom: solid 3px #f8cf40;
}
.midashinews:after {
  position: absolute;
  content: '';
  bottom: -2px;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 30px transparent;
  border-top: solid 30px #fffffa;
  background-image:url('../images/midashiback.png');
}
.indentnews{text-indent:1rem;padding-left:1.5rem;}
ul.newslist li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.75em;
    }
ul.newslist li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #b8883b; /*点の色*/
    }

}

