@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spartan&display=swap");
/****************************************************************************************************************************/
/*
/*
/* = Common Style
/*
/*
/****************************************************************************************************************************/
/*--------------------------------------------------
reset
-----------------------------------------------------*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

img {
  border: none;
  vertical-align: middle;
}

ol, ul {
  list-style-type: none;
}

html {
  height: 100%;
  font-size: 62.5%;
  /*text-align: left;*/
}

main {
  display: block;
}

/*--------------------------------------------------
common
-----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
:lang(en) body, :lang(es) body {
  line-height: 1.5;
}

body .acutetext {
  font-family: sans-serif;
}

@media print, screen and (min-width: 768px) {
  body {
    background: #EBECF3;
  }
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.6rem;
    font-weight: 400;
  }
}

/*
/* = メディアごとの表示、非表示
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*
/* = font-size
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.fs--xs {
  font-size: 1.2rem;
}

.fs--sm {
  font-size: 1.2rem;
}

.fs--md {
  font-size: 1.6rem;
}

.fs--lg {
  font-size: 1.8rem;
}

.fs--xl {
  font-size: 2.4rem;
}

/*
/* = txt
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

/*
/* = a
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
a {
  text-decoration: none;
  color: #3340C2;
  font-style: normal;
  transition: all 0.3s ease-out;
}
a img {
  transition: all 0.3s ease-out;
}
a:hover {
  color: #3340C2;
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

table {
  border-spacing: 0;
}

/*
/* = icon
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.ico {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
}
.ico::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
}

.idt .ico::after,
.p_idt_1em::after {
  margin-left: calc(8px + 1em);
}

.ico.ico__right::after {
  width: 5px;
  height: 5px;
  border-top: 2px solid #3340C2;
  border-right: 2px solid #3340C2;
  transform: rotate(45deg);
}
.ico.ico__external {
  word-break: break-all;
}
.ico.ico__external::after {
  background: url("../media/images/common/icon/icon_external.svg") no-repeat center center;
  width: 15px;
  height: 20px;
}
.ico.ico__pdf::after {
  background: url("../media/images/common/icon/icon_pdf.svg") no-repeat center center;
  width: 15px;
  height: 20px;
}
.ico.ico__word::after {
  background: url("../media/images/common/icon/icon_word.svg") no-repeat center center;
  width: 15px;
  height: 20px;
}
.ico.ico__excel::after {
  background: url("../media/images/common/icon/icon_excel.svg") no-repeat center center;
  width: 15px;
  height: 20px;
}
.ico.ico__dl::after {
  background: url("../media/images/common/icon/icon_dl.svg") no-repeat center center;
  width: 15px;
  height: 20px;
}
.ico.ico__newtab::after {
  background: url("../media/images/common/icon/icon_newtab.svg") no-repeat center center;
  width: 15px;
  height: 20px;
  background-size: contain;
}
.ico.ico__zip::after {
  background: url("../media/images/common/icon/icon_zip.svg") no-repeat center center;
  width: 15px;
  height: 20px;
}
.ico.ico__inline{
  display: inline;
}
.ico.ico__external.ico__inline::after {
  background: none;
  content: url("../media/images/common/icon/icon_external.svg");
  width: 12px;
  height: 12px;
}

/*
/* = img
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
img,
svg {
  width: 100%;
  vertical-align: bottom;
}

/*
/* = ttl
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.ttl--h2 {
  font-size: 1.75em;
  color: #333333;
  font-weight: 500;
  border-bottom: solid 3px #EAEAEA;
  padding: 18px 0 20px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl--h2 {
    font-size: 1.188em;
    padding: 10px 0 8px;
    line-height: 1.4;
  }
}
.ttl--h2::before {
  content: "";
  display: inline-block;
  background: #FF80AB;
  height: 4px;
  width: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl--h2::before {
    width: 36px;
  }
}

.ttl--h2-02 {
  position: relative;
  color: #3340C2;
  font-family: "Spartan", sans-serif;
  font-size: 40px;
  font-weight: 300;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .ttl--h2-02 {
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ttl--h2-02::before {
  content: "";
  display: inline-block;
  background: #FF80AB;
  height: 4px;
  width: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl--h2-02::before {
    width: 36px;
  }
}
.ttl--h2-02 .ttl--h2-small {
  color: #333333;
  font-size: 0.45em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.ttl--h3 {
  font-size: 1.25em;
  font-weight: 500;
  background: #EEEFF6;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .ttl--h3 {
    font-size: 1.063em;
    padding: 13px 16px;
    border-radius: 8px;
  }
}

.ttl--h4 {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 2px solid #EAEAEA;
  padding: 5px 0 10px 30px;
  background-image: url(../media/images/common/icon/h4.svg);
  background-size: 20px auto;
  background-position: left 11px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl--h4 {
    font-size: 1em;
    background-size: 16px auto;
    background-position: left 10px;
    padding-left: 25px;
    margin-bottom: 8px;
  }
}

.ttl--h5 {
  font-size: 1.125em;
  margin-bottom: 15px;
}


.ttl--h6 {
  font-size: 1.125em;
}

@media screen and (max-width: 767px) {
  .ttl--h5 {
    margin-bottom: 8px;
  }
}

.ttl--large-bold {
  font-weight: bold;
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  .ttl--large-bold {
    font-size: 1.357em;
  }
}
.ttl--large-bold + p {
  margin-top: 20px;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .ttl--large-bold + p {
    margin-top: 16px;
  }
}

.ttl--line {
  font-size: 1em;
  font-weight: 400;
  padding: 20px;
  border-top: solid 1px #DBDBDB;
  border-bottom: solid 1px #DBDBDB;
}
.ttl--line + .ttl--line {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .ttl--line {
    padding: 14px 0;
  }
}
.ttl--line.detail {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ttl--line.detail {
    flex-direction: column;
  }
}
.ttl--line .detail-ttl {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .ttl--line .detail-ttl {
    width: 100%;
    margin-bottom: 8px;
  }
}
.ttl--line .detail-body {
  width: calc( (100% - 22%) - 30px);
}
@media screen and (max-width: 767px) {
  .ttl--line .detail-body {
    width: 100%;
  }
}

/*
/* = list style
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.ul,
.ol {
  margin-bottom: 30px;
}
.ul a,
.ol a {
  color: #1F2D9C;
}

.ul,
#main.report .report--detail ul,
body#main ul {
  list-style: none;
}
.ul li::before,
#main.report .report--detail ul li::before,
body#main ul li::before {
  content: "・";
  display: inline-block;
  width: 15px;
  font-weight: bold;
}

.ul.marknone li::before,
#main.report .report--detail ul.marknone li::before,
body#main ul.marknone li::before {
  content: none;
  display: inherit;
  width: inherit;
  font-weight: inherit;
}

.ol,
#main.report .report--detail ol,
body#main ol {
  counter-reset: list-count;
  list-style: none;
}
.ol > li::before,
#main.report .report--detail ol > li::before,
body#main ol > li::before {
  margin-right: 0.25rem;
  content: counter(list-count) ".";
  counter-increment: list-count;
}

.ol.marknone > li::before,
#main.report .report--detail ol.marknone > li::before,
body#main ol.marknone > li::before {
  margin-right: inherit;
  content: none;
}

ol.circle,
#main.report .report--detail ol.circle {
  counter-reset: circle-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

ol.circle > li {
  font-size: 1em;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

ol.circle > li:before,
#main.report .report--detail ol.circle > li:before {
  content: counter(circle-counter);
  counter-increment: circle-counter;
  background-color: none;
  border: 1px solid #999;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  height: 1.17em;
  width: 1.17em;
  line-height: 1;
  position: absolute;
  top: 0.4em;
  left: -0.2em;
  padding: 0.6em 0.6em;
}

.inner__ttl,
.page_index.depth1 {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
}
.inner__ttl li,
.page_index.depth1 li {
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #DBDBDB;
}
@media print, screen and (min-width: 768px) {
  .inner__ttl li,
.page_index.depth1 li {
    width: calc((100% / 3) - 22px );
  }
}
@media screen and (max-width: 767px) {
  .inner__ttl li,
.page_index.depth1 li {
    display: block;
    width: 100%;
    font-size: 0.875em;
  }
}
.inner__ttl li.h2,
.page_index.depth1 li.h2 {
  width: 100%;
  margin-right: 0;
  font-size: 1.125em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .inner__ttl li.h2 a,
.page_index.depth1 li.h2 a {
    padding-bottom: 14px;
    padding-top: 14px;
  }
}
.inner__ttl li::after,
.page_index.depth1 li::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #3340C2;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.2s ease-out;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .inner__ttl li::after,
.page_index.depth1 li::after {
    right: 4px;
  }
}
.inner__ttl li a,
.page_index.depth1 li a {
  display: block;
  padding: 20px 25px 20px 15px;
  position: relative;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .inner__ttl li a,
.page_index.depth1 li a {
    padding: 12px 28px 12px 0;
  }
}
.inner__ttl li a::after,
.page_index.depth1 li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
  background: #ffffff;
}
.inner__ttl li a:hover,
.page_index.depth1 li a:hover {
  color: #3340C2;
  z-index: 2;
  opacity: 1;
}
.inner__ttl li a:hover::after,
.page_index.depth1 li a:hover::after {
  width: 100%;
  background: #F8F9FF;
}
.inner__ttl li.menu-items-ttl,
.page_index.depth1 li.menu-items-ttl {
  width: 100%;
  margin-right: 0;
  font-size: 18px;
  font-weight: 500;
}
.inner__ttl.sitemap__list li:first-of-type,
.page_index.depth1.sitemap__list li:first-of-type {
  border-top: solid 1px #DBDBDB;
}
.inner__ttl.sitemap__list li a,
.page_index.depth1.sitemap__list li a {
  padding-left: 0;
}
@media print, screen and (min-width: 768px) {
  .inner__ttl.sitemap__list li:not(.h2) a,
.page_index.depth1.sitemap__list li:not(.h2) a {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .inner__ttl.sitemap__list li.h2 a,
.page_index.depth1.sitemap__list li.h2 a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.063em;
  }
}
.inner__ttl.align_left,
.page_index.depth1.align_left {
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.inner__ttl.align_left li:not(.h2),
.page_index.depth1.align_left li:not(.h2) {
  flex: 0 0 calc(33.3% - 20px);
  margin: 0 10px;
}
.inner__ttl.align_left li.h2,
.page_index.depth1.align_left li.h2 {
  margin: 0 10px;
}

.page_index.depth1 li {
  width: 100%;
}
.page_index.depth1 li.has_children::after {
  display: none;
}
.page_index.depth1 li ul.depth2 {
  padding: 0 0 0 50px;
}
.page_index.depth1 li ul.depth2 li:last-child {
  border-bottom: none;
}

ul.maru {
  text-indent: -1em;
  margin-left: 1em;
}

#main ul.maru li::before{
  margin-right: -2em;
  text-indent: -2em;

  content: "・";
  display: inline-block;
  width: 15px;
  font-weight: bold;
  
  position: relative;
  left: inherit;
  top: inherit;
}

ul.maru li{
  text-indent: 1em;
  margin-right: 1em;
}

ol.number {
  margin-left: 1em;
}

ol.number li {
  text-indent: -1em;
}

/*
/* = table style
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .tbl__block {
    width: 96%;
    margin-bottom: 20px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: auto;
  }
  .tbl__block::-webkit-scrollbar {
    -webkit-appearance: none;
    padding-top: 7px;
    height: 7px;
  }
  .tbl__block::-webkit-scrollbar-track {
    background: #F0F0F0 !important;
  }
  .tbl__block::-webkit-scrollbar-thumb {
    background: #707070 !important;
    border-radius: 6px !important;
    border: none;
  }
  .tbl__block::-webkit-scrollbar-thumb:hover {
    background: #707070;
  }

  @media screen and (max-width: 767px) {
    .tbl__block .widetable {
      width: 1048px;
    }
    .tbl__block .widetable td{
      white-space: wrap;
    }
  }
  
}

.tbl {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .tbl {
    margin-bottom: 10px;
    table-layout: auto;
  }
}
.tbl th,
.tbl td {
  padding: 15px 30px;
  width: auto;
  border: solid 1px #DBDBDB;
}
.tbl thead th {
  color: #ffffff;
  background: #717AD4;
  font-weight: 500;
}
.tbl tbody th {
  background: #EEEFF6;
  font-weight: 500;
}
.tbl tfoot th, .tbl tfoot td {
  background: #f0f0f0;
  font-weight: 700;
}
.block_table{
 table-layout: auto;
margin: 2.5em 0;	
}
.block_table thead th{
text-align: left;	
}
.block_table ul, .block_table ol {
    margin-bottom: 0;
}
.block_table ul li {
    line-height: 1.4;
	margin-bottom: 0.6em;
    word-break: break-all;
}
.block_table ul li:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 767px) {
.block_table{
 table-layout: fixed;
}
.block_table th, .block_table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 8px 0.5em;
  }
.block_table tr:last-child td:last-child {
    border-bottom: 1px solid #DBDBDB;
  }
}
@media print, screen and (min-width: 768px) {
.block_table th, .block_table td {
        padding: 15px 20px;
    }
.block_table tbody th {
text-align: left;
}
}
.font80per{
	font-size: 80%;
}

/*
/* = button style
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .btn__block {
    text-align: center;
  }
}

a.btn {
  display: inline-block;
  position: relative;
  width: 200px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  border: 1px solid;
  border-radius: 30px;
  padding: 1em 2em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  a.btn {
    width: 80%;
  }
}
a.btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: -1;
  transition: all 0.2s ease-out;
  border-radius: 0px;
}
a.btn::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='9.414'%3E%3Cpath data-name='ar' d='m.707.707 4 4-4 4' fill='none' stroke='%233340C2' stroke-width='2'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  position: absolute;
  top: 42%;
  bottom: 0;
  right: 15px;
  height: 9px;
  width: 6px;
}
a.btn:hover::before {
  width: 100%;
}
a.btn.btn__general {
  border-color: #3340C2;
  background-color: #ffffff;
  z-index: 1;
}
a.btn.btn__general::before {
  background-color: #3340C2;
}
a.btn.btn__general::after {
  border-color: #3340C2;
}
a.btn.btn__general:hover {
  color: #ffffff;
  opacity: 1;
  border-color: #3340C2;
  background-color: #ffffff;
}
a.btn.btn__general:hover::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='9.414'%3E%3Cpath data-name='ar' d='m.707.707 4 4-4 4' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a.btn.btn__back {
  width: 326px;
}
@media screen and (max-width: 767px) {
  a.btn.btn__back {
    width: 80%;
  }
}
a.btn.btn__back::after {
  top: 42%;
  bottom: 0;
  left: 15px;
  transform: scale(-1, 1);
}
a.btn.btn__strong {
  border-color: #D13B77;
  background-color: #D13B77;
  color: #ffffff;
  z-index: 1;
}
a.btn.btn__strong::before {
  background-color: #ffffff;
}
a.btn.btn__strong::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='9.414'%3E%3Cpath data-name='ar' d='m.707.707 4 4-4 4' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a.btn.btn__strong:hover {
  color: #D13B77;
  opacity: 1;
}
a.btn.btn__strong:hover::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='9.414'%3E%3Cpath data-name='ar' d='m.707.707 4 4-4 4' fill='none' stroke='%23D13B77' stroke-width='2'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a.btn__list {
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
  padding: 20px 40px 20px 16px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  a.btn__list {
    padding: 16px 20px 16px 0;
  }
}
a.btn__list::before {
  border-radius: 0;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  a.btn__list::after {
    right: 4px;
  }
}
a.btn__list:hover {
  color: #3340C2;
  opacity: 1;
  z-index: 2;
}
a.btn__list:hover::before {
  background: #F8F9FF;
}

.list--col1 li a {
  border-top: solid 1px #DBDBDB;
}
.list--col1 li:last-of-type a {
  border-bottom: solid 1px #DBDBDB;
}
.list--col1.univ li a span + span {
  margin-left: 1em;
}

/*
/* = container
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
}
.container--inner {
  padding-left: 72px;
  padding-right: 72px;
}
@media screen and (max-width: 767px) {
  .container--inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container--fluid {
  width: 100%;
}
.container--fluid.bg__white {
  background: #ffffff;
}
.container.bg__white {
  background: #ffffff;
  border-radius: 20px;
  padding: 64px 0 55px;
  min-height: 500px;
}
.container.bg__white + .bg__white {
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .container.bg__white {
    border-radius: 0;
    padding: 28px 0px;
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .container.bg__white.report {
    padding-top: 0;
    padding-bottom: 56px;
  }
}
@media print, screen and (min-width: 768px) {
  .container.bg__white + .bg__white {
    margin-top: 40px;
  }
}
.container.top__line {
  position: relative;
}
@media screen and (max-width: 767px) {
  .container.top__line {
    padding-top: 4px;
  }
}
.container.top__line::before {
  content: "";
  display: inline-block;
  background: #FF80AB;
  height: 4px;
  width: 48px;
  position: absolute;
  top: 0;
  left: 72px;
}
@media screen and (max-width: 767px) {
  .container.top__line::before {
    left: 16px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 80%;
  }
}
/*@media (min-width: 992px) {
.container {
width: 970px;
}
}*/
@media (min-width: 1200px) {
  .container {
    width: 1192px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*
/* = block style
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.text__block {
  line-height: 1.75;
}
:lang(en) .text__block, :lang(es) .text__block {
  line-height: 1.5;
}
.text__block + .text__block {
  margin-top: 40px;
}
.report--detail .text__block + .text__block {
  margin-top: 0px;
}
.text__block.bg {
  padding: 32px 24px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .text__block.bg {
    padding: 16px;
  }
}
.text__block.border {
  padding: 32px 24px;
  border: solid 2px #DBDBDB;
}
@media screen and (max-width: 767px) {
  .text__block.border {
    padding: 16px;
  }
}
.text__block p + p {
  margin-top: 0.8em;
}
.text__block .align-left {
  text-align: left;
}
.text__block .align-right {
  text-align: right;
}
.text__block .align-center {
  text-align: center;
}
.em {
  font-weight: bold;
}
.em_red {
  font-weight: bold;
  color: red;
}
.uline {
  text-decoration: underline;
}

.text__block ol.number {
  margin: 1em 0;
  list-style: decimal;
}
.text__block ol.number li {
  margin-left: 40px;
}
.text__block ul.list {
  margin: 1em 0;
  list-style: disc;
}
.text__block ul.list li {
  margin-left: 40px;
}

.news__block--date {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  font-size: 0.813em;
  font-family: "Spartan", sans-serif;
  line-height: 1.3;
  margin-bottom: 7px;
}
.news__block--date-new {
  font-size: 0.625em;
  background: #D13B77;
  color: #ffffff;
  padding: 3px 10px 0;
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 2px;
}
.news__block--tit {
  font-size: 1.75em;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: solid 3px #EAEAEA;
  margin-bottom: 30px;
  line-height: 1.286;
}
@media screen and (max-width: 767px) {
  .news__block--tit {
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 24px;
    line-height: 1.36;
  }
}

.col__block {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .col__block {
    flex-direction: column;
  }
}
.col__block .col {
  border-left: solid 1px #EAEAEA;
  text-align: center;
  height: 56px;
  margin-bottom: 10px;
}
.col__block .col:last-of-type {
  border-right: solid 1px #EAEAEA;
}
@media screen and (max-width: 767px) {
  .col__block .col {
    flex-wrap: wrap;
    width: calc(100% / 2);
    font-size: 0.8em;
    border-right: solid 1px #EAEAEA;
  }
  .col__block .col:nth-of-type(2n) {
    border-left: none;
  }
}
.col__block.col-1 div {
  margin: 0 auto;
}
.col__block.col-1-left div {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .col__block.col-2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.col__block.col-2 .pic,
.col__block.col-2 .text__block {
  flex: 0 0 48.4%;
}
@media screen and (max-width: 767px) {
  .col__block.col-2.sp-order .text__block {
    order: 2;
  }
  .col__block.col-2.sp-order .pic {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .col__block.col-3 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.col__block.col-3 .pic {
  flex: 0 0 32%;
}
.col__block.col-1-left .pic {
  flex: 0 0 100%;
}
@media screen and (max-width: 767px) {
  .col__block.col-3 .pic {
    flex: 0 0 48.6%;
  }
}
@media print, screen and (min-width: 768px) {
  .col__block.col-2 .col {
    width: calc(100% / 2);
  }
  .col__block.col-3 .col {
    width: calc(100% / 3);
  }
  .col__block.col-4 .col {
    width: calc(100% / 4);
  }
  .col__block.col-5 .col {
    width: calc(100% / 5);
  }
}
.col__block a.anchor {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  color: #333333;
  height: inherit;
  width: 100%;
  position: relative;
  line-height: 1.3;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .col__block a.anchor {
    font-size: 1.4rem;
  }
}
.col__block a.anchor::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #3340C2;
  transform: rotate(135deg);
  position: absolute;
  transition: all 0.2s ease-out;
  bottom: 0;
  left: 50%;
}
.col__block a.anchor:hover::after {
  bottom: -4px;
}
.col__block div.pic img {
  border-radius: 20px;
  background: #B3B3B3;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .report--detail .col__block div.pic img {
    border-radius: 12px;
  }
}
.col__block div.pic figcaption {
  font-size: 0.875em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .col__block div.pic figcaption {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .report--detail .col__block div.pic figcaption {
    margin-bottom: 0px;
  }
}

.relatedinfo {
  background: #EBECF3;
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .relatedinfo {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
  }
}
.relatedinfo .info__block {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail {
    margin-bottom: 10px;
  }
}
.relatedinfo .info__block--detail a {
  color: #333333;
  display: block;
}
.relatedinfo .info__block--detail a:hover {
  opacity: 0.8;
}
.relatedinfo .info__block--detail a:hover img {
  opacity: inherit;
}
.relatedinfo .info__block--detail.report {
  flex: 0 0 37%;
}
.relatedinfo .info__block--detail.report .report__link {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.relatedinfo .info__block--detail.report .report__link a {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.report .report__link a {
    padding-top: 16px;
  }
}
.relatedinfo .info__block--detail.report .report__link--tit {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.report .report__link--tit {
    flex-direction: column;
  }
}
.relatedinfo .info__block--detail.report .report__link--tit::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #3340C2;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.2s ease-out;
  top: 42%;
  bottom: 0;
  right: 5px;
}
.relatedinfo .info__block--detail.report .report__link--tit .tit-icon {
  width: 62px;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.report .report__link--tit .tit-icon {
    width: 43px;
  }
}
.relatedinfo .info__block--detail.report .report__link h5 {
  font-size: 1.6rem;
  text-align: center;
  padding: 15px 25px 25px 11px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.report .report__link h5 {
    background-size: 43px;
    background-position: center 6px;
    padding: 4px 0 5px;
  }
}
.relatedinfo .info__block--detail.report .report__link h5 span {
  color: #D13B77;
  display: block;
  font-size: 1.25em;
}
.relatedinfo .info__block--detail.report .report__link--pickup {
  background: #EEEFF6;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 15px 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.report .report__link--pickup {
    padding: 20px 16px;
  }
}
.relatedinfo .info__block--detail.report .report__link--pickup .report-vol {
  position: absolute;
  top: 0;
  right: 0;
  background: #D13B77;
  color: #ffffff;
  font-size: 0.75em;
  font-family: "Spartan", sans-serif;
  padding: 5px 20px 2px;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.report .report__link--pickup .report-vol {
    font-size: 0.625em;
    line-height: 1;
    padding: 6px 15px 3px;
  }
}
.relatedinfo .info__block--detail.report .report__link--pickup .report-thumb {
  margin-right: 24px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.report .report__link--pickup .report-thumb {
    margin-right: 10px;
    flex: 0 0 114px;
  }
}
.relatedinfo .info__block--detail.report .report__link--pickup .report-txt {
  font-weight: 500;
  width: calc(100% - 184px);
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.report .report__link--pickup .report-txt {
    width: calc(100% - 124px);
    font-size: 0.875em;
  }
}
.relatedinfo .info__block--detail.report .report__link--pickup .report-txt .report-year {
  display: block;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.report .report__link--pickup .report-txt .report-year {
    font-size: 0.75em;
  }
}
.relatedinfo .info__block--detail.sns {
  flex: 0 0 61.5%;
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1em;
}

.relatedinfo .info__block--detail.sns.prwrap {
  flex: 0 0 100%;
}

@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns {
    flex: 0 0 100%;
  }
}
.relatedinfo .info__block--detail.sns .sns__link {
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  width: calc( 100% / 2 - 15px);
  
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns .sns__link {
    width: 100%;
    margin-bottom: 10px;
  }
}
.relatedinfo .info__block--detail.sns .sns__link a {
  display: block;
  padding-top: 48px;
  height: 100%;
}

.relatedinfo .info__block--detail.sns.prwrap .sns__link a {
  padding-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns .sns__link a {
    padding: 16px 0;
  }
}
.relatedinfo .info__block--detail.sns .sns__link a::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns .sns__link a::before {
    margin-bottom: 0;
  }
}
.relatedinfo .info__block--detail.sns .sns__link a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #3340C2;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.2s ease-out;
  top: calc(50% - 5px);
  right: 10px;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns .sns__link a::after {
    bottom: calc( 50% - 5px);
  }
}
.relatedinfo .info__block--detail.sns .sns__link h5 {
  font-size: 1.6rem;
}
.relatedinfo .info__block--detail.sns .sns__link h5 span {
  display: block;
  font-weight: bold;
  font-size: 1.25em;
}
.relatedinfo .info__block--detail.sns .sns__link.facebook h5 span {
  color: #1772E8;
}
.relatedinfo .info__block--detail.sns .sns__link.facebook a::before {
  background: url("../media/images/common/icon/icon_fb.svg") no-repeat center top;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns .sns__link.facebook a::before {
    background-size: 43px;
    background-position: center top;
    height: 43px;
  }
}
.relatedinfo .info__block--detail.sns .sns__link.youtube h5 span {
  color: #ED0000;
}
.relatedinfo .info__block--detail.sns .sns__link.youtube a::before {
  background: url("../media/images/common/icon/icon_youtube.svg") no-repeat center top;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns .sns__link.youtube a::before {
    background-size: 43px;
    background-position: center top;
    height: 43px;
  }
}

.relatedinfo .info__block--detail.sns .sns__link.twitter h5 span {
  color: #1b9df0;
}
.relatedinfo .info__block--detail.sns .sns__link.twitter a::before {
  background: url("../media/images/common/icon/icon_twitter.svg") no-repeat center top;
  background-size: 62px 62px;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns .sns__link.twitter a::before {
    background-size: 43px;
    background-position: center top;
    height: 43px;
  }
}

.relatedinfo .info__block--detail.sns .sns__link.x h5 span {
  color: #666666;
}
.relatedinfo .info__block--detail.sns .sns__link.x a::before {
  background: url("../media/images/common/icon/icon_x.svg") no-repeat center;
  background-size: 35px;
  background-color: black;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns .sns__link.x a::before {
    background-size: 25px;
    background-position: center;
    height: 43px;
    width: 43px;
  }
}


.relatedinfo .info__block--detail.sns .sns__link.pr h5 span {
  color: #D13B77;
}
.relatedinfo .info__block--detail.sns .sns__link.pr a::before {
  background: url("/media/images/common/icon/icon_report.svg") no-repeat center top;
  background-size: 62px 62px;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns .sns__link.pr a::before {
    background-size: 43px;
    background-position: center top;
    height: 43px;
  }
}

.relatedinfo .info__block--detail.sns .sns__link.instagram h5 span {
  color: #FF5800;
}
.relatedinfo .info__block--detail.sns .sns__link.instagram a::before {
  background: url("/media/images/common/icon/icon_instagram.svg") no-repeat center top;
  background-size: 62px 62px;
}
@media screen and (max-width: 767px) {
  .relatedinfo .info__block--detail.sns .sns__link.instagram a::before {
    background-size: 43px;
    background-position: center top;
    height: 43px;
  }
}

/*
/* = iframe
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.video__block {
  padding-left: 15%;
  padding-right: 15%;
}
.video__block--iframe {
  position: relative;
  height: 0;
}
@media print, screen and (min-width: 768px) {
  .video__block--iframe {
    padding-top: 66.67%;
  }
}
@media screen and (max-width: 767px) {
  .video__block--iframe {
    padding-top: 56.25%;
  }
}
.video__block--iframe iframe,
.video__block--iframe video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .video__block {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
/* = accordion
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.accordion__block .accordion__ttl {
  background-color: #ffffff;
  color: #333333;
  font-size: 1.125em;
  font-weight: 500;
  padding: 20px 40px 20px 0;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  border-top: solid 1px #DBDBDB;
}
@media screen and (max-width: 767px) {
  .accordion__block .accordion__ttl {
    font-size: 1em;
    font-weight: 500;
    padding-right: 30px;
  }
}
.accordion__block .accordion__ttl .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 24px;
  height: 24px;
  background: #DBDBDB;
  border-radius: 15px;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .accordion__block .accordion__ttl .i_box {
    right: 0;
  }
}
.accordion__block .accordion__ttl .i_box .one_i {
  position: relative;
}
.accordion__block .accordion__ttl .i_box .one_i::before, .accordion__block .accordion__ttl .i_box .one_i::after {
  content: "";
  display: inline-block;
  background: #3340C2;
  position: absolute;
  transition: all 0.2s ease-out;
}
.accordion__block .accordion__ttl .i_box .one_i::before {
  width: 12px;
  height: 2px;
  top: -1px;
  left: -6px;
}
.accordion__block .accordion__ttl .i_box .one_i::after {
  width: 2px;
  height: 12px;
  top: -6px;
  left: -1px;
}
.accordion__block .accordion__ttl.ac_open .one_i::after {
  transform: rotate(-90deg);
}
.accordion__block .accordion__inner {
  display: none;
  padding: 16px 0 32px;
  border-top: solid 1px #DBDBDB;
  box-sizing: border-box;
}
.accordion__block .accordion__inner .inner__text p {
  margin: 0;
}
.accordion__block .accordion:last-of-type .accordion__ttl {
  border-bottom: solid 1px #DBDBDB;
}
.accordion__block .accordion:last-of-type .accordion__inner {
  border-top: none;
  border-bottom: solid 1px #DBDBDB;
}

/*
/* = Search

/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.search__wrapper {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .search__wrapper {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.search__block {
  background: #EEEFF6;
  padding: 16px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .search__block {
    display: block;
    padding: 24px 16px;
  }
}
.search__block .search__column {
  flex: 1 0 86%;
}
.search__block .search__column input,
.search__block .search__column select {
  -webkit-appearance: none;
  appearance: none;
  border: solid 1px #DBDBDB;
  width: 100%;
  background: #ffffff;
}
.search__block .search__column .search__itemBox .split_select {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .search__block .search__column .search__itemBox .split_select {
    flex-wrap: wrap;
  }
}
.search__block .search__column .search__itemBox .split_select li {
  flex: 0 0 24%;
}
@media screen and (max-width: 767px) {
  .search__block .search__column .search__itemBox .split_select li {
    flex: 0 0 48.6%;
    margin-bottom: 8px;
  }
}
.search__block .search__column .search__itemBox .split_select li .selectWrapper {
  position: relative;
}
.search__block .search__column .search__itemBox .split_select li .selectWrapper::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #3340C2;
  transform: rotate(135deg);
  position: absolute;
  transition: all 0.2s ease-out;
  top: 15px;
  right: 10px;
  border-color: #666666;
}
.search__block .search__column .search__itemBox .split_select li select {
  padding: 12px 24px 12px 16px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .search__block .search__column .search__itemBox .split_select li select {
    padding: 12px 14px 12px 6px;
  }
}
.search__block .search__column .search__itemBox .split_select li select > option {
  font-size: 0.875em;
}
.search__block .search__submit {
  margin-left: 16px;
  flex: 1 0 12%;
  flex: 1 0 12%;
}
@media screen and (max-width: 767px) {
  .search__block .search__submit {
    margin: 8px auto 0;
    text-align: center;
    width: 100%;
  }
}

.search__itemBox.keyword {
  margin-bottom: 8px;
}
.search__itemBox.keyword input[type=text] {
  padding: 14px 20px 14px 45px;
  font-size: 1em;
  background: #ffffff url("../media/images/common/icon/icon_search.svg") no-repeat 16px center;
}
@media screen and (max-width: 767px) {
  .search__itemBox.keyword input[type=text] {
    font-size: 0.72em;
  }
}

.search__submit--button {
  cursor: pointer;
  background: #3340C2;
  color: #ffffff;
  font-weight: bold;
  border-radius: 80px;
  width: 100%;
  height: 56px;
  font-size: 1em;
  border: none;
}
@media screen and (max-width: 767px) {
  .search__submit--button {
    width: 84%;
  }
}
.header__right--open .search__submit--button {
  width: 12%;
}

/*
/* = tabs style
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.tabs {
  width: 100%;
  margin: 10px auto;
  position: relative;
}
.tabs .tab-buttons-link {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.tabs .tab-buttons {
  border-bottom: solid 2px #EAEAEA;
  padding-bottom: 20px;
}
.tabs .tab-buttons .slide-toggle {
  display: none;
}
.tabs .tab-buttons .slide-toggle:checked + label {
  opacity: 1;
  color: #3340C2;
}
.tabs .tab-buttons span {
  display: block;
  width: calc((100% / 2) - 16px);
  text-align: center;
  height: 72px;
  line-height: 72px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tabs .tab-buttons span {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    height: 64px;
    line-height: 1.375;
  }
}
.tabs .tab-buttons span label {
  cursor: pointer;
  color: #BAB7B7;
  font-weight: bold;
  display: block;
}
.tabs .tab-buttons span label:hover {
  color: #3340C2;
}
.tabs .tab-buttons span label small {
  font-size: inherit;
}
.tabs .tab-content {
  padding: 40px 0;
  display: inline-block;
  max-width: 100%;
}
.tabs #lamp {
  width: calc((100% / 2) - 16px);
  background: #EEEFF6;
  height: 72px;
  border-radius: 80px;
  display: block;
  position: absolute;
  top: 0px;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .tabs #lamp {
    height: 64px;
  }
}
.tabs #lamp.content1 {
  left: 0;
}
.tabs #lamp.content2 {
  left: calc(50% + 16px);
}

dl.text-idt {
  display: flex;
  flex-wrap: wrap;
}

dl.text-idt dt {
  flex-basis: 5.5em;
}

dl.text-idt dd {
  margin-left: 0;
  flex-basis: calc(100% - 5.5em);
}

@media screen and (max-width: 767px) {
  #main.report .report--detail dt,
  #main.report .report--detail dd{
    font-size: 0.92em;

  }
}

ul.list-idt li,
ol.list-idt li {
  margin-left: calc(2em + 15px); 
  text-indent: -15px;
}

.tag {
  color: #3340C2;
  background: #EEEFF6;
  border-radius: 14px;
  font-size: 0.8em;
  padding: 6px 12px;
  margin: 0 6px;
  margin-bottom: 10px;
}

.idt-mark {
  text-indent: -1em;
}

.idt {
  margin-left: 1em;
}

.font90{
     font-size: 0.9em;
}
.font80{
     font-size: 0.8em;
}

table.resetTbl {
  border: 0;
}

table.resetTbl th, .resetTbl td {
  text-align: left;
  padding: 0.2em 0.5em;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  table.resetTbl th, .resetTbl td {
    font-size: 0.92em;
  }
}

/*--------------------------------------------------
一般公募プログラム終了対応
-----------------------------------------------------*/

.large_text_red{
font-size:1.5em;margin:4em 0 4em;font-weight: 500;color: red;
}
@media screen and (max-width: 767px) {
  .large_text_red{
    font-size: 1.188em;
  }
  }
  
/*--------------------------------------------------
活動レポート　English Page　↔　Japanese Pageのボタン
-----------------------------------------------------*/

.lang_link{
text-align: right;
margin: 0 0 1em;
}

a.lang_linkbtn {
  display: inline-block;
  position: relative;
  width: fit-content;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  overflow: hidden;
  padding-right:35px;
}

a.lang_linkbtn::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='9.414'%3E%3Cpath data-name='ar' d='m.707.707 4 4-4 4' fill='none' stroke='%233340C2' stroke-width='2'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  position: absolute;
  top: 40%;
  bottom: 0;
  right: 15px;
  height: 9px;
  width: 6px;
}

/*--------------------------------------------------
インド若手招へいプログラムタブ
-----------------------------------------------------*/
.tabs3 {
  width: 100%;
  margin: 10px auto;
  position: relative;
}

.tabs3 .tab3-buttons-link {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-bottom: 50px;
}
.tabs3 .tab3-buttons-link li  {
/*  width: calc((100% / 3) - 16px);
*/   
width: calc((100% / 2) - 16px);
}
.tabs3 .tab3-buttons-link li a {
  display: block;
  text-align: center;
  height: 72px;
  line-height: 72px;
  position: relative;
  z-index: 2;
  border: solid 2px #EAEAEA;
  border-radius: 80px;

}
.tabs3 .tab3-buttons-link li a {
  cursor: pointer;
  color: #555;
  font-weight: bold;
  display: block;
}
.tabs3 .tab3-buttons-link li a {
   color: #555;
}
.tabs3 .tab3-buttons-link li a:hover {
  color: #3340C2;
}

a.tab3_gray:hover::before {
  width: 100%;
  border-radius: 80px;
}

a.tab3_gray::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: -1;
  transition: all 0.2s ease-out;
  border-radius: 0px;
}
a.tab3_gray.gray_general::before {
  background-color: #EEEFF6;
}    
    
.tabs3 .tab3-buttons-link li a.current {
  cursor: default;
  opacity: 1;
  color: #3340C2;
  background: #EEEFF6;
}

.p_idt_1em p {
  text-indent: 1em;
}

.p_idt_2em p {
  text-indent: 2em;
}

.p_idt_1em p.noidt {
  text-indent: 0;
}

@media screen and (max-width: 767px) {
.tabs3 .tab3-buttons-link {
  display: block;
  padding-bottom: 1em;
}
.tabs3 .tab3-buttons-link li {
  width: 100%;
}
.tabs3 .tab3-buttons-link li a {
  height: fit-content;
  line-height: 1em;
  padding: 1em;
  margin-bottom: .8em;
}
}

/*--------------------------------------------------
お知らせのアコーディオン
-----------------------------------------------------*/
  #main .accordion__block .accordion.news_list .accordion__inner {
      display: none;
  }

  #main .accordion__block .accordion.news_list:first-of-type .accordion__inner {
      display: block;
  }



/*# sourceMappingURL=common.css.map */
