@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  -webkit-text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Helvetica Neue", Arial, "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: left;
  color: #000;
  line-height: 1;
}
h1, h2, h3, h4, h5, h6, p, a, address, ul, ol, li, dl, dt, dd, table, th, td, form, input, textarea, select {
  font-size: 1.5rem;
}
p, li {
  text-align: justify;
}
p {
  line-height: 1.8;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
table {
  border-spacing: 0;
}
input, textarea, select {
  vertical-align: middle;
  font-family: "Helvetica Neue", Arial, "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input, select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: none;
}
a, button, input[type="submit"], input[type="button"], select {
  cursor: pointer;
}
input[type="radio"]:checked {
  appearance: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  flex-shrink: 0;
  height: auto;
}
a {
  text-decoration: none;
  color: #000;
  transition: all .3s;
}
a:hover {
  opacity: 0.7;
  transition: all .2s;
}
p a, .underbar {
  text-decoration: underline;
  color: #004691;
}
.h-container, .container {
  margin: 0 auto;
  width: 1024px;
}
@media screen and (max-width:767px) {
  html {
    font-size: 50%;
  }
  .container {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  Search
* --------------------------------------------------------------------------------------------------*/
#search-check, .search-btn {
  display: none;
}
#search-area {
  position: absolute;
  top: -30px;
  right: 0;
  width: 250px;
}
#search-area input {
  border: 2px solid #e6e6e6;
  border-right: none;
  font-size: 1.5rem;
  border-radius: 4px 0 0 4px;
  padding: 5px;
  background-color: #fff;
  height: 36px;
  margin: 0;
  width: 200px;
}
#search-area input[type="submit"] {
  width: 48px;
  border: 2px solid #004691;
  border-radius: 0 12px 12px 0;
  background-image: url("../img/icon/icon_search_white.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #004691;
  padding: 0 0 0 25px;
  font-size: 0rem;
  text-indent: 100%;
  color: #fff;
}
@media screen and (max-width:767px) {
  .search-btn {
    position: fixed;
    top: 5px;
    right: 70px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
    cursor: pointer;
  }
  .search-btn span {
    width: 24px;
    height: 24px;
    background-image: url("../img/icon/icon_search.png");
    background-size: 24px;
  }
  #search-area {
    background-color: #e0e0e0;
    z-index: 70;
    width: 100%;
    height: 60px;
    position: fixed;
    right: -100%;
    top: 100px;
    transition-property: right;
    transition-duration: 0.3s;
    display: flex;
    justify-content: center;
  }
  #top-header #search-area {
    top: 55px;
  }
  #search-area form {
    padding: 1.5rem;
  }
  #search-check:checked ~ #search-area {
    right: 0;
    transition-property: right;
    transition-duration: 0.3s;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  Topヘッダー
* --------------------------------------------------------------------------------------------------*/
#top-header {
  position: relative;
}
#header-content {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 2.0rem;
}
#top-img {
  display: flex;
  align-items: center;
}
#top-header .site-name {
  padding-bottom: 30px;
}
#top-header .site-name img {
  width: 540px;
  height: 120px;
}
.site-name span {
  display: block;
}
.site-name-jp {
  font-size: 2.0rem;
}
#header-content p {
  width: 540px;
  padding-bottom: 20px;
}
.lead-txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
#top-btn {
  display: flex;
  justify-content: flex-start;
}
#top-btn a {
  display: flex;
  width: 220px;
  background-color: #004691;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-radius: 10px;
  background-image: url("../img/icon/outline_chevron_right_white_24dp.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-right: 40px;
}
#top-btn a span {
  color: #fff;
  margin: 0 24px;
}
#top-btn a.eng {
  background-color: #fff;
  border: 3px solid #004691;
  background-image: url("../img/icon/outline_chevron_right_black_24dp.png");
}
#top-btn a.eng span {
  color: #004691
}
@media screen and (max-width:767px) {
  #top-header .site-name img {
    width: 100%;
    height: auto;
  }
  #header-content {
    margin: 50px 0 2.0rem;
    flex-direction: column;
  }
  #top-img {
    justify-content: center;
  }
  #top-img img {
    max-width: 100%;
  }
  #header-content p {
    width: auto;
  }
  #top-btn {
    justify-content: space-around;
  }
  #top-btn a {
    margin: 0 1%;
    height: 48px;
    width: 100%;
    background-position: right 0 center;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  Top更新情報&お知らせ
