@media screen and (min-width: 1081px), print {
  dl.contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #bebebe;
    margin-bottom: 20px;
  }
  dl.contact dt {
    width: 234px;
    background: #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #bebebe;
    font-size: 1.4rem;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
  }
  dl.contact dd {
    width: -webkit-calc(100% - 234px);
    width: -moz-calc(100% - 234px);
    width: calc(100% - 234px);
    font-size: 1.6rem;
    line-height: 30px;
    padding: 17px 20px 12px;
  }
  dl.contact dd > span {
    display: block;
    line-height: 20px;
  }
  dl.contact dd p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 1.2px;
    margin-top: 4px;
  }
  dl.contact dd p small {
    min-width: 36px;
    height: 17px;
    background: #780e00;
    font-size: 1.2rem;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 0 4px;
    margin-right: 9px;
  }
  dl.contact dd p a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 16px;
    pointer-events: none;
  }
  dl.contact dd p span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  a.line_pdf {
    font-size: 1.6rem;
    line-height: 24px;
    color: #0099e8;
    letter-spacing: 1px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  a.line_pdf:hover {
    opacity: 0.7;
  }
  a.line_pdf:hover span {
    border: none;
  }
  a.line_pdf span {
    border-bottom: 1px solid #0099e8;
  }
  a.line_pdf .pdf {
    display: inline-block;
    width: 18px;
    line-height: 22px;
    background: url("/disclosure/img/pdf.png") no-repeat;
    text-indent: -9999px;
    margin: 0 8px;
  }
  ul.link.b_dashed {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li {
    padding-top: 14px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li::after {
    top: 26px;
  }
  ul.link.col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
  ul.link.col li {
    width: 450px;
  }
  ul.link.col li:nth-of-type(1), ul.link.col li:nth-of-type(2) {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.col li.full {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  ul.link.col li.full_b {
    width: 100%;
  }
  ul.link li {
    font-size: 1.6rem;
    line-height: 28px;
    padding-left: 13px;
    padding-right: 13px;
    position: relative;
  }
  ul.link li::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #780e00;
    position: absolute;
    top: 12px;
    left: 0;
  }
  ul.link li a {
    color: #0099e8;
    letter-spacing: 1px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    margin-right: 0;
  }
  ul.link li a:hover {
    opacity: 0.7;
  }
  ul.link li a:hover span {
    border: none;
  }
  ul.link li a span {
    border-bottom: 1px solid #0099e8;
  }
  ul.link li a .pdf {
    display: inline-block;
    width: 18px;
    line-height: 22px;
    background: url("/disclosure/img/pdf.png") no-repeat;
    text-indent: -9999px;
    margin-left: 11px;
  }
  ul.link li a ._blank {
    display: inline-block;
    width: 17px;
    line-height: 13px;
    background: url("/disclosure/img/_blank.png") no-repeat;
    text-indent: -9999px;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -4px;
  }
  .ttls {
    width: 100%;
    background: #f4eceb;
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 30px;
    color: #780e00;
    letter-spacing: 1.5px;
    position: relative;
    padding: 9px 12px;
    margin-bottom: 16px;
  }
  main .row {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* ----- end common ----- */
  .disclosure .row {
    padding-bottom: 50px;
  }
  .disclosure .dis_des {
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 60px;
  }
  .disclosure article {
    margin-bottom: 81px;
  }
  .disclosure article .box:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .disclosure article .box h4.ttls {
    margin-bottom: 13px;
  }
  .disclosure article .box p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.2px;
  }
  .disclosure article .box p a {
    color: #0099e8;
    border-bottom: 1px solid #0099e8;
    margin-left: 9px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .disclosure article .box p a:hover {
    opacity: 0.7;
    border-bottom: none;
  }
  .disclosure article .box ul.link {
    margin-top: 11px;
  }
  .disclosure article .box ul.link li a.fbd {
    margin-left: 14px;
  }
  .disclosure article .box ul.link li a.nb span {
    letter-spacing: 1.3px;
    border-bottom: none;
  }
  .disclosure article .box ul.link li a.b_left {
    position: relative;
    margin-right: 24px;
  }
  .disclosure article .box ul.link li a.b_left::before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #0099e8;
    position: absolute;
    left: -6px;
    top: 3px;
  }
  .disclosure article .box ul.link li a.b_left small {
    margin-left: 6px;
  }
  .kouhyou {
    counter-reset: art;
  }
  .kouhyou .row {
    padding-bottom: 58px;
  }
  .kouhyou article {
    padding-top: 30px;
    margin-bottom: 37px;
  }
  .kouhyou article.tb_content {
    padding-top: 0;
  }
  .kouhyou article.tb_content .ttl_art {
    margin-bottom: 13px;
  }
  .kouhyou article.tb_content ul.link {
    counter-reset: li;
  }
  .kouhyou article.tb_content ul.link li {
    counter-increment: li;
    position: relative;
    line-height: 30px;
    padding: 0 43px;
    margin-bottom: 7px;
  }
  .kouhyou article.tb_content ul.link li::before {
    content: counter(li) ".";
    display: block;
    width: 30px;
    line-height: 30px;
    position: absolute;
    left: 13px;
    top: 0;
  }
  .kouhyou article.tb_content ul.link li a::before {
    left: -43px;
  }
  .kouhyou article.items {
    counter-increment: art;
  }
  .kouhyou article.items.pl45 .ttl_art {
    padding-left: 45px;
  }
  .kouhyou article.items .ttl_art {
    line-height: 36px;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-bottom: 15px;
  }
  .kouhyou article.items .ttl_art::before {
    content: counter(art) ".";
    display: block;
    width: 45px;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .kouhyou article .block .box:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .kouhyou article .block .box ul.link li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .kouhyou article .block .box dl dt {
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 1px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 13px;
  }
  .kouhyou article .block .box dl dd {
    padding: 12px 0 41px;
  }
  .kouhyou article .block .box .depending {
    padding-top: 45px;
    margin-bottom: -35px;
  }
  .kouhyou article ul.policy li {
    margin-bottom: 9px;
  }
  .kouhyou article .criteria {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    margin-bottom: -40px;
  }
  .kouhyou article .criteria dl {
    width: 440px;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
  }
  .corpotation .row {
    padding-bottom: 23px;
  }
  .corpotation article {
    margin-bottom: 75px;
  }
  .corpotation article .ttl_art {
    margin-bottom: 15px;
  }
  .corpotation article ul.link li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .duties .row {
    padding-top: 61px;
    padding-bottom: 22px;
  }
  .duties p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.4px;
  }
  .duties article {
    margin-bottom: 79px;
  }
  .duties article.yearplan {
    padding: 72px 0 0;
  }
  .duties article .ttl_art {
    margin-bottom: 30px;
  }
  .duties article ul.link li {
    letter-spacing: 2px;
  }
  .duties article .block .box:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .duties article .block .box > p {
    margin-bottom: 17px;
  }
  .duties article .block .box dl:not(:last-of-type) dd {
    padding-bottom: 30px;
  }
  .duties article .block .box dl dt {
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 1px;
    padding-bottom: 12px;
  }
  .finance .row {
    padding-bottom: 62px;
  }
  .finance p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.4px;
  }
  .finance article {
    padding-top: 42px;
    padding-bottom: 37px;
  }
  .finance article .ttl_art {
    margin-bottom: 30px;
  }
  .finance article dl:last-of-type dd {
    padding-bottom: 0;
  }
  .finance article dl dt {
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 1px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 12px;
  }
  .finance article dl dd {
    padding-top: 14px;
    padding-bottom: 26px;
  }
  .finance article dl dd ul.link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .finance article dl dd ul.link li:not(:last-of-type) {
    margin-right: 15px;
  }
  .kyoinyoseijyokyo {
    counter-reset: ttls;
  }
  .kyoinyoseijyokyo .row {
    padding-bottom: 104px;
  }
  .kyoinyoseijyokyo .box {
    counter-increment: ttls;
  }
  .kyoinyoseijyokyo .box:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .kyoinyoseijyokyo .box .ttls {
    padding-left: 38px;
    margin-bottom: 21px;
  }
  .kyoinyoseijyokyo .box .ttls::before {
    content: counter(ttls) ".";
    display: block;
    width: 45px;
    text-align: right;
    position: absolute;
    left: -10px;
    top: 10px;
  }
  .daigakuhyoka .row {
    padding-bottom: 15px;
  }
  .daigakuhyoka article {
    margin-bottom: 90px;
  }
  .daigakuhyoka article .block {
    counter-reset: ttls;
    padding: 29px 0 0;
  }
  .daigakuhyoka article .block .box {
    counter-increment: ttls;
  }
  .daigakuhyoka article .block .box:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .daigakuhyoka article .block .box .ttls {
    padding-left: 38px;
    margin-bottom: 21px;
  }
  .daigakuhyoka article .block .box .ttls::before {
    content: counter(ttls) ".";
    display: block;
    width: 45px;
    text-align: right;
    position: absolute;
    left: -10px;
    top: 10px;
  }
  .syokaigi .row {
    padding-bottom: 50px;
  }
  .syokaigi p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.4px;
  }
  .syokaigi ul.tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 6px 0 46px;
  }
  .syokaigi ul.tag li:not(:last-of-type) {
    margin-right: 11px;
    position: relative;
  }
  .syokaigi ul.tag li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .syokaigi ul.tag li a {
    font-size: 1.6rem;
    line-height: 30px;
    color: #0099e8;
    letter-spacing: 2px;
    border-bottom: 1px solid #0099e8;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
  }
  .syokaigi ul.tag li a:hover {
    opacity: 0.7;
    border-bottom: none;
  }
  .syokaigi article {
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .syokaigi article .ttl_art {
    margin-bottom: 49px;
  }
  .syokaigi article .ttls {
    margin-bottom: 20px;
  }
  .syokaigi article .box:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .syokaigi article ul.link li a {
    letter-spacing: 3px;
  }
  .commission .row {
    padding-bottom: 20px;
  }
  .commission article {
    margin-bottom: 81px;
  }
  .kankyotorikumi .row {
    padding-bottom: 23px;
  }
  .kankyotorikumi .ttl_art {
    margin-bottom: 49px;
  }
  .kankyotorikumi p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.2px;
  }
  .kankyotorikumi dl:not(:last-of-type) {
    margin-bottom: 43px;
  }
  .kankyotorikumi dl dt {
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 1px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 12px;
  }
  .kankyotorikumi dl dd {
    padding-top: 10px;
  }
  .kankyotorikumi figure {
    border: 1px solid #bebebe;
  }
  .kankyotorikumi figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kankyotorikumi .img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 23px;
  }
  .kankyotorikumi .img .items {
    width: 460px;
  }
  .kankyotorikumi .img .items.w_01 {
    width: 609px;
  }
  .kankyotorikumi .img .items.w_01 figure {
    height: 234px;
  }
  .kankyotorikumi .img .items.w_02 {
    width: 310px;
  }
  .kankyotorikumi .img .items.w_02 figure {
    height: 234px;
  }
  .kankyotorikumi .img .items figure {
    height: 250px;
  }
  .kankyotorikumi .img .items p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 9px;
  }
  .kankyotorikumi .performance {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
  }
  .kankyotorikumi .performance.mta {
    margin-top: -18px;
  }
  .kankyotorikumi .performance figure {
    width: 215px;
    height: 287px;
  }
  .kankyotorikumi .performance ul.link {
    width: -webkit-calc(100% - 251px);
    width: -moz-calc(100% - 251px);
    width: calc(100% - 251px);
    margin-left: 36px;
  }
  .kankyotorikumi .performance ul.link.col li {
    width: 325px;
    padding-bottom: 14px;
  }
  .kankyotorikumi .performance ul.link.col li a {
    letter-spacing: 0;
  }
  .kankyotorikumi .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 6px;
  }
  .kankyotorikumi .list a.items {
    width: 140px;
    margin-right: 20px;
    margin-bottom: 17px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .kankyotorikumi .list a.items:nth-of-type(6n+6) {
    margin-right: 0;
  }
  .kankyotorikumi .list a.items:hover {
    opacity: 0.8;
  }
  .kankyotorikumi .list a.items:hover p span {
    border-bottom: none;
  }
  .kankyotorikumi .list a.items figure {
    height: 198px;
  }
  .kankyotorikumi .list a.items p {
    color: #0099e8;
    padding-top: 7px;
  }
  .kankyotorikumi .list a.items p span {
    border-bottom: 1px solid #0099e8;
  }
  .kankyotorikumi .list a.items p .pdf {
    display: inline-block;
    width: 18px;
    line-height: 22px;
    background: url("/disclosure/img/pdf.png") no-repeat;
    text-indent: -9999px;
    margin-left: 11px;
  }
  .kankyotorikumi article {
    margin-bottom: 59px;
  }
  .kankyotorikumi article .block .box:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .kankyotorikumi article .block .box .ttls {
    margin-bottom: 14px;
  }
  .kankyotorikumi article .block .box > p {
    margin-bottom: 41px;
  }
  .kankyotorikumi article .block .box > p.rg {
    text-align: right;
    margin-bottom: 13px;
  }
  .kankyotorikumi article .block .box ul.np {
    padding-bottom: 5px;
  }
  .kankyotorikumi article .block .box ul.np li {
    padding-left: 0;
  }
  .kankyotorikumi article .block .box ul.np li::after {
    display: none;
  }
  .compliance .row {
    padding-bottom: 55px;
  }
  .compliance .row > p {
    margin-bottom: 51px;
  }
  .compliance p {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 25px;
  }
  .compliance p.mb0 {
    margin-bottom: 6px;
  }
  .compliance article {
    margin-bottom: 56px;
  }
  .compliance article .ttl_art {
    letter-spacing: 1px;
    padding-bottom: 13px;
    margin-bottom: 16px;
  }
  .compliance article > dl {
    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .compliance article > dl dt {
    font-weight: bold;
    letter-spacing: 2px;
  }
  .compliance article > dl dd {
    letter-spacing: 1.3px;
  }
  .compliance article .block {
    padding: 18px 0 0;
  }
  .compliance article .block .box:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .compliance article .block .box .ttls {
    margin-bottom: 12px;
  }
  .compliance article .block .box .box_ct {
    border: 1px solid #bebebe;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -9px 0 0;
  }
  .compliance article .block .box .box_ct .lf {
    width: 234px;
    background: #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #bebebe;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .compliance article .block .box .box_ct .rg {
    width: -webkit-calc(100% - 234px);
    width: -moz-calc(100% - 234px);
    width: calc(100% - 234px);
    font-size: 1.6rem;
    line-height: 30px;
    padding: 12px 22px 14px;
  }
  .compliance article .block .box .box_ct .rg .tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    pointer-events: none;
  }
  .compliance article .block .box .box_ct .rg .tag small {
    min-width: 36px;
    height: 17px;
    background: #780e00;
    font-size: 1.2rem;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    margin-right: 9px;
  }
  .compliance article .block .box .box_ct .rg p {
    margin-bottom: -3px;
  }
  .compliance article .block .box .box_ct .rg p.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .compliance article .block .box .note {
    font-size: 100%;
    margin-left: 10px;
    letter-spacing: 2px;
  }
  .public_research .row {
    padding-bottom: 22px;
  }
  .public_research .row > p {
    margin-bottom: 71px;
  }
  .public_research p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .public_research article {
    margin-bottom: 73px;
  }
  .public_research article:nth-of-type(1) .ttl_art {
    margin-bottom: 14px;
  }
  .public_research article .ttl_art {
    margin-bottom: 24px;
  }
  .public_research article p.rg {
    text-align: right;
  }
  .public_research article p.note {
    margin: 15px 0 4px;
  }
  .public_research article ul.nb {
    padding: 30px 0 30px 23px;
    counter-reset: li;
  }
  .public_research article ul.nb li {
    counter-increment: li;
    font-size: 1.6rem;
    line-height: 30px;
    position: relative;
  }
  .public_research article ul.nb li::before {
    content: counter(li) ".";
    width: 35px;
    text-align: right;
    position: absolute;
    top: 0;
    left: -40px;
  }
  .public_research article dl.ques_a {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .public_research article dl.ques_a:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .public_research article dl.ques_a.first {
    padding-top: 19px;
  }
  .public_research article dl.ques_a dt {
    font-weight: bold;
  }
  .public_research article dl.ques_a dd ul.link {
    padding-top: 6px;
  }
  .public_research article ul.link.pd {
    padding: 14px 0 20px;
  }
  .public_research article ul.link.ma9 {
    margin-top: -9px;
  }
  .public_research article ul.link.pd0 {
    padding: 14px 0 0;
  }
  .public_research article ul.link li {
    margin-bottom: 8px;
  }
  .public_research article .pt {
    margin-top: 12px;
  }
  .public_research article .mt22 {
    margin-top: 22px;
  }
  .public_research article .block {
    padding: 8px 0 0;
  }
  .public_research article .block .box:not(:last-of-type) {
    margin-bottom: 47px;
  }
  .public_research article .block .box .ttls {
    margin-bottom: 11px;
  }
  .homecomingday .row {
    padding-bottom: 100px;
  }
  .homecomingday article .ttl_art {
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .homecomingday article p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .homecomingday article p.mb42 {
    margin-bottom: 42px;
  }
  .homecomingday article .ttls {
    margin-bottom: 30px;
  }
  .homecomingday article ul.b_dashed li {
    padding-bottom: 14px;
  }
  .homecomingday article .top {
    padding: 2px 0 28px;
  }
  .homecomingday article .top p {
    font-weight: bold;
    letter-spacing: 1.3px;
  }
  .homecomingday article .top ul.finished {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 100px 0;
  }
  .homecomingday article .top ul.finished li {
    width: 360px;
    margin-bottom: 20px;
  }
  .homecomingday article .top ul.finished li img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .homecomingday article .top ul.finished li span {
    display: block;
    font-size: 1.4rem;
    line-height: 34px;
    text-align: center;
  }
  .homecomingday article .top ul.link {
    margin-bottom: 21px;
  }
  .homecomingday article .top > dl {
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .homecomingday article .top > dl dt {
    font-weight: bold;
  }
  .homecomingday article .box:not(:last-of-type) {
    margin-bottom: 41px;
  }
  .homecomingday article .box .ttls {
    margin-bottom: 25px;
  }
  .homecomingday article .box .ct {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homecomingday article .box .ct .txt {
    width: -webkit-calc(100% - 380px);
    width: -moz-calc(100% - 380px);
    width: calc(100% - 380px);
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: -9px;
  }
  .homecomingday article .box .ct .txt.full {
    width: 100%;
  }
  .homecomingday article .box .ct .txt dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homecomingday article .box .ct .txt dl.inline {
    display: block;
    overflow: hidden;
  }
  .homecomingday article .box .ct .txt dl.inline dt {
    width: auto;
    float: left;
    letter-spacing: 1px;
    margin-right: 5px;
  }
  .homecomingday article .box .ct .txt dl.inline dd {
    width: auto;
    float: left;
  }
  .homecomingday article .box .ct .txt dl dt {
    width: 82px;
  }
  .homecomingday article .box .ct .txt dl dd {
    width: -webkit-calc(100% - 82px);
    width: -moz-calc(100% - 82px);
    width: calc(100% - 82px);
  }
  .homecomingday article .box .ct figure {
    width: 380px;
    text-align: center;
  }
  .homecomingday article .box .ct figure img {
    max-width: 100%;
  }
  .taroom .row {
    padding-bottom: 63px;
  }
  .taroom .top .banner {
    margin-bottom: 40px;
  }
  .taroom .top .banner img {
    width: 100%;
  }
  .taroom .top .block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .taroom .top .block .lf {
    width: 490px;
  }
  .taroom .top .block .lf .door ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .taroom .top .block .lf .door ul li {
    width: 100px;
    margin-right: 30px;
  }
  .taroom .top .block .lf .door ul li:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .taroom .top .block .lf .door ul li a {
    display: block;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .taroom .top .block .lf .door ul li a:hover {
    opacity: 0.7;
  }
  .taroom .top .block .lf .door ul li a img {
    display: block;
    width: 100%;
  }
  .taroom .top .block .lf .door p {
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 2.3px;
    text-align: center;
    padding: 21px 0 26px;
  }
  .taroom .top .block .rg {
    width: -webkit-calc(100% - 526px);
    width: -moz-calc(100% - 526px);
    width: calc(100% - 526px);
    height: 575px;
    overflow: hidden;
  }
  .taroom .top .block .rg iframe {
    height: 100% !important;
  }
  .taroom article {
    padding-top: 30px;
    margin-bottom: 43px;
  }
  .taroom article .tv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .taroom article .tv .box {
    width: 326px;
    text-align: center;
    margin-right: 30px;
  }
  .taroom article .tv .box.box_03 {
    width: 223px;
    padding-top: 6px;
    margin-left: 5px;
  }
  .taroom article .tv .box:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .taroom article .tv .box iframe {
    width: 100%;
    height: 220px;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
  }
  .taroom article .tv .box p {
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 2px;
    padding-top: 9px;
  }
  .taroom article figure {
    text-align: center;
    padding-top: 8px;
  }
  .kouji .row {
    padding-bottom: 80px;
  }
  .kouji article .ttl_art {
    margin-bottom: 30px;
  }
  .kouji article p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .kouji article p.not {
    font-weight: bold;
  }
  .kouji article p.results {
    margin: 37px 0 22px;
  }
  .kouji article .table {
    padding: 8px 0;
  }
  .kouji article .table table {
    width: 100%;
    border: 1px solid #bebebe;
    border-collapse: collapse;
  }
  .kouji article .table table thead {
    background: #f3f3f3;
    text-align: center;
  }
  .kouji article .table table thead tr td {
    font-size: 1.4rem;
    line-height: 20px;
    padding: 6px 0;
  }
  .kouji article .table table tbody {
    background: #fff;
  }
  .kouji article .table table tbody tr td {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 17px 18px;
  }
  .kouji article .table table tr {
    border: 1px solid #bebebe;
  }
  .kouji article .table table tr td {
    border: 1px solid #bebebe;
    vertical-align: middle;
  }
  .kouji article .table table tr td:nth-of-type(1) {
    width: 229px;
  }
  .kouji article .table table tr td:nth-of-type(2) {
    width: 148px;
  }
  .kouji article .table table tr td:nth-of-type(3) {
    width: 343px;
  }
  .kouji article .table table tr td:nth-of-type(4) {
    width: 149px;
  }
  .kouji article .table table tr td:nth-of-type(5) {
    width: 70px;
  }
  .kouji article dl.contact dd {
    padding: 8px 20px 11px;
  }
  .kouji article dl.contact dd a {
    margin-left: 19px;
    margin-right: 0;
  }
  .kouji article .box:not(:last-of-type) {
    margin-bottom: 41px;
  }
  .kouji article .box .ttls {
    margin-bottom: 22px;
  }
  .monitoring .row {
    padding-bottom: 208px;
  }
  .monitoring article {
    margin-bottom: 77px;
  }
  .monitoring article a.line_pdf .pdf {
    width: 21px;
    height: 25px;
    -moz-background-size: contain;
         background-size: contain;
    vertical-align: middle;
  }
  .monitoring article p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin-top: 16px;
  }
  .nbt article .ttl_art small {
    font-size: 14px;
    padding-left: 10px;
  }
  .nbt article .link.l_nbt {
    border: none;
    margin-top: -20px;
  }
  .nbt article .link.lstnum {
    counter-reset: number;
  }
  .nbt article .link.lstnum li {
    padding-left: 37px;
    padding-right: 10px;
  }
  .nbt article .link.lstnum li:before {
    counter-increment: number;
    content: counter(number) ".";
    position: absolute;
    top: 15px;
    left: 6px;
    width: 34px;
    text-align: center;
  }
  .certificates p {
    font-size: 16px;
    line-height: 30px;
  }
  .certificates p > small {
    font-size: 14px;
    line-height: 24px;
  }
  .certificates p > i {
    font-style: normal;
    color: #f00000;
  }
  .certificates article .g_list {
    counter-reset: number;
  }
  .certificates article .g_list > dl + dl {
    margin-top: 30px;
  }
  .certificates article .g_list > dl > dt {
    font-size: 20px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 10px;
  }
  .certificates article .g_list > dl > dt:before {
    counter-increment: number;
    content: counter(number) ". ";
  }
  .certificates article .g_list > dl > dd .g_bl {
    margin-top: 30px;
  }
  .certificates article .g_list > dl > dd .g_bl h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .certificates article .g_list > dl > dd .g_bl h4 i {
    font-style: normal;
    color: #f00000;
    font-weight: 400;
  }
  .certificates article .g_list > dl > dd .g_bl .link {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table {
    border: 4px solid #dab1ac;
    padding: 10px 34px;
    width: 610px;
    margin: 10px 0;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table ul {
    font-size: 16px;
    line-height: 30px;
    color: #780e00;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table ul li {
    position: relative;
    padding-left: 14px;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table ul li:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #780e00;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .certificates article .g_list .g_table {
    margin-top: 50px;
  }
  .competitive .mb80 {
    margin-bottom: 80px;
  }
  .competitive article p {
    font-size: 16px;
    line-height: 30px;
  }
  .competitive article p > small {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    display: block;
  }
  .competitive article p.note {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .competitive article .g_lst_num {
    counter-reset: comp;
  }
  .competitive article .g_lst_num dl {
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
  }
  .competitive article .g_lst_num dl dt {
    padding-left: 30px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
  }
  .competitive article .g_lst_num dl dt:before {
    counter-increment: comp;
    content: counter(comp) ".";
    position: absolute;
    top: 0px;
    left: 12px;
    text-align: center;
  }
  .competitive article .g_lst_num dl dt:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #780e00;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .competitive article .g_lst_num dl dd {
    font-size: 16px;
    line-height: 30px;
    padding-left: 30px;
  }
  .competitive article .link {
    padding-left: 0;
  }
  .competitive article .link.nodot li:after {
    display: none;
  }
  .competitive article .link.nos {
    margin-top: 15px;
  }
  .competitive article .link.nos li + li {
    margin-top: 10px;
  }
  .competitive article .sec_item_acd + .sec_item_acd {
    margin-top: 5px;
  }
  .competitive article .sec_item_acd .link {
    margin-bottom: 25px;
  }
  .competitive article .sec_item_acd .link.l_nbt {
    border: none;
    margin-top: -14px;
  }
  .competitive article .sec_item_acd .acd_ct {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
  }
  .competitive article .sec_item_acd .acd_ct.open {
    max-height: 940px;
  }
  .competitive article .sec_item_acd .acd_ct .table {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .competitive article .sec_item_acd .g_ttl03.js_accordion {
    cursor: pointer;
    padding-left: 18px;
  }
  .competitive article .sec_item_acd .g_ttl03.js_accordion span {
    width: 60px;
    text-align: right;
    display: block;
    white-space: nowrap;
    letter-spacing: 0.075em;
  }
  .competitive article .g_bl + .g_bl {
    margin-top: 40px;
  }
  .competitive article .g_bl .link {
    margin-top: 0;
  }
  .competitive article .g_bl .g_table {
    margin-top: 20px;
  }
  .competitive article .g_table.g_table_long dl dt {
    width: 298px;
  }
  .competitive article .g_table.g_table_long dl dd {
    width: -webkit-calc(100% - 298px);
    width: -moz-calc(100% - 298px);
    width: calc(100% - 298px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  dl.contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #bebebe;
    margin-bottom: 1.85185vw;
  }
  dl.contact dt {
    width: 21.66667vw;
    background: #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #bebebe;
    font-size: 1.2963vw;
    line-height: 2.77778vw;
    letter-spacing: 0.09259vw;
    text-align: center;
  }
  dl.contact dd {
    width: -webkit-calc(100% - 21.66667vw);
    width: -moz-calc(100% - 21.66667vw);
    width: calc(100% - 21.66667vw);
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    padding: 1.38889vw 1.85185vw 0.92593vw;
  }
  dl.contact dd > span {
    display: block;
    line-height: 1.85185vw;
  }
  dl.contact dd p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.11111vw;
  }
  dl.contact dd p small {
    min-width: 3.33333vw;
    height: 1.57407vw;
    background: #780e00;
    font-size: 1.11111vw;
    line-height: 1.85185vw;
    color: #fff;
    text-align: center;
    padding: 0 0.37037vw;
    margin-right: 0.83333vw;
  }
  dl.contact dd p a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.48148vw;
    pointer-events: none;
  }
  dl.contact dd p span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  a.line_pdf {
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    color: #0099e8;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  a.line_pdf:hover {
    opacity: 0.7;
  }
  a.line_pdf:hover span {
    border: none;
  }
  a.line_pdf span {
    border-bottom: 1px solid #0099e8;
  }
  a.line_pdf .pdf {
    display: inline-block;
    width: 1.66667vw;
    line-height: 2.03704vw;
    background: url("/disclosure/img/pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin: 0 0.74074vw;
  }
  ul.link.b_dashed {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li {
    padding-top: 1.38889vw;
    padding-bottom: 1.38889vw;
    border-bottom: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li::after {
    top: 2.31481vw;
  }
  ul.link.col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
  ul.link.col li {
    width: -webkit-calc(50% - 1.85185vw);
    width: -moz-calc(50% - 1.85185vw);
    width: calc(50% - 1.85185vw);
  }
  ul.link.col li:nth-of-type(1), ul.link.col li:nth-of-type(2) {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.col li.full {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  ul.link.col li.full_b {
    width: 100%;
  }
  ul.link li {
    font-size: 1.48148vw;
    line-height: 2.59259vw;
    letter-spacing: 0.09259vw;
    padding-left: 1.2037vw;
    padding-right: 1.2037vw;
    position: relative;
  }
  ul.link li::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #780e00;
    position: absolute;
    top: 0.92593vw;
    left: 0;
  }
  ul.link li a {
    color: #0099e8;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  ul.link li a:hover {
    opacity: 0.7;
  }
  ul.link li a:hover span {
    border: none;
  }
  ul.link li a span {
    border-bottom: 1px solid #0099e8;
  }
  ul.link li a .pdf {
    display: inline-block;
    width: 1.66667vw;
    line-height: 2.03704vw;
    background: url("/disclosure/img/pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin-left: 1.01852vw;
  }
  ul.link li a ._blank {
    display: inline-block;
    width: 1.57407vw;
    line-height: 1.2037vw;
    background: url("/disclosure/img/_blank.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    vertical-align: middle;
    margin-left: 0.64815vw;
    margin-top: -0.18519vw;
  }
  .ttls {
    width: 100%;
    background: #f4eceb;
    font-weight: normal;
    font-size: 2.03704vw;
    line-height: 2.77778vw;
    color: #780e00;
    letter-spacing: 0.13889vw;
    position: relative;
    padding: 0.83333vw 1.11111vw;
    margin-bottom: 1.48148vw;
  }
  main .row {
    padding-top: 6.48148vw;
  }
  /* ----- end common ----- */
  .disclosure .row {
    padding-bottom: 4.62963vw;
  }
  .disclosure .dis_des {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    margin-bottom: 2.77778vw;
  }
  .disclosure article {
    margin-bottom: 7.5vw;
  }
  .disclosure article .box:not(:last-of-type) {
    margin-bottom: 4.62963vw;
  }
  .disclosure article .box p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.11111vw;
  }
  .disclosure article .box p a {
    color: #0099e8;
    border-bottom: 1px solid #0099e8;
    margin-left: 0.83333vw;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .disclosure article .box p a:hover {
    opacity: 0.7;
    border-bottom: none;
  }
  .disclosure article .box ul.link {
    margin-top: 1.01852vw;
  }
  .disclosure article .box ul.link li a.fbd {
    margin-left: 1.2963vw;
  }
  .disclosure article .box ul.link li a.nb span {
    letter-spacing: 0.12037vw;
    border-bottom: none;
  }
  .disclosure article .box ul.link li a.b_left {
    position: relative;
    margin-right: 2.22222vw;
  }
  .disclosure article .box ul.link li a.b_left::before {
    content: "";
    display: block;
    width: 1px;
    height: 1.2963vw;
    background: #0099e8;
    position: absolute;
    left: -0.55556vw;
    top: 0.27778vw;
  }
  .disclosure article .box ul.link li a.b_left small {
    margin-left: 0.55556vw;
  }
  .kouhyou {
    counter-reset: art;
  }
  .kouhyou .row {
    padding-bottom: 5.55556vw;
  }
  .kouhyou article {
    padding-top: 2.77778vw;
    margin-bottom: 3.7037vw;
  }
  .kouhyou article.tb_content {
    padding-top: 0;
  }
  .kouhyou article.tb_content .ttl_art {
    margin-bottom: 1.38889vw;
  }
  .kouhyou article.tb_content ul.link {
    counter-reset: li;
  }
  .kouhyou article.tb_content ul.link li {
    counter-increment: li;
    position: relative;
    line-height: 2.77778vw;
    padding: 0 3.98148vw;
    margin-bottom: 0.64815vw;
  }
  .kouhyou article.tb_content ul.link li::before {
    content: counter(li) ".";
    display: block;
    width: 2.77778vw;
    line-height: 2.77778vw;
    position: absolute;
    left: 1.2037vw;
    top: 0;
  }
  .kouhyou article.tb_content ul.link li a::before {
    left: -3.98148vw;
  }
  .kouhyou article.items {
    counter-increment: art;
  }
  .kouhyou article.items.pl45 .ttl_art {
    padding-left: 4.16667vw;
  }
  .kouhyou article.items .ttl_art {
    line-height: 3.33333vw;
    letter-spacing: 0.09259vw;
    padding-left: 2.77778vw;
    padding-bottom: 1.38889vw;
  }
  .kouhyou article.items .ttl_art::before {
    content: counter(art) ".";
    display: block;
    width: 4.16667vw;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .kouhyou article .block {
    padding: 0;
  }
  .kouhyou article .block .box:not(:last-of-type) {
    margin-bottom: 4.16667vw;
  }
  .kouhyou article .block .box ul.link li:not(:last-of-type) {
    margin-bottom: 0.92593vw;
  }
  .kouhyou article .block .box dl dt {
    font-size: 1.85185vw;
    line-height: 2.22222vw;
    letter-spacing: 0.09259vw;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 1.2037vw;
  }
  .kouhyou article .block .box dl dd {
    padding: 1.11111vw 0 3.7963vw;
  }
  .kouhyou article .block .box .depending {
    padding-top: 4.16667vw;
    margin-bottom: -3.24074vw;
  }
  .kouhyou article ul.policy li {
    margin-bottom: 0.83333vw;
  }
  .kouhyou article .criteria {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 5.55556vw;
       -moz-column-gap: 5.55556vw;
            column-gap: 5.55556vw;
    margin-bottom: -3.7037vw;
  }
  .kouhyou article .criteria dl {
    width: 44.44444vw;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
  }
  .corpotation .row {
    padding-bottom: 2.12963vw;
  }
  .corpotation article {
    margin-bottom: 6.94444vw;
  }
  .corpotation article .ttl_art {
    margin-bottom: 1.38889vw;
  }
  .corpotation article ul.link li:not(:last-of-type) {
    margin-bottom: 0.92593vw;
  }
  .duties .row {
    padding-bottom: 2.31481vw;
  }
  .duties p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.12963vw;
  }
  .duties article {
    margin-bottom: 7.40741vw;
  }
  .duties article.yearplan {
    padding: 6.94444vw 0 0;
  }
  .duties article .ttl_art {
    margin-bottom: 2.77778vw;
  }
  .duties article ul.link li {
    letter-spacing: 0.18519vw;
  }
  .duties article .block .box:not(:last-of-type) {
    margin-bottom: 4.62963vw;
  }
  .duties article .block .box > p {
    margin-bottom: 1.38889vw;
  }
  .duties article .block .box dl:not(:last-of-type) dd {
    padding-bottom: 2.77778vw;
  }
  .duties article .block .box dl dt {
    font-size: 1.85185vw;
    line-height: 2.22222vw;
    letter-spacing: 0.09259vw;
    padding-bottom: 1.11111vw;
  }
  .finance .row {
    padding-bottom: 5.55556vw;
  }
  .finance p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.12963vw;
  }
  .finance article {
    padding-top: 3.88889vw;
    padding-bottom: 3.42593vw;
  }
  .finance article .ttl_art {
    margin-bottom: 2.77778vw;
  }
  .finance article dl:last-of-type dd {
    padding-bottom: 0;
  }
  .finance article dl dt {
    font-size: 1.85185vw;
    line-height: 2.22222vw;
    letter-spacing: 1px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 1.11111vw;
  }
  .finance article dl dd {
    padding-top: 1.2963vw;
    padding-bottom: 2.40741vw;
  }
  .finance article dl dd ul.link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .finance article dl dd ul.link li:not(:last-of-type) {
    margin-right: 2.31481vw;
  }
  .kyoinyoseijyokyo {
    counter-reset: ttls;
  }
  .kyoinyoseijyokyo .row {
    padding-bottom: 9.25926vw;
  }
  .kyoinyoseijyokyo .box {
    counter-increment: ttls;
  }
  .kyoinyoseijyokyo .box:not(:last-of-type) {
    margin-bottom: 4.62963vw;
  }
  .kyoinyoseijyokyo .box .ttls {
    padding-left: 3.7037vw;
    margin-bottom: 1.85185vw;
  }
  .kyoinyoseijyokyo .box .ttls::before {
    content: counter(ttls) ".";
    display: block;
    width: 4.16667vw;
    text-align: right;
    position: absolute;
    left: -0.92593vw;
    top: 0.92593vw;
  }
  .daigakuhyoka article {
    margin-bottom: 8.33333vw;
  }
  .daigakuhyoka article .block {
    counter-reset: ttls;
    padding: 2.68519vw 0 0;
  }
  .daigakuhyoka article .block .box {
    counter-increment: ttls;
  }
  .daigakuhyoka article .block .box:not(:last-of-type) {
    margin-bottom: 4.62963vw;
  }
  .daigakuhyoka article .block .box .ttls {
    padding-left: 3.51852vw;
    margin-bottom: 1.94444vw;
  }
  .daigakuhyoka article .block .box .ttls::before {
    content: counter(ttls) ".";
    display: block;
    width: 4.16667vw;
    text-align: right;
    position: absolute;
    left: -0.92593vw;
    top: 0.92593vw;
  }
  .syokaigi .row {
    padding-bottom: 4.62963vw;
  }
  .syokaigi p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.12963vw;
  }
  .syokaigi ul.tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.46296vw 0 4.16667vw;
  }
  .syokaigi ul.tag li:not(:last-of-type) {
    margin-right: 1.38889vw;
    position: relative;
  }
  .syokaigi ul.tag li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 1px;
    height: 1.38889vw;
    background: #000;
    position: absolute;
    top: 50%;
    right: -0.64815vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .syokaigi ul.tag li a {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    color: #0099e8;
    letter-spacing: 0.18519vw;
    border-bottom: 1px solid #0099e8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .syokaigi ul.tag li a:hover {
    opacity: 0.7;
    border-bottom: none;
  }
  .syokaigi article {
    padding-top: 2.77778vw;
    margin-bottom: 4.62963vw;
  }
  .syokaigi article .ttl_art {
    margin-bottom: 4.62963vw;
  }
  .syokaigi article .ttls {
    margin-bottom: 1.85185vw;
  }
  .syokaigi article .box:not(:last-of-type) {
    margin-bottom: 4.62963vw;
  }
  .syokaigi article ul.link li a {
    letter-spacing: 0.27778vw;
  }
  .commission .row {
    padding-bottom: 1.85185vw;
  }
  .commission article {
    margin-bottom: 7.40741vw;
  }
  .kankyotorikumi .row {
    padding-bottom: 2.31481vw;
  }
  .kankyotorikumi .ttl_art {
    margin-bottom: 4.62963vw;
  }
  .kankyotorikumi p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.11111vw;
  }
  .kankyotorikumi dl:not(:last-of-type) {
    margin-bottom: 4.16667vw;
  }
  .kankyotorikumi dl dt {
    font-size: 1.85185vw;
    line-height: 2.22222vw;
    letter-spacing: 1px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 1.11111vw;
  }
  .kankyotorikumi dl dd {
    padding-top: 0.92593vw;
  }
  .kankyotorikumi figure {
    border: 1px solid #bebebe;
  }
  .kankyotorikumi figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kankyotorikumi .img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.31481vw;
  }
  .kankyotorikumi .img .items {
    width: -webkit-calc(50% - 1.85185vw);
    width: -moz-calc(50% - 1.85185vw);
    width: calc(50% - 1.85185vw);
  }
  .kankyotorikumi .img .items.w_01 {
    width: 59.25926vw;
  }
  .kankyotorikumi .img .items.w_01 figure {
    height: 21.75926vw;
  }
  .kankyotorikumi .img .items.w_02 {
    width: 31.48148vw;
  }
  .kankyotorikumi .img .items.w_02 figure {
    height: 21.75926vw;
  }
  .kankyotorikumi .img .items figure {
    height: 24.07407vw;
  }
  .kankyotorikumi .img .items p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    font-size: 1.2963vw;
    line-height: 2.22222vw;
    margin-top: 0.92593vw;
  }
  .kankyotorikumi .performance {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.85185vw;
  }
  .kankyotorikumi .performance.mta {
    margin-top: -1.66667vw;
  }
  .kankyotorikumi .performance figure {
    width: 19.90741vw;
    height: 26.57407vw;
  }
  .kankyotorikumi .performance ul.link {
    width: -webkit-calc(100% - 19.90741vw);
    width: -moz-calc(100% - 19.90741vw);
    width: calc(100% - 19.90741vw);
    margin-left: 3.33333vw;
  }
  .kankyotorikumi .performance ul.link.col li {
    width: -webkit-calc(50% - 1.85185vw);
    width: -moz-calc(50% - 1.85185vw);
    width: calc(50% - 1.85185vw);
    padding-bottom: 1.2963vw;
  }
  .kankyotorikumi .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0.46296vw;
  }
  .kankyotorikumi .list a.items {
    width: 14.16667vw;
    margin-right: 1.85185vw;
    margin-bottom: 1.57407vw;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .kankyotorikumi .list a.items:nth-of-type(6n+6) {
    margin-right: 0;
  }
  .kankyotorikumi .list a.items:hover {
    opacity: 0.8;
  }
  .kankyotorikumi .list a.items:hover p span {
    border-bottom: none;
  }
  .kankyotorikumi .list a.items figure {
    height: 18.51852vw;
  }
  .kankyotorikumi .list a.items p {
    color: #0099e8;
    padding-top: 0.64815vw;
  }
  .kankyotorikumi .list a.items p span {
    border-bottom: 1px solid #0099e8;
  }
  .kankyotorikumi .list a.items p .pdf {
    display: inline-block;
    width: 1.66667vw;
    line-height: 2.03704vw;
    background: url("/disclosure/img/pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin-left: 1.01852vw;
  }
  .kankyotorikumi article {
    margin-bottom: 5.55556vw;
  }
  .kankyotorikumi article .block .box:not(:last-of-type) {
    margin-bottom: 4.62963vw;
  }
  .kankyotorikumi article .block .box .ttls {
    margin-bottom: 1.2963vw;
  }
  .kankyotorikumi article .block .box > p {
    margin-bottom: 3.7037vw;
  }
  .kankyotorikumi article .block .box > p.rg {
    text-align: right;
    margin-bottom: 1.2037vw;
  }
  .kankyotorikumi article .block .box ul.np {
    padding-bottom: 0.46296vw;
  }
  .kankyotorikumi article .block .box ul.np li {
    padding-left: 0;
  }
  .kankyotorikumi article .block .box ul.np li::after {
    display: none;
  }
  .compliance .row {
    padding-bottom: 5.09259vw;
  }
  .compliance .row > p {
    margin-bottom: 4.62963vw;
  }
  .compliance p {
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    letter-spacing: 0.11111vw;
    margin-bottom: 2.31481vw;
  }
  .compliance p.mb0 {
    margin-bottom: 0.55556vw;
  }
  .compliance article {
    margin-bottom: 5.09259vw;
  }
  .compliance article .ttl_art {
    letter-spacing: 0.09259vw;
    padding-bottom: 1.2963vw;
    margin-bottom: 1.38889vw;
  }
  .compliance article > dl {
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    padding-bottom: 1.38889vw;
  }
  .compliance article > dl dt {
    font-weight: bold;
    letter-spacing: 0.18519vw;
  }
  .compliance article > dl dd {
    letter-spacing: 0.12037vw;
  }
  .compliance article .block {
    padding: 1.66667vw 0 0;
  }
  .compliance article .block .box:not(:last-of-type) {
    margin-bottom: 5.55556vw;
  }
  .compliance article .block .box .ttls {
    margin-bottom: 1.11111vw;
  }
  .compliance article .block .box .box_ct {
    border: 1px solid #bebebe;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.92593vw 0 0;
  }
  .compliance article .block .box .box_ct .lf {
    width: 21.66667vw;
    background: #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #bebebe;
    font-size: 1.2963vw;
    line-height: 2.22222vw;
    letter-spacing: 0.09259vw;
  }
  .compliance article .block .box .box_ct .rg {
    width: -webkit-calc(100% - 21.66667vw);
    width: -moz-calc(100% - 21.66667vw);
    width: calc(100% - 21.66667vw);
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    padding: 1.2037vw 2.03704vw;
  }
  .compliance article .block .box .box_ct .rg .tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.85185vw;
    pointer-events: none;
  }
  .compliance article .block .box .box_ct .rg .tag small {
    min-width: 3.33333vw;
    height: 1.57407vw;
    background: #780e00;
    font-size: 1.11111vw;
    line-height: 1.85185vw;
    color: #fff;
    text-align: center;
    padding: 0 0.46296vw;
    margin-right: 0.92593vw;
  }
  .compliance article .block .box .box_ct .rg p {
    margin-bottom: -0.27778vw;
  }
  .compliance article .block .box .box_ct .rg p.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .compliance article .block .box .note {
    font-size: 100%;
    margin-left: 0.92593vw;
    letter-spacing: 0.18519vw;
  }
  .public_research .row {
    padding-bottom: 2.31481vw;
  }
  .public_research .row > p {
    margin-bottom: 6.57407vw;
  }
  .public_research p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.09259vw;
  }
  .public_research article {
    margin-bottom: 6.48148vw;
  }
  .public_research article .ttl_art {
    margin-bottom: 2.22222vw;
  }
  .public_research article p.rg {
    text-align: right;
  }
  .public_research article p.note {
    margin: 1.38889vw 0 0.46296vw;
  }
  .public_research article ul.nb {
    padding: 2.77778vw 0 2.77778vw 2.12963vw;
    counter-reset: li;
  }
  .public_research article ul.nb li {
    counter-increment: li;
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    position: relative;
  }
  .public_research article ul.nb li::before {
    content: counter(li) ".";
    width: 3.24074vw;
    text-align: right;
    position: absolute;
    top: 0;
    left: -3.7037vw;
  }
  .public_research article dl.ques_a {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.09259vw;
  }
  .public_research article dl.ques_a:not(:last-of-type) {
    margin-bottom: 1.38889vw;
  }
  .public_research article dl.ques_a.first {
    padding-top: 1.85185vw;
  }
  .public_research article dl.ques_a dt {
    font-weight: bold;
  }
  .public_research article dl.ques_a dd ul.link {
    padding-top: 0.55556vw;
  }
  .public_research article ul.link.pd {
    padding: 1.38889vw 0 1.85185vw;
  }
  .public_research article ul.link.ma9 {
    margin-top: -0.92593vw;
  }
  .public_research article ul.link.pd0 {
    padding: 1.38889vw 0 0;
  }
  .public_research article ul.link li {
    margin-bottom: 0.74074vw;
  }
  .public_research article .pt {
    margin-top: 1.11111vw;
  }
  .public_research article .mt22 {
    margin-top: 2.03704vw;
  }
  .public_research article .block {
    padding: 0.74074vw 0 0;
  }
  .public_research article .block .box:not(:last-of-type) {
    margin-bottom: 4.16667vw;
  }
  .homecomingday .row {
    padding-bottom: 9.25926vw;
  }
  .homecomingday article .ttl_art {
    letter-spacing: 0;
    margin-bottom: 1.11111vw;
  }
  .homecomingday article p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .homecomingday article p.mb42 {
    margin-bottom: 3.88889vw;
  }
  .homecomingday article .ttls {
    margin-bottom: 2.77778vw;
  }
  .homecomingday article ul.b_dashed li {
    padding-bottom: 1.2963vw;
  }
  .homecomingday article .top {
    padding-bottom: 2.77778vw;
  }
  .homecomingday article .top p {
    font-weight: bold;
    letter-spacing: 0.12037vw;
  }
  .homecomingday article .top ul.finished {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.38889vw 12.5vw 0;
  }
  .homecomingday article .top ul.finished li {
    width: 33.33333vw;
    margin-bottom: 1.85185vw;
  }
  .homecomingday article .top ul.finished li img {
    display: block;
    width: 100%;
    height: 23.14815vw;
    object-fit: cover;
  }
  .homecomingday article .top ul.finished li span {
    display: block;
    font-size: 1.2963vw;
    line-height: 3.14815vw;
    text-align: center;
  }
  .homecomingday article .top ul.link {
    margin-bottom: 1.85185vw;
  }
  .homecomingday article .top > dl {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    margin-bottom: 1.38889vw;
  }
  .homecomingday article .top > dl dt {
    font-weight: bold;
  }
  .homecomingday article .box:not(:last-of-type) {
    margin-bottom: 3.7037vw;
  }
  .homecomingday article .box .ttls {
    margin-bottom: 2.31481vw;
  }
  .homecomingday article .box .ct {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homecomingday article .box .ct .txt {
    width: -webkit-calc(100% - 35.18519vw);
    width: -moz-calc(100% - 35.18519vw);
    width: calc(100% - 35.18519vw);
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    margin-top: -0.83333vw;
  }
  .homecomingday article .box .ct .txt.full {
    width: 100%;
  }
  .homecomingday article .box .ct .txt dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homecomingday article .box .ct .txt dl.inline {
    display: block;
    overflow: hidden;
  }
  .homecomingday article .box .ct .txt dl.inline dt {
    width: auto;
    float: left;
    letter-spacing: 0.09259vw;
    margin-right: 0.46296vw;
  }
  .homecomingday article .box .ct .txt dl.inline dd {
    width: auto;
    float: left;
  }
  .homecomingday article .box .ct .txt dl dt {
    width: 7.87037vw;
  }
  .homecomingday article .box .ct .txt dl dd {
    width: -webkit-calc(100% - 7.87037vw);
    width: -moz-calc(100% - 7.87037vw);
    width: calc(100% - 7.87037vw);
  }
  .homecomingday article .box .ct figure {
    width: 35.18519vw;
    text-align: center;
  }
  .homecomingday article .box .ct figure img {
    max-width: 100%;
  }
  .taroom .row {
    padding-bottom: 6.01852vw;
  }
  .taroom .top .banner {
    margin-bottom: 3.7037vw;
  }
  .taroom .top .banner img {
    width: 100%;
  }
  .taroom .top .block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.62963vw;
  }
  .taroom .top .block .lf {
    width: 45.37037vw;
  }
  .taroom .top .block .lf .door ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .taroom .top .block .lf .door ul li {
    width: 9.25926vw;
    margin-right: 2.77778vw;
  }
  .taroom .top .block .lf .door ul li:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .taroom .top .block .lf .door ul li a {
    display: block;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .taroom .top .block .lf .door ul li a:hover {
    opacity: 0.7;
  }
  .taroom .top .block .lf .door ul li a img {
    display: block;
    width: 100%;
  }
  .taroom .top .block .lf .door p {
    font-size: 1.48148vw;
    line-height: 2.03704vw;
    letter-spacing: 0.21296vw;
    text-align: center;
    padding: 1.94444vw 0 2.40741vw;
  }
  .taroom .top .block .lf figure img {
    max-width: 100%;
  }
  .taroom .top .block .rg {
    width: -webkit-calc(100% - 48.7037vw);
    width: -moz-calc(100% - 48.7037vw);
    width: calc(100% - 48.7037vw);
    height: 53.24074vw;
    overflow: hidden;
  }
  .taroom .top .block .rg iframe {
    height: 53.24074vw !important;
    overflow: hidden;
    overflow-y: auto;
  }
  .taroom article {
    padding-top: 2.77778vw;
    margin-bottom: 3.98148vw;
  }
  .taroom article .tv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .taroom article .tv .box {
    width: 33.7963vw;
    text-align: center;
    margin-right: 2.77778vw;
  }
  .taroom article .tv .box.box_03 {
    width: 20.83333vw;
    padding-top: 0.55556vw;
    margin-left: 0.46296vw;
  }
  .taroom article .tv .box:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .taroom article .tv .box iframe {
    width: 100%;
    height: 20.37037vw;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
  }
  .taroom article .tv .box img {
    max-width: 100%;
  }
  .taroom article .tv .box p {
    font-size: 1.2963vw;
    line-height: 2.03704vw;
    letter-spacing: 0.18519vw;
    padding-top: 0.92593vw;
  }
  .taroom article figure {
    text-align: center;
    padding-top: 0.92593vw;
  }
  .taroom article figure img {
    width: 68.51852vw;
    display: block;
    margin: 0 auto;
  }
  .kouji .row {
    padding-bottom: 7.40741vw;
  }
  .kouji article .ttl_art {
    margin-bottom: 2.77778vw;
  }
  .kouji article p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.09259vw;
  }
  .kouji article p.not {
    font-weight: bold;
  }
  .kouji article p.results {
    margin: 3.42593vw 0 2.03704vw;
  }
  .kouji article .table {
    padding: 0.74074vw 0;
  }
  .kouji article .table table {
    width: 100%;
    border: 1px solid #bebebe;
    border-collapse: collapse;
  }
  .kouji article .table table thead {
    background: #f3f3f3;
    text-align: center;
  }
  .kouji article .table table thead tr td {
    font-size: 1.2963vw;
    line-height: 1.85185vw;
    padding: 0.55556vw 0;
  }
  .kouji article .table table tbody {
    background: #fff;
  }
  .kouji article .table table tbody tr td {
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    padding: 1.57407vw 1.66667vw;
  }
  .kouji article .table table tr {
    border: 1px solid #bebebe;
  }
  .kouji article .table table tr td {
    border: 1px solid #bebebe;
    vertical-align: middle;
  }
  .kouji article .table table tr td:nth-of-type(1) {
    width: 22.96296vw;
  }
  .kouji article .table table tr td:nth-of-type(2) {
    width: 14.81481vw;
  }
  .kouji article .table table tr td:nth-of-type(3) {
    width: 34.44444vw;
  }
  .kouji article .table table tr td:nth-of-type(4) {
    width: 15vw;
  }
  .kouji article .table table tr td:nth-of-type(5) {
    width: 7.12963vw;
  }
  .kouji article dl.contact dd {
    padding: 0.92593vw 1.85185vw;
  }
  .kouji article dl.contact dd a {
    margin-left: 1.75926vw;
    margin-right: 0;
  }
  .kouji article .box:not(:last-of-type) {
    margin-bottom: 3.7037vw;
  }
  .kouji article .box .ttls {
    margin-bottom: 2.03704vw;
  }
  .monitoring .row {
    padding-bottom: 18.51852vw;
  }
  .monitoring article {
    margin-bottom: 7.12963vw;
  }
  .monitoring article p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.11111vw;
    margin-top: 1.48148vw;
  }
  .nbt article .ttl_art small {
    font-size: 1.2963vw;
    padding-left: 0.92593vw;
  }
  .nbt .link.l_nbt {
    border: none;
    margin-top: -1.85185vw;
  }
  .nbt .link.lstnum {
    counter-reset: number;
  }
  .nbt .link.lstnum li {
    padding-left: 4.16667vw;
    padding-right: 0.92593vw;
  }
  .nbt .link.lstnum li:before {
    counter-increment: number;
    content: counter(number) ".";
    position: absolute;
    top: 1.38889vw;
    left: 0.83333vw;
    width: 2.31481vw;
    text-align: center;
  }
  .certificates p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .certificates p > small {
    font-size: 1.2963vw;
    line-height: 2.22222vw;
  }
  .certificates p > i {
    font-style: normal;
    color: #f00000;
  }
  .certificates article .g_list {
    counter-reset: number;
  }
  .certificates article .g_list > dl + dl {
    margin-top: 2.77778vw;
  }
  .certificates article .g_list > dl > dt {
    font-size: 1.85185vw;
    line-height: 4.62963vw;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 0.92593vw;
  }
  .certificates article .g_list > dl > dt:before {
    counter-increment: number;
    content: counter(number) ". ";
  }
  .certificates article .g_list > dl > dd .g_bl {
    margin-top: 2.77778vw;
  }
  .certificates article .g_list > dl > dd .g_bl h4 {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .certificates article .g_list > dl > dd .g_bl h4 i {
    font-style: normal;
    color: #f00000;
  }
  .certificates article .g_list > dl > dd .g_bl .link {
    margin-top: 0.46296vw;
    margin-bottom: 1.85185vw;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table {
    border: 0.37037vw solid #dab1ac;
    padding: 0.92593vw 3.14815vw;
    width: 56.48148vw;
    margin: 0.92593vw 0;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table ul {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    color: #780e00;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table ul li {
    position: relative;
    padding-left: 1.2963vw;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table ul li:after {
    content: "";
    display: block;
    width: 0.46296vw;
    height: 0.46296vw;
    background: #780e00;
    position: absolute;
    top: 1.11111vw;
    left: 0;
  }
  .certificates article .g_list .g_table {
    margin-top: 4.62963vw;
  }
  .competitive .mb80 {
    margin-bottom: 7.40741vw;
  }
  .competitive article p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .competitive article p > small {
    font-size: 1.2963vw;
    line-height: 2.22222vw;
    margin-top: 0.92593vw;
    display: block;
  }
  .competitive article p.note {
    margin-top: 3.7037vw;
    margin-bottom: 1.85185vw;
  }
  .competitive article .g_lst_num {
    counter-reset: comp;
  }
  .competitive article .g_lst_num dl {
    padding: 1.38889vw 0;
    border-bottom: 1px dashed #dcdcdc;
  }
  .competitive article .g_lst_num dl dt {
    padding-left: 2.77778vw;
    padding-right: 0.92593vw;
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    font-weight: bold;
    position: relative;
  }
  .competitive article .g_lst_num dl dt:before {
    counter-increment: comp;
    content: counter(comp) ".";
    position: absolute;
    top: 0vw;
    left: 1.11111vw;
    text-align: center;
  }
  .competitive article .g_lst_num dl dt:after {
    content: "";
    display: block;
    width: 0.46296vw;
    height: 0.46296vw;
    background: #780e00;
    position: absolute;
    top: 1.11111vw;
    left: 0;
  }
  .competitive article .g_lst_num dl dd {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    padding-left: 2.77778vw;
  }
  .competitive article .link.nodot {
    padding-left: 0;
  }
  .competitive article .link.nodot li:after {
    display: none;
  }
  .competitive article .link.nos {
    margin-top: 1.38889vw;
  }
  .competitive article .link.nos li + li {
    margin-top: 0.92593vw;
  }
  .competitive article .sec_item_acd + .sec_item_acd {
    margin-top: 0.46296vw;
  }
  .competitive article .sec_item_acd .link {
    margin-bottom: 2.77778vw;
  }
  .competitive article .sec_item_acd .link.l_nbt {
    border: none;
    margin-top: -1.2963vw;
  }
  .competitive article .sec_item_acd .acd_ct {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
  }
  .competitive article .sec_item_acd .acd_ct .table {
    margin-top: 1.85185vw;
    margin-bottom: 2.77778vw;
  }
  .competitive article .sec_item_acd .acd_ct.open {
    max-height: 122.39583vw;
  }
  .competitive article .sec_item_acd .g_ttl03.js_accordion {
    cursor: pointer;
    padding-left: 1.66667vw;
  }
  .competitive article .sec_item_acd .g_ttl03.js_accordion span {
    width: 5.55556vw;
    text-align: right;
    display: block;
    white-space: nowrap;
    letter-spacing: 0.075em;
  }
  .competitive article .g_bl + .g_bl {
    margin-top: 3.7037vw;
  }
  .competitive article .g_bl .link {
    margin-top: 0;
  }
  .competitive article .g_bl .g_table {
    margin-top: 1.85185vw;
  }
  .competitive article .g_table.g_table_long dl dt {
    width: 27.59259vw;
  }
  .competitive article .g_table.g_table_long dl dd {
    width: -webkit-calc(100% - 27.59259vw);
    width: -moz-calc(100% - 27.59259vw);
    width: calc(100% - 27.59259vw);
  }
}

@media screen and (max-width: 767px) {
  dl.contact {
    border: 1px solid #bebebe;
    margin-bottom: 3.90625vw;
  }
  dl.contact dt {
    background: #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: 0.13021vw;
    border-bottom: 1px solid #bebebe;
    padding: 2.60417vw 0;
    text-align: center;
  }
  dl.contact dt br {
    display: none;
  }
  dl.contact dd {
    font-size: 3.125vw;
    line-height: 4.42708vw;
    padding: 3.25521vw 1.30208vw;
  }
  dl.contact dd > span {
    display: block;
    line-height: 1;
    margin-bottom: 1.30208vw;
  }
  dl.contact dd p {
    letter-spacing: 0.16927vw;
  }
  dl.contact dd p small {
    min-width: 13.02083vw;
    height: 4.6875vw;
    background: #780e00;
    font-size: 2.60417vw;
    line-height: 4.94792vw;
    color: #fff;
    text-align: center;
    margin-right: 2.60417vw;
  }
  dl.contact dd p a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.30208vw;
  }
  dl.contact dd p span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.30208vw;
  }
  a.line_pdf {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    color: #0099e8;
  }
  a.line_pdf span {
    border-bottom: 1px solid #0099e8;
  }
  a.line_pdf .pdf {
    display: inline-block;
    width: 2.86458vw;
    line-height: 3.38542vw;
    background: url("/disclosure/img/pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin: 0 1.95313vw;
  }
  ul.link.b_dashed {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
    border-bottom: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li:not(:last-of-type) {
    margin-bottom: 0;
  }
  ul.link.b_dashed li::after {
    top: -webkit-calc(6.11979vw - 2.5px);
    top: -moz-calc(6.11979vw - 2.5px);
    top: calc(6.11979vw - 2.5px);
  }
  ul.link.col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
  ul.link.col li {
    width: -webkit-calc(50% - 2.60417vw);
    width: -moz-calc(50% - 2.60417vw);
    width: calc(50% - 2.60417vw);
  }
  ul.link.col li:nth-of-type(1), ul.link.col li:nth-of-type(2) {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.col li.full {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  ul.link.col li.full_b {
    width: 100%;
  }
  ul.link.col li a {
    display: block;
  }
  ul.link li {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.03906vw;
    padding-left: 3.25521vw;
    position: relative;
  }
  ul.link li:not(:last-of-type) {
    margin-bottom: 1.95313vw;
  }
  ul.link li::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #780e00;
    position: absolute;
    top: -webkit-calc(2.08333vw - 2.5px);
    top: -moz-calc(2.08333vw - 2.5px);
    top: calc(2.08333vw - 2.5px);
    left: 0;
  }
  ul.link li a {
    color: #0099e8;
  }
  ul.link li a span {
    border-bottom: 1px solid #0099e8;
  }
  ul.link li a .pdf {
    display: inline-block;
    width: 2.86458vw;
    line-height: 3.38542vw;
    background: url("/disclosure/img/pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin-left: 2.60417vw;
  }
  ul.link li a ._blank {
    display: inline-block;
    width: 2.60417vw;
    line-height: 1.95313vw;
    background: url("/disclosure/img/_blank.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    vertical-align: middle;
    margin-left: 1.95313vw;
    margin-top: -0.52083vw;
  }
  .ttls {
    width: 100%;
    background: #f4eceb;
    font-weight: normal;
    font-size: 3.90625vw;
    line-height: 5.20833vw;
    color: #780e00;
    padding: 2.60417vw;
    margin-bottom: 2.60417vw;
  }
  main .row {
    padding-top: 9.11458vw;
    padding-bottom: 7.8125vw;
  }
  /* ----- end common ----- */
  .disclosure .dis_des {
    font-size: 3.38542vw;
    line-height: 5.98958vw;
    letter-spacing: 0.15625vw;
    margin-bottom: 5.20833vw;
  }
  .disclosure article {
    margin-bottom: 10.41667vw;
  }
  .disclosure article .box:not(:last-of-type) {
    margin-bottom: 6.51042vw;
  }
  .disclosure article .box p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.15625vw;
  }
  .disclosure article .box p a {
    color: #0099e8;
    border-bottom: 1px solid #0099e8;
    margin-left: 1.95313vw;
  }
  .disclosure article .box ul.link {
    margin-top: 2.60417vw;
  }
  .disclosure article .box ul.link li a.nb span {
    border-bottom: none;
  }
  .disclosure article .box ul.link li a.b_left {
    position: relative;
    margin-left: 3.25521vw;
    margin-right: 3.25521vw;
  }
  .disclosure article .box ul.link li a.b_left::before {
    content: "";
    display: block;
    width: 1px;
    height: 2.60417vw;
    background: #0099e8;
    position: absolute;
    left: -1.95313vw;
    top: 0.91146vw;
  }
  .disclosure article .box ul.link li a.b_left small {
    margin-left: 1.95313vw;
  }
  .kouhyou article {
    padding-top: 6.51042vw;
    margin-bottom: 6.51042vw;
  }
  .kouhyou article.tb_content {
    padding-top: 0;
  }
  .kouhyou article.tb_content ul.link {
    counter-reset: li;
  }
  .kouhyou article.tb_content ul.link li {
    counter-increment: li;
    position: relative;
    padding: 0 3.90625vw 0 9.11458vw;
  }
  .kouhyou article.tb_content ul.link li::before {
    content: counter(li) ".";
    display: block;
    width: 5.85938vw;
    line-height: 4.6875vw;
    letter-spacing: 0;
    position: absolute;
    left: 2.60417vw;
    top: 0;
  }
  .kouhyou article.tb_content ul.link li a::before {
    left: -9.11458vw;
  }
  .kouhyou article.items {
    counter-increment: art;
  }
  .kouhyou article.items.pl45 .ttl_art {
    padding-left: 8.46354vw;
  }
  .kouhyou article.items .ttl_art {
    padding-left: 5.85938vw;
  }
  .kouhyou article.items .ttl_art::before {
    content: counter(art) ".";
    display: block;
    width: 7.8125vw;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .kouhyou article .block .box:not(:last-of-type) {
    margin-bottom: 6.51042vw;
  }
  .kouhyou article .block .box dl:last-of-type dd {
    padding-bottom: 0;
  }
  .kouhyou article .block .box dl dt {
    font-size: 4.55729vw;
    line-height: 1.5;
    letter-spacing: 0.13021vw;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 1.95313vw;
  }
  .kouhyou article .block .box dl dd {
    padding: 2.60417vw 0 5.20833vw;
  }
  .kouhyou article .block .box .depending {
    padding-top: 5.85938vw;
  }
  .corpotation .gr_ttl_ctn .ttl {
    line-height: 6.77083vw;
  }
  .corpotation article {
    margin-bottom: 9.76563vw;
  }
  .duties p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.19531vw;
  }
  .duties article {
    margin-bottom: 10.41667vw;
  }
  .duties article.yearplan {
    padding: 9.76563vw 0 0;
  }
  .duties article .block .box:not(:last-of-type) {
    margin-bottom: 7.8125vw;
  }
  .duties article .block .box > p {
    margin-bottom: 3.90625vw;
  }
  .duties article .block .box dl:not(:last-of-type) dd {
    padding-bottom: 5.20833vw;
  }
  .duties article .block .box dl dt {
    font-size: 4.55729vw;
    line-height: 1.5;
    letter-spacing: 0.13021vw;
    padding-bottom: 1.95313vw;
  }
  .finance p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.19531vw;
  }
  .finance article {
    padding-top: 5.85938vw;
    padding-bottom: 4.55729vw;
  }
  .finance article dl:last-of-type dd {
    padding-bottom: 0;
  }
  .finance article dl dt {
    font-size: 4.55729vw;
    line-height: 1.5;
    letter-spacing: 0.13021vw;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 1.95313vw;
  }
  .finance article dl dd {
    padding-top: 2.60417vw;
    padding-bottom: 4.55729vw;
  }
  .finance article dl dd ul.link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .finance article dl dd ul.link li {
    width: -webkit-calc(50% - 2.60417vw);
    width: -moz-calc(50% - 2.60417vw);
    width: calc(50% - 2.60417vw);
  }
  .kyoinyoseijyokyo {
    counter-reset: ttls;
  }
  .kyoinyoseijyokyo .box {
    counter-increment: ttls;
  }
  .kyoinyoseijyokyo .box:not(:last-of-type) {
    margin-bottom: 6.51042vw;
  }
  .kyoinyoseijyokyo .box .ttls {
    position: relative;
    padding-left: 6.51042vw;
  }
  .kyoinyoseijyokyo .box .ttls::before {
    content: counter(ttls) ".";
    display: block;
    width: 6.51042vw;
    text-align: right;
    position: absolute;
    left: -0.65104vw;
    top: 2.60417vw;
  }
  .daigakuhyoka article {
    margin-bottom: 11.71875vw;
  }
  .daigakuhyoka article .block {
    counter-reset: ttls;
    padding: 5.20833vw 0 0;
  }
  .daigakuhyoka article .block .box {
    counter-increment: ttls;
  }
  .daigakuhyoka article .block .box:not(:last-of-type) {
    margin-bottom: 6.51042vw;
  }
  .daigakuhyoka article .block .box .ttls {
    position: relative;
    padding-left: 6.51042vw;
  }
  .daigakuhyoka article .block .box .ttls::before {
    content: counter(ttls) ".";
    display: block;
    width: 6.51042vw;
    text-align: right;
    position: absolute;
    left: -0.65104vw;
    top: 2.60417vw;
  }
  .daigakuhyoka article ul.link.col li {
    width: 100%;
  }
  .daigakuhyoka article ul.link.col li:nth-of-type(2) {
    border-top: none;
  }
  .daigakuhyoka article ul.link li a {
    letter-spacing: 0.26042vw;
  }
  .syokaigi .gr_ttl_ctn .ttl {
    line-height: 6.77083vw;
  }
  .syokaigi p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.19531vw;
  }
  .syokaigi ul.tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.95313vw 0 6.51042vw;
  }
  .syokaigi ul.tag li {
    margin-bottom: 1.30208vw;
    margin-right: 3.25521vw;
    position: relative;
  }
  .syokaigi ul.tag li::after {
    content: "";
    display: block;
    width: 1px;
    height: 3.25521vw;
    background: #000;
    position: absolute;
    top: 50%;
    right: -1.5625vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .syokaigi ul.tag li a {
    font-size: 3.125vw;
    line-height: 3.90625vw;
    color: #0099e8;
    letter-spacing: 0.26042vw;
    border-bottom: 1px solid #0099e8;
  }
  .syokaigi article {
    padding-top: 3.90625vw;
    margin-bottom: 7.8125vw;
  }
  .syokaigi article .ttl_art {
    margin-bottom: 6.51042vw;
  }
  .syokaigi article .ttls {
    margin-bottom: 3.90625vw;
  }
  .syokaigi article .box:not(:last-of-type) {
    margin-bottom: 6.51042vw;
  }
  .syokaigi article ul.col li {
    width: 100%;
  }
  .syokaigi article ul.col li:nth-of-type(2) {
    border-top: none;
  }
  .syokaigi article ul.col li a {
    letter-spacing: 0.39063vw;
  }
  .commission article {
    margin-bottom: 10.41667vw;
  }
  .kankyotorikumi .gr_ttl_ctn .ttl {
    font-size: 7.8125vw;
  }
  .kankyotorikumi p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.19531vw;
  }
  .kankyotorikumi dl:not(:last-of-type) {
    margin-bottom: 5.85938vw;
  }
  .kankyotorikumi dl dt {
    font-size: 4.55729vw;
    line-height: 1.5;
    letter-spacing: 0.13021vw;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 1.95313vw;
  }
  .kankyotorikumi dl dd {
    padding-top: 2.60417vw;
  }
  .kankyotorikumi figure {
    border: 1px solid #bebebe;
  }
  .kankyotorikumi figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kankyotorikumi .img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.90625vw;
  }
  .kankyotorikumi .img .items {
    width: -webkit-calc(50% - 1.30208vw);
    width: -moz-calc(50% - 1.30208vw);
    width: calc(50% - 1.30208vw);
  }
  .kankyotorikumi .img .items.w_01 {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
  .kankyotorikumi .img .items.w_01 figure {
    height: 32.55208vw;
  }
  .kankyotorikumi .img .items figure {
    height: 31.25vw;
  }
  .kankyotorikumi .img .items p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    font-size: 2.60417vw;
    line-height: 3.90625vw;
    margin-top: 1.95313vw;
  }
  .kankyotorikumi .performance {
    margin-top: 4.55729vw;
  }
  .kankyotorikumi .performance.mta {
    margin-top: -2.60417vw;
  }
  .kankyotorikumi .performance.mta ul.link li {
    letter-spacing: 0.26042vw;
  }
  .kankyotorikumi .performance figure {
    width: 31.25vw;
    height: 37.76042vw;
    margin: 0 auto 3.90625vw;
  }
  .kankyotorikumi .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 1.30208vw;
    margin-bottom: -3.25521vw;
  }
  .kankyotorikumi .list a.items {
    width: -webkit-calc(25% - 2.60417vw);
    width: -moz-calc(25% - 2.60417vw);
    width: calc(25% - 2.60417vw);
    margin-right: 3.38542vw;
    margin-bottom: 3.25521vw;
  }
  .kankyotorikumi .list a.items:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .kankyotorikumi .list a.items figure {
    height: 26.04167vw;
  }
  .kankyotorikumi .list a.items p {
    font-size: 2.86458vw;
    color: #0099e8;
    letter-spacing: 0;
    padding-top: 1.30208vw;
  }
  .kankyotorikumi .list a.items p span {
    border-bottom: 1px solid #0099e8;
  }
  .kankyotorikumi .list a.items p .pdf {
    display: inline-block;
    width: 2.86458vw;
    line-height: 3.38542vw;
    background: url("/disclosure/img/pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin-left: 2.60417vw;
  }
  .kankyotorikumi article {
    margin-bottom: 7.8125vw;
  }
  .kankyotorikumi article .block .box:not(:last-of-type) {
    margin-bottom: 6.51042vw;
  }
  .kankyotorikumi article .block .box > p {
    margin-bottom: 5.20833vw;
  }
  .kankyotorikumi article .block .box > p.rg {
    text-align: right;
    margin-bottom: 1.95313vw;
  }
  .kankyotorikumi article .block .box ul.np {
    padding-bottom: 1.30208vw;
  }
  .kankyotorikumi article .block .box ul.np li {
    padding-left: 0;
  }
  .kankyotorikumi article .block .box ul.np li::after {
    display: none;
  }
  .compliance .row > p {
    margin-bottom: 6.51042vw;
  }
  .compliance p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.15625vw;
    margin-bottom: 3.90625vw;
  }
  .compliance p.mb0 {
    margin-bottom: 1.30208vw;
  }
  .compliance article {
    margin-bottom: 7.8125vw;
  }
  .compliance article > dl {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    padding-bottom: 3.90625vw;
  }
  .compliance article > dl dt {
    font-weight: bold;
    letter-spacing: 0.26042vw;
  }
  .compliance article > dl dd {
    letter-spacing: 0.19531vw;
  }
  .compliance article .block {
    padding: 3.90625vw 0 0;
  }
  .compliance article .block .box:not(:last-of-type) {
    margin-bottom: 7.8125vw;
  }
  .compliance article .block .box .box_ct {
    border: 1px solid #bebebe;
  }
  .compliance article .block .box .box_ct .lf {
    background: #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: 0.13021vw;
    border-bottom: 1px solid #bebebe;
    padding: 2.60417vw 0;
  }
  .compliance article .block .box .box_ct .rg {
    font-size: 3.125vw;
    line-height: 4.42708vw;
    padding: 3.25521vw 2.60417vw;
  }
  .compliance article .block .box .box_ct .rg .tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.30208vw;
  }
  .compliance article .block .box .box_ct .rg .tag small {
    min-width: 13.02083vw;
    height: 4.6875vw;
    background: #780e00;
    font-size: 2.60417vw;
    line-height: 4.94792vw;
    color: #fff;
    text-align: center;
    margin-right: 1.30208vw;
  }
  .compliance article .block .box .box_ct .rg p {
    margin: 1.95313vw 0 0;
  }
  .compliance article .block .box .box_ct .rg p.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .compliance article .block .box .note {
    display: block;
    font-size: 100%;
    margin-top: 0.65104vw;
  }
  .public_research .gr_ttl_ctn .ttl {
    line-height: 6.77083vw;
  }
  .public_research .row > p {
    margin-bottom: 9.11458vw;
  }
  .public_research p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.13021vw;
  }
  .public_research article {
    margin-bottom: 9.76563vw;
  }
  .public_research article p.rg {
    text-align: right;
  }
  .public_research article p.note {
    margin: 3.90625vw 0 1.30208vw;
  }
  .public_research article ul.nb {
    padding: 5.20833vw 0 5.20833vw 5.85938vw;
    counter-reset: li;
  }
  .public_research article ul.nb li {
    counter-increment: li;
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    position: relative;
  }
  .public_research article ul.nb li::before {
    content: counter(li) ".";
    width: 5.20833vw;
    text-align: right;
    position: absolute;
    top: 0;
    left: -7.16146vw;
  }
  .public_research article dl.ques_a {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.13021vw;
  }
  .public_research article dl.ques_a:not(:last-of-type) {
    margin-bottom: 3.90625vw;
  }
  .public_research article dl.ques_a.first {
    padding-top: 4.55729vw;
  }
  .public_research article dl.ques_a dt {
    font-weight: bold;
  }
  .public_research article dl.ques_a dd {
    padding-top: 1.30208vw;
  }
  .public_research article ul.link.pd {
    padding: 2.60417vw 0 4.55729vw;
  }
  .public_research article ul.link.ma9 {
    margin-top: -1.30208vw;
  }
  .public_research article ul.link.pd0 {
    padding: 2.60417vw 0 0;
  }
  .public_research article .pt {
    margin-top: 2.60417vw;
  }
  .public_research article .mt22 {
    margin-top: 4.55729vw;
  }
  .public_research article .block .box:not(:last-of-type) {
    margin-bottom: 6.51042vw;
  }
  .homecomingday {
    padding-bottom: 5.20833vw;
  }
  .homecomingday article p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
  }
  .homecomingday article p.mb42 {
    margin-bottom: 6.51042vw;
  }
  .homecomingday article .ttls {
    margin-bottom: 5.20833vw;
  }
  .homecomingday article .top {
    padding: 2.60417vw 0 5.20833vw;
  }
  .homecomingday article .top p {
    font-size: 3.125vw;
    font-weight: bold;
  }
  .homecomingday article .top ul.finished {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.60417vw 0 0;
  }
  .homecomingday article .top ul.finished li {
    width: 43.61979vw;
    margin-bottom: 3.90625vw;
  }
  .homecomingday article .top ul.finished li img {
    display: block;
    width: 100%;
    height: 29.94792vw;
    object-fit: cover;
  }
  .homecomingday article .top ul.finished li span {
    display: block;
    font-size: 2.86458vw;
    line-height: 5.72917vw;
    text-align: center;
  }
  .homecomingday article .top ul.link {
    margin-bottom: 5.20833vw;
  }
  .homecomingday article .top > dl {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    margin-bottom: 3.90625vw;
  }
  .homecomingday article .top > dl dt {
    font-weight: bold;
    padding-bottom: 0.65104vw;
  }
  .homecomingday article .box:not(:last-of-type) {
    margin-bottom: 6.51042vw;
  }
  .homecomingday article .box .ttls {
    margin-bottom: 3.90625vw;
  }
  .homecomingday article .box .ct {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .homecomingday article .box .ct .txt {
    width: 100%;
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
  .homecomingday article .box .ct .txt.full {
    width: 100%;
  }
  .homecomingday article .box .ct .txt dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homecomingday article .box .ct .txt dl.inline {
    display: block;
    overflow: hidden;
  }
  .homecomingday article .box .ct .txt dl.inline dt {
    width: auto;
    float: left;
    letter-spacing: 0.13021vw;
    margin-right: 0.65104vw;
  }
  .homecomingday article .box .ct .txt dl.inline dd {
    width: auto;
    float: left;
  }
  .homecomingday article .box .ct .txt dl dt {
    width: 15.625vw;
  }
  .homecomingday article .box .ct .txt dl dd {
    width: -webkit-calc(100% - 15.625vw);
    width: -moz-calc(100% - 15.625vw);
    width: calc(100% - 15.625vw);
  }
  .homecomingday article .box .ct .txt ul li {
    text-indent: -1.30208vw;
    padding-left: 1.30208vw;
  }
  .homecomingday article .box .ct figure {
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .homecomingday article .box .ct figure img {
    width: 49.47917vw;
  }
  .taroom .top .banner {
    margin-bottom: 6.51042vw;
  }
  .taroom .top .banner img {
    width: 100%;
  }
  .taroom .top .block {
    margin-bottom: 3.90625vw;
  }
  .taroom .top .block .lf {
    width: 100%;
    margin-bottom: 5.20833vw;
  }
  .taroom .top .block .lf .door ul {
    width: 63.80208vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .taroom .top .block .lf .door ul li {
    width: 13.02083vw;
    margin-right: 3.90625vw;
  }
  .taroom .top .block .lf .door ul li:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .taroom .top .block .lf .door ul li a {
    display: block;
  }
  .taroom .top .block .lf .door ul li a img {
    display: block;
    width: 100%;
  }
  .taroom .top .block .lf .door p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.29948vw;
    text-align: center;
    padding: 1.95313vw 0 5.20833vw;
  }
  .taroom .top .block .lf figure {
    width: 63.80208vw;
    margin: 0 auto;
  }
  .taroom .top .block .lf figure img {
    max-width: 100%;
  }
  .taroom .top .block .rg {
    width: 100%;
    overflow: hidden;
  }
  .taroom .top .block .rg iframe {
    width: 92.05729vw !important;
    height: 78.125vw !important;
    overflow: hidden;
    overflow-y: auto;
  }
  .taroom article {
    padding-top: 4.55729vw;
    margin-bottom: 1.95313vw;
  }
  .taroom article .tv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .taroom article .tv .box {
    width: 100%;
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .taroom article .tv .box iframe {
    width: 100%;
    height: 52.08333vw;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
  }
  .taroom article .tv .box p {
    font-size: 3.125vw;
    line-height: 4.42708vw;
    padding-top: 1.95313vw;
  }
  .taroom article .tv .box img {
    width: 29.03646vw;
  }
  .taroom article figure {
    padding: 0 5.20833vw;
  }
  .taroom article figure img {
    width: 100%;
  }
  .kouji article p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.13021vw;
  }
  .kouji article p.not {
    font-weight: bold;
  }
  .kouji article p.results {
    margin: 4.55729vw 0 2.60417vw;
  }
  .kouji article .table {
    padding: 2.60417vw 0;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .kouji article .table table {
    width: 194.01042vw;
    border: 1px solid #bebebe;
    border-collapse: collapse;
  }
  .kouji article .table table thead {
    background: #f3f3f3;
    text-align: center;
  }
  .kouji article .table table thead tr td {
    font-size: 3.125vw;
    line-height: 4.42708vw;
    padding: 1.30208vw 0;
  }
  .kouji article .table table tbody {
    background: #fff;
  }
  .kouji article .table table tbody tr td {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    padding: 2.60417vw 1.95313vw;
  }
  .kouji article .table table tbody tr td br {
    display: none;
  }
  .kouji article .table table tr {
    border: 1px solid #bebebe;
  }
  .kouji article .table table tr td {
    border: 1px solid #bebebe;
    vertical-align: middle;
  }
  .kouji article .table table tr td:nth-of-type(1) {
    width: 45.57292vw;
  }
  .kouji article .table table tr td:nth-of-type(2) {
    width: 32.55208vw;
  }
  .kouji article .table table tr td:nth-of-type(3) {
    width: 65.10417vw;
  }
  .kouji article .table table tr td:nth-of-type(4) {
    width: 32.55208vw;
  }
  .kouji article .table table tr td:nth-of-type(5) {
    width: 18.22917vw;
  }
  .kouji article dl.contact dd {
    padding: 1.95313vw 3.90625vw;
  }
  .kouji article .box:not(:last-of-type) {
    margin-bottom: 6.51042vw;
  }
  .monitoring .row {
    padding-bottom: 19.53125vw;
  }
  .monitoring article {
    margin-bottom: 9.76563vw;
  }
  .monitoring article ul.link {
    margin-top: 5.20833vw;
  }
  .monitoring article p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.15625vw;
    margin-top: 3.25521vw;
  }
  .nbt article .ttl_art small {
    font-size: 3.125vw;
  }
  .nbt .link.l_nbt {
    border: none;
    margin-top: -2.60417vw;
  }
  .nbt .link.lstnum {
    counter-reset: number;
  }
  .nbt .link.lstnum li {
    padding-left: 7.8125vw;
    padding-right: 1.30208vw;
  }
  .nbt .link.lstnum li:before {
    counter-increment: number;
    content: counter(number) ".";
    position: absolute;
    top: 3.90625vw;
    left: 1.5625vw;
    width: 5.85938vw;
    text-align: center;
  }
  .certificates p {
    font-size: 3.38542vw;
    line-height: 1.8;
  }
  .certificates p > small {
    font-size: 2.99479vw;
    line-height: 1.8;
  }
  .certificates p > i {
    font-style: normal;
    color: #f00000;
  }
  .certificates article .g_list {
    counter-reset: number;
  }
  .certificates article .g_list > dl + dl {
    margin-top: 5.20833vw;
  }
  .certificates article .g_list > dl > dt {
    font-size: 3.90625vw;
    line-height: 2.2;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 2.60417vw;
  }
  .certificates article .g_list > dl > dt:before {
    counter-increment: number;
    content: counter(number) ". ";
  }
  .certificates article .g_list > dl > dd .g_bl {
    margin-top: 5.20833vw;
  }
  .certificates article .g_list > dl > dd .g_bl h4 {
    font-size: 3.38542vw;
    line-height: 1.8;
  }
  .certificates article .g_list > dl > dd .g_bl h4 i {
    font-style: normal;
    color: #f00000;
  }
  .certificates article .g_list > dl > dd .g_bl .link {
    margin-top: 1.30208vw;
    margin-bottom: 3.90625vw;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table {
    border: 0.52083vw solid #dab1ac;
    padding: 3.90625vw;
    margin: 2.60417vw 0;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table ul {
    font-size: 3.38542vw;
    line-height: 1.8;
    color: #780e00;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table ul li {
    position: relative;
    padding-left: 2.60417vw;
  }
  .certificates article .g_list > dl > dd .g_bl .red_table ul li:after {
    content: "";
    display: block;
    width: 0.97656vw;
    height: 0.97656vw;
    background: #780e00;
    position: absolute;
    top: 2.34375vw;
    left: 0;
  }
  .certificates article .g_list .g_table {
    margin-top: 7.8125vw;
  }
  .competitive .mb80 {
    margin-bottom: 10.41667vw;
  }
  .competitive article p {
    font-size: 3.38542vw;
    line-height: 1.8;
  }
  .competitive article p > small {
    font-size: 3.125vw;
    line-height: 1.8;
    margin-top: 1.30208vw;
    display: block;
  }
  .competitive article p.note {
    margin-top: 5.20833vw;
    margin-bottom: 2.60417vw;
  }
  .competitive article .g_lst_num {
    counter-reset: comp;
  }
  .competitive article .g_lst_num dl {
    padding: 1.95313vw 0;
    border-bottom: 1px dashed #dcdcdc;
  }
  .competitive article .g_lst_num dl dt {
    padding-left: 5.85938vw;
    padding-right: 1.30208vw;
    font-size: 3.38542vw;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
  }
  .competitive article .g_lst_num dl dt:before {
    counter-increment: comp;
    content: counter(comp) ".";
    position: absolute;
    top: 0vw;
    left: 1.5625vw;
    text-align: center;
  }
  .competitive article .g_lst_num dl dt:after {
    content: "";
    display: block;
    width: 0.97656vw;
    height: 0.97656vw;
    background: #780e00;
    position: absolute;
    top: 2.34375vw;
    left: 0;
  }
  .competitive article .g_lst_num dl dd {
    font-size: 3.38542vw;
    line-height: 1.8;
    padding-left: 5.85938vw;
  }
  .competitive article .link.nodot li {
    padding-left: 0;
  }
  .competitive article .link.nodot li:after {
    display: none;
  }
  .competitive article .link.nos {
    margin-top: 1.95313vw;
  }
  .competitive article .link.nos li + li {
    margin-top: 1.30208vw;
  }
  .competitive article .sec_item_acd + .sec_item_acd {
    margin-top: 1.04167vw;
  }
  .competitive article .sec_item_acd .link {
    margin-bottom: 4.16667vw;
  }
  .competitive article .sec_item_acd .link.l_nbt {
    border: none;
    margin-top: 0;
  }
  .competitive article .sec_item_acd .acd_ct {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
  }
  .competitive article .sec_item_acd .acd_ct .table {
    margin-top: 4.16667vw;
    margin-bottom: 6.25vw;
  }
  .competitive article .sec_item_acd .acd_ct.open {
    max-height: 87.03704vw;
  }
  .competitive article .sec_item_acd .g_ttl03.js_accordion {
    cursor: pointer;
    padding-left: 3.75vw;
    margin-bottom: 0;
  }
  .competitive article .sec_item_acd .g_ttl03.js_accordion span {
    width: 6.25vw;
    text-align: right;
    display: block;
    white-space: nowrap;
    letter-spacing: 0.075em;
  }
  .competitive article .g_bl + .g_bl {
    margin-top: 5.20833vw;
  }
  .competitive article .g_bl .link {
    margin-top: 0;
  }
  .competitive article .g_bl .g_table {
    margin-top: 2.60417vw;
  }
}
