/*****************************************************************************
CSS only for news page
*****************************************************************************/
/* .News
-----------------------------------------*/
.News__select {
  padding: 79px 0 28px 0;
}

@media screen and (max-width: 767px) {
  .News__select {
    padding: 20px 0;
  }
}

.News__month {
  position: relative;
  margin: 0 auto;
  width: 353px;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .News__month {
    width: 80%;
  }
}

.News__month::before {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 42px;
  height: 42px;
  content: '';
  background-color: #000;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.News__month::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 12px;
  height: 12px;
  margin: -9px 0 0 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.News__month select {
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  background-color: transparent;
  position: relative;
  border: none;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 50px 0 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  z-index: 1;
  font-family: "Hiragino kaku Gothic ProN", Meiryo, Verdana, arial, helvetica, sans-serif;
}

.News__select select::-ms-expand {
  display: none;
}

/* Taglist
-----------------------------------------*/
.Taglist {
  padding: 21px 0;
  line-height: 1;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .Taglist {
    padding: 10px 20px;
  }
}

.Taglist dl {
  margin: 0 auto;
  max-width: 976px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .Taglist dl {
    justify-content: flex-start;
  }
}

.Taglist dl dt {
  padding: 0 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color:#333;
}
.Taglist dl dd{
  border-left: solid 1px #dddddd;
}
.Taglist dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

.Taglist dl dd ul li {
  margin: 3px 8px 3px 19px;
}

.Taglist dl dd ul li label {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 6px 6px 6px 9px;
  background-color: #f1f1f1;
  font-weight: bold;
  white-space: nowrap;
  color:#666;
}

.Taglist dl dd ul li input[type="radio"]:checked + label,
.Taglist dl dd ul li input[type="radio"]:focus + label {
  color: #004ea2;
}

.Taglist dl dd ul li input {
  opacity: 0;
  position: absolute;
}

.Taglist dl dd ul li label::after {
  position: absolute;
  top: 0;
  right: -6px;
  content: "";
  border-top: 24px solid #f1f1f1;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.Taglist dl dd ul li label:hover   {color:#004ea2; text-decoration: none;}
.Taglist dl dd ul li label:focus   {color:#004ea2; text-decoration: none;}
.Taglist dl dd ul li label:active  {color:#004ea2; text-decoration: none;}

/* .Newslist
-----------------------------------------*/
.Newslist {
  margin-top: 40px;
  border-top: solid 1px #d6d6d6;
}

@media screen and (max-width: 976px) {
  .Newslist {
    margin-top: 20px;
  }
}
.Newslist__zero {
  margin-top: 20px;
  text-align:center;
}
.Newslist__link {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #d6d6d6;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 976px) {
.Newslist__link {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d6d6d6;
  flex-wrap: wrap;
}
}
a.Newslist__link:link {
  color: #000;
  text-decoration: none;
}

a.Newslist__link:visited {
  color: #000;
  text-decoration: none;
}

a.Newslist__link:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}

a.Newslist__link:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}

a.Newslist__link:active {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}

.Newslist__img {
  width: 217px;
}

@media screen and (max-width: 767px) {
  .Newslist__img {
    width: 35%;
  }
}

.Newslist__img img {
  width: 100%;
  height: auto;
}

.Newslist__text {
  flex: 1;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .Newslist__text {
    padding-left: 10px;
  }
}

.Newslist__text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .Newslist__text p {
    display: none;
  }
}

.Newslist__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .Newslist__title {
    margin-bottom: 0;
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 320px) {
  .Newslist__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .Newslist__title br {
    display: none;
  }
}

.Newslist__meta {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .Newslist__meta {
    flex-direction: column;
  }
}

.Newslist__tags {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .Newslist__tags {
    margin-left: -7px;
    margin-bottom: 10px;
    line-height: 1.8;
  }
}

.Newslist__tag {
  display: inline-block;
  color: #004EA2;
  font-size: 12px;
  line-height: 1.7;
  font-weight: bold;
  background-color: #fff;
  padding: 0 10px;
  transform: skewX(-15deg);
  margin-left: 7px;
}
.Newslist__tag span {
  display: inline-block;
  transform: skewX(15deg);
}

.Newslist__title small {
  display: block;
  color: #999;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 8px;
}

.Newslist__lead {
  display: none;
}
@media screen and (max-width: 767px) {
  .Newslist__lead {
    margin-top: 10px;
    display: block;
    width:100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* Article
-----------------------------------------*/
.Article {
  margin: 0 auto;
  max-width: 976px;
  padding: 80px 80px 80px 80px;
}

@media screen and (max-width: 767px) {
  .Article {
    padding: 50px 20px 50px 20px;
  }
}

.Article > p {
  line-height: 1.9;
  margin-bottom: 2.2em;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .Article > p {
    margin-bottom: 1.2em;
  }
}

.Article sup {
  font-size: small;
  line-height: 1;
  vertical-align: text-top;
}

.Article .Offset {
  margin-bottom: 0;
}

.Article .Offset--top {
  margin-top: 2.2em;
}

.Article--center {
  text-align: center;
}

.Article--right {
  text-align: right;
}

.Article__header {
  margin-bottom: 55px;
}

.Article__title {
  margin-bottom: 14px;
  text-align: center;
  color: #004ea2;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .Article__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.Article__title small {
  position: relative;
  padding: 2px 8px 2px 10px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #686868;
  z-index: 0;
  margin-bottom: 13px;
}

.Article__title small:not(:first-of-type) {
  margin-left: 5px;
}

.Article__title small::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  display: block;
  background-color: #fff;
  transform: skewX(-15deg);
  z-index: -1;
}

.Article__header p.News__date {
  text-align: center;
  margin: 0;
  color: #666;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .Article__header p.News__date {
    font-weight:bold;
  }
}

.Article__subTitle {
  margin: 3em 0 1.4em 0;
  position: relative;
  padding: 2px 0 2px 19px;
  font-size: 20px;
  font-size: 2rem;
}

.Article__subTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 3px;
  background-color: #004ea2;
}

