@charset "UTF-8";
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

a {
  color: #333;
  text-decoration: none;
}

:-webkit-any-link {
  color: #333;
  text-decoration: none;
}

:-moz-any-link {
  color: #333;
  text-decoration: none;
}

:any-link {
  color: #333;
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.media-query {
  display: none;
  font-family: 'pc';
}

@media all and (max-width: 767px) {
  .media-query {
    font-family: 'sp';
  }
}

:root {
  color: #333;
  line-height: 1.7;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: none;
}

@media all and (max-width: 767px) {
  :root {
    line-height: 1.7;
  }
}

html {
  overflow: auto;
}

body {
  min-width: 1000px;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

ul, ol {
  list-style: none;
}

[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *:focus {
  outline: none;
}

.wrapper {
  position: relative;
}

/* .l-breadcrumb
================================================ */
.l-breadcrumb-list {
  line-height: 1.7;
}

.l-breadcrumb-list__item {
  display: inline-block;
  font-size: 12px;
  color: #999;
  vertical-align: top;
}

.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  padding-left: 6px;
}

.l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
  content: "＞";
  margin-right: 6px;
}

.l-breadcrumb-list--link {
  color: #666;
}

.l-breadcrumb-list--link:hover {
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .l-breadcrumb-list__item + .l-breadcrumb-list__item {
    padding-left: 10px;
  }
  .l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
    margin-right: 10px;
  }
}

/* .header
================================================ */
.l-header {
  background-color: #fff;
  padding: 10px 0;
}

.l-header__logo {
  width: 390px;
}

.l-header__txt {
  font-size: 21px;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

@media all and (max-width: 767px) {
  .l-header__logo {
    width: 195px;
  }
  .l-header__txt {
    font-size: 18px;
    line-height: 1.5;
  }
}

.l-footer {
  position: relative;
}

/* .l-footer-nav
================================================ */
.l-footer-nav {
  background-color: #2B589B;
}

.l-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

.l-footer-nav__item {
  margin: 0 20px;
}

.l-footer-nav__item a {
  font-size: 13px;
  color: #fff;
}

.l-footer-nav__item a:hover {
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .l-footer-nav {
    padding: 40px 0;
  }
  .l-footer-nav__list {
    display: block;
    height: auto;
  }
  .l-footer-nav__item {
    margin: 0;
  }
  .l-footer-nav__item + .l-footer-nav__item {
    margin-top: 13px;
  }
}

/* .l-footer-btm
================================================ */
.l-footer-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 0;
}

.l-footer-btm--txt {
  font-size: 16px;
  margin-right: 25px;
}

.l-footer-btm--cr {
  font-size: 13px;
}

@media all and (max-width: 767px) {
  .l-footer-btm {
    display: block;
    padding: 17px 0 90px;
    text-align: center;
  }
  .l-footer-btm--txt {
    font-size: 13px;
    margin-right: 0;
  }
  .l-footer-btm--cr {
    font-size: 11px;
  }
}

/* .pagetop
================================================ */
.pagetop {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  z-index: 1;
}

@media all and (min-width: 768px) {
  .pagetop a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pagetop a:hover {
    opacity: .7;
  }
}

@media all and (max-width: 767px) {
  .pagetop {
    right: 0;
  }
}

.inner {
  max-width: 1000px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner_large {
  max-width: 1240px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width: 767px) {
  .inner_large {
    max-width: 100%;
  }
}

@media all and (min-width: 768px) {
  .forSp {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .forPc {
    display: none !important;
  }
}

.h1 {
  font-size: 40px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .h1 {
    font-size: 34px;
  }
}

.h2 {
  font-size: 34px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .h2 {
    font-size: 28px;
  }
}

.h3 {
  font-size: 28px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .h3 {
    font-size: 24px;
  }
}

.h4 {
  font-size: 24px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .h4 {
    font-size: 18px;
  }
}

.h5 {
  font-size: 18px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .h5 {
    font-size: 16px;
  }
}

.m_title01 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
  line-height: 1.35;
  margin-bottom: 5px;
}

.m_title01.is-red {
  background-color: #C8161E;
}

.m_title01.is-green {
  background-color: #04870D;
}

.m_title01.is-blue {
  background-color: #2265A8;
}

.m_title02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
}

