@charset "UTF-8";
/************************************************
	animation key frames
************************************************/
@-webkit-keyframes border_animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}



/*2022/05変更 新色ボタン（赤白）*/
@-webkit-keyframes inquiryButton_animation {
  0% {
    background: #cc023a;
    color: #fff;
  }
  100% {
    background: #e06789;
    color: #fff;
  }
}

@keyframes inquiryButton_animation {
  0% {
    background: #cc023a;
    color: #fff;
  }
  100% {
    background: #e06789;
    color: #fff;
  }
}

@-webkit-keyframes inquiryButton_animation_after {
  0% {
    border-color: #fff;
  }
  100% {
    border-color: #fff;
  }
}

@keyframes inquiryButton_animation_after {
  0% {
    border-color: #fff;
  }
  100% {
    border-color: #fff;
  }
}



/*旧色ボタン（青黄）
@-webkit-keyframes inquiryButton_animation {
  0% {
    background: #ffd601;
    color: #004386;
  }
  100% {
    background: #004386;
    color: #ffd601;
  }
}

@keyframes inquiryButton_animation {
  0% {
    background: #ffd601;
    color: #004386;
  }
  100% {
    background: #004386;
    color: #ffd601;
  }
}

@-webkit-keyframes inquiryButton_animation_after {
  0% {
    border-color: #004386;
  }
  100% {
    border-color: #ffd601;
  }
}

@keyframes inquiryButton_animation_after {
  0% {
    border-color: #004386;
  }
  100% {
    border-color: #ffd601;
  }
}
*/



/************************************************
	dummy links
************************************************/
a[href="DUMMY"] {
  color: limegreen !important;
  font-weight: 700;
}

a[href="DUMMY"] .articleLinkButton {
  background-color: limegreen !important;
}