.Article__itemName {
  font-weight: bold;
  color: #004ea2;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 1.5em;
  margin-bottom: .4em;
}

.Article__boxHead {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background-color: #004ea2;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 3.5em 0 1.5em 0;
}

/* @media screen and (max-width: 767px) {
  .Article__boxHead {
    font-size: 1.6rem;
  }
} */

.Article__boxHead > span {
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.Article__boxHead > span::before {
  content: '';
  background-color: #fff;
  width: 5px;
  height: 68%;
  display:inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .Article__boxHead > span::before {
    width: 4px;
  }
}

.Article__skewHead {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  /* font-style: italic; */
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #004ea2;
  width: calc(100% - 19.65px);
  padding: 6px 0;
  margin: 0 auto;
  transform: skewX(-20deg);
}

@media screen and (max-width: 767px) {
  .Article__skewHead {
    width: calc(100% - 14.2px);
    padding: 6px 0;
    font-size: 1.8rem;
  }
}

.Article__skewHead span {
  display: inline-block;
  transform: skewX(10deg);
}

@media screen and (max-width: 767px) {
  .Article__skewHead span {
    transform: skewX(15deg);
  }
}

.Article__list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 2.2em;
}

@media screen and (max-width: 767px) {
  .Article__list {
    margin-bottom: 1.2em;
  }
}

.Article__list li {
  text-indent: -1em;
  padding-left: 1em;
}

.Article__list--noindent li {
  text-indent: 0;
  padding-left: 0;
}

.Article__strike {
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-decoration-color: #d8002e;
}

.Article--red {
  color: #d8002e;
}

.Memolist--blank {
  margin-bottom: 2.93em;
}

@media screen and (max-width: 767px) {
.Memolist--blank {
  margin-bottom: 1.6em;
  }
}

.Memolist--red {
  color: #d8002e;
}

ul.Memolist li.Memolist--offset {
  text-indent: 0;
  padding-left: 0;
}

.Linklist--bottom {
  margin-bottom: 2.2em;
}

.Nowrap {
  white-space: nowrap;
}

/* ImgList
-----------------------------------------*/
.ImgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.2em 0;
}

@media screen and (max-width: 767px) {
  .ImgList {
    display: block;
    margin: 1.2em 0;
  }
  .ImgList figure {
    text-align: center;
    margin: 1.2em auto 0;
  }
}

.ImgList figure img {
  max-width: 100%;
  height: auto;
}

.ImgList figure figcaption {
  font-size: 1.4rem;
  font-size: 14px;
  text-align: center;
  margin-top: 7px;
}

.ImgList__02 figure {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
.ImgList__02 figure {
  width: 100%;
}
}

.ImgList__03 figure {
  width: 31.5%;
}

@media screen and (max-width: 767px) {
  .ImgList__03 figure {
    width: 100%;
  }
}

/* Article__img
-----------------------------------------*/
.Article__img {
  text-align: center;
  margin: 2.2em 0;
}

