@charset "UTF-8";
@font-face {
  font-family: "koseir";
  src: url("/ja/ir/css/fonts/koseir.eot?nrlwmk");
  src: url("/ja/ir/css/fonts/koseir.eot?nrlwmk#iefix") format("embedded-opentype"), url("/ja/ir/css/fonts/koseir.ttf?nrlwmk") format("truetype"), url("/ja/ir/css/fonts/koseir.woff?nrlwmk") format("woff"), url("/ja/ir/css/fonts/koseir.svg?nrlwmk#koseir") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-download::after,
.icon-mail::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "koseir" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download::after {
  content: "\e900";
}

.icon-mail::before {
  content: "\e901";
}

figure img {
  height: auto;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.text-keepall {
  word-break: keep-all;
}

.content.ir-top {
  padding-bottom: 0;
}
.content .key-visual-wrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .content .key-visual-wrap {
    margin-bottom: 56px;
  }
}
.content .ir-news-wrap {
  position: relative;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.content .ir-news-wrap h2 {
  display: inline-block;
  margin: 0 auto;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4375;
}
@media only screen and (max-width: 768px) {
  .content .ir-news-wrap h2 {
    font-size: 1.5rem;
    line-height: 1.4583;
  }
}
.content .ir-news-wrap h2 + p {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .content .ir-news-wrap h2 + p {
    margin-left: 5px;
  }
}
.content .xj-sel-category > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 26px auto 0;
}
@media only screen and (max-width: 768px) {
  .content .xj-sel-category > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: unset;
    margin: 22px auto 0;
  }
}
.content .xj-sel-category > ul > li {
  width: 170px;
  padding: 11px 0 12px;
  font-size: 0.875rem;
  line-height: 1.357;
  background-color: #e9e9e9;
  color: #333;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.content .xj-sel-category > ul > li.active {
  background-color: #418FDE;
  color: #fff;
}
.content .xj-sel-category > ul > li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .content .xj-sel-category > ul > li {
    padding: 13px;
    font-size: 0.875rem;
  }
  .content .xj-sel-category > ul > li:first-of-type {
    width: 100%;
  }
  .content .xj-sel-category > ul > li:nth-of-type(n + 2) {
    width: calc(50% - 0.5px);
    margin-top: 1px;
  }
}
.content .xj-newslist {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .content .xj-newslist {
    margin: 10px auto 0;
  }
}
.content .xj-newslist > li:nth-of-type(n + 2) {
  border-top: 1px solid #d5d5d5;
}
.content .xj-newslist > li > a,
.content .xj-newslist > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 26px;
}
@media only screen and (max-width: 768px) {
  .content .xj-newslist > li > a,
  .content .xj-newslist > li > div {
    display: block;
    padding: 20px 0;
  }
}
.content .xj-newslist > li .date {
  font-size: 1rem;
  line-height: 1.3125;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .content .xj-newslist > li .date {
    display: block;
    float: left;
    min-width: 75px;
    font-size: 0.875rem;
    line-height: 1.357;
  }
}
.content .xj-newslist > li .label {
  width: 153px;
  margin-left: 34px;
  border-radius: 3px;
  font-size: 0.875rem;
  line-height: 2.214;
  background-color: #418FDE;
  color: #fff;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .content .xj-newslist > li .label {
    display: block;
    float: left;
    width: 110px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 0.75rem;
    line-height: 1.83;
  }
}
.content .xj-newslist > li .ttl {
  margin-left: 41px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .content .xj-newslist > li .ttl {
    margin-left: 0;
    font-size: 0.875rem;
    line-height: 1.57;
  }
  .content .xj-newslist > li .ttl::before {
    content: "";
    display: block;
    clear: both;
  }
}
.content .xj-newslist > li > a:hover .ttl {
  text-decoration: underline;
}
.content .xj-newslist > li > a .ttl::after {
  display: inline-block;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 1.1rem;
  padding-left: 6px;
  color: #418FDE;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .content .xj-newslist > li > a .ttl::after {
    padding-left: 6px;
  }
}
.content .xj-newslist > li > a:not([target=_blank]) .ttl::after {
  content: "\f054";
}
.content .xj-newslist > li > a[target=_blank]:not([href$=".pdf"]) .ttl::after {
  content: "\f35d";
}
.content .xj-newslist > li > a[href$=".zip"] .ttl::after {
  content: "\f019" !important;
}
.content .xj-newslist > li > a[href$=".pdf"] .ttl::after {
  content: "\f1c1";
}
.content .ir-news-more {
  position: absolute;
  top: 0;
  right: 20px;
}
.content .banner-wrap {
  padding: 0 20px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 768px) {
  .content .banner-wrap {
    margin: 80px auto;
  }
}
.content .banner-contents {
  max-width: 1200px;
  padding: 40px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  margin: 0 auto;
  background-image: url(/ja/ir/img/top/bg_01-pc.jpg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1040px) {
  .content .banner-contents {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content .banner-contents {
    padding: 28px 10px;
    background-image: none;
    background-size: unset;
    background-position: unset;
    background-repeat: unset;
  }
}
.content .banner-contents > h2 {
  padding-left: 15px;
  border-left: 3px solid #418FDE;
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .content .banner-contents > h2 {
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
}
.content .banner-contents .lead {
  margin-bottom: 24px;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .content .banner-contents .lead {
    margin-bottom: 18px;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.content .banner-contents .link-wrap {
  margin-top: 0;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .content .banner-contents .link-wrap {
    line-height: 1.214;
  }
}
.content .banner-contents .text-link.-arrow {
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .content .banner-contents .text-link.-arrow {
    font-size: 0.875rem;
  }
}
.content .imglink-col3 {
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .content .imglink-col3 {
    margin: 80px auto;
  }
}
.content .imglink-col3 > ul {
  margin: 0 auto;
}
.content .imglink-col3 > ul > li:nth-of-type(2) .fig-wrap {
  border: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  .content .imglink-col3 > ul > li a .catimg_cap {
    text-align: center;
  }
}
.content .imglink-col3 > ul > li a .catimg_cap small {
  display: block;
  font-size: 0.7em;
}
.content .imglink-col3 .fig-wrap {
  border-radius: 6px;
}
.content .about-wrap {
  position: relative;
  padding: 82px 0 85px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 auto;
  background-image: url(/ja/ir/img/top/bg_02-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .content .about-wrap {
    padding: 18px 20px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    margin: 0 20px;
    background-image: url(/ja/ir/img/top/bg_02-sp.jpg);
  }
}
.content .about-ttl {
  max-width: 1200px;
  padding-left: 30px;
  margin: 0 auto 20px;
  font-size: 2rem;
  line-height: 1.25;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .content .about-ttl {
    padding-left: 0;
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
}
.content .about-ttl > span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.27;
}
@media only screen and (max-width: 768px) {
  .content .about-ttl > span {
    margin-bottom: 15px;
    font-size: 0.875rem;
    line-height: 1.286;
  }
}
.content .about-lead {
  max-width: 1200px;
  padding-left: 30px;
  margin: 0 auto 32px;
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .content .about-lead {
    padding-left: 0;
    margin-bottom: 29px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.content .about-more {
  max-width: 1200px;
  padding-left: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .content .about-more {
    padding-left: 0;
  }
}
.content .index-wrap {
  max-width: 1200px;
  padding-left: 30px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 768px) {
  .content .index-wrap {
    padding: 0 20px;
  }
}
.content .index-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .content .index-link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.content .index-link > li {
  width: 32.33%;
  padding: 0 12px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .content .index-link > li {
    width: 100%;
  }
}
.content .index-link > li:not(:nth-of-type(3n + 1)) {
  margin-left: 1.505%;
}
@media only screen and (max-width: 768px) {
  .content .index-link > li:not(:nth-of-type(3n + 1)) {
    margin-left: 0;
  }
}
.content .index-link > li:nth-of-type(n + 4) {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .content .index-link > li:nth-of-type(n + 4) {
    margin-top: 0;
  }
}
.content .index-link > li > div {
  position: relative;
  margin-bottom: 0;
}
.content .index-link > li > div > a {
  display: block;
  position: relative;
  padding: 15px 11px;
  font-size: 1.125rem;
  line-height: 1;
  background-image: url(/ja/img/common/arrow_right_bdr.png);
  background-size: 1.26em auto;
  background-position: right 11px center;
  background-repeat: no-repeat;
  color: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .index-link > li > div > a:hover {
  color: #418FDE;
  background-position: right 0 center;
}
@media only screen and (max-width: 768px) {
  .content .index-link > li > div > a {
    padding: 17px 32px 18px;
    margin: 0 -12px;
    font-size: 0.875rem;
    background-position: right 18px center;
  }
  .content .index-link > li > div > a:hover {
    background-position: right 12px center;
  }
}
.content .index-link > li > div > .js-link-accordion {
  display: none;
}
@media only screen and (max-width: 768px) {
  .content .index-link > li:not(.no-grandchildren) > div > a {
    background-image: none;
    background-size: unset;
    background-position: unset;
    background-repeat: unset;
  }
  .content .index-link > li:not(.no-grandchildren) > div > a::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    width: 16px;
    height: 2px;
    background-color: #418FDE;
  }
  .content .index-link > li:not(.no-grandchildren) > div > a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 27px;
    width: 2px;
    height: 16px;
    background-color: #418FDE;
  }
  .content .index-link > li:not(.no-grandchildren) > div > .js-link-accordion {
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    right: -12px;
    width: 56px;
    height: 100%;
  }
  .content .index-link > li:not(.no-grandchildren).switch > div > a::after {
    display: none;
  }
}
.content .no-grandchildren {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (max-width: 768px) {
  .content .no-grandchildren {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
.content .index-children {
  padding: 19px 0;
  border-top: 1px solid #d5d5d5;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .content .index-children {
    display: none;
  }
}
.content .index-children > li {
  padding: 0 11px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .content .index-children > li {
    padding: 0 10px;
  }
}
.content .index-children > li > a {
  display: block;
  position: relative;
  padding: 0 19px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .content .index-children > li > a {
    line-height: 1.2143;
  }
}
.content .index-children > li > a::before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #418FDE;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .index-children > li > a[target=_blank]::after {
  content: "\f35d";
  display: inline-block;
  padding-left: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  color: #418FDE;
  text-decoration: none;
}
.content .index-children > li > a:hover {
  padding-left: 25px;
  color: #418FDE;
}
.content .index-children > li > a:hover::before {
  left: 6px;
}
.content .index-children > li + li {
  margin-top: 17px;
}
@media only screen and (min-width: 769px) {
  .content .index-children {
    display: block !important;
  }
}
.content .support-wrap {
  padding: 56px 0 60px;
  margin: 100px auto 0;
  background-color: #f4f9fd;
}
@media only screen and (max-width: 960px) {
  .content .support-wrap {
    padding: 28px 20px 30px;
    margin: 80px auto 0;
  }
}
.content .support-wrap > h2 {
  font-size: 2rem;
  line-height: 1.21875;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .content .support-wrap > h2 {
    font-size: 1.5rem;
    line-height: 1.4583;
  }
}
.content .support-wrap .support-linkblock {
  max-width: 940px;
  padding: 20px 65px;
  margin: 15px auto 0;
  background-color: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .content .support-wrap .support-linkblock {
    padding: 25px 12px;
    margin: 25px auto 0;
  }
}
.content .support-wrap .support-linkblock > a {
  display: block;
  position: relative;
  padding: 20px 25px 20px 114px;
  border-radius: 6px;
  font-size: 1.875rem;
  line-height: 1.23;
  background-color: #418FDE;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .content .support-wrap .support-linkblock > a {
    padding: 16px 11px 18px 60px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
.content .support-wrap .support-linkblock > a span {
  display: block;
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .content .support-wrap .support-linkblock > a span {
    font-size: 0.8125rem;
  }
}
.content .support-wrap .support-linkblock > a::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 35px;
  width: 44px;
  font-size: 2.75rem;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .content .support-wrap .support-linkblock > a::before {
    left: 16px;
    width: 26px;
    font-size: 1.625rem;
  }
}
.content .support-wrap .support-linkblock > a::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .content .support-wrap .support-linkblock > a::after {
    right: 11px;
    font-size: 0.75rem;
  }
}
.content .support-wrap .support-linkblock > a:hover {
  opacity: 0.7;
}
.content .support-wrap .support-linkblock > a:hover::after {
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .content .support-wrap .support-linkblock > a:hover::after {
    right: 5px;
  }
}
.content .support-wrap .support-linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  margin: 25px auto 0;
}
@media only screen and (max-width: 768px) {
  .content .support-wrap .support-linklist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 26px;
    padding: 0;
  }
}
.content .support-wrap .support-linklist > li > a {
  display: block;
  position: relative;
  padding-left: 19px;
  font-size: 1.125rem;
  line-height: 1.22;
  color: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .content .support-wrap .support-linklist > li > a {
    font-size: 0.875rem;
    line-height: 1.2143;
  }
}
.content .support-wrap .support-linklist > li > a::before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #418FDE;
}
.content .support-wrap .support-linklist > li > a:hover {
  color: #418FDE;
}

.content .individual .firstkose {
  padding: 87px 30px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  background-image: url(/ja/ir/individual/img/bg_inv_01-pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .content .individual .firstkose {
    margin-right: -20px;
    margin-left: -20px;
    padding: 58px 20px 40px;
    border-right: none;
    border-left: none;
    border-radius: 0;
    background-image: url(/ja/ir/individual/img/bg_inv_01-sp.jpg);
    background-size: auto 100%;
    background-position: center right;
  }
}
.content .individual .firstkose h2 {
  font-size: 2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .content .individual .firstkose h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .content .individual .firstkose h2 + p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.content .individual .firstkose .desc {
  margin: 30px 0 70px;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .content .individual .firstkose .desc {
    margin: 20px 0 30px;
  }
}
.content .individual .imglink-col2 {
  margin: 0 auto 100px;
  max-width: 1000px;
}
@media only screen and (max-width: 1240px) {
  .content .individual .imglink-col2 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .content .individual .imglink-col2 {
    display: block;
    margin: 0 auto 58px;
    padding: 0;
  }
}
.content .individual .imglink-col2 ul {
  gap: 30px 120px;
}
@media only screen and (max-width: 768px) {
  .content .individual .imglink-col2 .fig-wrap {
    margin: 0 0 22px;
  }
}
.content .individual .imglink-col2 .catimg_cap {
  text-align: center;
  font-size: 1.25rem;
}
.content .individual .imglink-col3 {
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  .content .individual .imglink-col3 {
    padding: 0;
  }
}
.content .individual .imglink-col3 ul li a .fig-wrap img {
  width: 100%;
}
.content .individual .btnlink-col2 {
  max-width: 1040px;
  padding: 0;
}
.content .individual .individual-ttl {
  margin: 0 0 32px;
  font-size: 2rem;
  line-height: 1.1875;
}
@media only screen and (max-width: 768px) {
  .content .individual .individual-ttl {
    font-size: 1.375rem;
  }
}
.content .irevent ._wdate {
  width: 160px !important;
  min-width: 160px;
}
.content .irevent ._wimage {
  width: 200px !important;
  min-width: 200px;
}
.content .irevent figure.img img {
  height: auto;
}
.content .ir-eventlist {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .content .ir-eventlist {
    margin: 10px auto 0;
  }
}
.content .ir-eventlist > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 26px;
}
.content .ir-eventlist > li:nth-of-type(n + 2) {
  border-top: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  .content .ir-eventlist > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
}
.content .ir-eventlist > li .date {
  font-size: 1rem;
  line-height: 1.3125;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .content .ir-eventlist > li .date {
    min-width: 75px;
    font-size: 0.875rem;
    line-height: 1.357;
  }
}
.content .ir-eventlist > li .ttl {
  margin-left: 41px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .content .ir-eventlist > li .ttl {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    font-size: 0.875rem;
    line-height: 1.57;
  }
}

.content {
  /*-----------------------------------------
    about message
  -----------------------------------------*/
  /*-----------------------------------------
    about governance
  -----------------------------------------*/
  /*-----------------------------------------
    financial
  -----------------------------------------*/
  /*-----------------------------------------
    library
  -----------------------------------------*/
  /*-----------------------------------------
    stock
  -----------------------------------------*/
  /*-----------------------------------------
    ir-stockinfo
  -----------------------------------------*/
  /*-----------------------------------------
    ir_dividends
  -----------------------------------------*/
  /*-----------------------------------------
    irmail
  -----------------------------------------*/
  /*-----------------------------------------
    ir_news
  -----------------------------------------*/
  /*-----------------------------------------
    ir-memo
  -----------------------------------------*/
  /*-----------------------------------------
    ir-analyst
  -----------------------------------------*/
  /*-----------------------------------------
    ir-library
  -----------------------------------------*/
  /*-----------------------------------------
    ir-yutai
  -----------------------------------------*/
  /*-----------------------------------------
    faq
  -----------------------------------------*/
  /*-----------------------------------------
    irevent
  -----------------------------------------*/
  /*-----------------------------------------
    beginner
  -----------------------------------------*/
  /*-----------------------------------------
    common
  -----------------------------------------*/
  /* Get Adobe Acrobat Reader */
}
.content .message .message-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .content .message .message-mv {
    display: block;
  }
}
.content .message .message-mv figure {
  width: calc(604 / 1000 * 100%);
}
@media only screen and (max-width: 768px) {
  .content .message .message-mv figure {
    width: 100%;
    margin: 0 0 20px;
  }
}
.content .message .message-mv h3 {
  color: #418FDE;
  font-weight: bold;
  font-size: 1.625rem;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HGS明朝E", "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 768px) {
  .content .message .message-mv h3 {
    font-size: 1.25rem;
  }
}
.content .message .message-signature {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HGS明朝E", "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
.content .message .message-signature p {
  margin: 0 0 8px;
}
.content .message .message-signature img {
  max-width: 175px;
}
.content .message .message-name b {
  display: block;
  font-size: 1.25rem;
}
.content .message ol.list-num {
  margin: 0 0 0 1.25em;
}
.content .message ol.list-num > li::before {
  content: none;
}
.content .governance .page-links {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.content .governance .page-links .page-link {
  width: calc(33.3333333333% - 4px);
}
.content .governance .page-links .page-link.clm_2 {
  width: calc(66.6666666667% - 4px);
}
@media only screen and (max-width: 768px) {
  .content .governance .page-links .page-link, .content .governance .page-links .page-link.clm_2 {
    width: calc(100% - 4px);
  }
  .content .governance .page-links .page-link > a {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.content .governance .list-dot > li::marker {
  content: none;
}
.content .governance .list-num > li::marker {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
}
.content .governance .circle {
  list-style-type: none;
  padding-left: 1em;
  position: relative;
}
.content .governance .circle > li::marker {
  content: none;
}
.content .governance .circle li > span:first-child {
  position: absolute;
  left: 0;
}
.content .governance .table th h4 {
  font-weight: bold;
}
.content .governance ol.note-list {
  position: relative;
  padding-left: 3.5em;
  margin-left: 0;
}
.content .governance ol.note-list::before {
  content: "（注）";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.content .governance ol.note-list > li {
  margin-bottom: 0;
}
.content .governance ol.note-list > li::marker {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.6;
}
.content .governance ol.note-list > li .note {
  margin: 0.5em 0 0;
}
.content .governance .tbl-risk-management span {
  display: inline-block;
}
.content .governance .tbl-risk-management .table-inner {
  overflow-x: auto;
}
.content .governance .tbl-risk-management .table {
  min-width: 800px;
}
.content .governance .tbl-risk-management .table th, .content .governance .tbl-risk-management .table strong {
  font-weight: 600;
}
.content .governance .tbl-risk-management .table th, .content .governance .tbl-risk-management .table td {
  vertical-align: middle;
  line-height: 1.6;
}
.content .governance .tbl-risk-management .table thead th {
  background: #418FDE;
  color: #fff;
  text-align: center;
}
.content .governance .tbl-risk-management .table thead th:nth-child(1) {
  width: 160px;
}
.content .governance .tbl-risk-management .table thead th:nth-child(2) {
  width: 300px;
}
.content .governance .tbl-risk-management .table tbody th {
  background: #f4f9fd;
}
.content .governance .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .content .governance .col2 {
    display: block;
  }
}
.content .governance .col2 > * {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .content .governance .col2 > * {
    width: 100%;
    margin-top: 40px;
  }
}
.content .graph-field {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .content .graph-field {
    margin-bottom: 60px;
  }
}
.content .graph-field.column-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px 50px;
}
.content .graph-field.column-1 > * {
  width: 100%;
}
.content .graph-field.column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 50px;
}
@media only screen and (max-width: 768px) {
  .content .graph-field.column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content .graph-field.column-2 > * {
  width: calc((100% - 50px) / 2);
}
@media only screen and (max-width: 768px) {
  .content .graph-field.column-2 > * {
    width: 100%;
  }
}
.content .graph-field section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 0 !important;
}
.content .graph-field section > .unit {
  position: absolute;
  top: 2em;
  right: 0;
  margin: 0;
}
.content .graph-field section .note {
  position: absolute;
  top: calc(100% + 1.5em);
  left: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .content .graph-field section .note {
    position: static;
    top: auto;
    left: auto;
    margin: 14px 0 20px;
  }
}
.content .graph-field-itemwrap {
  overflow-x: auto;
  margin-top: auto;
}
.content .graph-field .xj_chart_table {
  width: 475px;
  border: 1px #707070 solid;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .content .graph-field .xj_chart_table {
    width: max(475px, 100%);
    margin: 0 auto;
  }
}
.content .graph-field .xj_chart_table td {
  padding: 15px 10px;
  border: 1px #707070 solid;
  font-size: 0.75rem;
}
@media only screen and (max-width: 960px) {
  .content .graph-field .xj_chart_table td {
    font-size: 0.6875rem;
  }
}
.content .graph-field .xj_chart_table td:first-of-type {
  padding: 15px 10px;
}
.content .graph-field .xj_chart_table .xj_chart_header_first,
.content .graph-field .xj_chart_table .xj_chart_header {
  background-color: #e9e9e9;
}
.content .graph-field .xj_chart_table .xj_chart_value {
  width: auto;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .content .graph-field .highcharts-container {
    margin: 0 auto;
  }
}
.content .note-field {
  margin-top: 20px;
}
.content .lttl {
  margin: 35px 0 30px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .content .lttl {
    margin: 30px 0;
    font-size: 1.5rem;
  }
}
.content .xj-sel-year {
  width: 300px;
  margin: 30px 0;
  position: relative;
}
.content .xj-sel-year:hover::after {
  background-color: #fff;
}
.content .xj-sel-year::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #418FDE;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .xj-sel-year select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #418FDE;
  color: #418FDE;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .xj-sel-year select:hover {
  color: #fff;
  background: #418FDE;
}
.content .xj-sel-year option {
  color: #418FDE;
  background: #fff;
}
.content .library-field.column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 80px;
}
@media only screen and (max-width: 960px) {
  .content .library-field.column-2 {
    gap: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .content .library-field.column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content .library-field.column-2 > * {
  width: calc((100% - 80px) / 2);
}
@media only screen and (max-width: 768px) {
  .content .library-field.column-2 > * {
    width: 100%;
  }
}
.content .library-field section {
  margin-bottom: 0;
}
.content .library-field-head {
  margin-bottom: 20px;
  padding: 10px 20px;
  line-height: 1.6;
  background: #E9F3FB;
}
.content .library-field .xj-newslist {
  border: none;
}
@media only screen and (max-width: 768px) {
  .content .library-field .xj-newslist {
    margin-top: 0;
  }
}
.content .library-field .xj-newslist li:nth-of-type(n + 2) {
  border-top: none;
}
.content .library-field .xj-newslist li + li {
  margin-top: 3px;
}
.content .library-field .xj-newslist a {
  padding: 0;
}
.content .library-field .xj-newslist .ttl {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .content .library-field .xj-newslist .ttl {
    margin-top: 0;
  }
}
.content .xj-newslist.no-date .ttl {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .content .xj-newslist.no-date .ttl {
    margin-top: 0;
  }
}
.content .stock-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .content .stock-status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.content .memo_th {
  min-width: 300px;
}
@media only screen and (max-width: 768px) {
  .content .memo_th {
    min-width: 200px;
  }
}
.content .wll-table table {
  width: 100%;
  border: 1px #707070 solid;
}
@media only screen and (max-width: 768px) {
  .content .wll-table table {
    min-width: 740px;
  }
}
.content .wll-table table th,
.content .wll-table table td {
  line-height: 1.3;
  padding: 15px;
  border: 1px #707070 solid;
}
.content .wll-table table .xj_chart_value {
  width: auto;
}
.content .ir-stockinfo .table.border tbody tr th,
.content .ir-stockinfo .table.border tbody tr td,
.content .ir-analyst .table.border tbody tr th,
.content .ir-analyst .table.border tbody tr td {
  background-color: #fff;
}
.content .ir_dividends section {
  position: relative;
}
.content .ir_dividends .unit {
  position: absolute;
  top: 2em;
  left: calc(900px - 3em);
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .content .ir_dividends .unit {
    left: auto;
    right: 0;
  }
}
.content .ir_dividends .graph-field .highcharts-legend-item {
  display: none;
}
.content .ir_dividends .xj_chart_table {
  width: 900px;
}
.content .ir_dividends .xj_chart_table td {
  font-size: 1rem;
}
.content .irmail .xj_mailform_div table {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .content .irmail .xj_mailform_div table,
  .content .irmail .xj_mailform_div tbody,
  .content .irmail .xj_mailform_div tr,
  .content .irmail .xj_mailform_div td {
    display: block;
  }
}
.content .irmail .xj_mailform_div .xj_mailform_table_td_title {
  width: 300px;
  padding: 20px 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .content .irmail .xj_mailform_div .xj_mailform_table_td_title {
    width: 100%;
    padding: 8px 0;
    margin-top: 20px;
  }
}
.content .irmail .xj_mailform_div .xj_mailform_table_td_value {
  width: calc(100% - 300px);
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .content .irmail .xj_mailform_div .xj_mailform_table_td_value {
    width: 100%;
    padding: 8px 0;
  }
}
.content .irmail .xj_mailform_div input[type=text] {
  padding: 7px 15px;
  border: 1px solid #d5d5d5;
}
.content .irmail .xj_mailform_div #xj_Email_add,
.content .irmail .xj_mailform_div #xj_Name,
.content .irmail .xj_mailform_div #xj_UserInfo,
.content .irmail .xj_mailform_div #xj_Email_del {
  width: 100%;
}
.content .irmail .xj_mailform_div .xj_mailform_div_button {
  margin: 90px auto 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content .irmail .xj_mailform_div .xj_mailform_div_button {
    margin-top: 52px;
  }
}
.content .irmail .xj_mailform_div .xj_mailform_request_button {
  display: inline-block;
  position: relative;
  width: 275px;
  padding: 15px;
  border-radius: 6px;
  border: 2px solid #418FDE;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.75;
  background-color: #418FDE;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.content .irmail .xj_mailform_div .xj_mailform_request_button::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  width: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #418FDE;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .irmail .xj_mailform_div .xj_mailform_request_button:hover {
  opacity: 0.5;
}
.content .ir-news {
  position: relative;
}
.content .ir-news .icon-rss-wrap {
  position: absolute;
  top: 310px;
  left: 0;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1;
}
@media only screen and (max-width: 1040px) {
  .content .ir-news .icon-rss-wrap {
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .content .ir-news .icon-rss-wrap {
    top: 230px;
  }
}
.content .ir-news .xj-sel-category ul {
  margin-top: 90px;
}
@media only screen and (max-width: 375px) {
  .content .ir-news .xj-sel-year {
    width: 100%;
  }
}
.content .ir-memo .flex-wrap {
  padding: 0 0 20px;
  border-bottom: 1px solid #D5D5D5;
}
.content .ir-memo .flex-wrap:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .content .ir-memo .flex-wrap dt {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #D5D5D5;
  }
  .content .ir-memo .flex-wrap dd {
    word-break: break-all;
  }
}
.content .ir-memo .address-block {
  margin-left: 5em;
  text-indent: -5em;
}
.content .ir-analyst .table {
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  .content .ir-analyst .table {
    min-width: 1000px;
  }
}
.content .ir-analyst .table th {
  white-space: nowrap;
}
.content .ir-analyst .table th, .content .ir-analyst .table td {
  width: 50%;
}
.content .ir-analyst .table tbody tr:nth-of-type(odd) th {
  background-color: transparent;
}
.content .ir-library .btnlink-col2 > ul {
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .content .ir-library .btnlink-col2 > ul {
    gap: 20px;
  }
}
.content .ir-library .btnlink-col2 > ul > li {
  min-height: auto;
  padding: 14px 20px;
  background: rgba(187, 224, 254, 0.05);
  border-radius: 6px;
}
.content .ir-library .btnlink-col2 > ul > li > a {
  height: auto;
  min-height: 100px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .content .ir-library .btnlink-col2 > ul > li > a {
    font-size: 1rem;
  }
}
.content .ir-library .btnlink-col2 > ul > li .link-wrap {
  margin: 1em auto 0;
}
.content .ir-library .btnlink-col2 > ul > li .link-wrap .text-link {
  font-size: 1rem;
  color: #333;
}
.content .ir-library .btnlink-col2 > ul > li .link-wrap .text-link::after {
  color: #418fde;
}
.content .ir-library .btnlink-col2 .xj-newslist {
  margin-top: 16px;
  border: none;
}
.content .ir-library .btnlink-col2 .xj-newslist li + li {
  margin-top: 16px;
}
.content .ir-library .btnlink-col2 .xj-newslist li:nth-of-type(n + 2) {
  border-top: none;
}
.content .ir-library .btnlink-col2 .xj-newslist a {
  padding: 0;
}
.content .ir-library .btnlink-col2 .xj-newslist .ttl {
  margin: 0;
}
.content .ir-yutai .yutai-list > li .yutai-course {
  position: relative;
  padding: 20px 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .content .ir-yutai .yutai-list > li .yutai-course {
    position: static;
    padding: 15px 15px 10px;
  }
}
.content .ir-yutai .yutai-list > li .yutai-head {
  font-size: 1.575rem;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .content .ir-yutai .yutai-list > li .yutai-head {
    font-size: 1.225rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.content .ir-yutai .yutai-list > li .yutai-head > span {
  font-size: 2.0475rem;
}
@media only screen and (max-width: 768px) {
  .content .ir-yutai .yutai-list > li .yutai-head > span {
    font-size: 1.5925rem;
  }
}
.content .ir-yutai .yutai-list > li .yutai-condition {
  margin-bottom: 0;
  font-size: 1.05rem;
}
@media only screen and (max-width: 768px) {
  .content .ir-yutai .yutai-list > li .yutai-condition {
    font-size: 0.875rem;
  }
}
.content .ir-yutai .yutai-list > li .yutai-condition > span {
  font-weight: bold;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 768px) {
  .content .ir-yutai .yutai-list > li .yutai-condition > span {
    font-size: 1.09375rem;
  }
}
.content .ir-yutai .yutai-list > li .yutai-choice {
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 15px 0 0;
  font-size: 1.05rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .content .ir-yutai .yutai-list > li .yutai-choice {
    display: block;
    position: static;
    padding: 5px;
    margin-top: 5px;
    font-size: 0.875rem;
  }
}
.content .ir-yutai .yutai-list > li .yutai-choice > em {
  display: inline-block;
  position: relative;
  width: 2em;
  font-weight: bold;
  font-size: 1.155rem;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .content .ir-yutai .yutai-list > li .yutai-choice > em {
    font-size: 0.9625rem;
  }
}
.content .ir-yutai .yutai-list > li .yutai-choice > em::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  margin-top: -0.8em;
  z-index: -1;
}
.content .ir-yutai .yutai-list > li:nth-of-type(1) .yutai-course {
  border-bottom: solid 3px #eb6d93;
  background-color: #fbe2e9;
}
.content .ir-yutai .yutai-list > li:nth-of-type(1) .yutai-head {
  border-bottom: solid 2px #eb6d93;
}
.content .ir-yutai .yutai-list > li:nth-of-type(1) .yutai-condition > span {
  color: #eb6d93;
}
.content .ir-yutai .yutai-list > li:nth-of-type(1) .yutai-choice > em::before {
  background-color: #eb6d93;
}
.content .ir-yutai .yutai-list > li:nth-of-type(2) .yutai-course {
  border-bottom: solid 3px #8d8ac2;
  background-color: #e8e7f7;
}
.content .ir-yutai .yutai-list > li:nth-of-type(2) .yutai-head {
  border-bottom: solid 2px #8d8ac2;
}
.content .ir-yutai .yutai-list > li:nth-of-type(2) .yutai-condition > span {
  color: #8d8ac2;
}
.content .ir-yutai .yutai-list > li:nth-of-type(2) .yutai-choice > em:nth-of-type(1)::before {
  background-color: #eb6d93;
}
.content .ir-yutai .yutai-list > li:nth-of-type(2) .yutai-choice > em:nth-of-type(2)::before {
  background-color: #8d8ac2;
}
.content .ir-yutai .yutai-list > li:nth-of-type(3) .yutai-course {
  border-bottom: solid 3px #6ec8da;
  background-color: #d9f4f9;
}
.content .ir-yutai .yutai-list > li:nth-of-type(3) .yutai-head {
  border-bottom: solid 2px #6ec8da;
}
.content .ir-yutai .yutai-list > li:nth-of-type(3) .yutai-condition > span {
  color: #6ec8da;
}
.content .ir-yutai .yutai-list > li:nth-of-type(3) .yutai-choice > em::before {
  background-color: #6ec8da;
}
.content .ir-yutai .yutai-list > li:nth-of-type(4) .yutai-course {
  border-bottom: solid 3px #5186c5;
  background-color: #e1eef8;
}
.content .ir-yutai .yutai-list > li:nth-of-type(4) .yutai-head {
  border-bottom: solid 2px #5186c5;
}
.content .ir-yutai .yutai-list > li:nth-of-type(4) .yutai-condition > span {
  color: #5186c5;
}
.content .ir-yutai .yutai-list > li:nth-of-type(4) .yutai-choice > em:nth-of-type(1)::before {
  background-color: #6ec8da;
}
.content .ir-yutai .yutai-list > li:nth-of-type(4) .yutai-choice > em:nth-of-type(2)::before {
  background-color: #5186c5;
}
.content .ir-yutai .yutai-list > li .yutai-item > li + li {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .content .ir-yutai .yutai-list > li .yutai-item > li + li {
    margin-top: 20px;
  }
}
.content .ir-yutai .yutai-list > li .yutai-item > .flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .ir-yutai .yutai-list > li .yutai-item h5 {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .content .ir-yutai .yutai-list > li .yutai-item h5 {
    margin-bottom: 20px;
  }
}
.content .ir-yutai .yutai-list > li .yutai-item .flex-txt {
  counter-reset: note-count;
}
.content .ir-yutai .yutai-list > li .yutai-item .flex-txt > p {
  margin-top: 0;
}
.content .ir-yutai .yutai-list > li .yutai-item .flex-txt p.note {
  margin-bottom: 0;
}
.content .ir-yutai .yutai-list > li .yutai-item .flex-txt p.note.num > .asterisk {
  text-indent: -2.2em;
  margin-left: 2.2em;
  counter-increment: note-count;
}
.content .ir-yutai .yutai-list > li .yutai-item .flex-txt p.note.num > .asterisk::before {
  content: "※" counter(note-count);
  margin-right: 0.5em;
}
.content .ir-yutai .yutai-list > li .yutai-item .flex-txt ol {
  margin: 20px 0 0;
}
.content .ir-yutai .yutai-list > li .yutai-item .flex-txt ol.list-num {
  padding: 30px 30px 30px calc(30px + 1em);
}
@media only screen and (max-width: 768px) {
  .content .ir-yutai .yutai-list > li .yutai-item .flex-txt ol.list-num {
    padding: 20px 20px 20px calc(20px + 1em);
  }
}
.content .ir-yutai .yutai-list > li .yutai-item .flex-txt ol.list-num > li {
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .content .ir-yutai .yutai-list > li .yutai-item .flex-txt ol.list-num > li + li {
    margin-top: 8px;
  }
}
.content .ir-yutai .yutai-list > li .yutai-item .flex-txt ol.list-num > li.no-marker {
  margin: 1em 0 0 -0.5em;
  text-indent: -1em;
}
.content .ir-yutai .yutai-list > li .yutai-item .flex-txt ol.list-num > li.no-marker::marker {
  content: none;
}
.content main.faq dl.faq {
  padding: 30px 0;
  border-bottom: 1px solid #d5d5d5;
}
.content main.faq .quest,
.content main.faq .asked {
  position: relative;
  padding: 8px 0 10px 80px;
}
@media only screen and (max-width: 768px) {
  .content main.faq .quest,
  .content main.faq .asked {
    padding: 0 0 0 2.2em;
  }
}
.content main.faq .quest::before,
.content main.faq .asked::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: transparent;
}
@media only screen and (max-width: 768px) {
  .content main.faq .quest::before,
  .content main.faq .asked::before {
    top: calc(0.85em - 11px);
    width: 20px;
    height: 20px;
  }
}
.content main.faq .quest::before {
  content: "Q";
  background-image: url(/ja/ir/faq/img/faq_q.png);
}
.content main.faq .asked {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .content main.faq .asked {
    margin-top: 10px;
  }
}
.content main.faq .asked::before {
  content: "A";
  background-image: url(/ja/ir/faq/img/faq_a.png);
}
.content .irevent-list > li:nth-child(even) {
  background: #F9F9F9;
}
.content .irevent-list li.flex-wrap {
  width: 100%;
  padding: 30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .content .irevent-list li.flex-wrap {
    padding: 20px;
    margin-bottom: 0;
  }
}
.content .irevent-list li.flex-wrap dl.flex-wrap {
  padding: 0 0 20px;
  border-bottom: 1px solid #D5D5D5;
}
.content .irevent-list li.flex-wrap dl.flex-wrap:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.content .irevent-list li.flex-wrap dl.flex-wrap dt {
  width: 40%;
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .content .irevent-list li.flex-wrap dl.flex-wrap dt {
    width: 100%;
  }
}
.content .irevent-list li.flex-wrap dl.flex-wrap dd {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .content .irevent-list li.flex-wrap dl.flex-wrap dd {
    width: 100%;
  }
}
.content .irevent-list li.flex-wrap.with-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .content .irevent-list li.flex-wrap.with-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.content .irevent-list li.flex-wrap.with-img .text {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .content .irevent-list li.flex-wrap.with-img .text {
    width: 100%;
  }
}
.content .irevent-list li.flex-wrap.with-img figure {
  width: 25%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media only screen and (max-width: 768px) {
  .content .irevent-list li.flex-wrap.with-img figure {
    width: 100%;
    max-width: 350px;
  }
}
.content .beginner {
  max-width: none;
}
@media only screen and (max-width: 1040px) {
  .content .beginner {
    padding: 0;
  }
}
.content .beginner .contents-wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.content .beginner .ttl {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1040px) {
  .content .beginner .ttl {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.content .beginner .sec-ttl {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.33;
  color: #418FDE;
}
@media only screen and (max-width: 768px) {
  .content .beginner .sec-ttl {
    font-size: 1.375rem;
    line-height: 1.273;
  }
}
.content .beginner .index-wrap {
  max-width: none;
  padding: 67px 0 40px;
  background-image: url(/ja/ir/individual/beginner/img/bg_01-pc.jpg);
  background-size: 1300px auto;
  background-position: top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1040px) {
  .content .beginner .index-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .content .beginner .index-wrap {
    padding-top: 18px;
    padding-bottom: 30px;
    margin: 0;
    background-image: url(/ja/ir/individual/beginner/img/bg_01-sp.jpg);
    background-size: 100% auto;
    background-position: center;
  }
}
.content .beginner .index-wrap p {
  margin-top: -1em;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .content .beginner .index-wrap p {
    margin: 0;
  }
}
.content .beginner .index-wrap .btn-links {
  max-width: 810px;
  margin: 358px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px 30px;
}
@media only screen and (max-width: 768px) {
  .content .beginner .index-wrap .btn-links {
    margin: 40vw auto 0;
    gap: 6px;
  }
}
.content .beginner .index-wrap .btn-links li {
  width: calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .content .beginner .index-wrap .btn-links li {
    width: calc((100% - 6px) / 2);
  }
}
.content .beginner .index-wrap .btn-links li a {
  width: 100%;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 45px;
  position: relative;
  line-height: 1.5;
  border: 2px solid #418FDE;
  border-radius: 6px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .beginner .index-wrap .btn-links li a:hover {
  color: #e50014;
  border: 2px solid #e50014;
}
@media only screen and (max-width: 768px) {
  .content .beginner .index-wrap .btn-links li a {
    min-height: 57px;
    font-size: 0.875rem;
    padding: 0 20px 0 32px;
  }
}
.content .beginner .index-wrap .btn-links li a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  rotate: 90deg;
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .content .beginner .index-wrap .btn-links li a::before {
    font-size: 0.875rem;
    left: 10px;
  }
}
.content .beginner [id=sec01] {
  padding: 80px 0;
  margin-bottom: 0;
  text-align: center;
  background-image: url(/ja/ir/individual/beginner/img/bg_02-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1240px) {
  .content .beginner [id=sec01] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec01] {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(/ja/ir/individual/beginner/img/bg_02-sp.jpg);
  }
}
.content .beginner [id=sec01] .sec01-contents {
  max-width: 1200px;
  padding: 80px 0 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec01] .sec01-contents {
    padding: 40px 10px;
  }
}
.content .beginner [id=sec01] .slogan {
  margin-top: 36px;
}
@media only screen and (max-width: 960px) {
  .content .beginner [id=sec01] .slogan img {
    max-width: 585px;
  }
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec01] .slogan {
    margin-top: 22px;
  }
  .content .beginner [id=sec01] .slogan img {
    width: 90.7936507937%;
  }
}
.content .beginner [id=sec01] .sec01-text:first-of-type {
  margin: 35px 0 0;
}
.content .beginner [id=sec01] .sec01-text:first-of-type + .sec01-text {
  margin: 15px 0 55px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec01] .sec01-text {
    text-align: left;
  }
  .content .beginner [id=sec01] .sec01-text:first-of-type {
    margin: 30px 0 0;
  }
  .content .beginner [id=sec01] .sec01-text:first-of-type + .sec01-text {
    margin: 10px 0 30px;
  }
  .content .beginner [id=sec01] .sec01-text + figure {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.content .beginner [id=sec02] {
  padding: 100px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1040px) {
  .content .beginner [id=sec02] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.content .beginner [id=sec02] .lead {
  margin-top: 23px;
  font-size: 1.5rem;
  line-height: 1.458;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .lead {
    margin-top: 32px;
    font-size: 1.125rem;
    line-height: 1.444;
  }
}
.content .beginner [id=sec02] .history-list {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list {
    margin-top: 35px;
  }
}
.content .beginner [id=sec02] .history-list > li {
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list > li {
    padding-bottom: 20px;
  }
}
.content .beginner [id=sec02] .history-list > li:last-of-type {
  padding-bottom: 0;
}
.content .beginner [id=sec02] .history-list > li:last-of-type .history-children {
  padding: 30px 0 0 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list > li:last-of-type .history-children {
    padding: 15px 0 0 5px;
    margin-bottom: 20px;
  }
}
.content .beginner [id=sec02] .history-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 3px;
  height: 100%;
  background-color: #418FDE;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list > li::before {
    left: 6px;
  }
}
.content .beginner [id=sec02] .history-list h4 {
  position: relative;
  padding: 7px 10px 8px;
  font-size: 1.5rem;
  line-height: 1.458;
  background-color: #418FDE;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list h4 {
    padding: 12px 10px;
    font-size: 1.125rem;
    line-height: 1.444;
  }
}
.content .beginner [id=sec02] .history-list h4:hover {
  background-color: #67a5e4;
}
.content .beginner [id=sec02] .history-list h4::after {
  content: "\f054";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 5px;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  text-decoration: none;
  rotate: -90deg;
}
.content .beginner [id=sec02] .history-list h4.switch::after {
  top: 15px;
  right: 12px;
  rotate: 90deg;
}
.content .beginner [id=sec02] .history-list .history-children {
  position: relative;
  padding: 30px 0 30px 20px;
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list .history-children {
    padding: 15px 0 20px 5px;
  }
}
.content .beginner [id=sec02] .history-list .history-children > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list .history-children > li {
    padding-left: 20px;
  }
}
.content .beginner [id=sec02] .history-list .history-children > li p {
  width: 58.5106382979%;
  margin-right: 6.3829787234%;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list .history-children > li p {
    width: 100%;
    margin-right: 0;
  }
}
.content .beginner [id=sec02] .history-list .history-children > li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35.1063829787%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (max-width: 1040px) {
  .content .beginner [id=sec02] .history-list .history-children > li figure img {
    max-height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list .history-children > li figure {
    width: 100%;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }
}
.content .beginner [id=sec02] .history-list .history-children > li .frame {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  border: 1px solid #d5d5d5;
}
.content .beginner [id=sec02] .history-list .history-children > li + li {
  margin-top: 40px;
}
.content .beginner [id=sec02] .history-list .history-children > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #418FDE;
  translate: -5.5px 18px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list .history-children > li::before {
    translate: -4.5px 18px;
  }
}
.content .beginner [id=sec02] .history-list .history-children .history-ttl {
  width: 100%;
  margin-bottom: 33px;
  font-size: 1.125rem;
  color: #418FDE;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list .history-children .history-ttl {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
.content .beginner [id=sec02] .history-list .history-children .history-ttl > span {
  padding-right: 40px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list .history-children .history-ttl > span {
    display: block;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 1.45;
  }
}
.content .beginner [id=sec02] .history-list .history-children .history-ttl > span em {
  padding-right: 5px;
  font-weight: bold;
  font-size: 2.25rem;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec02] .history-list .history-children .history-ttl > span em {
    font-size: 1.5rem;
  }
}
.content .beginner [id=sec03] {
  padding: 100px 0;
  margin-bottom: 0;
  background-color: rgba(217, 233, 248, 0.31);
}
@media only screen and (max-width: 1040px) {
  .content .beginner [id=sec03] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec03] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.content .beginner [id=sec03] .strong-points {
  margin: 25px 0 0;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec03] .strong-points {
    margin: 32px 0 0;
  }
}
.content .beginner [id=sec03] .strong-points > li {
  padding: 60px 70px 56px;
  border-radius: 6px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec03] .strong-points > li {
    padding: 20px 18px 16px;
  }
}
.content .beginner [id=sec03] .strong-points > li + li {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec03] .strong-points > li + li {
    margin-top: 30px;
  }
}
.content .beginner [id=sec03] .strong-points > li h4 {
  color: #418FDE;
  text-align: center;
}
.content .beginner [id=sec03] .strong-points > li h4 em {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.33;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec03] .strong-points > li h4 em {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.content .beginner [id=sec03] .strong-points > li h4 em::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 0.75em);
  width: 1.5em;
  height: 2px;
  background-color: #418FDE;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec03] .strong-points > li h4 em::before {
    bottom: -12px;
  }
}
.content .beginner [id=sec03] .strong-points > li h4 span {
  display: block;
  margin-top: 35px;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec03] .strong-points > li h4 span {
    margin-top: 30px;
    font-size: 0.875rem;
    line-height: 1.214;
  }
}
.content .beginner [id=sec03] .strong-points > li > p {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec03] .strong-points > li > p {
    margin-top: 17px;
  }
}
.content .beginner [id=sec03] .strong-points > li > h5 {
  font-size: 1rem;
  line-height: 1.25;
}
.content .beginner [id=sec03] .strong-points > li > h5:first-of-type {
  margin-top: 36px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec03] .strong-points > li > h5:first-of-type {
    margin-top: 20px;
  }
}
.content .beginner [id=sec03] .strong-points > li > h5:not(:first-of-type) {
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec03] .strong-points > li > h5:not(:first-of-type) {
    margin-top: 16px;
  }
}
.content .beginner [id=sec03] .strong-points > li > h5::before {
  content: "＜";
}
.content .beginner [id=sec03] .strong-points > li > h5::after {
  content: "＞";
}
.content .beginner [id=sec03] .strong-points > li > .list-dot {
  margin: 10px 0 0;
}
.content .beginner [id=sec04] {
  padding: 100px 0 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1040px) {
  .content .beginner [id=sec04] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.content .beginner [id=sec04] .business-list {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list {
    margin-top: 40px;
  }
}
.content .beginner [id=sec04] .business-list > li > h4 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
}
.content .beginner [id=sec04] .business-list > li > p {
  margin: 16px 0 0;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list > li > p {
    margin: 12px 0 0;
  }
}
.content .beginner [id=sec04] .business-list > li + li {
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list > li + li {
    margin-top: 35px;
  }
}
.content .beginner [id=sec04] .business-list > li .business-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list > li .business-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content .beginner [id=sec04] .business-list > li .business-item figure {
  width: 23%;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list > li .business-item figure {
    width: 68.6567164179%;
  }
}
.content .beginner [id=sec04] .business-list > li .business-item .business-text {
  width: 74.3%;
  margin-left: 2.7%;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list > li .business-item .business-text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.content .beginner [id=sec04] .business-list > li .business-item .business-text h5 {
  font-size: 1.125rem;
  line-height: 1.222;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list > li .business-item .business-text h5 {
    line-height: 1;
  }
}
.content .beginner [id=sec04] .business-list > li .business-item .business-text .business-lead {
  margin: 20px 0;
  font-size: 1.125rem;
  line-height: 1.444;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list > li .business-item .business-text .business-lead {
    margin: 20px 0 13px;
    line-height: 1.556;
  }
}
.content .beginner [id=sec04] .business-list > li .business-item .business-text > p:not(.business-lead) {
  margin: 0;
}
.content .beginner [id=sec04] .business-list > li .business-item dl {
  width: 100%;
  padding: 20px 40px;
  margin-top: 30px;
  border-radius: 6px;
  background-color: rgba(233, 243, 251, 0.5);
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list > li .business-item dl {
    padding: 20px;
    margin-top: 20px;
  }
}
.content .beginner [id=sec04] .business-list > li .business-item dl > dt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
}
.content .beginner [id=sec04] .business-list > li .business-item dl > dd {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.857;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list > li .business-item dl > dd {
    line-height: 1.714;
  }
}
.content .beginner [id=sec04] .business-list > li .business-item:first-of-type {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list > li .business-item:first-of-type {
    margin-top: 20px;
  }
}
.content .beginner [id=sec04] .business-list > li .business-item + .business-item {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .business-list > li .business-item + .business-item {
    margin-top: 40px;
  }
}
.content .beginner [id=sec04] .mttl {
  margin-top: 20px;
  font-weight: normal;
  font-size: 1.625rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .mttl {
    margin-top: 30px;
    font-size: 1.375rem;
    line-height: 1.455;
  }
}
.content .beginner [id=sec04] .mttl + .img {
  max-width: 671px;
  margin: 60px auto 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec04] .mttl + .img {
    margin-top: 35px;
  }
}
.content .beginner [id=sec05] {
  padding: 50px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1040px) {
  .content .beginner [id=sec05] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec05] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content .beginner [id=sec05] .sec-ttl + p {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec05] .sec-ttl + p {
    margin-top: 30px;
  }
}
.content .beginner [id=sec05] .mttl {
  margin-top: 60px;
  font-weight: normal;
  font-size: 1.625rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec05] .mttl {
    margin-top: 40px;
    font-size: 1.375rem;
    line-height: 1.227;
  }
}
.content .beginner [id=sec05] .mttl + .img {
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec05] .mttl + .img {
    margin-top: 17px;
  }
}
.content .beginner [id=sec05] .link-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec05] .link-wrap {
    margin-top: 20px;
  }
}
.content .beginner [id=sec06] {
  padding: 50px 0 0;
}
@media only screen and (max-width: 1040px) {
  .content .beginner [id=sec06] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec06] {
    padding-top: 30px;
  }
}
.content .beginner [id=sec06] .link-list {
  margin-bottom: 0;
  text-align: center;
}
.content .beginner [id=sec06] .link-list > li > a h4 {
  margin-top: 20px;
  font-size: 1.375rem;
  line-height: 1.455;
}
@media only screen and (max-width: 768px) {
  .content .beginner [id=sec06] .link-list > li > a h4 {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.content .beginner [id=sec06] .link-list > li > a p {
  margin-top: 10px;
  line-height: 1.5;
}
.content .font-small {
  font-size: 1rem;
}
.content .btnlink-col2 {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .content .btnlink-col2 {
    display: block;
  }
}
.content .btnlink-col2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 70px;
}
@media only screen and (max-width: 960px) {
  .content .btnlink-col2 > ul {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .content .btnlink-col2 > ul {
    gap: 16px 0;
  }
}
.content .btnlink-col2 > ul > li {
  width: calc((100% - 70px) / 2);
  min-height: 100px;
}
@media only screen and (max-width: 960px) {
  .content .btnlink-col2 > ul > li {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .content .btnlink-col2 > ul > li {
    width: 100%;
    min-height: 70px;
  }
}
.content .btnlink-col2 > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 65px;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .content .btnlink-col2 > ul > li > a {
    font-size: 0.875rem;
  }
}
.content .btnlink-col2 > ul > li > a::before {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(65, 143, 222, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .btnlink-col2 > ul > li > a::after {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/ja/img/common/arrow_right_bdr.png) center center no-repeat;
}
.content .btnlink-col2 > ul > li > a.icon-external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  width: auto;
  height: auto;
  padding-left: 0;
  display: inline-block;
  text-decoration: none;
  color: #418FDE;
  background: none;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .content .btnlink-col2 > ul > li > a.icon-external::after {
    font-size: 1rem;
    right: 20px;
  }
}
.content .btnlink-col2 > ul > li > a:hover {
  color: #418FDE;
}
.content .btnlink-col2 > ul > li > a:hover::before {
  width: 100%;
}
.content .btnlink-col2 .btnlink-desc {
  width: 100%;
  padding: 25px 25px 50px 0;
}
@media only screen and (max-width: 768px) {
  .content .btnlink-col2 .btnlink-desc {
    padding: 20px 25px 30px 0;
  }
}
.content .btnlink-col2 .btnlink-desc dt {
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .content .btnlink-col2 .btnlink-desc dt {
    font-size: 1rem;
  }
}
.content .btnlink-col2 .btnlink-desc dd {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 1rem;
  border-top: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  .content .btnlink-col2 .btnlink-desc dd {
    font-size: 0.875rem;
  }
}
.content .imglink-col2 {
  width: auto;
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px) {
  .content .imglink-col2 {
    display: block;
    margin: 0 auto 60px;
  }
}
.content .imglink-col2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 120px;
}
.content .imglink-col2 ul li {
  width: calc((100% - 120px) / 2);
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .content .imglink-col2 ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
.content .imglink-col2 ul li a {
  color: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .imglink-col2 ul li a .fig-wrap {
  position: relative;
  width: 100%;
  height: 292px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1240px) {
  .content .imglink-col2 ul li a .fig-wrap {
    padding-top: 66.3636363636%;
    height: 0;
  }
}
.content .imglink-col2 ul li a .fig-wrap figure {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .content .imglink-col2 ul li a .fig-wrap figure {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .content .imglink-col2 ul li a .fig-wrap figure.al_start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .content .imglink-col2 ul li a .fig-wrap figure.al_end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.content .imglink-col2 ul li a .fig-wrap figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .imglink-col2 ul li a .catimg_cap {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .content .imglink-col2 ul li a .catimg_cap {
    font-size: 1.25rem;
    text-align: left;
  }
}
.content .imglink-col2 ul li a:hover {
  color: #418FDE;
}
.content .imglink-col2 ul li a:hover .fig-wrap figure {
  background: #418FDE;
}
.content .imglink-col2 ul li a:hover .fig-wrap figure img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  opacity: 0.8;
}
.content .btn-area {
  margin-top: 40px;
}
.content .btn {
  display: inline-block;
  position: relative;
  width: 348px;
  padding: 19px 0 18px;
  border-radius: 6px;
  border: 2px solid #418FDE;
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.75;
  background-color: #fff;
  color: #418FDE;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .content .btn {
    width: 100%;
    padding: 21px 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.content .btn:hover {
  background-color: #418FDE;
  color: #fff;
}
.content .btn.btn-reversal {
  background-color: #418FDE;
  color: #fff;
}
.content .btn.btn-reversal:hover {
  background-color: #fff;
  color: #418FDE;
}
.content .acrobat-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .content .acrobat-banner {
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.content .acrobat-banner > a {
  display: block;
  margin: 0 20px 0 0;
  text-align: center;
  line-height: 1;
  min-width: 158px;
}
@media only screen and (max-width: 768px) {
  .content .acrobat-banner > a {
    margin: 0 auto 20px;
  }
}
.content .acrobat-banner p {
  margin: 0;
}
.content .acrobat-banner p .fas {
  padding-left: 1em;
}
.content .acrobat-banner a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .acrobat-banner a:hover {
  opacity: 0.7;
}
.content .icon-rss::before {
  content: "\f143";
  display: inline-block;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  text-decoration: none;
  color: #f39800;
}
.content .icon-arrow-before::before {
  content: "\f061";
  display: inline-block;
  padding-right: 1em;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  text-decoration: none;
}
.content .icon-download::after {
  display: inline-block;
  padding-left: 6px;
  text-decoration: none;
}