* --------------------------------------------------------------------------------------------------*/
#new-info-wrap {
  width: 100%;
  background-color: #0071bc;
}
.new-info {
  display: flex;
  justify-content: space-between;
  padding: 2.0rem 1.0rem 1.0rem;
}
#top-info {
  padding: 4.0rem 0 2.5rem;
}
#top-info .new-info {
  padding: 0;
}
.new-info header, #top-info .new-info header {
  width: 10%;
}
.new-info header {
  width: 10%;
}
#top-info .new-info header {
  width: 12%;
}
.new-info header h2, #top-info .new-info header h2 {
  width: auto;
  font-size: 2.0rem;
  color: #fff;
}
#top-info .new-info header h2 {
  color: #000;
}
.news-list {
  width: 80%;
}
#top-info .news-list {
  width: 88%;
}
.news-list dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-bottom: 1.5rem
}
.news-list dt {
  font-size: 1.2rem;
  background-color: #fff;
  padding: 0.5rem;
  color: #0071bc;
  border-radius: 0.5rem;
}
.news-list dd {
  line-height: 1.5;
  font-size: 1.4rem;
  padding-left: 2.0rem;
}
#top-info dt {
  color: #000;
}
#top-info .news-list dd a {
  color: #000;
}
.news-list dd a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
}
.tag {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  margin-left: 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.news-list .tag.new {
  background-color: #ffc844;
}
#update-history {
  width: 10%;
  display: flex;
  align-items: center;
}
#update-history a {
  display: block;
  width: 100px;
  font-size: 1.4rem;
  background-color: #fff;
  padding: 0.75rem;
  color: #000;
  border-radius: 0.5rem;
  background-image: url("../img/icon/outline_chevron_right_black_24dp.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .new-info {
    flex-direction: column;
  }
  #top-info .new-info {
    padding: 0;
  }
  .new-info header {
    width: 100%;
    padding-bottom: 2.0rem;
  }
  #top-info .new-info header {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .news-list {
    width: 100%;
  }
  #update-history {
    width: 100%;
    justify-content: flex-end;
  }
  #update-history a {
    background-size: 16px;
  }
  #top-info .news-list {
    width: 100%;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  グローバルナビゲーション
* --------------------------------------------------------------------------------------------------*/
#g-nav {
  height: 40px;
}
#gnav-check {
  display: none;
}
.gnav span {
  display: none;
}
#global-nav {
  width: 100%;
  background-color: #004691;
  background: linear-gradient(to top, rgba(0, 70, 145, 1)20%, rgba(0, 70, 145, 0.8)90%, rgba(0, 70, 145, 1)100%);
}
#global-nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#global-nav li {
  width: 14.6%;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#global-nav li + li {
  border-left: 0;
  border-right: 1px solid #fff;
}
#global-nav li a {
  display: block;
  color: #fff;
}
#global-nav li a:hover {
  color: #000;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 70, 145, 1) 0%, rgba(255, 255, 255, 0.8) 1%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0.7) 99%, rgba(0, 70, 145, 1) 100%);
}
#global-nav li a span {
  height: 4.0rem;
  line-height: 4.0rem;
}
#global-nav .selected a {
  color: #000;
  background: linear-gradient(180deg, rgba(0, 70, 145, 1) 0%, rgba(255, 255, 255, 0.8) 1%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0.7) 99%, rgba(0, 70, 145, 1) 100%);
}
@media screen and (max-width:767px) {
  #g-nav {
    height: auto;
  }
  #global-nav ul {
    flex-direction: column;
    padding-top: 50px;
    width: 100%;
  }
  #global-nav li {
    width: 100%;
    text-align: center;
    border: none;
  }
  #global-nav li + li {
    border: none;
  }
  #global-nav {
    z-index: 2000;
    width: 100%;
    height: auto;
    padding: 1rem;
    position: fixed;
    right: -100%;
    top: 0;
    transition-property: right;
    transition-duration: 0.2s;
  }
  .gnav {
    z-index: 2100;
    position: fixed;
    top: 5px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  .gnav span small {
    display: block;
    text-align: center;
    margin-top: 12px;
  }
  .gnav span, .gnav span:before, .gnav span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
  }
  .gnav span {
    top: 20px;
  }
  .gnav span:before {
    bottom: 7px;
  }
  .gnav span:after {
    top: 7px;
  }
  #gnav-check:checked ~ .gnav span {
    background-color: rgba(255, 255, 255, 0);
  }
  #gnav-check:checked ~ .gnav span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #gnav-check:checked ~ .gnav span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #gnav-check:checked ~ #global-nav {
    right: 0;
    transition-property: right;
    transition-duration: 0.3s;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  Top要素
