@charset "UTF-8";

/* ===================================== */
/* Top
/* ===================================== */


/* ----------------------- */
/* mv
/* ----------------------- */

.mv {
  height: 580px;
  position: relative;
  margin-bottom: 45px;
  background: url(../img/bg-mv.png) center top;
}

.mv__center {
  width: 1040px;
  margin: 0 auto;
}

.mv__center .mvimg {
  position: absolute;
  width: 520px;
  height: 290px;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

.mv__center .mv01 {top: 0; left:50%; margin-left: -520px;}
.mv__center .mv02 {top: 0; right:50%; margin-right: -520px;}
.mv__center .mv03 {bottom: 0; left:50%; margin-left: -520px;}
.mv__center .mv04 {bottom: 0; right:50%; margin-right: -520px;}

.mv__center .mvimg img {
  width: 520px;
  height: 290px;
  object-fit: cover;
}

.mv__right img,
.mv__left img {
  object-fit: cover;
  object-position: center;
}

.mv__right,
.mv__left {
  position: absolute;
  top: 0;
  width: 30%;
  height: 580px;
  z-index: -1;
}

.mv__right {
  right: 0;
}

.mv__left {
  left: 0;
}

.mv__bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 43px;
  z-index: 1;
}

.mv__bottom img {
  height: 100%;
  object-position: 0 0;
  object-fit: cover;
}

.mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
}

.mv__logo img {
  object-fit: contain;
}

/* ----------------------- */
/* message
/* ----------------------- */

.message {
  max-width: 1040px;
  margin: 35px auto 45px;
  background-color: #fce6e9;
  padding: 18px 0 18px 20px;
}

.message__txt {
  color: #ed0303;
  font-size: 20px;
  line-height: 1.7;
}

/* ----------------------- */
/* topContents01
/* ----------------------- */

.topContents01 {
  padding-bottom: 96px;
}


/* chart */

.chart {
  max-width: 311px;
  margin-left: 6.2%;
  margin-right: 8.6%;
}

.chart__head {
  border: 5px solid #f97b1e;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 5px 7px;
  margin-bottom: 40px;
  position: relative;
}

.chart__head::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translateX(-50%) rotate(45deg);
  border-style: solid;
  border-width: 5px;
  border-color: transparent #f97b1e #f97b1e transparent;
  background-color: #fff;
}

.chart__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.chart__point {
  color: #f97b1e;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.chart__number {
  font-size: 74px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.cart__txt {
  font-size: 42px;
  line-height: 1;
  margin-top: 28px;
}

.chart__graph {
  max-width: 285px;
  margin: 0 auto;
}

.chart__graph div {
  position: relative;
  padding-top: 100%;
}

.chart__graph svg {
  position: absolute;
  top: 0;
}

.chart__btn {
  margin: 30px auto 0;
}

.chart__btn .btn {
  margin: 0 auto;
}

/* notice */

.notice {
  width: 572px;
  min-height: 580px;
  margin-left: auto;
}

.notice__tabs {
  display: flex;
  border-bottom: 2px solid #f97b1e;
  width: 100%;
}

.notice__tabs li {
  color: #f97b1e;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  width: 49.3%;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #f97b1e;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}

.notice__tabs li:hover {
  transition: 0.3s;
  background-color: #fdf8f4;
}

.notice__tabs li.active {
  background-color: #f97b1e;
}

.notice__tabs li.active a {
  color: #fff;
}

.notice__tabs li:first-child {
  margin-right: auto;
}

.notice__tabs li a {
  color: #f97b1e;
  width: 100%;
  padding: 22px 5px 17px;
}

.notice__list {
  display: none;
  min-height: 330px;
  padding: 0 30px 10px;
  background-color: #fdf8f4;
}

.notice__list.active {
  display: block;
}

.notice__item {
  padding: 30px 0 10px;
  border-bottom: 1px solid #ccc;
}

.notice__item:last-of-type {
  border-bottom: 1px solid #f97b1e;
}

.notice__time {
  display: block;
  color: #f97b1e;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
}

.notice__txt {
  color: #434342;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.01em;
}

.notice__txt:hover {
  color: #f97b1e;
  text-decoration: underline;
  transition: 0.1s;
}

.notice__btn {
  margin-top: 30px;
  background-color: #fdf8f4;
  padding-bottom: 29px;
}

.notice__btn .btn {
  margin: 0 auto;
}

/* ----------------------- */
/* topContents02
/* ----------------------- */

.wave {
  width: 100%;
  margin-bottom: -2px;
}

.topContents02 {
  padding: 64px 0 110px;
  background-color: #ed8e9a;
}


/* hisotry */
.histroy {
  margin-bottom: 87px;
}

.histroy__icon {
  width: 45px;
  margin: 0 auto 19px;
}

.history__ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  margin-bottom: 80px;
}

.history__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}