@media screen and (max-width: 767px) {
  .Article__img {
    margin: 1.2em 0;
  }
}

.Article__img a {
  display: inline-block;
}

.Article__img a:hover  { opacity: .8; }
.Article__img a:focus  { opacity: .8; }
.Article__img a:active { opacity: .8; }

.Article__img img {
  max-width: 100%;
  height: auto;
}

.Article__img figure figcaption {
  font-size: 1.4rem;
  font-size: 14px;
  text-align: center;
  margin-top: 7px;
}

.Article__img figure figcaption > span {
  display: inline-block;
  text-align: left;
}

.Article__img--left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .Article__img--left {
    text-align: center;
  }
}

.Article__img--signature {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .Article__img--signature img {
    width: 35%;
    height: auto;
  }
}

.Article__img--wide {
  margin-left: -192px;
  margin-right: -192px;
}
@media screen and (max-width: 1200px) {
  .Article__img--wide {
    margin-left: 0;
    margin-right: 0;
    }
}

/* Article__movie
-----------------------------------------*/
.Article__movie {
  text-align: center;
  margin: 2.2em 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .Article__movie {
    margin: 1.2em 0;
  }
}

.Article__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Article__logo
-----------------------------------------*/
.Article__logo img {
  width: 145px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .Article__logo img {
    width: 110px;
    height: auto;
  }
}

/* ImgBox
-----------------------------------------*/
.ImgBox {
  overflow: hidden;
  margin: 2.2em 0;
}

@media screen and (max-width: 767px) {
  .ImgBox {
    margin: 1.2em 0;
  }
}

.ImgBox__inner {
  margin-bottom: -20px;
}

@media screen and (max-width: 767px) {
  .ImgBox__inner {
    margin-bottom: -1.2em;
  }
}

.ImgGroup {
  display: flex;
  flex-wrap: wrap;
}

/* @media screen and (max-width: 767px) {
  .ImgGroup {
    display: block;
  }
} */

.ImgGroup li {
  text-align: center;
}

.ImgGroup img {
  max-width: 100%;
  height: auto;
}

.ImgGroup figure figcaption {
  font-size: 1.4rem;
  font-size: 14px;
  text-align: center;
  margin-top: 7px;
}

.ImgGroup--col02 {
  margin-right: -2.5%
}

@media screen and (max-width: 767px) {
  .ImgGroup--col02{
    margin-right: 0;
  }
}

.ImgGroup--col02 li {
  width: 47.5%;
  margin-right: 2.5%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ImgGroup--col02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.2em;
  }
}

.ImgGroup--col03 {
  margin-right: -2.3%;
}

@media screen and (max-width: 767px) {
  .ImgGroup--col03{
    margin-right: 0;
  }
}

.ImgGroup--col03 li {
  width: 31%;
  margin-right: 2.3%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ImgGroup--col03 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.2em;
  }
}

/* ImgBox spが2カラム時
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .ImgBox__inner--spcol {
    margin-bottom: -2.5%;
  }
  .ImgBox__inner--spcol > .ImgGroup {
    margin-right: -2.5%;
  }
  .ImgGroup .ImgGroup__spcol {
    width: 47.5%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
  }
}

/* .Column
-----------------------------------------*/
.Column {
  margin: 35px 0 48px 0;
  border: solid 1px #d6d6d6;
  padding: 10px 29px 10px 29px;
}

.Column dl dt {
  font-weight: bold;
  color: #004ea2;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: solid 1px #d6d6d6;
}

.Column dl dd {
  padding: 14px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
}

.Column dl dd table th {
  padding:2px 18px 2px 0;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
.Column dl dd table td {
  padding: 2px 0;
}

.ColumnBox {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .ColumnBox {
    display: block;
  }
}

.ColumnBox__img {
  width: 20%;
  padding: 10px 0;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  .ColumnBox__img {
    width: 70%;
    height: auto;
    text-align: center;
    padding-top: 14px;
    margin: 0 auto;
  }
}

.ColumnBox__trim {
  position: relative;
  padding-top: 137%;
  overflow: hidden;
}

.ColumnBox__trim > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ColumnBox__img img {
  max-width: 100%;
  height: auto;
}

.ColumnBox__detail {
  width: 77%;
}

@media screen and (max-width: 767px) {
  .ColumnBox__detail {
    width: auto;
  }
}

.ColumnBox__detail table {
  width: 100%;
}

.ColumnBox__list {
  padding-left: 1em;
  margin-bottom: 6px;
}

/* MemberList
-----------------------------------------*/
.MemberList {
  margin: 2.2em 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .MemberList {
    margin: 1.2em 0;
  }
}

.MemberList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -3.5%;
}