* --------------------------------------------------------------------------------------------------*/
#info-box {
  width: 900px;
  margin: 3.2rem auto;
  padding: 2%;
  border-top: 3px solid #d6d6d6;
  border-bottom: 3px solid #d6d6d6;
  display: flex;
  flex-flow: column wrap;
}
#main #info-box ul {
  flex-flow: column wrap;
}
#info-box li {
  line-height: 1.5;
  padding: 0.5rem 0;
  position: relative;
  margin-left: 2%;
}
#info-box ul li::before {
  position: absolute;
  content: "";
  width: 1.0rem;
  height: 1.0rem;
  left: -2.0rem;
  top: 1.0rem;
  background-color: #ffc844;
}
section {
  padding: 4.0rem 0;
}
#main header {
  width: 340px;
}
#main h2 {
  width: 340px;
  border-bottom: 3px solid #ffc844;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
#main h2 span {
  font-size: 2.4rem;
  font-weight: bold;
}
#main .container {
  display: flex;
  justify-content: space-between;
}
#top-info .container {
  justify-content: flex-start;
}
@media screen and (max-width:767px) {
  #info-box {
    width: auto;
  }
  section {
    padding: 2rem 0;
  }
  #main header {
    width: 100%;
    margin-bottom: 2.0rem;
    min-height: 0%;
  }
  #main h2 {
    width: 100%;
  }
  #main .container {
    flex-direction: column;
  }
}

/* ---緊急性の高いお知らせ（更新履歴の上に表示）20240401追加--- */
.infobox-01 {
  border: 1px solid #004691;
  padding: 1.0rem;
  margin: 2.0rem 0;
  display: flex;
  flex-flow: column wrap;
}
.infobox-list li {
  padding: 1.5rem 1.5rem 1.5rem;
  line-height: 1.5;
}


/* ----------------------------------------------------------------------------------------------------
*  Top要素（リストメニュー）
* --------------------------------------------------------------------------------------------------*/
#main ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.ul-menu-01 li {
  width: 200px;
  margin-left: 2.0rem;
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
}
.ul-menu-01 li img {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 1.5rem;
}
.ul-menu-01.book li div {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ul-menu-01.book li img {
  width: 150px;
  height: auto;
}
.btn-01 a, .btn-02 a, .ul-menu-01 li > a {
  display: flex;
  width: 100%;
  ;
  background-color: #004691;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 10px;
  background-image: url("../img/icon/outline_chevron_right_white_24dp.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-right: 40px;
}
.btn-01 {
  align-self: center;
}
.btn-01 a {
  width: 230px;
  margin-right: 0;
}
.btn-02 a {
  height: 32px;
  background-color: #ffc844;
  background-image: url("../img/icon/outline_chevron_right_black_24dp.png");
  background-position: right center;
  align-self: center;
  width: 75px;
  margin: 0 0 0 1.0rem;
}
.btn-01 a span, .ul-menu-01 li a h3 {
  color: #fff;
}
.btn-02 a span {
  padding-right: 12px;
}

/* ---以下を追加20251125米澤(ISO参考用)---*/

.btn-03 a {
  display: flex;
  width: 100px;
  ;
  justify-content: center;
  align-items: center;
  height: 32px;
  border-radius: 10px;
  background-color: #ffc844;
  background-image: url("../img/icon/outline_chevron_right_black_24dp.png");
  background-position: right 1px center;
  background-repeat: no-repeat;
  align-self: center;
  background-size: 24px;
  margin-right: 40px;
  margin: 0 0 0 1.0rem;
  color: #000;
}
.btn-03 a span {
  padding-left: 5px;
  padding-right: 12px;
}



/* ---以下を追加20251125米澤　ここまで---*/
.ul-menu-01 p {
  padding: 0.5rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.ul-menu-01 p a {
  font-size: 1.2rem;
}
#pickup-wrap ul {
  margin: 3.2rem auto 0;
  width: 1024px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#pickup-wrap li {
  width: 500px;
  margin: 0 0 2.4rem 0;
}
#pickup-wrap li img {
  width: 100%;
  border-radius: 0;
  border: 1px solid #004691;
}
#pickup-wrap li a, #main .links-wrap li a {
  display: flex;
  width: 100%;
  ;
  background-color: #004691;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  border-radius: 0;
  background-image: url("../img/icon/outline_chevron_right_white_24dp.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-right: 40px;
}
#pickup-wrap li a h3, #main .links-wrap li h3 {
  padding-left: 1.0rem;
  color: #fff;
}
<!--以下を変更20230213米澤    ;
#main .links-wrap ul {
  margin: 3.2rem 0 auto;
  width: 100%;
  flex-flow: row wrap;
}
-->
#main .links-wrap ul {
  margin: 3.2rem auto 0;
  width: 100%;
  flex-flow: row wrap;
}
#main .links-wrap li {
  margin-bottom: 2.0rem;
}
#main .links-wrap img {
  width: 240px;
  height: auto;
}
#main .links-wrap :before{
  content:"";
  display: block;
  width:23%;
  order:1;
 }
