@charset "UTF-8";
/* ======================================================
	PC用設定
====================================================== */
@media print, screen and (min-width: 769px) {
  /*----------------------------------------------------
	  基本設定
  ----------------------------------------------------*/
  body {
    font-size: 1.4rem;
    color: #000;
    line-height: 1.5;
  }
  img {
    width: 100%;
  }
  #wrapper {
    overflow: hidden;
    position: relative;
  }
  h3.title {
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 20px 0 10px 17px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1;
    border-bottom: 2px solid #47a0ff;
  }
  h3.title::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 6px;
    height: 23px;
    border-left: 6px solid #47a0ff;
  }
  h3.title span {
    font-size: 1.8rem;
  }
  h4.title {
    font-size: 1.6rem;
    line-height: 1;
  }
  ul.list--number li {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.6rem;
  }
  ul.list--number li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  }
  ul.list--number li:nth-of-type(1)::before {
    content: '1.';
  }
  ul.list--number li:nth-of-type(2)::before {
    content: '2.';
  }
  ul.list--number li:nth-of-type(3)::before {
    content: '3.';
  }
  ul.list--number li:nth-of-type(4)::before {
    content: '4.';
  }
  ul.list--number li:nth-of-type(5)::before {
    content: '5.';
  }
  ul.list--number li:nth-of-type(6)::before {
    content: '6.';
  }
  ul.list--number li:nth-of-type(7)::before {
    content: '7.';
  }
  ul.list--number li + li {
    margin-top: 5px;
  }
  /*----------------------------------------------------
	  header
  ----------------------------------------------------*/
  header {
    box-sizing: border-box;
    width: 100%;
    height: 76px;
    background: #fff;
    border-top: 6px solid #47a0ff;
  }
  header .inner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
  }
  header h1.header__logo {
    position: absolute;
    width: 409px;
    height: 30px;
    top: 20px;
    left: 10px;
  }
  header h1.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header p.header__logo--mlit {
    position: absolute;
    width: 131px;
    height: 32px;
    top: 20px;
    right: 10px;
  }
  header .header__menu {
    display: none;
  }
  /*----------------------------------------------------
	  pagetop
  ----------------------------------------------------*/
  .pagetop {
    display: none;
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 40px;
    padding-bottom: 30px;
  }
  .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    background: #888b8c;
    border-radius: 50%;
  }
  .pagetop a:hover {
    background: rgba(136, 139, 140, 0.7);
  }
  /*----------------------------------------------------
	  footer
  ----------------------------------------------------*/
  .footer {
    margin-top: 80px;
    color: #fff;
    background: #47a0ff;
  }
  .footer .inner {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 40px 15px;
  }
  .footer p.footer__name {
    line-height: 1;
  }
  .footer p.footer__name span {
    font-size: 2rem;
  }
  .footer p.footer__address {
    margin-top: 5px;
    line-height: 1.5;
  }
  .footer p.footer__address span {
    display: inline-block;
  }
  .footer p.footer__address span:first-child {
    margin-right: 1em;
  }
  .footer ul.footer__link {
    display: flex;
    flex-wrap: wrap;
  }
  .footer ul.footer__link li {
    margin: 12px 20px 0 0;
  }
  .footer ul.footer__link a {
    color: #fff;
    line-height: 1;
  }
  .footer p.footer__logo--mlit {
    width: 205px;
    height: 38px;
  }
  .footer p.footer__copy {
    width: 100%;
    margin-top: 25px;
    text-align: right;
    line-height: 1.2;
  }
  .footer .footer__block:first-child {
    width: calc(100% - 370px);
  }
  .footer .footer__block:last-child {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    width: 370px;
  }
  /*----------------------------------------------------
	  search
  ----------------------------------------------------*/
  h2.search__title {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    height: 116px;
    max-width: 1230px;
    margin: 0 auto;
    padding: 5px 15px 0 100px;
    font-size: 3.6rem;
    line-height: 1.2;
    background: #47a0ff;
    background-image: url(../img/search.png);
    background-size: 40px;
    background-position: left 40px center;
    background-repeat: no-repeat;
    color: #fff;
  }
  .search h2.search__title span.field {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .search h2.search__title span.sub {
    font-size: 2.4rem;
  }
  .search .search__area > .inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 30px 15px;
  }
  .search .search__area p.search__text--lead {
    padding-top: 1rem;
    text-align: center;
    font-size: 1.6rem;
  }
  .search .search__notes {
    margin-top: 20px;
  }
  .search .search__notes .inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .search > .search__notes > .inner > .note {
    margin-top: 5px;
    margin-left: 15px;
  }
  .search > .search__notes > .inner > .note > .note-body {
    margin-left: 15px;
  }
}