.history__item {
  flex: 0 1 24.4%;
  background-color: #fff;
  padding: 46px 0 34px;
  position: relative;
  z-index: 1;
}

.history__item:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 2px;
  background-color: transparent;
  box-shadow: 0 6px 16px 1px rgba(0, 0, 0, 0.45);
  z-index: -1;
}

.history__label {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 156px;
}

.history__img {
  margin: 0 auto;
}

.history__img1 {
  width: 100px;
  margin-top: 12px;
  margin-bottom: 30px;
}

.history__img2 {
  width: 66px;
  margin-bottom: 24px;
}

.history__img3 {
  width: 79px;
  margin-bottom: 28px;
}

.history__img4 {
  width: 88px;
  margin-bottom: 31px;
}

.history__itemTtl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 19px;
}

.hisotry__result {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.history__number {
  color: #f97b1e;
  font-size: 42px;
  line-height: 1;
  margin-right: 8px;
}

.history__txt {
  font-size: 24px;
  margin-top: 9px;
}

.history__btn .btn {
  margin: 0 auto;
}

/* calendar */

.calendar {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.calendar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 11px;
  background-color: transparent;
  box-shadow: 0 9px 16px 0px rgba(51, 51, 51, 0.45);
  z-index: -1;
}

.calendar__head {
  display: flex;
  justify-content: center;
  background-color: #fbf4f5;
  border-radius: 12px 12px 0 0;
  padding: 31px 0 23px;
  border-bottom: 1px solid #ccc;
}

.calendar__yearMonth {
  color: #f97b1e;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0 35px;
}

.calendar__prev,
.calendar__next {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #f97b1e;
  background-color: #f97b1e;
  box-sizing: border-box;
  text-align: center;
}

.calendar__prev:hover,
.calendar__next:hover {
  color: #f97b1e;
  background-color: #fff;
}


.calendar__week {
  display: flex;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.calendar__week li {
  color: #ec8290;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  flex: 0 1 14.5%;
  text-align: center;
  padding: 15px 0 12px;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

.calendar__week li:last-child {
  border-right: none;
}

.calendar__day {
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.calendar__day:last-child {
  border-bottom: none;
}

.calendar__day li {
  flex: 0 1 14.5%;
  height: 85px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  position: relative;
}

.calendar__day li:last-child {
  border-right: none;
}

.calendar__day li a {
  color: #000;
  font-size: 15px;
  width: 100%;
  height: 100%;
  padding: 9px 0 0 14px;
  box-sizing: border-box;
}

.calendar__day li a:hover {
  background-color: #fce7ea;
}

.calendar__done {
  position: absolute;
  top: 19px;
  left: 47px;
  display: block;
  width: 53px;
}

.calendar__day .active {
  background-color: #fcecdf;
}

.calendar__day .active a:hover {
  background-color: inherit;
}

/* modal(record) */

body.noscroll {
  overflow: hidden;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 6;
}

.modal__contentWrapper {
  position: fixed;
  top: 0;
  z-index: 7;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: scroll;
  align-items: center;

}

.modal__contentWrapper::before,
.modal__contentWrapper::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80px;
}

.modal__content {
  position: relative;
  padding: 50px;
  width: 100%;
  max-width: 840px;
  box-sizing: border-box;
  background: #fff;
  z-index: 7;
  margin: auto;
  flex: 0 0 auto;
}

.modal__close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
}

.modal__ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-align: center;
}

.modal__ttl:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 6px;
  background-color: #ed711c;
}