#main .links-wrap :after{
  content:"";
  display: block;
  width:23%;
 }


@media screen and (max-width:767px) {
  #main ul {
    flex-flow: column wrap;
    justify-content: center;
    min-height: 0%;
  }
  .ul-menu-01 li {
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2.0rem;
    flex-flow: row wrap;
    border-bottom: 3px solid #e0e0e0;
    text-align: left;
    justify-content: flex-start;
    min-height: 0%;
  }
  .ul-menu-01 li div, .ul-menu-01.book li div {
    width: 33%;
    margin-right: 2%;
  }
  .ul-menu-01 li a h3 {
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .ul-menu-01 p {
    display: block;
  }
  .ul-menu-01 li > a {
    width: 65%;
    justify-content: flex-start;
    margin-right: 0;
    background-image: url("../img/icon/outline_chevron_right_black_24dp.png");
    background-position: right center;
    background-size: 48px;
    background-color: transparent;
  }
  .btn-01 {
    width: 100%;
  }
  .btn-01 a {
    width: 100%;
    margin-top: 2.0rem;
  }
  #pickup-wrap ul {
    width: auto;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    min-height: 0%;
  }
  #pickup-wrap li {
    width: 100%;
    min-height: 0%;
  }
  #pickup-wrap li img {
    width: 100%;
    height: auto;
  }
  #pickup-wrap li a, #main .links-wrap li a {
    width: 100%;
  }
  #main .links-wrap ul {
    flex-flow: row wrap;
    justify-content: space-around;
  }
  #main .links-wrap li a {
    width: 100%;
  }
  #main .links-wrap li {
    width: 48%;
    margin: 0 1% 2%;
  }
  #main .links-wrap img {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  個人情報＆Adobe Reader
* --------------------------------------------------------------------------------------------------*/
#privacy, #adobe-reader {
  padding: 4.0rem 0;
}
#adobe-reader .container {
  display: flex;
  justify-content: space-between;
}
#privacy .container {
  margin-bottom: 2.0rem;
}
#privacy .container div, #adobe-reader .container div {
  width: 20%;
}
#privacy img {
  height: auto;
}
#privacy .container p, #adobe-reader .container p {
  width: 80%;
}
@media screen and (max-width:767px) {
  #adobe-reader .container {
    flex-direction: column;
  }
  #privacy .container p, #adobe-reader .container p {
    margin-left: 0;
  }
  #privacy img, #adobe-reader img {
    height: auto;
    margin-bottom: 10px;
  }
  #privacy .container p, #adobe-reader .container p {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  フッター上部
* --------------------------------------------------------------------------------------------------*/
#footer {
  margin: 0 auto;
}
footer {
  background-color: #004691;
}
#footer-nav ul {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}
#footer-nav li {
  width: 30%;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  border-bottom: none;
  height: 20px;
  display: flex;
  align-items: center;
}
#footer-nav li + li {
  border-left: 0;
  border-right: 1px solid #444;
}
#footer-nav li a {
  display: block;
  width: 100%;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:767px) {
  #footer-nav ul {
    flex-flow: row wrap;
    padding: 10px 2%;
  }
  #footer-nav li {
    width: 50%;
    border: none;
    background-image: url("../img/icon/outline_chevron_right_black_24dp.png");
    background-size: 12px 12px;
    background-position: right 6% center;
    background-repeat: no-repeat;
  }
  #footer-nav li + li {
    border: none;
  }
  #footer-nav li a {
    text-align: left;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  フッター中部メガ