@media screen and (max-width: 976px) {
  .MemberList ul {
    margin-top: -5%;
  }
}

@media screen and (max-width: 767px) {
  .MemberList ul {
    margin-top: -20px;
  }
}

.MemberList ul::after,
.MemberList ul::before {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

@media screen and (max-width: 976px) {
  .MemberList ul::after,
  .MemberList ul::before {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .MemberList ul::after,
  .MemberList ul::before {
    display: none;
  }
}

.MemberList ul::before {
  order: 1;
}

.MemberList__entry {
  margin-top: 3.5%;
  position: relative;
  width: 31%;
}

@media screen and (max-width: 976px) {
  .MemberList__entry {
    width: 30%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 767px) {
  .MemberList__entry {
    width: 48%;
    margin-top: 20px;
  }
}

.MemberList__entry a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.MemberList__entry a:link,
.MemberList__entry a:visited,
.MemberList__entry a:focus,
.MemberList__entry a:active {
  text-decoration: none;
}

.MemberList__entry a:hover img,
.MemberList__entry a:focus img,
.MemberList__entry a:active img {
  opacity: 0.8;
}

.MemberList__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.MemberList__name {
  position: absolute;
  left: 0;
  right: 15%;
  bottom: 0;
  background-color: #004ea2;
  color: #FFF;
}

.MemberList__name dl {
  position: relative;
  height: 76px;
  display: flex;
  align-items: center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .MemberList__name dl {
    height: 65px;
  }
}

.MemberList__name dl::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  margin-right: -14px;
  border-top: 76px solid #004ea2;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .MemberList__name dl::after {
    border-top: 65px solid #004ea2;
  }
}

.MemberList__name dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  transform: skewX(-14deg);
  border-right: solid 2px #FFF;
  padding: 7px;
  margin-bottom: 19px;
  line-height: 1.1;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .MemberList__name dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 7px 5px;
  }
}

.MemberList__name dd {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .MemberList__name dd {
    padding-left: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.MemberList__name dd small {
  font-weight: 700px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .MemberList__name dd small {
    font-size: 10px;
    font-size: 1rem;
  }
}

.MemberList__name dd span {
  font-weight: 700px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .MemberList__name dd span {
    font-size: 10px;
    font-size: 1rem;
  }
}

.MemberList__text {
  text-align: center;
  margin-top: 6px;
}

.MemberList__text p {
  color: #000;
}

@media screen and (max-width: 767px) {
  .MemberList__text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* .Detail
-----------------------------------------*/
.Detail dl dt {
  font-weight: bold;
  color: #004ea2;
  padding-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}

.Detail dl dd {
  line-height: 1.8;
}

.Detail dl dd:not(:last-child) {
  padding-bottom: 24px;
}

.Detail__item {
  padding-left: 1em;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px){
  .Detail__item li {
    text-indent: -1.25em;
    padding-left: 1.25em;
  }
}

.Detail__list li {
  text-indent: -1em;
  padding-left: 1em;
}

.Detail__list li.Detail__list--link {
  text-indent: 0;
}

.Detail__img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.Detail__img figure {
  padding: 5px;
}

@media screen and (max-width: 767px){
  .Detail__img figure {
    width: 30%;
  }
  .Detail__img figure img {
    width: 100%;
  }
}

.Detail__img figure figcaption{
  font-size: 1.2rem;
  text-align: center;
}

/* .Content
-----------------------------------------*/
.Content > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 1.2em;
}
.ContentList {
  margin-bottom: 1.2em;
}
.ContentList > li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  text-indent: -1em;
  padding-left: 1em;
}
.ContentList--noindent > li {
  text-indent: 0;
  padding-left: 0;
}
.Content > .Memolist {
  margin-bottom: 1.6em;
}

/* .Intro
-----------------------------------------*/
.Intro {
  margin: 40px 0 64px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  font-style: oblique;
  line-height: 1.8;
}
.Intro > p {
  margin-bottom: 10px;
}

/* .InfoBox
-----------------------------------------*/
.InfoBox {
  text-align: center;
  background-color: #fff;
  padding: 25px;
  margin-bottom: 2.2em;
}
.InfoBox p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .InfoBox p {
    text-align: left;
  }
}

/* .DlList
-----------------------------------------*/
.DlList {
  margin-bottom: 1.2em;
}
.DlList__item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  display: flex;
}
.DlList__item dt {
  white-space: nowrap;
}
.DlList__item dd {
  flex: 1;
}