.modal__record {
  padding-top: 45px;
  padding-bottom: 36px;
}

.modal__recordItem {
  display: flex;
  padding: 29px 0 20px;
  border-bottom: 1px solid #ccc;
}

.modal__recordIcon {
  margin-right: 24px;
  align-self: flex-start;
}

.modal__recordIcon1 {
  width: 50px;
  margin-top: 10px;
}

.modal__recordIcon2 {
  margin-top: -3px;
  width: 47px;
}

.modal__recordIcon3 {
  width: 58px;
  margin-top: 2px;
}

.modal__recordTxt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 9px;
}

.modal__recordNumber {
  color: #f97b1e;
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  margin-left: auto;
  margin-right: 9px;
}

.modal__recordBtn {
  color: #000;
  font-size: 32px;
  line-height: 43px;
  width: 43px;
  height: 43px;
  background-color: #ccc;
  border-radius: 50%;
  margin-left: 37px;
  text-align: center;
}

.modal__recordImg {
  max-width: 300px;
  margin: 19px 0 14px;
}

.modal__recordImg img {
}

.modal__btn .btn {
  margin: 0 auto;
}

.modal__btn.btnCaret {
  color: #fff;
}
.modal__btn:hover.btnCaret {
  color: #f97b1e;
}

.btnCaret:hover .btn {
  color: #f97b1e;
  background-color: #fff;
}


/* modal(add) */

.modal__add {
  margin: 60px 0 45px;
}

.modal__addItem {
  display: flex;
  flex-wrap: wrap;
  padding: 29px 0 24px;
  border-bottom: 1px solid #ccc;
}

.modal__addTxt {
  font-size: 20px;
  letter-spacing: 0.04em;
}

.modal__addRequired {
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  width: 72px;
  height: 29px;
  border-radius: 15px;
  background-color: #d50100;
  text-align: center;
  margin-left: 13px;
}

