@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;
}

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

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

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;
}

.l-wrapper {
  position: relative;
}

@media all and (max-width: 767px) {
  .l-wrapper {
    padding-top: 60px;
  }
}

/* .l-breadcrumb
================================================ */
.l-breadcrumb {
  margin-top: 10px;
}

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

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

.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 {
    margin-top: 0;
  }
  .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;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 30px 0;
}

.l-header__logo {
  width: 402px;
}

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

.l-header__7andi {
  margin-top: 2px;
}

.l-header__7andi__logo {
  width: 164px;
}

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

.l-header__7andi--btn {
  width: 164px;
  margin-top: 5px;
}

.l-header__7andi--btn a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #F98039;
  border-radius: 8px;
  padding: 4px 0;
}

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

@media all and (max-width: 767px) {
  .l-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    height: 60px;
  }
  .l-header__inner {
    display: block;
    padding: 8px 15px 0;
  }
  .l-header__logo {
    width: 285px;
  }
}

/* .header__navbtn
-------------------------------------- */
.header__navbtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1;
}

.header__navbtn__line {
  position: absolute;
  left: 20px;
  width: 28px;
  height: 2px;
  content: '';
  background: #666;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__navbtn__line:nth-child(1) {
  top: 19px;
}

.header__navbtn__line:nth-child(2) {
  top: 29px;
}

.header__navbtn__line:nth-child(3) {
  top: 39px;
}

.header__navbtn.is-open .header__navbtn__line:nth-child(1) {
  top: 29px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__navbtn.is-open .header__navbtn__line:nth-child(2) {
  opacity: 0;
}

.header__navbtn.is-open .header__navbtn__line:nth-child(3) {
  top: 29px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* .nav
================================================ */
@media all and (min-width: 768px) {
  .nav {
    margin-top: 10px;
  }
  .nav-list {
    max-width: 1155px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-list__item {
    margin: 0 5px;
  }
  .nav-list__item a {
    font-size: 14px;
  }
  .nav-list__item a:hover {
    text-decoration: underline;
  }
}

@media all and (max-width: 767px) {
  .nav {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 2;
    width: 100%;
    max-height: calc(100vh - 70px);
    min-width: 320px;
    background: #05582F;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    display: none;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav-list {
    border-top: 1px solid #DBE5F1;
  }
  .nav-list__item {
    border-bottom: 1px solid #fff;
  }
  .nav-list__item.is-bg-color {
    background-color: #F2F2F2;
    border-bottom: none;
  }
  .nav-list__item.is-bg-color .nav-list__link {
    color: #555;
  }
  .nav-list__item.is-bg-color .nav-list__link:after {
    border-top: solid 2px #555;
    border-right: solid 2px #555;
  }
  .nav-list__link {
    display: block;
    font-size: 14px;
    padding: 12px 30px;
    position: relative;
    color: #fff;
  }
  .nav-list__link:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
  }
  .nav-list__link.is-toggle:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-list__link.is-toggle.is-active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav-sublist {
    background-color: #05582F;
  }
  .nav-sublist-wrap {
    display: none;
  }
  .nav-sublist__link {
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  .nav-sublist__link:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
  }
}

.l-footer {
  position: relative;
}

/* .l-footer-bunner
================================================ */
.l-footer-bunner {
  background-color: #F2F2F2;
  padding: 40px 0;
}

.l-footer-bunner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer-bunner__item {
  max-width: 306px;
}

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

@media all and (max-width: 767px) {
  .l-footer-bunner {
    padding: 40px 15px;
  }
  .l-footer-bunner__list {
    display: block;
  }
  .l-footer-bunner__item {
    max-width: 100%;
  }
  .l-footer-bunner__item + .l-footer-bunner__item {
    margin-top: 16px;
  }
  .l-footer-bunner__item a img {
    width: 100%;
  }
}

/* .l-footer-pagetop
================================================ */
.l-footer-pagetop {
  text-align: center;
  padding: 53px 0 10px;
}

.l-footer-pagetop__btn {
  font-size: 17px;
  color: #328D60;
  position: relative;
}

.l-footer-pagetop__btn:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #328D60;
  border-right: solid 2px #328D60;
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media all and (max-width: 767px) {
  .l-footer-pagetop {
    padding: 30px 0 10px;
  }
}

/* .l-footer-nav
================================================ */
.l-footer-nav {
  background-color: #05582F;
  padding: 20px 0;
}

.l-footer-nav__list {
  max-width: 1155px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

@media all and (max-width: 767px) {
  .l-footer-nav {
    padding: 25px 15px 37px;
  }
  .l-footer-nav__list {
    max-width: 100%;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-nav__item {
    width: 50%;
    margin: 14px 0 0;
  }
}

/* .l-footer-subnav
================================================ */
.l-footer-subnav {
  padding: 15px 0px 20px;
  background-color: #F2F2F2;
}

.l-footer-subnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer-subnav__list + .l-footer-subnav__list {
  margin-top: 15px;
}

.l-footer-subnav__item {
  padding: 0 14px;
  border-right: 1px solid #B2B2B2;
  line-height: 1;
}

.l-footer-subnav__item:last-child {
  border-right: none;
}

.l-footer-subnav__link {
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

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

@media all and (max-width: 767px) {
  .l-footer-subnav {
    padding: 15px 0px 20px;
  }
  .l-footer-subnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer-subnav__list + .l-footer-subnav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .l-footer-subnav__list + .l-footer-subnav__list .l-footer-subnav__item {
    margin-top: 13px;
  }
  .l-footer-subnav__item {
    padding: 0 8px;
  }
}

/* .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: 20px 0;
}

.l-footer-btm--txt {
  font-size: 18px;
  margin-right: 25px;
  font-weight: 500;
  color: #666;
}

.l-footer-btm--cr {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}

@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: 13px;
  right: 94px;
  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 {
    bottom: 20px;
    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: #F98039;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
}

@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: 500px;
  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 #F98039;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #F98039;
  background-color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

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

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

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

@media all and (max-width: 767px) {
  .m-btn02 {
    max-width: 100%;
  }
  .m-btn02 a {
    text-align: center;
    line-height: 1.3;
    padding: 12px 0;
  }
  .m-btn02 a:before {
    right: 15px;
  }
}

.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: #05582F;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
}

@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-btn03.is-blank a:before {
  border: none;
  background-image: url(../img/common/ico_blank.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

@media all and (max-width: 767px) {
  .m-btn03 {
    max-width: 100%;
  }
  .m-btn03 a {
    text-align: center;
    line-height: 1.3;
    padding: 12px 0;
  }
  .m-btn03 a:before {
    right: 15px;
  }
}

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

.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: #05582F;
  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;
  }
}