.m_title02:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 1px 0;
}

.m_title02.is-red:before {
  background-color: #C8161E;
}

.m_title02.is-green:before {
  background-color: #04870D;
}

.m_title02.is-blue:before {
  background-color: #2265A8;
}

.m_title02.is-blue02:before {
  background-color: #1E87F0;
}

@media all and (max-width: 767px) {
  .m_title02 {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.m_title03 {
  font-size: 24px;
  font-weight: bold;
  padding: 7px 0;
  border-top: 1px solid;
  border-bottom: 1px solid #000;
}

.m_title03.is-red {
  color: #C8161E;
  border-color: #C8161E;
}

.m_title03.is-green {
  color: #04870D;
  border-color: #04870D;
}

.m_title03.is-blue {
  color: #2265A8;
  border-color: #2265A8;
}

@media all and (max-width: 767px) {
  .m_title03 {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
  }
}

.m_title04 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  padding: 4px 20px;
  background-color: #1E87F0;
}

@media all and (max-width: 767px) {
  .m_title04 {
    padding: 4px 14px;
  }
}

.m-btn01 {
  max-width: 315px;
  margin: auto;
}

.m-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  background-color: #2B589B;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
}

@media all and (min-width: 768px) {
  .m-btn01 a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-btn01 a:hover {
    opacity: .7;
  }
}

@media all and (-ms-high-contrast: none) {
  .m-btn01 a {
    height: 60px;
  }
}

.m-btn01 a:before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

@media all and (max-width: 767px) {
  .m-btn01 {
    max-width: 100%;
  }
}

.m-btn02 {
  max-width: 315px;
  margin: auto;
}

.m-btn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  border: 2px solid #2B589B;
  background-color: #fff;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #2B589B;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (-ms-high-contrast: none) {
  .m-btn02 a {
    height: 60px;
  }
}

.m-btn02 a:hover {
  background-color: #e4edfb;
}

.m-btn02 a:before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 2px #2B589B;
  border-right: solid 2px #2B589B;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.m-btn03 {
  max-width: 500px;
}

.m-btn03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  background-color: #F5801C;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
}

@media all and (min-width: 768px) {
  .m-btn03 a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-btn03 a:hover {
    opacity: .7;
  }
}

@media all and (-ms-high-contrast: none) {
  .m-btn03 a {
    height: 60px;
  }
}

.m-btn03 a:before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.m-list__item {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-list__item + .m-list__item {
  margin-top: 30px;
}

.m-list__img {
  margin-right: 25px;
  width: 315px;
}

.m-list__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m-list__gold {
  width: 180px;
  background-color: #F6E579;
  padding: 2px;
  text-align: center;
  margin-bottom: 18px;
}

.m-list__gold--txt {
  border: 1px solid #95720E;
  font-weight: 500;
  color: #997612;
}

.m-list__lead {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.m-list__tit {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-top: 5px;
}

.m-list__info {
  color: #2b589b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.m-list__info + .m-list__info {
  margin-top: 5px;
}

.m-list__info dt {
  width: 60px;
  font-weight: bold;
}

.m-list__info dd {
  font-weight: 500;
}

.m-list__txt {
  margin: 18px 0 38px;
}

@media all and (max-width: 767px) {
  .m-list__item {
    padding: 15px;
    display: block;
  }
  .m-list__item + .m-list__item {
    margin-top: 20px;
  }
  .m-list__img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .m-list__img img {
    width: 100%;
  }
  .m-list__lead {
    font-size: 18px;
  }
  .m-list__tit {
    font-size: 18px;
    margin-top: 4px;
  }
  .m-list__info {
    margin-top: 18px;
  }
  .m-list__info + .m-list__info {
    margin-top: 1px;
  }
}