/************************************************
	inheritance
************************************************/
.tabNavigation_contents p {
  margin-bottom: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

sup {
  font-size: 10px;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-tbl {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-tbl {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .only-tbl {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .only-sp {
    display: block;
  }
}

/************************************************
	section
************************************************/
@media screen and (max-width: 1260px) {
  .sectioning {
    min-width: auto;
  }
}

.section {
  margin-top: 70px;
}

.section_inner {
  width: 840px;
  margin: 0 auto;
}

.flb_hq {
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 24px;
}

.flb_hq-btm_sml {
  margin-bottom: 25px;
}

.section_ttl {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.section_ttl:not(:first-of-type) {
  margin-top: 70px;
}

.section_ttl + .section_txt {
  margin-top: 10px;
}

.section_txt + .section_img {
  margin-top: 35px;
}

.section_img {
  text-align: center;
}

.section_img-box {
  margin-top: 20px;
}

.section_img-box .img_ttl {
  font-weight: bold;
}

.section_img-box .img_ttl + img {
  margin-top: 25px;
}

.section_note {
  margin: 25px 0 0;
  font-size: 12px;
}

.section_tbl {
  margin: 15px 0 0;
  width: 100%;
}

/************************************************
	fixed section
************************************************/
.fixedSection {
  position: fixed;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px -10px 10px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -10px 10px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 9999;
  bottom: 0;
}

@media screen and (max-width: 480px) {
  .fixedSection {
    display: none;
  }
}

/************************************************
	primary button
************************************************/
.primary_btn {
  display: inline-block;
  padding: 19px 20px;
  border: 2px solid #004386;
  background: #ffd601;
  font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #004386;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.primary_btn span {
  position: relative;
  padding-right: 20px;
}

.primary_btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-color: #004386;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/************************************************
	all section
************************************************/
.titleSection .sectioning_layout-inner,
.articleSection .sectioning_layout-inner {
  width: 840px;
}

.titleSection .sectioning_layout-inner *,
.articleSection .sectioning_layout-inner * {
  position: relative;
}

@media screen and (max-width: 768px) {
  .titleSection .sectioning_layout-inner,
  .articleSection .sectioning_layout-inner {
    width: 100%;
  }
}

.eachLeadSection .sectioning_layout-inner,
.contentsSection .sectioning_layout-inner,
.eachArticleSection .sectioning_layout-inner,
.relatedPageSection .sectioning_layout-inner {
  width: 840px;
}

.eachLeadSection .sectioning_layout-inner *,
.contentsSection .sectioning_layout-inner *,
.eachArticleSection .sectioning_layout-inner *,
.relatedPageSection .sectioning_layout-inner * {
  position: relative;
}

@media screen and (max-width: 768px) {
  .eachLeadSection .sectioning_layout-inner,
  .contentsSection .sectioning_layout-inner,
  .eachArticleSection .sectioning_layout-inner,
  .relatedPageSection .sectioning_layout-inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .articleSection .sectioning_layout-inner,
  .eachLeadSection .sectioning_layout-inner,
  .contentsSection .sectioning_layout-inner,
  .eachArticleSection .sectioning_layout-inner,
  .inquirySection {
    padding: 0 5%;
  }
}

/************************************************
	title section
************************************************/
.titleSection .TitleH1 {
  margin-bottom: 3.75rem;
  padding-bottom: 25px;
}

.titleSection .TitleH1 h1 {
  bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  white-space: nowrap;
  z-index: 5;
}

@media screen and (max-width: 480px) {
  .titleSection .TitleH1 h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 360px) {
  .titleSection .TitleH1 h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.titleSection .TitleH1 h1 span {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0.3125em 0.75em;
}

@media screen and (max-width: 480px) {
  .titleSection .TitleH1 h1 span {
    padding: 0.275em 0.65em;
  }
}

.titleSection .TitleH1 h1 span:last-of-type {
  margin-bottom: 0;
}

.titleSection .TitleH1 figure {
  width: 100%;
}

.titleSection .TitleH1 figure img {
  max-width: 100%;
}

/************************************************
	article section
************************************************/
.articleSection article {
  border-bottom: solid 1px #b8c2c8;
  margin-bottom: 2.5rem;
  padding-bottom: 2.375rem;
}

.articleSection article:hover {
  background-color: #eaf6fc;
}

.articleSection article > a {
  display: inline-block;
}

.articleSection article:last-of-type {
  margin-bottom: 0;
}

.articleSection article h2 {
  color: #004386;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545;
  margin: 0 auto 1.375rem;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .articleSection article h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.articleSection article .publishDate {
  color: #505050;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 auto 1.625rem;
}

@media screen and (max-width: 480px) {
  .articleSection article .publishDate {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.articleSection article .publishDate p {
  display: inline-block;
}

.articleSection article:hover .articleMain .articleVisual img {
  -webkit-transform: scale(1.06) translate3d(0, 0, 0);
          transform: scale(1.06) translate3d(0, 0, 0);
}

.articleSection article .articleMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .articleSection article .articleMain {
    display: block;
  }
}

.articleSection article .articleMain .articleVisual {
  margin-right: 2.6%;
  max-width: 304px;
  min-width: 304px;
  overflow: hidden;
  width: 36.2%;
}

@media screen and (max-width: 768px) {
  .articleSection article .articleMain .articleVisual {
    margin-right: 2.5%;
    max-width: none;
    min-width: 265px;
    width: 265px;
  }
}

@media screen and (max-width: 480px) {
  .articleSection article .articleMain .articleVisual {
    margin: 0 auto 1.0rem;
    max-width: 304px;
    text-align: center;
    width: 95%;
  }
}

.articleSection article .articleMain .articleVisual a {
  display: inline-block;
}

.articleSection article .articleMain .articleVisual img {
  height: auto;
  max-width: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 100%;
}

.articleSection article .articleMain .articleSummary {
  max-width: 514px;
  width: 61.2%;
}

@media screen and (max-width: 768px) {
  .articleSection article .articleMain .articleSummary {
    max-width: none;
    width: calc(100% - 180px - 2.5%);
  }
}

@media screen and (max-width: 480px) {
  .articleSection article .articleMain .articleSummary {
    text-align: center;
    width: 100%;
  }
}

.articleSection article .articleMain .articleSummary p {
  color: #333;
}

.articleSection article .articleMain .articleSummary .articleText {
  color: #333;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 480px) {
  .articleSection article .articleMain .articleSummary .articleText {
    text-align: left;
  }
}

.articleSection article .articleMain .articleSummary .articleText p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 auto 1.0em;
}

@media screen and (max-width: 480px) {
  .articleSection article .articleMain .articleSummary .articleText p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.articleSection article .articleMain .articleSummary .articleText p:last-of-type {
  margin-bottom: 0;
}

.articleSection article .articleMain .articleSummary .articleLinkButton {
  background-color: #004386;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.0em 0;
  text-align: center;
  width: 200px;
}

@media screen and (max-width: 480px) {
  .articleSection article .articleMain .articleSummary .articleLinkButton {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .articleSection article .articleMain .articleSummary .articleLinkButton {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.articleSection article .articleMain .articleSummary .articleLinkButton::after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  -webkit-transform: rotate(45deg) translate(1px, -2px);
          transform: rotate(45deg) translate(1px, -2px);
  width: 7px;
}

.articleSection .articlesNotes {
  margin-top: 2.5rem;
}

.articleSection .articlesNotes li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 1.2em;
  margin-bottom: 0.25em;
  text-indent: -1.2em;
}

.articleSection .articlesNotes li::before {
  content: "※ ";
}

.articleSection .articlesNotes li:last-of-type {
  margin-bottom: 0;
}

/************************************************
	back to top
************************************************/
.BackToTop .sub_backTo-top {
  margin: 100px auto 50px;
}

@media screen and (max-width: 768px) {
  .BackToTop .sub_backTo-top {
    margin: 200px auto 100px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .BackToTop .sub_backTo-top {
    margin: 150px auto 50px;
  }
}

.BackToTop .sub_backTo-top .goPageTop {
  color: #004386;
  display: inline-block;
  position: relative;
}

.BackToTop .sub_backTo-top .goPageTop::before, .BackToTop .sub_backTo-top .goPageTop::after {
  content: "";
  display: block;
  margin: 0;
  position: absolute;
}

.BackToTop .sub_backTo-top .goPageTop::before {
  border-bottom: solid 2px #004386;
  -webkit-transform: translate(-21.5px, 2px);
          transform: translate(-21.5px, 2px);
  width: 14px;
}

.BackToTop .sub_backTo-top .goPageTop::after {
  background: none;
  border-color: #004386 #004386 transparent transparent;
  border-style: solid;
  border-width: 2px;
  height: 6px;
  -webkit-transform: rotate(-45deg) translate(-8px, -20px);
          transform: rotate(-45deg) translate(-8px, -20px);
  width: 6px;
}

/************************************************
	inquiry section
************************************************/
.inquirySection {
  overflow-wrap: break-word;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
}

.inquirySection .inquiryBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 1.0rem 0 1.125rem;
  width: 840px;
}

.inquirySection .inquiryBox * {
  position: relative;
}

@media screen and (max-width: 768px) {
  .inquirySection .inquiryBox {
    width: 100%;
  }
}

.inquirySection .inquiryBox .inquiryText {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  max-width: 460px;
  width: 54.8%;
}

@media screen and (max-width: 768px) {
  .inquirySection .inquiryBox .inquiryText {
    font-size: 12px;
    font-size: 0.75rem;
    width: 54%;
  }
}

@media screen and (max-width: 480px) {
  .inquirySection .inquiryBox .inquiryText {
    margin: 0 auto 1.0rem;
    max-width: none;
    text-align: center;
    width: 100%;
  }
}

.inquirySection .inquiryBox .inquiryButton {
  max-width: 320px;
  width: 38.1%;
}

@media screen and (max-width: 768px) {
  .inquirySection .inquiryBox .inquiryButton {
    width: 42%;
  }
}

@media screen and (max-width: 480px) {
  .inquirySection .inquiryBox .inquiryButton {
    max-width: none;
    width: 100%;
  }
}

.inquirySection .inquiryBox .inquiryButton > a {
  /*background: #ffd601; 2022/05変更*/
  background: #cc023a;
  border-radius: 10px;
  /*border: 2px solid #004386; 2022/05変更*/
  border: 1px solid #000;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  /*color: #004386; 2022/05変更*/
  color: #fff;
  display: block;
  font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.875em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .inquirySection .inquiryBox .inquiryButton > a {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
    max-width: 320px;
    padding: 0.875em 0.875em;
  }
}

.inquirySection .inquiryBox .inquiryButton > a:hover {
  -webkit-animation: inquiryButton_animation 0.25s linear forwards;
          animation: inquiryButton_animation 0.25s linear forwards;
}

.inquirySection .inquiryBox .inquiryButton > a:hover span::after {
  -webkit-animation: inquiryButton_animation_after 0.25s linear forwards;
          animation: inquiryButton_animation_after 0.25s linear forwards;
}

.inquirySection .inquiryBox .inquiryButton > a span {
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .inquirySection .inquiryBox .inquiryButton > a span {
    display: inline-block;
    padding-right: 3px;
    text-align: center;
    width: 100%;
  }
}

.inquirySection .inquiryBox .inquiryButton > a span::after {
  /*border-color: #004386; 2022/05変更*/
  border-color: #fff;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}

@media screen and (max-width: 768px) {
  .inquirySection .inquiryBox .inquiryButton > a span::after {
    height: 8px;
    margin-left: 5px;
    position: relative;
    -webkit-transform: rotate(45deg) translateY(2px);
            transform: rotate(45deg) translateY(2px);
    width: 8px;
  }
}

/************************************************
	each lead section
************************************************/
.eachLeadSection {
  margin-bottom: 3.75rem;
}

.eachLeadSection .TitleH1 {
  margin-bottom: 1.25rem;
}

.eachLeadSection .TitleH1 h1 {
  border-bottom: solid 2px #004386;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 2.875rem 0 1.375rem;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .eachLeadSection .TitleH1 h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.eachLeadSection .publishDate {
  margin-bottom: 1.25rem;
  text-align: right;
}

.eachLeadSection .publishDate p {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 480px) {
  .eachLeadSection .publishDate p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.eachLeadSection .mainVisual {
  margin-bottom: 3.0rem;
  height: 300px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .eachLeadSection .mainVisual {
    height: calc(100vw * 0.3906);
    max-height: 300px;
  }
}

.eachLeadSection .mainVisual img {
  height: auto;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.eachLeadSection .leadText {
  margin: 0 auto 3.375rem;
  max-width: 840px;
}

.eachLeadSection .leadText p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.0em;
}

@media screen and (max-width: 480px) {
  .eachLeadSection .leadText p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.eachLeadSection .leadText p:last-of-type {
  margin-bottom: 0;
}

.eachLeadSection .leadText .eachArticleNote {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1.0rem 0 2.0rem 1.2em;
  text-indent: -1.25em;
}

@media screen and (max-width: 480px) {
  .eachLeadSection .leadText .eachArticleNote {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.eachLeadSection .leadText .eachArticleNote li::before {
  content: "※ ";
}

.eachLeadSection .leadText ol.eachArticleNoteList {
  counter-reset: count;
  margin-bottom: 0.75rem;
}

.eachLeadSection .leadText ol.eachArticleNoteList li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 2.55em;
  text-indent: -2.55em;
}

@media screen and (max-width: 480px) {
  .eachLeadSection .leadText ol.eachArticleNoteList li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.eachLeadSection .leadText ol.eachArticleNoteList li::before {
  content: "※" counter(count) "　";
  counter-increment: count;
}

.eachLeadSection .summary {
  background-color: #eaf6fd;
  color: #333;
  padding: 1.625rem 0 2.875rem;
}

.eachLeadSection .summary .summary-inner {
  margin: 0 5.65%;
}

.eachLeadSection .summary .summaryTitleH2 h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 1.5rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .eachLeadSection .summary .summaryTitleH2 h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.eachLeadSection .summary .summaryLead {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 2.125rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .eachLeadSection .summary .summaryLead {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.eachLeadSection .summary .summaryList {
  counter-reset: count;
}

.eachLeadSection .summary .summaryList li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.25em;
  margin-left: 1.15em;
  text-indent: -1.15em;
}

@media screen and (max-width: 480px) {
  .eachLeadSection .summary .summaryList li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.eachLeadSection .summary .summaryList li::before {
  content: counter(count) ". ";
  counter-increment: count;
}

.eachLeadSection .summary .summaryList li:last-of-type {
  margin-bottom: 0;
}

/************************************************
	contents section
************************************************/
.contentsSection {
  margin-bottom: 4.375rem;
}

.contentsSection .sectioning_layout-inner .Accordion {
  background-color: #fff;
  border: solid 1px #b8c2c8;
  margin: 0;
}

.contentsSection .sectioning_layout-inner .Accordion.section {
  margin: 0 0 30px 0;
}

.contentsSection .sectioning_layout-inner .Accordion.section:last-of-type {
  margin-bottom: 0;
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component {
  max-width: 920px;
}

@media screen and (max-width: 768px) {
  .contentsSection .sectioning_layout-inner .Accordion .accordion_component {
    max-width: none;
  }
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_header {
  color: #333;
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  .contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_header {
    padding: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_header {
    padding: 20px;
  }
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_header::after {
  right: 15px;
}

@media screen and (max-width: 768px) {
  .contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_header::after {
    right: 0;
  }
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_header .accordion_title {
  border-bottom: solid 1px #b8c2c8;
  display: block;
  padding-bottom: 1.25rem;
  text-align: center;
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents {
  margin: 0 auto;
  max-width: 705px;
}

@media screen and (max-width: 480px) {
  .contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents {
    padding: 10px 50px;
  }
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsNav {
  z-index: 5000;
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsList li {
  color: #004386;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.0em;
}

@media screen and (max-width: 480px) {
  .contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsList li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsList li a {
  border-bottom: solid 1px #004386;
  padding-bottom: 1px;
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsList li a:hover {
  border-bottom-color: transparent;
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsList > li {
  font-weight: bold;
  margin-bottom: 1.75rem;
  text-indent: -1.75rem;
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsList > li::before {
  content: "■";
  margin-right: 0.75rem;
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsList > li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsList > li ul {
  margin: 0.5rem 0 0 3.75rem;
}

@media screen and (max-width: 480px) {
  .contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsList > li ul {
    margin: 1.25rem 0 0 1.75rem;
  }
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsList > li ul li {
  font-weight: normal;
  line-height: 2.25;
  text-indent: -1rem;
}

.contentsSection .sectioning_layout-inner .Accordion .accordion_component .accordion_contents .contentsList > li ul li::before {
  content: "・";
}

/************************************************
	each article section
************************************************/
.eachArticleSection {
  margin-bottom: 6.25rem;
}

.eachArticleSection .eachArticle {
  margin-bottom: 4.0rem;
}

.eachArticleSection .eachArticle:last-of-type {
  margin-bottom: 0;
}

.eachArticleSection .eachArticle p {
  line-height: 1.8;
}

.eachArticleSection .TitleH2 {
  margin-bottom: 1.875rem;
}

.eachArticleSection .TitleH2 h2 {
  background-color: #004386;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem 1.0rem;
}

@media screen and (max-width: 480px) {
  .eachArticleSection .TitleH2 h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.eachArticleSection .mainVisual {
  margin-bottom: 3.75rem;
  width: 100%;
}

.eachArticleSection .mainVisual img {
  max-width: 100%;
}

.eachArticleSection .eachArticleLead {
  margin: 0 auto 2.0rem;
  max-width: 840px;
}

.eachArticleSection .eachArticleLead p {
  line-height: 1.8;
}

.eachArticleSection .eachArticleVisual {
  margin-bottom: 3.75rem;
  width: 100%;
}

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

.eachArticleSection .eachArticleBook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2.0rem auto 1.0rem;
}

@media screen and (max-width: 768px) {
  .eachArticleSection .eachArticleBook {
    display: block;
    text-align: center;
  }
}

.eachArticleSection .eachArticleBook .eachArticleBookFig {
  height: 0;
  margin-right: 2.0rem;
  min-height: 550px;
  min-width: 375px;
  padding-top: 22%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .eachArticleSection .eachArticleBook .eachArticleBookFig {
    margin: 0 auto 1.0rem;
    max-width: 220px;
    padding-top: 60%;
  }
}

@media screen and (max-width: 480px) {
  .eachArticleSection .eachArticleBook .eachArticleBookFig {
    max-width: 100%;
    min-height: 485px;
    min-width: auto;
    padding-top: 100%;
  }
}

.eachArticleSection .eachArticleBook .eachArticleBookFig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}

.eachArticleSection .eachArticleBook .eachArticleBookDetails > * {
  margin-bottom: 2.0rem;
}

.eachArticleSection .eachArticleBook .eachArticleBookDetails > *:last-of-type {
  margin-bottom: 0;
}

.eachArticleSection .eachArticleBook .eachArticleBookDetails .eachArticleText {
  text-align: left;
}

.eachArticleSection p + .eachArticleMain {
  margin-top: 2.5rem;
}

.eachArticleSection .eachArticleMain {
  margin: 0 auto;
  max-width: 840px;
}

.eachArticleSection .eachArticleMain section {
  margin-bottom: 4.0rem;
}

.eachArticleSection .eachArticleMain section:last-of-type {
  margin-bottom: 0;
}

.eachArticleSection .eachArticleMain section h3 {
  border-bottom: solid 1px #004386;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 2.25rem;
  padding-bottom: 1.0rem;
}

@media screen and (max-width: 480px) {
  .eachArticleSection .eachArticleMain section h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.eachArticleSection .eachArticleMain section h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1.75rem 0 1.25rem;
}

@media screen and (max-width: 480px) {
  .eachArticleSection .eachArticleMain section h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.eachArticleSection .eachArticleMain section .eachArticleText {
  line-height: 1.8;
}

.eachArticleSection .eachArticleMain section .eachArticleText p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.eachArticleSection .eachArticleMain section .eachArticleText p:last-child {
  margin-bottom: 0;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleFigures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .eachArticleSection .eachArticleMain section .eachArticleText .eachArticleFigures {
    display: block;
  }
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleFigure {
  margin: 2.375rem auto 2.5rem;
}

@media screen and (max-width: 768px) {
  .eachArticleSection .eachArticleMain section .eachArticleText .eachArticleFigure {
    margin: 1.5rem auto;
  }
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleFigure figcaption, .eachArticleSection .eachArticleMain section .eachArticleText .eachArticleFigure figure {
  text-align: center;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleFigure figcaption {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleFigure figure img {
  height: auto;
  max-width: 100%;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleNote {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1.0rem 0 2.0rem 1.2em;
  text-indent: -1.25em;
}

@media screen and (max-width: 480px) {
  .eachArticleSection .eachArticleMain section .eachArticleText .eachArticleNote {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleNote li::before {
  content: "※ ";
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleList {
  margin-bottom: 1.0rem;
  margin-top: 1.0rem;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleList li {
  line-height: 1.8;
  margin-left: 1.25em;
  text-indent: -1.25em;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleList li::before {
  content: "・ ";
}

.eachArticleSection .eachArticleMain section .eachArticleText ol.eachArticleNoteList {
  counter-reset: count;
  margin-bottom: 0.75rem;
}

.eachArticleSection .eachArticleMain section .eachArticleText ol.eachArticleNoteList li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 2.55em;
  text-indent: -2.55em;
}

@media screen and (max-width: 480px) {
  .eachArticleSection .eachArticleMain section .eachArticleText ol.eachArticleNoteList li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.eachArticleSection .eachArticleMain section .eachArticleText ol.eachArticleNoteList li::before {
  content: "※" counter(count) "　";
  counter-increment: count;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList {
  background-color: #f1f1f1;
  margin: 1.5rem auto;
  padding: 2.0rem;
}

@media screen and (max-width: 360px) {
  .eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList {
    padding: 1.0rem 0.5rem;
  }
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList::after {
  content: " ";
  display: block;
  clear: both;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.0rem;
}

@media screen and (max-width: 480px) {
  .eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li {
    display: block;
    margin-bottom: 2.5rem;
  }
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li:last-of-type {
  margin-bottom: 0;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li:nth-of-type(4) {
  border-top: solid 1px #ccc;
  padding-top: 2.0rem;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li:nth-of-type(n+4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5rem;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li:nth-of-type(n+4)::before {
  content: "・";
}

@media screen and (max-width: 768px) {
  .eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li:nth-of-type(n+4) > .bookInfo .bookTitle {
    margin-bottom: 0;
  }
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li > .bookImage {
  height: 0;
  margin-right: 2.0rem;
  max-width: 275px;
  min-height: 380px;
  min-width: 275px;
  padding-top: 38%;
  width: 100%;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li > .bookImage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li > .bookImage {
    /* 								
								margin: 0 auto 1.0rem;
								padding-top: 24%;
*/
    max-width: 270px;
    min-width: 270px;
  }
}

@media screen and (max-width: 480px) {
  .eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li > .bookImage {
    margin: 0 auto 1.0rem;
    padding-top: 40%;
  }
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li > .bookInfo > * {
  font-size: 16px;
  font-size: 1rem;
  text-indent: 0;
}

@media screen and (max-width: 480px) {
  .eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li > .bookInfo .bookTitle {
    margin-bottom: 1.0rem;
  }
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBookList > li > .bookInfo .bookAuthor_Publisher p {
  margin-bottom: 0;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleLink {
  text-indent: 0;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleLink a {
  display: inline-block;
  padding-left: 1.25em;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleLink a::before {
  border-color: #004386;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleLink a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px #004386;
  -webkit-animation: border_animation 0.75s linear forwards;
          animation: border_animation 0.75s linear forwards;
}

.eachArticleSection .eachArticleMain section .eachArticleText .scroll-table * {
  position: initial;
}

@media (-ms-high-contrast: none) {
  .eachArticleSection .eachArticleMain section .eachArticleText .scroll-table * {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .eachArticleSection .eachArticleMain section .eachArticleText .scroll-table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .eachArticleSection .eachArticleMain section .eachArticleText .scroll-table table {
    min-width: 840px;
  }
}

.eachArticleSection .eachArticleMain section .eachArticleText p + .scroll-table {
  margin-top: 1.5rem;
}

.eachArticleSection .eachArticleMain section .eachArticleText table tr:first-child th {
  text-align: center;
}

.eachArticleSection .eachArticleMain section .eachArticleText table tr th:first-child {
  vertical-align: middle;
  white-space: nowrap;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBlueBox {
  background-color: #eaf6fd;
  padding: 15px;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBlueBox h4 {
  margin-top: 0;
  margin-bottom: 0.625rem;
}

.eachArticleSection .eachArticleMain section .eachArticleText .eachArticleBlueBox .eachArticleList {
  margin-top: 0;
  margin-bottom: 0;
}

.eachArticleSection .articlesNotes {
  margin-top: 4.5rem;
}

.eachArticleSection .articlesNotes li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 1.2em;
  margin-bottom: 0.25em;
  text-indent: -1.2em;
}

.eachArticleSection .articlesNotes li::before {
  content: "※ ";
}

.eachArticleSection .articlesNotes li:last-of-type {
  margin-bottom: 0;
}

/************************************************
	related page section
************************************************/
.relatedPageSection .sectioning_layout-inner {
  background-color: #eaf6fd;
  border-top: solid 1px #004386;
  border-bottom: solid 1px #004386;
  padding: 2.5rem 0 3.5rem;
}

@media screen and (max-width: 768px) {
  .relatedPageSection .sectioning_layout-inner {
    padding: 2.5rem 5% 3.5rem;
  }
}

.relatedPageSection .sectioning_layout-inner .TitleH2 {
  margin: 0 auto 2.625rem;
}

.relatedPageSection .sectioning_layout-inner .TitleH2 h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .relatedPageSection .sectioning_layout-inner .TitleH2 h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.relatedPageSection .sectioning_layout-inner .relatedPageList {
  margin: 0 60px;
  max-width: 840px;
}

@media screen and (max-width: 768px) {
  .relatedPageSection .sectioning_layout-inner .relatedPageList {
    margin: 0 auto;
  }
}

.relatedPageSection .sectioning_layout-inner .relatedPageList li {
  color: #004386;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.0em;
  margin: 0 0 1.5rem 1.0rem;
  text-indent: -1.0rem;
  word-break: break-all;
}

@media screen and (max-width: 480px) {
  .relatedPageSection .sectioning_layout-inner .relatedPageList li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.relatedPageSection .sectioning_layout-inner .relatedPageList li::before {
  content: "・";
}

.relatedPageSection .sectioning_layout-inner .relatedPageList li:last-of-type {
  margin-bottom: 0;
}

.relatedPageSection .sectioning_layout-inner .relatedPageList li a {
  border-bottom: solid 1px #004386;
  padding-bottom: 1px;
}

.relatedPageSection .sectioning_layout-inner .relatedPageList li a:hover {
  border-bottom-color: transparent;
}