.modal__selectBox,
.modal__inputBox {
  margin-top: 14px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.modal__selectBox::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 14px;
  background-image: url(../img/select-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 20px;
  cursor: pointer;
  z-index: -1;
}

.modal__select,
.modal__input {
  font-size: 18px;
  height: 56.6px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 12px 14px 12px 20px;
}

.modal__select {
  color: #ccc;
  cursor: pointer;
}


.modal__select:focus,
.modal__input:focus {
  border: 1px solid #f97b1e;
}


.modal__fileBox {
  font-size: 20px;
  width: 258px;
  line-height: 69px;
  height: 69px;
  background-color: #e0e0e0;
  margin: 21px auto 8px;
  display: block;
  text-align: center;
  border-radius: 34.5px;
  cursor: pointer;
}

.modal__fileBox:hover {
  transition: 0.3s;
  background-color: #f4f2f2;
}

.modal__file {
  display: none;
}

/* ----------------------- */
/* change upload
/* ----------------------- */

/* ---- Image Change ---- */

.img-change {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0;
}

.img-change>input[type="file"] {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  padding: 0;
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

.img-change {
  transition: all .2s ease-in-out;
  padding-top: 4px;
}

.img-change:hover>span,
.img-change:hover>a,
.img-change:hover>button,
.img-change:hover>input[type="submit"] {
  opacity: .8;
}

.img-change>span,
.img-change>a,
.img-change>button,
.img-change>input[type="submit"] {}

/* IE10 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .img-change>span,
  .img-change>a,
  .img-change>button,
  .img-change>input[type="submit"] {
      border-radius: 100px !important;
  }
}

/* ---- サムネイル画像変更（全ページ共通） ---- */

.box-img-change {
  width: 100%;
}

/* -- プレビューエリア -- */

.box-img-change .box-change-preview {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.box-img-change .box-change-upload.imgthumb,
.box-img-change.change .box-change-upload {}

/* 画像サムネイル */
.box-img-change .box-change-preview .thumb {
  display: inline-block;
  overflow: hidden;
}

.box-img-change .box-change-preview .thumb img {
  width: 250px;
  height: 250px;
  margin-top: 30px;
  border: 1px solid #eee;
  border-radius: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/* -- アップロードボタンエリア -- */

.box-img-change .box-change-upload {
  position: relative;
  padding-bottom: 10px;
}

/* 変更ボタン */
.box-img-change .img-change {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* サムネイルについてのテキスト */
.box-img-change .txt-thumb {
  padding: 5px 0 0;
  color: #888;
  font-size: .85em;
  letter-spacing: 1.2px;
}

/* -- サムネイル初期状態 -- */

.box-img-change.change-first .box-change-preview {
  display: none !important;
}

.box-img-change.change-first .box-change-upload {
  margin: 0;
  padding: 0;
}


/* ---- アイコン画像（設定ページ） ---- */

/* -- プレビューエリア -- */

.box-img-change.icon-thumb .box-change-preview {
}


.box-img-change.icon-thumb .box-change-preview .thumb img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}


.modal__addItem .box-img-change.icon-thumb .box-change-preview .thumb img {
  overflow: auto;
  width: auto;
  max-width: 400px;
  height: auto;
  object-fit:inherit;
  border-radius: 0;
}

/* -- アップロードボタンエリア -- */

.box-img-change.icon-thumb .box-change-upload {
  width: 100%;
  text-align: center;
}

/* ===================================== */
/* Activity
/* ===================================== */


.activity {
  padding: 72px 0 54px;
}

.activity__item {
  display: flex;
  padding: 18px 0 10px;
  border-bottom: 1px solid #ccc;
}


.activity__icon1 {
  width: 50px;
  margin-right: 21px;
}

.activity__icon2 {
  width: 41px;
  margin-right: 29px;
}

.activity__icon3 {
  width: 37px;
  margin-right: 29px;
}

.activity__icon4 {
  width: 58px;
  margin-right: 10px;
}

.activity__icon5 {
  width: 49px;
  margin-right: 17px;
}

.activity__icon6 {
  width: 48px;
  margin-right: 18px;
}

.activity__icon7 {
  width: 50px;
  margin-right: 17px;
}

.activity__icon8 {
  width: 47px;
  margin-right: 20px;
}

.activity__icon9 {
  width: 41px;
  margin-right: 25px;
}

.activity__icon10 {
  width: 34px;
  margin-right: 32px;
}

.activity__icon img {
  object-fit: contain;
}

.activity__txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-top: 18px;
}

.activity__number {
  color: #ed711c;
  font-size: 54px;
  line-height: 1;
  font-weight: bold;
  margin: 0 12px 0 auto;
}

/* ===================================== */
/* Point
/* ===================================== */

.point {
  margin-top: 75px;
}

.point__head {
  display: flex;
  justify-content: center;
  align-items: center;
}

.point__graph {
  max-width: 285px;
  width: 100%;
  height: 285px;
  margin-right: 66px;
}

.point__status {
  border: 5px solid #f97b1e;
  background-color: #fff;
  border-radius: 20px;
  padding: 16px 5px 13px;
  max-width: 307px;
  width: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.point__status::before {
  content: "";
  position: absolute;
  top: 48px;
  left: -21px;
  width: 33px;
  height: 33px;
  transform: rotate(135deg) skew(18deg, 18deg);
  border-style: solid;
  border-width: 5px;
  border-color: transparent #f97b1e #f97b1e transparent;
  background-color: #fff;
}

.point__statusTtl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 11px;
}

.point__statusInner {
  color: #f97b1e;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.point__statusNumber {
  font-size: 74px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.point__statusTxt {
  font-size: 42px;
  line-height: 1;
  margin-top: 28px;
}


.point__list {
  margin-top: 28px;
  margin: 28px auto 59px;
}

.point__item {
  display: flex;
  padding: 31px 0 19px;
  border-bottom: 1px solid #ccc;
}

.point__txt {
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 16px;
}

.point__number {
  color: #f97b1e;
  font-size: 42px;
  line-height: 1;
  margin: 0 10px 0 auto;
}

/* ===================================== */
/* Registration
/* ===================================== */

.registration {
  padding: 46px 0 59px;
}

.registration__item {
  display: flex;
  flex-wrap: wrap;
  padding: 39px 0 24px;
  border-bottom: 1px solid #ccc;
}

.registration__itemTtl {
  font-size: 20px;
  letter-spacing: 0.04em;
}

.registration__addRequired {
  display: inline-block;
  padding: 0 1em;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  background-color: #d50100;
  text-align: center;
  margin-left: 12px;
  line-height: 2.2em !important;
}

.registration__inputBox {
  margin-top: 9px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.registration__inputBox label {
  margin-right: 1em;
  cursor: pointer;
}

.registration__inputBox input[type=radio]{
  margin-right: 0.5em;
}

.registration__inputBox select{
  font-size: 18px;
  height: 56.6px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 20px 6px 6px;
}

.registration__input {
  font-size: 18px;
  height: 56.6px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 12px 14px 12px 20px;
}

.registration__textarea {
  font-size: 0.92em;
  height: 56.6px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  height: 8em;
  line-height: 1.5em;
  padding: 12px 14px 12px 20px;
}


.registration__input:focus {
  border: 1px solid #f97b1e;
}

.registration__input::placeholder {
  color: #ccc;
}

.errormsg {
  margin-top: 0.4em;
  color: #d50100;
}

.registration__txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.registration__fileBox {
  font-size: 20px;
  width: 258px;
  line-height: 69px;
  height: 69px;
  background-color: #e0e0e0;
  margin: 28px auto 5px;
  display: block;
  text-align: center;
  border-radius: 37px;
  cursor: pointer;
}

.registration__fileBox:hover {
  transition: 0.3s;
  background-color: #f4f2f2;
}

.registration__file {
  display: none;
}

.btnWrap {text-align: center;}

.txt-thanks {
  text-align: center;
  line-height: 3em;
}

/* ===================================== */
/* Login / Logout
/* ===================================== */

.box__login {
  margin-bottom: 3em;
  padding: 42px;
  border-radius: 4px;
  background-color: #fdf4f5;
}

.box__login dl {
  margin-bottom: 1.8em;
}

.box__login dl dt,
.box__login dl dd {
  position: relative;
}

.box__login dl dt {
  font-size: 1.2em;
  line-height: 56px;
}

.box__login dl dd {
  margin-top: -56px;
  margin-bottom: 20px;
  padding-left: 196px;
}

.box__login div {
  margin-top: 2em;
}

.box__login .errormsg {
  font-size: 0.85em;
}

.txtErrorLarge {
  color: #d50100;
  font-size: 1.34em;
  letter-spacing: 0.05em;
}

/* ===================================== */
/* PasswordRemind
/* ===================================== */

.box__login.box__pw dl,
.box__login.box__pw dl dd {
  margin-bottom: 0;
}

.box__login.box__pwreset  dl dd {
  padding-left: 260px;
}

/* ===================================== */
/* News
/* ===================================== */

.newsList dt,
.newsList dd {
  position: relative;
}

.newsList dt {
  padding: 1em 0;
  color: #ed711c;
}

.newsList dd {
  margin: -3.65em 0 0.75em 0;
  padding: 1em 0 1em 125px;
  line-height: 1.8em;
  border-bottom: 1px solid #ccc;
}

.newsList dd a:hover {
  color: #ed711c;
  text-decoration: underline;
}

.box__pager .pager {
  margin: 3.5em 0;
  text-align: center;
}

.box__pager .pager li {
  display: inline-block;
  font-size: 1.2em;
}

.box__pager .pager li a {
  width: 44px;
  height: 44px;
  color: #ed711c;
  line-height: 45px;
  border: 2px solid #ed711c;
  border-radius: 50px;
  background-color: #fff;
}

.box__pager .pager li a.crnt,
.box__pager .pager li a:hover {
  color: #fff;
  background-color: #ed711c;
}

.box__newshead {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 1.8em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ccc;
}

.box__newshead .date {
  color: #ed711c;
  font-size: 0.6em;
  letter-spacing: 0;
}

.box__newscontent {
  padding-bottom: 3em;
  line-height: 1.8em;
}

.box__newscontent p {
  margin-bottom: 1.5em;
}

.box__newscontent a {
  color: #ed711c;
}
.box__newscontent a:hover {
  text-decoration: underline;
}