@charset "UTF-8";
/* CSS Document */

/* ==========================================================
 width: 600 - 1024px
========================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
}

/* ==========================================================
 max-width: 599px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 599px) {
  body {
    font-size: 14px;
  }

  a.btn-cmn-01,
  a.btn-cmn-02 {
    padding-top: 12px;
  }

  .l-s {
    letter-spacing: 0;
  }

  /* header / footer ============================ */
  /* header -------- */

  .header {
    margin: 0;
    padding: 12px 0 12px 15px;
  }
  .header .logo {
    width: 220px;
    height: 36px;
    margin: 0;
  }

  .header-nav {
    overflow-y: auto;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background: #ebfaff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
    z-index: 10;
  }

  .header-nav-01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-nav-01 > li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .header-nav-01 > li:nth-of-type(even) {
    border-left: 1px solid #fff;
  }
  .header-nav-01 .link {
    padding: 18px 0;
    text-align: center;
  }
  .header-nav-02 {
    position: static;
    display: block;
    padding: 15px 0 16px;
    border-bottom: 1px solid #fff;
  }
  .header-nav-02 .box-search {
    margin: 0 0 15px;
    padding: 0 20px 15px;
    border-bottom: 1px solid #fff;
  }
  /* .header-nav-02 .box-search .search-form input {
    width: calc(100% - 70px);
  } */


/* google */
  .header-nav-02 td.gsc-input {
    width: calc(100% - 70px);
  }
  .header-nav-02 .gsc-input-box {
    padding: 0;
    border-color: #E0E0E0;
  }
  .header-nav-02 table.gsc-search-box td.gsc-input {
    padding-right: 10px;
}
  .header-nav-02 td.gsc-input {
    height: 34px;
  }
  .header-nav-02 .gsc-search-button {
    width: 60px;
  }
  .header-nav-02 .gsc-search-button-v2 {
    height: 32px;
    opacity: 1 !important;
  }