/* .Summary
-----------------------------------------*/
.Summary {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .Summary {
    display: block;
  }
}
.Summary__img{
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .Summary__img {
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.Summary__img img {
  max-width: 100%;
  height: auto;
}
.Summary dl dt {
  font-weight: bold;
  color: #004ea2;
  font-size: 16px;
  font-size: 1.6rem;
}
.Summary dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.Summary dd:not(:last-child){
  padding-bottom: 16px;
}

/* .QueryList
-----------------------------------------*/
.Question {
  position: relative;
  padding-left: 30px;
  margin: 1.5em 0 0.5em;
}
.Question::before {
  content: "";
  background-color: #000;
  width: 24px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 0.65em;
  left: 0;
}

/* .TblList
-----------------------------------------*/
.TblList table {
  width: 100%;
}
.TblList table tr th {
  font-size: 16px;
  font-size: 1.6rem;
  width: 50%;
  background-color: #ececec;
  border: solid 1px #d6d6d6;
  padding: 10px 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .TblList table tr th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.TblList table tr td {
  font-size: 16px;
  font-size: 1.6rem;
  width: 50%;
  text-align: center;
  border: solid 1px #d6d6d6;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .TblList table tr td {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

/* BtnArea
-----------------------------------------*/
.BtnArea {
  text-align: center;
  margin: 24px 0 40px;
}

/* NextPage
-----------------------------------------*/
.NextPage p {
  display: inline-block;
}
.NextPage p.expired a span,
.NextPage p.before a span {
  background-color: #aaa;
}
.NextPage p.expired a::before,
.NextPage p.before a::before {
  background-color: #aaa;
}

/* NextBtn
-----------------------------------------*/
.NextBtn {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 976px) {
  .NextBtn {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .NextBtn {
    font-size: 1.3rem;
    display: block;
  }
}
.NextBtn + .NextBtn {
  margin-top: 32px;
}
.NextBtn span {
  background-color: #aaa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 696px;
  max-width: 100%;
  min-height: 85px;
  position: relative;
  border-radius: 61px;
  padding: 0.73em 2.3em 0.73em 1.8em;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 976px) {
  .NextBtn span {
    width: 560px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .NextBtn span {
    width: 100%;
    min-height: 45px;
  }
}
.NextBtn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 23px;
  height: 23px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 976px) {
  .NextBtn span::after {
    width: 18px;
    height: 18px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
@media screen and (max-width: 767px) {
  .NextBtn span::after {
    right: 11px;
    width: 13px;
    height: 13px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.NextBtn a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  pointer-events: none;
}

.NextBtn a:link    { color: #fff; text-decoration: none; }
.NextBtn a:visited { color: #fff; text-decoration: none; }
.NextBtn a:hover   { color: #fff; text-decoration: none; }
.NextBtn a:focus   { color: #fff; text-decoration: none; }
.NextBtn a:active  { color: #fff; text-decoration: none; }

.NextBtn small {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 976px) {
  .NextBtn small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .NextBtn small {
    font-size: 1rem;
  }
}

.NextBtn--pink span {
  background-color: #f5515a;
  box-shadow: 3px 5px #e62933;
}
.NextBtn--pink span:hover {
  background-color: rgba(245, 81, 90, .8);
}
.NextBtn--pink a {
  pointer-events: auto;
}

.NextBtn.active span {
  background-color: #f5515a;
  box-shadow: 3px 5px #e62933;
}
.NextBtn.active span:hover {
  background-color: rgba(245, 81, 90, .8);
}
.NextBtn.active a {
  pointer-events: auto;
}

/* .LinkBtn
-----------------------------------------*/
.LinkBox {
  text-align: center;
  margin-top: 18px;
}
.LinkBtn {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .LinkBtn {
    font-size: 12px;
  }
}
.LinkBtn span {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
  padding: 0.77em 2.15em;
  box-sizing: border-box;
}

.LinkBtn a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.LinkBtn a:link    { color: #fff; text-decoration: none; }
.LinkBtn a:visited { color: #fff; text-decoration: none; }
.LinkBtn a:hover   { color: #fff; text-decoration: none; opacity: .8; }
.LinkBtn a:focus   { color: #fff; text-decoration: none; opacity: .8; }
.LinkBtn a:active  { color: #fff; text-decoration: none; opacity: .8; }

.LinkBtn.expired span,
.LinkBtn.before span {
  background-color: #aaa;
}

.LinkBtn img {
  margin-left: 5px;
}