* --------------------------------------------------------------------------------------------------*/
#footer-mega ul {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  padding: 1.5rem 0rem 3.0rem;
}
#footer-mega li {
  margin-right: 2.0rem;
  max-width: 173px;
}
#footer-mega li ul {
  display: flex;
  flex-flow: column nowrap;
  padding: 0.5rem 0 0;
}
#footer-mega li ul li {
  text-indent: -1.4rem;
  padding-left: 1.6rem;
}
#footer-mega li ul li::before {
  z-index: 0;
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  margin-right: 4px;
}
#footer-mega h3 {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 0.5rem;
}
#footer-mega h3.second {
  margin-top: 30px;
}
#footer-mega a {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width:764px) {
  #footer-mega ul {
    flex-flow: column wrap;
  }
  #footer-mega li {
    max-width: none;
    width: auto;
    padding-bottom: 2.4rem;
    margin-right: 0;
  }
  #footer-mega li ul {
    flex-flow: row wrap;
    padding: 0.5rem 0 0;
  }
  #footer-mega li ul li {
    padding-bottom: 0;
  }
  #footer-mega h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.5rem;
  }
  #footer-mega h3.second {
    margin-top: 2.4rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  フッター下部
* --------------------------------------------------------------------------------------------------*/
#footer-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer-logo {
  width: 28%;
}
#footer-logo img {
  width: 280px;
  height: 120px;
}
#footer-address {
  margin: 4.0rem 0 2.0rem 4.0rem;
  width: 72%;
}
#footer-address h3 {
  padding-bottom: 1.0rem;
}
#footer-address li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0 0;
}
#footer-address h4 {
  display: inline-block;
  width: 90px;
}
#footer-address li p {
  flex: auto;
}
footer small {
  font-size: 1.3rem;
  padding: 0 2.0rem 2.0rem;
}
@media screen and (max-width:767px) {
  #footer-btm {
    flex-direction: column;
  }
  #footer-logo img {
    width: 140px;
    height: 60px;
  }
  #footer-address {
    margin: 2.0rem 0;
    width: 100%;
  }
  #footer-address li {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 0;
  }
  #footer-address h4 {
    width: 100%;
  }
  #footer-address .btn-02 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  #footer-address .btn-02 a {
    width: 25%;
    height: 20px;
    margin: 0.5rem 0;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  toTop
* --------------------------------------------------------------------------------------------------*/
#to-top {
  z-index: 1000;
  position: fixed;
  bottom: 4%;
  right: 2%;
  width: 60px;
  height: 60px;
  background-image: url("../img/icon/btn_to_top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
}
.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width:1024px) {
  #new-info-wrap .container, .container, main .container, #top-info .container {
    padding-right: 2.0rem;
    padding-left: 2.0rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
/* 背景色 */
.bgc-white {
  background-color: #fff;
}
.bgc-black {
  background-color: #000;
}
.bgc-01 {
  background-color: #f2f2f2;
}
.bgc-02 {
  background-color: #e6e6e6;
}
.bgc-03 {
  background-color: #ccc;
}
.bgc-04 {
  background-color: #ffc844;
}
.bgc-05 {
  background-color: #0071bc;
}
/* フォントサイズ */
.txt-bold {
  font-weight: bold;
}
.txt-20 {
  font-size: 2.0rem;
}
.txt-19 {
  font-size: 1.9rem;
}
.txt-18 {
  font-size: 1.8rem;
}
.txt-17 {
  font-size: 1.7rem;
}
.txt-16 {
  font-size: 1.6rem;
}
.txt-15 {
  font-size: 1.5rem;
}
.txt-14 {
  font-size: 1.4rem;
}
.txt-13 {
  font-size: 1.3rem;
}
.txt-12 {
  font-size: 1.2rem;
}
/* フォントカラー */
.color-blue {
  color: #004691;
}
.color-blue2 {
  color: #1c7ba3;
}
.color-blue3 {
  color: #0071bc;
}
.color-green {
  color: green;
}
.color-yellow {
  color: #ffc844;
}
.color-orange {
  color: orange;
}
.color-red {
  color: #d12f2f;
}
.color-white {
  color: #ffffff;
}

/* 余白調整  */
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
/* レイアウト調整  */

/* コンテンツ中央  */
.box-center {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* コンテンツ左寄せ  */
.box-left {
  display: flex;
  justify-content: flex-start;
}
/* コンテンツ右寄せ  */
.box-right {
  display: flex;
  justify-content: flex-end;
}
/* ----------------------------------------------------------------------------------------------------
*  dark mode
* --------------------------------------------------------------------------------------------------*/