/*----------------------------------------------------
  810px以下用設定
----------------------------------------------------*/
@media (min-width: 768px) and (max-width: 840px) {
  h2.search__title {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 25px 15px 25px 100px;
    font-size: 3.6rem;
    line-height: 1;
    background: #47a0ff;
    background-image: url(../img/search.png);
    background-size: 40px;
    background-position: left 40px center;
    background-repeat: no-repeat;
    color: #fff;
  }
  .search h2.search__title span.field {
    display: block;
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: normal;
  }
}

/* ======================================================
	SP用設定
====================================================== */
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
	  基本設定
  ----------------------------------------------------*/
  body {
    font-size: 1.4rem;
    color: #000;
    line-height: 1.5;
  }
  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img {
    width: 100%;
  }
  #wrapper {
    overflow: hidden;
    position: relative;
  }
  /* リンク設定 ====================*/
  a:link {
    color: #47a0ff;
    text-decoration: underline;
  }
  a:visited {
    color: #47a0ff;
    text-decoration: underline;
  }
  a:hover {
    color: #47a0ff;
    text-decoration: none;
  }
  a:active {
    color: #47a0ff;
  }
  /* PC&SP表示切替 ====================*/
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* btn ====================*/
  .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background: #ff4885;
    border-radius: 8px;
  }
  h3.title {
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 20px 0 5px 10px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.1;
    border-bottom: 2px solid #47a0ff;
  }
  h3.title::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 5px;
    height: 17px;
    border-left: 5px solid #47a0ff;
  }
  h3.title span {
    font-size: 1.2rem;
  }
  h4.title {
    font-size: 1.6rem;
    line-height: 1;
  }
  ul.list--number li {
    position: relative;
    padding-left: 1.5em;
  }
  ul.list--number li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  }
  ul.list--number li:nth-of-type(1)::before {
    content: '1.';
  }
  ul.list--number li:nth-of-type(2)::before {
    content: '2.';
  }
  ul.list--number li:nth-of-type(3)::before {
    content: '3.';
  }
  ul.list--number li:nth-of-type(4)::before {
    content: '4.';
  }
  ul.list--number li:nth-of-type(5)::before {
    content: '5.';
  }
  ul.list--number li:nth-of-type(6)::before {
    content: '6.';
  }
  ul.list--number li:nth-of-type(7)::before {
    content: '7.';
  }
  ul.list--number li + li {
    margin-top: 5px;
  }
  /*----------------------------------------------------
	  header
  ----------------------------------------------------*/
  header {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 58px;
    background: #fff;
    border-top: 6px solid #47a0ff;
    z-index: 101;
  }
  header h1.header__logo {
    position: absolute;
    width: 283px;
    height: 20px;
    top: 16px;
    left: 12px;
  }
  header h1.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/header_logo.png') center center no-repeat;
    background-size: contain;
  }
  header h1.header__logo img {
    display: none;
  }
  header p.header__logo--mlit {
    display: none;
  }
  header .header__menu {
    display: block;
    position: absolute;
    top: 16px;
    right: 12px;
    width: 26px;
    height: 18px;
    cursor: pointer;
  }
  header .header__menu span {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 26px;
    height: 2px;
    background: #47a0ff;
    transition: all 0.3s;
  }
  header .header__menu span:nth-child(1) {
    transform: translateY(-8px);
  }
  header .header__menu span:nth-child(2) {
    opacity: 1;
  }
  header .header__menu span:nth-child(3) {
    transform: translateY(8px);
  }
  header .header__menu.open span:nth-child(1) {
    transform: rotate(-45deg) translateY(0px);
  }
  header .header__menu.open span:nth-child(2) {
    opacity: 0;
  }
  header .header__menu.open span:nth-child(3) {
    transform: rotate(45deg) translateY(0px);
  }
  /*----------------------------------------------------
	  pagetop
  ----------------------------------------------------*/
  .pagetop {
    display: none;
    position: fixed;
    z-index: 99;
    right: 12px;
    bottom: 40px;
    padding-bottom: 22px;
  }
  .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    background: #888b8c;
    border-radius: 50%;
  }
  .pagetop a:hover {
    background: rgba(136, 139, 140, 0.7);
  }
  /*----------------------------------------------------
	  footer
  ----------------------------------------------------*/
  .footer {
    box-sizing: border-box;
    margin-top: 90px;
    padding: 35px 12px;
    text-align: center;
    color: #fff;
    background: #47a0ff;
  }
  .footer p.footer__name span {
    display: block;
    font-size: 2rem;
  }
  .footer p.footer__address {
    margin-top: 5px;
    line-height: 1.5;
  }
  .footer p.footer__address span {
    display: block;
  }
  .footer ul.footer__link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .footer ul.footer__link li {
    width: calc((99.9% - 5px) / 2);
    height: 50px;
    margin: auto;
  }
  .footer ul.footer__link li:nth-of-type(even) {
    margin-left: 5px;
  }
  .footer ul.footer__link li:nth-of-type(n + 3) {
    margin-top: 5px;
  }
  .footer ul.footer__link a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 8px 10px;
    font-size: 1.2rem;
    color: #fff;
    background: #4753ff;
    border-radius: 3px;
  }
  .footer p.footer__logo--mlit {
    display: block;
    width: 230px;
    height: 42px;
    margin: 30px auto 0;
    background: url('../img/001391972.png') center center no-repeat;
    background-size: contain;
  }
  .footer p.footer__logo--mlit img {
    display: none;
  }
  .footer p.footer__copy {
    width: 100%;
    margin-top: 35px;
    font-size: 1rem;
    line-height: 1.2;
  }
  /*----------------------------------------------------
	  search
  ----------------------------------------------------*/
  .search h2.search__title {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    height: 70px;
    padding: 5px 12px 0 60px;
    font-size: 2rem;
    line-height: 1.2;
    /*    background: url("../img/001391978.png") left 12px center no-repeat;
    background-size: 30px 30px;*/
    background: #47a0ff;
    background-image: url(../img/search_sp.png);
    background-size: 30px;
    background-position: left 12px center;
    background-repeat: no-repeat;
    color: #fff;
  }
  .search h2.search__title span.field {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .search h2.search__title span.sub {
    font-size: 1.2rem;
  }
  .search .search__area {
    padding: 30px 12px;
    /*    background: #e2f5f9;*/
  }
  .search .search__notes {
    margin-top: 20px;
    padding: 0 12px;
  }
  .search > .search__notes > .inner > .note {
    margin-top: 5px;
    margin-left: 15px;
  }
  .search > .search__notes > .inner > .note > .note-body {
    margin-left: 15px;
  }
}

/* ======================================================
	PC用設定
====================================================== */
@media print, screen and (min-width: 769px) {
  header div.header__logo {
    position: absolute;
    width: 409px;
    height: 30px;
    top: 20px;
    left: 10px;
  }
  header div.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

/* ======================================================
	SP用設定
====================================================== */
@media screen and (max-width: 768px) {
  header div.header__logo {
    position: absolute;
    width: 283px;
    height: 20px;
    top: 16px;
    left: 12px;
  }
  header div.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/header_logo.png') center center no-repeat;
    background-size: contain;
  }
  header div.header__logo img {
    display: none;
  }

  ul.list--link li a {
    padding: 5px 10px;
  }
}

p.text.text-margin {
  margin: 25px 0 10px;
}
ul.list--link {
  margin-bottom: 20px;
}
ul.list--link li {
  display: inline-block;
}
ul.list--link li a,
ul.list--link li span {
  display: block;
  background-color: #eee;
  border-radius: 6px;
  padding: 10px 20px;
  margin: 5px;
}
ul.list--link li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  ul.list--link li a {
    padding: 5px 10px;
  }
}
