/* size */
/* clearfix
---------------------------------------------------- */
/* mincho
---------------------------------------------------- */
/* grid layout
---------------------------------------------------- */
/* how to use */
/* clearfix
---------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  height: 100vh;
  min-width: 320px;
  color: #333;
}

section, div, article, p, dl, dt, dd, table {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Noto Sans", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}

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

a:hover, a:visited:hover {
  opacity: 0.5;
  text-decoration: none;
}

h1, h2, h3, h4 {
  letter-spacing: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.l-header {
  width: 100%;
}
@media screen and (max-width: 430px) {
  .l-header {
    height: 48px;
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
  }
}
@media screen and (min-width: 431px) {
  .l-header {
    height: 64px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) {
  .l-header {
    height: 64px;
    display: flex;
    justify-content: space-between;
  }
}
@media print {
  .l-header {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 430px) {
  .l-header .logo {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 23px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 431px) {
  .l-header .logo {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 207px;
    margin: 0 24px;
  }
}
@media screen and (min-width: 641px) {
  .l-header .logo {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 207px;
    margin-left: 32px;
  }
}
@media print {
  .l-header .logo {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 25px;
  }
}
.l-header .logo img {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 430px) {
  .l-header .logo img {
    padding: 0;
    max-width: 207px;
  }
}
@media screen and (min-width: 431px) {
  .l-header .logo img {
    padding: 0 4px;
  }
}
@media screen and (min-width: 641px) {
  .l-header .logo img {
    padding: 0;
  }
}
@media print {
  .l-header .logo img {
    padding: 0 10px;
    max-width: 256px;
  }
}
.l-header .pr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .l-header .pr {
    margin-right: 16px;
    justify-content: center;
    height: 14px;
  }
}
@media screen and (min-width: 431px) {
  .l-header .pr {
    width: 50%;
    justify-content: flex-end;
    margin-right: 24px;
  }
}
@media screen and (min-width: 641px) {
  .l-header .pr {
    width: 50%;
    justify-content: flex-end;
    margin-right: 32px;
  }
}
@media print {
  .l-header .pr {
    margin-top: 8px;
    justify-content: center;
    height: 14px;
  }
}
@media screen and (max-width: 430px) {
  .l-header .pr__logo {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .l-header .pr__logo {
    height: 36px;
    max-height: 100%;
    max-height: 100%;
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .l-header .pr__logo {
    height: 36px;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
}
@media print {
  .l-header .pr__logo {
    display: none;
  }
}
.l-header .pr img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 430px) {
  .l-header .pr img {
    display: none;
  }
}
.l-header .pr p {
  font-size: 14px;
  color: #333333;
  border: 1px solid #333333;
  padding: 1px 6px;
  word-break: keep-all;
}
@media screen and (max-width: 430px) {
  .l-header .pr p {
    font-size: 12px;
    margin-top: 8px;
    color: #333333;
  }
}

.l-hero {
  width: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 0;
  /* background-color: #EBEDF0; */
}
.l-hero_img_01 {
  background-image: url(../../img/vol1/heroImage.png);
}
.l-hero_img_02 {
  background-image: url(../../img/vol2/heroImage_2.png);
}
.l-hero_img_03 {
  background-image: url(../../img/vol3/heroImage_3.png);
}
.l-hero_img_04 {
  background-image: url(../../img/vol4/heroImage_4.png);
}
.l-hero_img_05 {
  background-image: url(../../img/vol5/heroImage_5.png);
}
.l-hero_img_06 {
  background-image: url(../../img/vol6/heroImage_6.png);
}
.l-hero::before{
  background: inherit;
  bottom: -10px;
  left: -10px;
  right: -10px;
  top: -10px;
  content: "";
  filter: blur(10px);
  position: absolute;
  z-index: -1;
}
.l-hero__inner {
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
}
.l-hero__inner picture {
  margin: 0;
  padding: 0;
  display: block;
}
.l-hero__inner img {
  width: 100%;
  display: block;
}
.l-partner{
  width: 100%;
  height: 30px;
  border-top:1px solid #C8C8C8 ;
}
.l-partner_inner{
  display: block;
}
.l-partner_inner p {
  text-align: center;
  height: 30px;
  font-family: "Arial", Gadget, "sans-serif";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #999999;
  padding-top: 7px;
}
.l-logo {
  width: 100%;
  padding: 24px 0;
  border-top:1px solid #C8C8C8 ;
}
.l-logo_inner {
  text-align: center;
}
.l-logo_inner img{
  height: 62px;
}
@media screen and (max-width: 430px) {
  .l-logo {
    padding: 12px 0;
  }
  .l-logo_inner img{
    height: 40px;
  }
}
.l-nav {
  width: 100%;
}
@media screen and (max-width: 430px) {
  .l-nav {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .l-nav {
    padding: 0 24px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 641px) {
  .l-nav {
    padding: 0 34px;
    margin-top: 32px;
  }
}
@media print {
  .l-nav {
    display: none;
  }
}
.l-nav__list {
  width: 100%;
  max-width: 640px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media print {
  .l-nav__list {
    display: none;
  }
}
.l-nav__list li a {
  width: 100%;
  height: 21px;
  display: block;
  padding: 8px 0;
  text-align: center;
  border-top: 3px solid #C8C8C8;
}
.l-nav__list li a:link, .l-nav__list li a:hover, .l-nav__list li a:visited, .l-nav__list li a:active, .l-nav__list li a:visited:hover {
  color: #333;
  font-size: 16px;
}
.l-nav__list li.is-active a {
  border-top: 3px solid #3A84D3;
}
.l-nav__list li.is-active a:link, .l-nav__list li.is-active a:hover, .l-nav__list li.is-active a:visited, .l-nav__list li.is-active a:active, .l-nav__list li.is-active a:visited:hover {
  color: #3A84D3;
}
.l-nav__2 li {
  width: calc(50% - 4px);
}
.l-nav__3 li {
  width: calc(33.3333333333% - 4px);
}
.l-nav__4 li {
  width: calc(25% - 4px);
}
.l-nav__5 li {
  width: calc(20% - 4px);
}
.l-nav__6 li {
  width: calc(16.6666666667% - 4px);
}

.l-main figure {
  margin: 32px 0 0;
  width: 100%;
}
.l-main figure img {
  width: 100%;
}
.l-main figure figcaption {
  color: #757575;
}
@media screen and (max-width: 430px) {
  .l-main figure figcaption {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
  }
}
@media screen and (min-width: 431px) {
  .l-main figure figcaption {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }
}
@media print {
  .l-main figure figcaption {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }
}
.l-main h2 {
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .l-main h2 {
    font-size: 22px;
    border-left: 5px solid #c8c8c8;
    padding-left: 16px;
  }
}
@media screen and (min-width: 431px) {
  .l-main h2 {
    font-size: 24px;
    border-left: 5px solid #c8c8c8;
    padding-left: 16px;
  }
}
@media screen and (min-width: 641px) {
  .l-main h2 {
    font-size: 28px;
    border-left: 5px solid #c8c8c8;
    padding-left: 16px;
  }
}
@media print {
  .l-main h2 {
    font-size: 22px;
  }
}
.l-main h3 {
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .l-main h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 431px) {
  .l-main h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) {
  .l-main h3 {
    font-size: 22px;
  }
}
@media print {
  .l-main h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .l-main p {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 431px) {
  .l-main p {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media screen and (min-width: 641px) {
  .l-main p {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media print {
  .l-main p {
    font-size: 17px;
    line-height: 1.65;
  }
}
.l-main p span {
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .l-main section {
    margin-top: 48px;
  }
}
@media screen and (min-width: 431px) {
  .l-main section {
    margin-top: 64px;
  }
}
@media print {
  .l-main section {
    margin-top: 48px;
  }
}
@media screen and (max-width: 430px) {
  .l-main h2 + p,
.l-main h2 + h3,
.l-main h2 + figure,
.l-main h3,
.l-main h3 + p,
.l-main h3 + figure,
.l-main figure + p,
.l-main p + p {
    margin-top: 24px;
  }
}
@media screen and (min-width: 431px) {
  .l-main h2 + p,
.l-main h2 + h3,
.l-main h2 + figure,
.l-main h3,
.l-main h3 + p,
.l-main h3 + figure,
.l-main figure + p,
.l-main p + p {
    margin-top: 32px;
  }
}
@media screen and (min-width: 641px) {
  .l-main h2 + p,
.l-main h2 + h3,
.l-main h2 + figure,
.l-main h3,
.l-main h3 + p,
.l-main h3 + figure,
.l-main figure + p,
.l-main p + p {
    margin-top: 32px;
  }
}
@media print {
  .l-main h2 + p,
.l-main h2 + h3,
.l-main h2 + figure,
.l-main h3,
.l-main h3 + p,
.l-main h3 + figure,
.l-main figure + p,
.l-main p + p {
    margin-top: 24px;
  }
}

@media screen and (max-width: 430px) {
  .l-article {
    margin-top: 24px;
  }
}
@media screen and (min-width: 431px) {
  .l-article {
    margin-top: 32px;
  }
}
@media screen and (min-width: 641px) {
  .l-article {
    margin-top: 32px;
  }
}
.l-article__dec {
  margin-top: 16px;
}
@media screen and (max-width: 430px) {
  .l-article__dec__item {
    width: 69%;
  }
}
@media screen and (min-width: 431px) {
  .l-article__dec__item {
    width: 70%;
  }
}
@media screen and (min-width: 641px) {
  .l-article__dec__item {
    width: 100%;
  }
}
.l-article__title {
  line-height: 1.35;
  margin-top: 4px;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .l-article__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 431px) {
  .l-article__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 641px) {
  .l-article__title {
    font-size: 30px;
  }
}
.l-article__subtitle {
  line-height: 1.5;
}
@media screen and (max-width: 430px) {
  .l-article__subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 431px) {
  .l-article__subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 641px) {
  .l-article__subtitle {
    font-size: 20px;
  }
}
@media print {
  .l-article__subtitle {
    font-size: 18px;
  }
}
.l-article__date {
  display: block;
}
.l-article__date span {
  display: table-cell;
  vertical-align: middle;
}
.l-article__date span:first-child {
  line-height: 1.5;
  color: #333;
  border-right: 1px solid #C8C8C8;
  margin: 8px 8px 8px 0;
}
@media screen and (max-width: 430px) {
  .l-article__date span:first-child {
    width: 53px;
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 4px;
  }
}
@media screen and (min-width: 431px) {
  .l-article__date span:first-child {
    width: 53px;
    height: 16px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 4px;
  }
}
@media screen and (min-width: 641px) {
  .l-article__date span:first-child {
    width: 54px;
    height: 16px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 4px;
  }
}
@media print {
  .l-article__date span:first-child {
    width: 45px;
    height: 14px;
    font-size: 12px;
    padding-right: 4px;
  }
}
.l-article__date span:last-child {
  line-height: 1.5;
  color: #333;
  padding-left: 12px;
}
@media screen and (max-width: 430px) {
  .l-article__date span:last-child {
    height: 14px;
    font-size: 14px;
  }
}
@media screen and (min-width: 431px) {
  .l-article__date span:last-child {
    height: 16px;
    font-size: 14px;
  }
}
@media screen and (min-width: 641px) {
  .l-article__date span:last-child {
    height: 16px;
    font-size: 14px;
  }
}
@media print {
  .l-article__date span:last-child {
    height: 14px;
    font-size: 12px;
  }
}
.l-article__production {
  display: block;
  margin-top: 10px;
}
.l-article__production span {
  display: table-cell;
  vertical-align: middle;
  width: 55px;
  color: #8F8F8F;
  border-right: 1px solid #C8C8C8;
  margin: 8px 8px 8px 0;
}
@media screen and (max-width: 430px) {
  .l-article__production span {
    width: 45px;
    height: 14px;
    font-size: 12px;
    padding-right: 4px;
  }
}
@media screen and (min-width: 431px) {
  .l-article__production span {
    width: 55px;
    height: 16px;
    font-size: 14px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 641px) {
  .l-article__production span {
    width: 55px;
    height: 16px;
    font-size: 14px;
    padding-right: 8px;
  }
}
@media print {
  .l-article__production span {
    width: 45px;
    height: 14px;
    font-size: 12px;
    padding-right: 4px;
  }
}
.l-article__production a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
@media screen and (max-width: 430px) {
  .l-article__production a {
    width: 116px;
    height: 14px;
  }
}
@media screen and (min-width: 431px) {
  .l-article__production a {
    width: 134px;
    height: 16px;
  }
}
@media screen and (min-width: 641px) {
  .l-article__production a {
    width: 134px;
    height: 16px;
  }
}
@media print {
  .l-article__production a {
    width: 116px;
    height: 14px;
  }
}
.l-article__production a img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 430px) {
  .l-characters{
    margin-top: 24px;
    background-color: #ffffff;
  }
  .l-characters__item{
    width: 100%;
    display: flex;
    margin-bottom: 16px;
  }
  .l-characters__item:last-child{
    margin-bottom: 0;
  }
  .l-characters__item img{
    width: 56px;
    height: 56px;
    margin-right: 16px;
    border-radius: 50%;
  }
  .l-characters li{
    font-size: 14px;
  }
  .l-characters li span{
    padding-right: 4px;
  }
  .l-characters li:first-child{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 431px) {
  .l-characters{
    margin-top: 32px;
    background-color: #ffffff;
  }
  .l-characters__item{
    display: flex;
    margin-bottom: 16px;
    width: 48%;
  }
  .l-characters__item img{
    width: 64px;
    height: 64px;
    margin-right: 24px;
    border-radius: 50%;
  }
  .l-characters ul{
    width: 216px;
  }
  .l-characters li{
    font-size: 14px;
  }
  .l-characters li span{
    padding-right: 4px;
  }
  .l-characters li:first-child{
    font-size: 16px;
    font-weight: bold;
  }
}
.l-lead {
  background-color: #EAEAEA;
}
@media screen and (max-width: 430px) {
  .l-lead {
    margin-top: 24px;
    padding: 24px;
  }
}
@media screen and (min-width: 431px) {
  .l-lead {
    margin-top: 32px;
    padding: 24px 32px;
  }
}
@media print {
  .l-lead {
    margin-top: 24px;
    padding: 24px;
  }
}
@media screen and (max-width: 430px) {
  .l-lead p {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 431px) {
  .l-lead p {
    font-size: 18px;
    line-height: 1.9;
  }
}




.l-footer {
  width: 100%;
  background-color: #EAEAEA;
}
@media screen and (max-width: 430px) {
  .l-footer {
    margin-top: 24px;
    padding: 0 16px 24px;
  }
}
@media screen and (min-width: 431px) {
  .l-footer {
    margin-top: 32px;
    padding: 0px 24px 32px;
  }
}
@media print {
  .l-footer {
    margin-top: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 430px) {
  .l-footer__inner {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 431px) {
  .l-footer__inner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}
.l-footer__linklist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 430px) {
  .l-footer__linklist {
    padding-top: 16px;
  }
}
@media screen and (min-width: 431px) {
  .l-footer__linklist {
    padding-top: 24px;
  }
}
@media print {
  .l-footer__linklist {
    display: none;
  }
}
.l-footer__linklist li {
  display: block;
}
.l-footer__linklist li:last-child > a {
  border-right: none;
}
.l-footer__linklist li a {
  padding: 0 16px;
  border-right: 1px solid #333;
  line-height: 1.5;
}
@media screen and (max-width: 430px) {
  .l-footer__linklist li a {
    font-size: 10px;
  }
}
@media screen and (min-width: 431px) {
  .l-footer__linklist li a {
    font-size: 12px;
  }
}
.l-footer__linklist li a:link, .l-footer__linklist li a:hover, .l-footer__linklist li a:visited, .l-footer__linklist li a:visited:hover, .l-footer__linklist li a:active {
  color: #333;
}
.l-footer__logo {
  text-align: center;
}
@media screen and (max-width: 430px) {
  .l-footer__logo {
    padding-top: 24px;
  }
}
@media screen and (min-width: 431px) {
  .l-footer__logo {
    padding-top: 32px;
  }
}
.l-footer__logo img{
  width: 134px;
}
.l-footer p {
  text-align: center;
  padding-top: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 430px) {
  .l-footer p {
    font-size: 10px;
  }
}
@media screen and (min-width: 431px) {
  .l-footer p {
    font-size: 12px;
  }
}

.l-copylight {
  width: 100%;
  background-color: #000;
}
@media screen and (max-width: 430px) {
  .l-copylight {
    padding: 0 16px;
  }
}
@media screen and (min-width: 431px) {
  .l-copylight {
    padding: 0px 24px;
  }
}
@media print {
  .l-copylight {
    padding: 16px;
  }
}
.l-copylight__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
@media screen and (max-width: 430px) {
  .l-copylight__inner {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 431px) {
  .l-copylight__inner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}
.l-copylight__logo {
  width: 80px;
  margin-right: 16px;
}
.l-copylight__logo img {
  width: 100%;
}
.l-copylight__text {
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 430px) {
  .l-copylight__text {
    font-size: 10px;
  }
}
@media screen and (min-width: 431px) {
  .l-copylight__text {
    font-size: 12px;
  }
}
@media print {
  .l-copylight__text {
    font-size: 10px;
  }
}

.m-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 24px;
  background-size: 22px 22px;
  border: none;
  background-color: #fff;
}
.m-icon__list {
  display: flex;
  justify-content: flex-end;
}
.m-icon__link {
  background-image: url("../img/icon-link.png");
}
.m-icon__mail {
  background-image: url("../img/icon-mail.png");
}
.m-icon__print {
  background-image: url("../img/icon-print.png");
}
@media screen and (max-width: 430px) {
  .m-icon__print {
    display: none;
  }
}
@media print {
  .m-icon {
    display: none;
  }
}

@media screen and (max-width: 430px) {
  .m-col {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 431px) {
  .m-col {
    display: flex;
  }
}
@media screen and (min-width: 641px) {
  .m-col {
    display: flex;
  }
}
.m-col__jsa {
  justify-content: space-around;
}
.m-col__jsb {
  justify-content: space-between;
}
.m-col__jse {
  justify-content: space-evenly;
}
.m-col__ac {
  align-items: center;
}
.m-col__ab {
  align-items: baseline;
}
.m-col__fw {
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .m-col__2 {
    width: 50%;
  }
}
@media screen and (min-width: 431px) {
  .m-col__2 {
    width: 50%;
  }
}
@media screen and (max-width: 430px) {
  .m-col__2 {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .m-col__3 {
    width: 33%;
  }
}
@media screen and (min-width: 431px) {
  .m-col__3 {
    width: 33%;
  }
}
@media screen and (max-width: 430px) {
  .m-col__3 {
    width: 100%;
  }
}

.m-box {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 430px) {
  .m-box {
    padding: 0 16px;
  }
}
@media screen and (min-width: 431px) {
  .m-box {
    padding: 0 24px;
  }
}
@media screen and (min-width: 641px) {
  .m-box {
    padding: 0 32px;
  }
}
.m-box__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 430px) {
  .m-box__inner {
    max-width: 420px;
  }
}
@media screen and (min-width: 431px) {
  .m-box__inner {
    max-width: 640px;
  }
}

.m-selectbox {
  width: 90%;
  margin: 32px auto 0;
  text-align: center;
  position: relative;
  border: 1px solid #C8C8C8;
  background: #ffffff;
}
@media print {
  .m-selectbox {
    display: none;
  }
}
.m-selectbox {
  position: relative;
  display: inline-block;
}
.dropdown-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
  border: none;
    box-shadow: 0 0 0 0.5px #ccc;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  /* button初期スタイル解除 */
  appearance: none;
  -webkit-appearance: none;
}
.dropdown-trigger .label {
  text-align: left;
}
.dropdown-trigger::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 0px;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 16px;
    height: 15px;
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #333;
}
.dropdown-menu {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #666;
  display: none;
}
.dropdown-menu li {
  line-height: 15px;
  text-align: left;
}
.dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}
.dropdown-menu li a:hover {
  background: #F0F0F0;
}
.dropdown-selected {
    background-color: #1967d2;
}
.dropdown-selected a {
    color: #fff !important;
}

@media screen and (max-width: 430px) {
  .m-linkList {
    margin-top: 24px;
  }
}
@media screen and (min-width: 431px) {
  .m-linkList {
    margin-top: 32px;
  }
}
@media print {
  .m-linkList {
    display: none;
  }
}
.m-linkList__title {
  font-weight: bold;
  line-height: 1.9;
  border-bottom: 2px solid #C8C8C8;
}
@media screen and (max-width: 430px) {
  .m-linkList__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 431px) {
  .m-linkList__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) {
  .m-linkList__title {
    font-size: 18px;
  }
}
.m-linkList__dot li {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #C8C8C8;
}
.m-linkList__dot li:last-child {
  border-bottom: none;
}
.m-linkList__dot li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #C8C8C8;
  border-radius: 50%;
}
.m-linkList__none li {
  padding: 12px 0;
  border-bottom: 1px solid #C8C8C8;
}
.m-linkList__none li:last-child {
  border-bottom: none;
}
.m-linkList a {
  display: block;
  line-height: 1.5;
  padding-left: 40px;
}
.m-linkList a:link, .m-linkList a:hover, .m-linkList a:visited, .m-linkList a:visited:hover, .m-linkList a:active {
  color: #333;
}
@media screen and (max-width: 430px) {
  .m-linkList a {
    font-size: 16px;
  }
}
@media screen and (min-width: 431px) {
  .m-linkList a {
    font-size: 16px;
  }
}

/*「公式サイトはこちら」用*/
.officialSite {
  background-color: #555555;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 4px;
  margin-top: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.officialSite:hover {
  opacity: 0.8;
}
.officialSite a {
  color: #ffffff !important;
  display: block;
}
.officialSite a:hover, .officialSite a:visited:hover {
  opacity: 1 !important;
}

/* 日経ロゴ用 */
.companyLogo {
  margin-top: 56px;
  margin-bottom: 64px;
}
.companyLogo img {
  display: block;
  margin:0 auto;
  width: 100%;
}


.success-msg {
    display: none;
    position: fixed;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}

/*グレーの囲み*/
.wrapperGray {
    margin: 32px 0; 
    border: 1px solid #C8C8C8; 
    background-color: #f3f3f3;
}


/* ドットアイコンなしテキストリストはtextList */
.textList {
  padding: 24px 24px;
}
/* ドットアイコンありテキストリストはtextList_dot */
.textList_dot {
  padding: 24px 40px;
}
.textList_dot li {
  list-style: disc;
}
/* テキストリスト共通 */
.textList li, .textList_dot li {
  margin-bottom: 16px; 
  font-size: 18px; 
  line-height: 1.6;
}
.textList li:last-child, .textList_dot li:last-child {
  margin-bottom: 0px;
}


/* 関連リンクの囲み核 */
.l-relatedLinks {
  border: 1px solid #C8C8C8;
}
@media screen and (max-width: 430px) {
  .l-relatedLinks {
    padding: 8px 24px 8px;
  }
}
@media screen and (min-width: 431px) {
  .l-relatedLinks {
    padding: 16px 40px 16px 40px;
  }
}


/* ライトボックス */
.lightbox-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 932px) {
.lightbox-overlay img {
  max-width: 100%;
  max-height:100%;
}
}
@media screen and (min-width: 933px) {
.lightbox-overlay img {
  max-width: 100%;
  max-height: 100%;
}
.lightbox-content {
  max-width: 70%;
  max-height: 70%;
}
}
.lightbox {
  cursor: pointer;
}
.lightbox-content {
  position: relative;
  display: inline-block;
  text-align: center;
}
.lightbox_close-button {
  position: absolute; 
  background: black;
  color: white;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
@media screen and (max-width: 932px) {
.lightbox_close-button {
  bottom: -72px;
  left: 50%;
  transform: translateX(-50%); /* 自分自身の幅の50%だけ左にずらす（left50%は幅分ずれるため厳密にセンタリング） */
}
}
@media screen and (min-width: 933px) {
.lightbox_close-button {
  top: -72px;
  right: 0px; 
}
}
.close-icon {
  position: relative;
  width: 32px;
  height: 32px;
}
.close-icon::before,
.close-icon::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 3px;
  background-color: white;
  transform-box: border-box;
  transform-origin: center;
}
.close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* PC only line break */
.pc-br {
  display: none;
}
@media screen and (min-width: 641px) {
  .pc-br {
    display: block;
  }
}