/* /google */


  .header-nav-02 > .link-cmn-01 {
    width: calc(100% - 40px);
    height: 34px;
    line-height: 32px;
    margin: 0 auto;
  }
  .header-nav-02 > .link-cmn-01 + .link-cmn-01 {
    margin: 10px auto 0;
  }

  /* .header-nav .nav-list {
    display: block;
  }
  .header-nav .nav-list .ttl,
  .header-nav .nav-list .link-cmn-01 {
    font-weight: 500;
  }
  .header-nav .nav-list h4 .link-cmn-01,
  .header-nav .nav-list .list-dot-01 .link-cmn-01,
  .header-nav .nav-list.only-sp .link-cmn-01 {
    font-size: 13px;
  }
  .header-nav .nav-list .ttl {
    padding: 12px 15px;
    font-size: 15px;
  }
  .header-nav .nav-list .item {
    border-bottom: 1px solid #616161;
  }
  .header-nav .nav-list .item .aco-detail {
    margin: 0 15px;
    padding: 5px 0 10px;
    border-top: 1px solid #616161;
  }
  .header-nav .nav-list .item h4 > .link-cmn-01 {
    padding: 10px 0 5px;
  }
  .header-nav .nav-list .item li > .link-cmn-01 {
    padding: 5px 0;
  }
  .header-nav .nav-list .item .list-dot-01 {
    display: block;
    margin-left: 1.2em;
  }
  .header-nav .nav-list .item .list-dot-01 li {
    position: relative;
    list-style: none;
    padding-left: 0.7em;
  }
  .header-nav .nav-list .item .list-dot-01 li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #fff;
    border-radius: 50%;
  }
  .header-nav .nav-list.only-sp {
    padding: 21px 0 30px;
  }
  .header-nav .nav-list.only-sp .link-cmn-01 {
    padding: 4px 15px;
  }
  .header-nav .nav-list.only-sp .link-exit::after {
    background-image: url("../img/ico_exit_wh.svg");
  }

  .aco-ttl {
    position: relative;
  }
  .aco-ttl::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: no-repeat 50% 50%;
    background-size: 18px;
    transform: rotate(90deg);
    transition: transform 0.2s;
  }
  .contents-sub-in .aco-ttl::after {
    right: 5px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background-image: url("../img/ico_arrow_gy_01.svg");
  }
  .header-nav .aco-ttl::after {
    right: 10px;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    background-image: url("../img/ico_arrow_wh.svg");
  }
  .aco-ttl.is-active::after {
    transform: rotate(-90deg);
  }
  .aco-detail {
    display: none;
  }
  .contents-sub-in .aco-ttl.is-active + .aco-detail {
    display: block;
  } */

  /* header-nav-btn */
	.header-nav-btn {
    position: absolute;
    top: 0;
    right: 0;
		display: block;
		width: 60px;
    height: 60px;
		z-index: 50;
	}
  .header-nav-btn span,
	.header-nav-btn span::before,
	.header-nav-btn span::after {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
    width: 25px;
		height: 1px;
		margin: auto;
    background: #424242;
    transition: all 0.2s;
		z-index: 50;
	}
	.header-nav-btn span {
		top: 50%;
	}
	.header-nav-btn span::before,
	.header-nav-btn span::after {
		content: "";
	}
	.header-nav-btn span::before {
		transform: translate(0, -7px);
	}
	.header-nav-btn span::after {
		transform: translate(0, 7px);
	}

  .is-open .header-nav {
		visibility: visible;
    opacity: 1;
  }
	.is-open .header-nav-btn {
		background: #26b5e2;
  }
  .is-open .header-nav-btn span {
    background: #26b5e2;
  }
  .is-open .header-nav-btn span::before,
  .is-open .header-nav-btn span::after {
    background: #fff;
  }
	.is-open .header-nav-btn span::before {
		transform: rotate(45deg);
	}
	.is-open .header-nav-btn span::after {
		transform: rotate(-45deg);
  }

  /* footer -------- */
  .footer {
    padding: 20px 20px 30px;
  }
  .footer-in .box {
    position: static;
    margin-top: 20px;
  }
  .footer-in .box .footer-bnr {
    display: block;
    margin: 0 auto;
  }
  .footer-in .box .footer-sns {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
  .footer .logo {
    margin-top: 30px;
  }
  .footer-copy {
    margin-top: 20px;
    text-align: left;
  }

  /* 汎用 ============================ */
  /* contents / section -------- */
  body:not(.home):not(.error404):not(.search) .contents {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 0 100px;
  }
  body.error404 .contents {
    margin: 50px 0 100px;
  }
  body:not(.home):not(.error404):not(.search) .contents,
  body:not(.home):not(.error404):not(.search) .contents-main,
  .contents-sub {
    width: auto;
  }
  body:not(.home):not(.error404):not(.search):not(.single-news) .contents-main {
    padding: 50px 15px 100px;
  }
  body.single-news .contents-main {
    padding: 50px 15px 0;
  }
  body.search .contents {
    padding: 15px 15px 100px;
  }
  .contents-sub {
    position: relative;
    display: block;
    margin: 0;
    z-index: 1;
  }

  .contents-sub .ttl,
  .nav-list .item {
    border-bottom: 1px solid #e0e0e0;
  }
  .contents-sub .ttl,
  .contents-sub .nav-list .link-nav-01 {
    padding: 8px 15px;
    line-height: normal;
    font-size: 12px;
  }
  .contents-sub .ttl {
    position: relative;
    font-weight: 500;
    background: #f8f8f8;
  }
  .contents-sub .ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    background: url("../img/ico_arrow_04.svg") no-repeat 50% 50%;
    background-size: contain;
    transition: transform 0.2s;
  }
  .contents-sub .ttl.is-open::after {
    transform: rotate(-180deg);
  }
  .contents-sub .nav-list {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .contents-sub .nav-list .item + .item {
    margin: 0;
  }
  .contents-sub .nav-list .link-nav-01 {
    height: auto;
    color: #616161;
    font-weight: 400;
    background: #f8f8f8;
    border-radius: 0;
  }

  .sec-cmn-02 {
    margin-top: 50px;
    padding-top: 30px;
  }
  .sec-cmn-03 {
    margin-top: 60px;
  }

  /* ttl -------- */
  .ttl-cmn-01,
  .ttl-cmn-07 {
    font-size: 20px;
  }
  .ttl-cmn-01 {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .ttl-cmn-02 {
    font-size: 16px;
  }
  .ttl-cmn-04 {
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .ttl-cmn-06 {
    margin-bottom: 5px;
  }
  .ttl-cmn-07 {
    margin-bottom: 30px;
  }
  .ttl-main-01 {
    margin-bottom: 50px;
    font-size: 22px;
  }
  .ttl-main-01::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: url("../img/bg_ttl.svg") repeat-x;
    background-size: contain;
  }
  .ttl-main-01 + p {
    margin-top: -20px;
  }
  .ttl-main-01 + dl {
    margin: 0;
  }

  /* txt -------- */
  .txt-cmn-01 {
    margin-bottom: 15px;
  }
  .txt-cmn-02 {
    margin-bottom: 60px;
  }
  .txt-cmn-03 {
    margin-bottom: 10px;
  }
  .txt-cmn-04 {
    margin-bottom: 25px;
  }
  .txt-cmn-05 {
    margin-bottom: 40px;
  }

  /* list -------- */
  .list-link-01 {
    display: block;
  }
  .list-link-01 .item {
    width: 100%;
  }
  .list-link-02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list-link-02 .item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .list-link-02 .item + .item {
    margin-top: 0;
  }
  .list-link-01 .link-cmn-01,
  .list-link-02 .link-cmn-01 {
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 50px;
    padding: 0 10px;
    font-size: 13px;
  }
  .list-link-01 .link-cmn-01::before,
  .list-link-02 .link-cmn-01::before {
    width: 20px;
    height: 20px;
  }
  .list-link-01 .link-cmn-01::before,
  .list-link-02 .link-cmn-01::before {
    right: 8px;
    width: 20px;
    height: 20px;
  }
  .list-link-01 .xlsx::after,
  .list-link-01 .pdf::after,
  .list-link-01 .ai::after {
    right: 30px;
  }

  /* link / btn -------- */
  .link-cmn-01:hover {
    opacity: 1;
  }
  .link-tel {
    text-decoration: underline;
    pointer-events: all;
  }
  .btn-wrap-exclusive {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .btn-wrap-exclusive .txt-color-02,
  .txt-exclusive {
    position: relative;
    width: 100%;
    padding-left: 20px;
    line-height: 1.5;
  }
  .btn-wrap-exclusive .txt-color-02 {
    margin: 10px 0 0;
  }
  .btn-wrap-exclusive .txt-color-02::before,
  .txt-exclusive::before {
    position: absolute;
    top: 1px;
    left: 0;
  }

  /* list -------- */
  .dlist-cmn-01 {
    display: block;
  }
  .dlist-cmn-01 .ttl,
  .dlist-cmn-01 .detail {
    width: 100%;
  }
  .dlist-cmn-01 .ttl {
    padding: 0;
    border: none;
  }
  .dlist-cmn-01 .detail {
    margin-bottom: 15px;
    padding: 8px 0 15px;
  }

  /* table -------- */
  .table-cmn-01,
  .table-cmn-02 {
    font-size: 12px;
  }
  .table-cmn-02 {
    margin-top: 50px;
  }
  .table-cmn-02 th,
  .table-cmn-02 td {
    padding: 8px;
  }
  .table-cmn-02 .year {
    padding-left: 8px;
  }
  .table-cmn-03,
  .table-cmn-03 thead {
    font-size: 12px;
  }
  .table-cmn-01 .year,
  .table-cmn-02 .year,
  .table-cmn-03 tr td:nth-of-type(1) {
    width: 100px;
  }
  .table-cmn-03 td {
    height: auto;
    padding: 8px 10px;
  }

  .table-wrap {
    overflow-x: scroll;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .table-wrap::-webkit-scrollbar {
    height: 6px;
  }
  .table-wrap::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #eee;
    border-radius: 3px;
  }
  .table-wrap::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #616161;
  }
  .table-wrap table {
    display: block;
    width: 600px;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
  }
  .table-wrap .table-cmn-03 {
    margin-bottom: 0;
  }

  /* box -------- */
  .box-cmn-01,
  .box-cmn-02 {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .box-cmn-01 .img,
  .box-cmn-01 .txt,
  .box-cmn-02 .img,
  .box-cmn-02 .detail {
    max-width: 100%;
    margin: 0;
  }
  .box-cmn-01 .img,
  .box-cmn-02 .img {
    margin-bottom: 15px;
  }
  .box-cmn-03 {
    display: block
  }
  .box-cmn-03 .item {
    width: 100%;
  }
  .box-cmn-03 .item + .item {
    margin-top: 30px;
  }
  .box-cmn-04 {
    padding: 20px;
  }

  /* form -------- */
  .form-area {
    margin-bottom: 40px;
    padding: 30px 15px;
  }
  .dlist-input .input {
    margin-bottom: 20px;
  }
  .dlist-input .input.address {
    display: block;
  }
  .dlist-input + p {
    margin-top: 30px;
  }
  .input-cmn-01,
  .input-zip,
  .input-address {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
  }
  .input-zip {
    width: 70%;
  }
  .input-address {
    width: 100%;
    margin-top: 10px;
  }
  .input-textarea {
    padding: 10px 10px;
  }
  .box-consent {
    margin: 30px auto 15px;
  }
  .box-consent .mwform-checkbox-field {
    top: 5px;
    width: 16px;
  }
  .box-consent .mwform-checkbox-field .input-check-01 {
    height: 16px;
  }
  .box-consent .s-confirm-none {
    padding-left: 24px;
  }
  .dlist-seminar .ttl {
    width: 70px;
  }
  .dlist-seminar .detail {
    width: calc(100% - 70px);
  }

  /* nav-page -------- */
  .nav-page {
    margin-top: 60px;
  }

  /* 各ページ設定 ============================ */
  /* news -------- */
  .list-news {
    border-top: 2px solid #26b5e2;
    border-bottom: 2px solid #26b5e2;
  }
  .list-news .data,
  .list-news .post {
    width: 100%;
  }
  .list-news .data {
    padding-bottom: 0;
  }
  .list-news .post span,
  .list-news .post .link-cmn-01 {
    padding: 8px 0 18px;
    line-height: inherit !important;
  }
  .list-news .post + .data + .post {
    border: none;
  }

  .sec-news .data {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .sec-news .ttl-main-01 + .data {
    margin-top: -40px;
  }
  .sec-news .img-thumb {
    margin-bottom: 30px;
  }
  .sec-news .btn-cmn-03 {
    margin-top: 60px;
  }

  .list-search {
    margin-top: 40px;
  }
  .list-search .ttl {
    font-weight: 500;
  }
  .list-search .post {
    font-size: 12px;
  }
  .search-form input,
  .search-form button {
    height: 35px;
  }
  .search-form input::placeholder {
    font-size: 12px;
  }
  .search-form button {
    width: 65px;
  }
  .ttl-main-01 + .txt-search-01 {
    margin-top: 0;
  }


  /* faq -------- */
  .dlist-faq-01 .ttl::before,
  .dlist-faq-01 .detail::before {
    width: 42px;
    height: 42px;
  }
  .dlist-faq-01 .ttl::before {
    left: 15px;
  }
  .dlist-faq-01 .ttl {
    height: auto;
    min-height: 72px;
    margin-bottom: 15px;
    padding: 10px 20px 10px 65px;
    font-size: 16px;
  }
  .dlist-faq-01 .detail + .ttl {
    margin-top: 60px;
  }
  .dlist-faq-01 .detail {
    padding-right: 60px;
  }

  /* association -------- */
  .sec-about-01 {
    display: block;
    margin-bottom: 60px;
    padding-bottom: 40px;
    font-size: 14px;
  }
  .sec-about-01 .logo {
    margin: 0 auto 20px;
  }
  .sec-about-01 .txt {
    max-width: none;
  }
  .sec-about-02 p {
    text-align: left;
  }
  .sec-about-01 .txt,
  .sec-about-03 .img,
  body.committee .sec-cmn-02 .img {
    margin: 0;
  }
  .sec-about-02 .ttl-cmn-02 {
    margin-bottom: 20px;
  }
  .sec-about-03 p {
    margin: 20px 0 40px;
  }
  .outline-message .txt-color-01 {
    line-height: inherit;
    letter-spacing: 0;
  }
  .outline-message figure .img {
    width: 125px;
  }
  body.outline .dlist-cmn-01 .overview-01 h4,
  body.outline .dlist-cmn-01 .overview-01 dl,
  body.outline .dlist-cmn-01 .overview-02 li h4,
  body.outline .dlist-cmn-01 .overview-02 li .txt,
  body.outline .dlist-cmn-01 .overview-03 ul {
    width: 100%;
  }
  body.outline .dlist-cmn-01 .overview-01 h4 {
    font-weight: 500;
  }
  body.outline .dlist-cmn-01 .overview-01 dl dt {
    width: 110px;
  }
  body.outline .dlist-cmn-01 .overview-01 dl dd {
    width: calc(100% - 110px);
  }
  body.outline .dlist-cmn-01 .overview-01 li,
  body.outline .dlist-cmn-01 .overview-02 li,
  body.outline .dlist-cmn-01 .overview-03 {
    display: block;
  }
  .list-committee .ttl-cmn-02 {
    margin-left: 0;
  }
  .list-committee > li {
    padding-left: 0;
  }
  .sec-admission-01 .caption img {
    margin-bottom: 20px;
  }
  .sec-admission-01 h4,
  .sec-admission-01 .caption,
  .sec-admission-02 .caption {
    margin-bottom: 10px;
  }
  .sec-admission-01 .caption,
  .sec-admission-02 .caption {
    font-size: 16px;
  }
  .sec-admission-02 .caption img {
    margin: 0 auto;
  }
  .sec-admission-01 p {
    text-align: left;
  }
  .sec-admission-02 .caption .txt-color-01 {
    position: static;
    transform: none;
  }
  body.articles .sec-cmn-03 dl dt {
    width: 7em;
    padding-right: 1em;
  }
  body.articles .sec-cmn-03 dl dd {
    width: calc(100% - 7em);
  }
  .sec-environment-02 .box {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sec-environment-02 .box .txt,
  .sec-environment-02 .box .img {
    width: 100%;
  }
  .sec-environment-02 .box .img {
    margin-bottom: 15px;
  }
  .sec-environment-04 .box h4 {
    left: 10px;
    font-size: 18px;
  }
  .sec-environment-04 .box {
    margin-top: 40px;
    padding: 30px 20px;
  }

  .chart .arrow {
    left: 60%;
    width: 60%;
  }

  /* information -------- */
  .dlist-faq-02 .ttl .num {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
  .dlist-faq-02 .ttl {
    min-height: 42px;
    margin-bottom: 15px;
    padding-left: 52px;
    font-size: 16px;
  }
  .dlist-faq-02 .detail + .ttl {
    margin-top: 40px;
  }
  .dlist-faq-02 .detail {
    padding-left: 0;
  }

  /* data -------- */
  body.enquete .sec-enquete-02 .graph-box img,
  body.enquete .sec-enquete-05 .graph-box img,
  body.enquete .sec-enquete-06 .graph-box img,
  body.enquete .sec-enquete-07 .graph-box img,
  body.enquete .sec-enquete-08 .graph-box img,
  body.enquete .sec-enquete-09 .graph-box img,
  body.enquete-2022 .sec-cmn-02:not(.sec-enquete-08):not(.sec-enquete-10):not(.sec-enquete-11):not(.sec-enquete-19):not(.sec-enquete-20):not(.sec-enquete-27) .graph-box img,
  .graph-box.graph01 img,
  .graph-box .txt-01,
  .graph-box .txt-02 {
    max-width: 100%;
  }
  .graph-box .txt-01,
  .graph-box .txt-02 {
    position: static;
    margin-top: 10px;
    padding: 8px 10px;
    font-size: 14px;
  }
  .graph-box .txt-01 .num,
  .graph-box .txt-02 .num {
    font-size: 18px;
  }
  .graph-color {
    margin: 20px 0 -5px;
  }
  .graph-color li {
    margin-bottom: 5px;
  }
  body.enquete-2022 .sec-cmn-02:not(.sec-enquete-05) .graph-color::after {
    display: none;
  }
  body.enquete-2022 .sec-cmn-02 .graph-color li,
  .graph-color.item03 li {
    width: 50%;
  }
  body.enquete .sec-enquete-02 .graph-color li,
  body.enquete .sec-enquete-05 .graph-color li,
  body.enquete-2022 .sec-enquete-17 .graph-color li {
    width: 100%;
  }
  body.enquete-2022 .sec-enquete-01 .graph-color li,
  body.enquete-2022 .sec-enquete-02 .graph-color li,
  body.enquete-2022 .sec-enquete-04 .graph-color li,
  body.enquete-2022 .sec-enquete-05 .graph-color li,
  body.enquete-2022 .sec-enquete-05 .graph-color::after,
  .graph-color.item06 li,
  .graph-color.item06::after {
    width: calc(33.33% - 5px) !important;
  }
  body.enquete .sec-enquete-02 .graph-color,
  body.enquete .sec-enquete-05 .graph-color,
  body.enquete-2022 .sec-enquete-17 .graph-color {
    display: block;
  }
  body.enquete .sec-cmn-02 .detail {
    padding: 15px 10px;
  }
  body.enquete .sec-enquete-03 .graph-box .txt-01,
  body.enquete .sec-enquete-05 .graph-box .txt-01:nth-of-type(2),
  body.enquete .sec-enquete-07 .graph-box .txt-01,
  body.enquete .sec-enquete-09 .graph-box .txt-01,
  body.enquete-2023 .sec-enquete-01_02 .graph-box .txt-01,
  body.enquete-2024 .sec-enquete-01_02 .graph-box .txt-01 {
    transform: none;
  }

  body.statistics .sec-statistics-03 .box-cmn-04 h5 {
    font-size: 14px;
  }
  /* information
---------------------------------------------------------- */
/* publication ------ */
body.publication #item-10 .item a {
	width: 100%;
}

}