@charset "UTF-8";
@media screen and (max-width: 720px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 720px) {
  .pc_none {
    display: none;
  }
}

span.anchorlink {
  position: relative;
  top: -130px;
  display: block;
}
@media screen and (max-width: 720px) {
  span.anchorlink {
    top: -100px;
  }
}

html {
  font-size: 16px;
  font-family: sans-serif;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  color: #888;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}

h2 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  margin-top: 70px;
}
@media screen and (max-width: 720px) {
  h2 {
    margin-top: 50px;
  }
}

h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 35px;
}
@media screen and (max-width: 720px) {
  h3 {
    margin-top: 30px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
body {
  color: #40220f;
  font-size: 1rem;
  padding: 0 30px;
  min-height: 97vh;
}
@media screen and (max-width: 720px) {
  body {
    min-height: 100vh;
    padding: 0 20px;
  }
}

.sp_bottom_nav {
  border-top: 3px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
  width: 100%;
  height: 80px;
  background: rgb(255, 255, 255);
  background: #40220f;
  color: #fff;
  padding: 7px 0 3px;
  position: fixed;
  bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.03em;
}
.sp_bottom_nav .mini-text {
  font-size: 0.83em;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.01em;
  line-height: 10px;
  text-align: center;
}
.sp_bottom_nav .mini-text:hover {
  color: #004164;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sp_bottom_nav .brand_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8em;
  padding: 0 0 3px;
}
.sp_bottom_nav .brand_name p {
  letter-spacing: 0.1em;
}
.sp_bottom_nav .brand_name a {
  color: #fff;
}
.sp_bottom_nav ul.bottom-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
}
.sp_bottom_nav ul.bottom-menu li {
  width: 100%;
  margin-right: 4px;
  font-size: 1.2em;
  list-style-type: none;
  background-color: #fff;
}
.sp_bottom_nav ul.bottom-menu li:last-child {
  margin-right: 0;
}
.sp_bottom_nav ul.bottom-menu li:hover {
  background-color: yellow;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sp_bottom_nav ul.bottom-menu li a {
  font-size: 1.2em;
  font-weight: 800;
  color: #555;
  display: block;
  text-decoration: none;
}
.sp_bottom_nav ul.bottom-menu li a:hover {
  color: #aaa;
}
.sp_bottom_nav ul.bottom-menu li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.sp_bottom_nav ul.bottom-menu li .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 8px;
}
.sp_bottom_nav ul.bottom-menu li .icon {
  height: 35px;
}
.sp_bottom_nav ul.bottom-menu li .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.sp_bottom_nav ul.bottom-menu li ul.menu-second-level {
  display: none;
  z-index: 1;
  background-color: #f5f5f5;
}
.sp_bottom_nav ul.bottom-menu li ul.menu-second-level li {
  font-size: 0.7em;
}
.sp_bottom_nav ul.bottom-menu li ul.menu-second-level li a {
  border-top: 1px dashed #a9a9a9;
  line-height: 30px;
}
.sp_bottom_nav ul.bottom-menu li ul.menu-second-level li a:hover {
  color: #aaa;
  height: 100%;
  background: lightgrey;
}
.sp_bottom_nav li.menu-width-max ul.menu-second-level {
  position: absolute;
  bottom: 65px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0;
}
.sp_bottom_nav li.menu-width-max ul.menu-second-level li {
  float: left;
  width: 100%;
  border: none;
}

header {
  font-family: "Ubuntu", YakuHanJP, YuGothic, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
}
@media screen and (max-width: 720px) {
  header {
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
header .h-menu {
  display: none;
  /* :checked 擬似クラス＆隣接セレクタで#menuのプロパティ設定 */
}
@media screen and (max-width: 720px) {
  header .h-menu {
    display: block;
  }
}
header .h-menu p {
  font-size: 1rem;
}
header .h-menu #label {
  position: relative;
  z-index: 10;
}
header .h-menu #toggle {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 25px;
  cursor: pointer;
  padding: 20px;
}
header .h-menu #open {
  display: none;
}
header .h-menu #sp-menu {
  position: fixed;
  top: 60px;
  left: -200px;
  width: 200px;
  height: 100%;
  padding-top: 20px;
  background-color: #222;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
header .h-menu #sp-menu li {
  display: inline;
}
header .h-menu #sp-menu li a {
  display: block;
  color: #fff;
  width: 100%;
  padding: 15px 20px;
}
header .h-menu #sp-menu li :hover {
  background-color: #888;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
header .h-menu #sp-menu-bg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}
header .h-menu #sp-menu-bg:hover {
  cursor: pointer;
}
header .h-menu #sp-menu-bg:active {
  display: none;
}
header .h-menu #open:checked + #sp-menu {
  left: 0;
}
header .h-menu #open:checked + #sp-menu-bg {
  display: block;
}
header .logo-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 600px;
}
@media screen and (max-width: 720px) {
  header .logo-type {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .logo {
  padding: 0 30px;
}
@media screen and (max-width: 720px) {
  header .logo {
    padding: 0 10px;
  }
}
header .logo p {
  letter-spacing: 0.03rem;
  font-size: 0.7rem;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  header .logo p {
    display: none;
  }
}
header .logo img {
  display: block;
  position: relative;
  margin-top: 2px;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  header .logo img {
    left: 3px;
  }
}
header .logo_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 20px;
}
@media screen and (min-width: 720px) {
  header .logo_row {
    display: none;
  }
}
header .logo_row img {
  display: block;
  position: relative;
  margin-left: 10px;
  background-size: contain;
}
@media screen and (min-width: 720px) {
  header .logo_row img {
    display: none;
  }
}
header .logo-mark {
  position: relative;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 720px) {
  header .logo-mark {
    display: none;
  }
}
header .logo-mark .logo-on {
  position: relative;
}
header .logo-mark .logo-on:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
header .logo-mark .logo-off {
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .logo-mark .logo-off:hover {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
header .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 720px) {
  header .header-nav {
    display: none;
  }
}
header .header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 300px;
  padding: 0 30px 0 10px;
  font-size: 0.8rem;
}
header .header-nav ul > li .last {
  padding-right: 0;
}
header .header-nav ul > li > a {
  padding: 20px 20px;
  font-weight: bold;
}
header .header-nav ul > li > ul {
  position: absolute;
  margin-top: 17px;
  padding: 10px 0;
  width: 150px;
  display: block;
  border: 1px;
  border-color: #222;
  background-color: #222;
  border-radius: 5px;
  display: none;
}
header .header-nav ul > li > ul > li {
  border-bottom: snow;
  text-align: center;
}
header .header-nav ul > li > ul > li:hover {
  background-color: #888;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .header-nav ul > li > ul > li a {
  display: block;
  padding: 10px 20px;
  font-weight: normal;
  color: #fff;
}
header .header-nav ul > li:hover > ul {
  display: block;
  -webkit-animation: fadeIn 0.5s backwards;
  animation: fadeIn 0.5s backwards;
}

.mv {
  margin: 130px auto 60px;
  width: 100%;
  max-width: 1000px;
  height: 100%;
}
@media screen and (max-width: 720px) {
  .mv {
    display: none;
  }
}

.mv-sp {
  display: none;
  margin: 60px auto 50px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  max-width: 1000px;
}
@media screen and (max-width: 720px) {
  .mv-sp {
    display: block;
  }
}

.mv-fix {
  margin: 120px auto 50px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 250px;
  overflow: hidden;
}
.mv-fix .p2 {
  -webkit-transform: translatey(-35%);
          transform: translatey(-35%);
  width: 100%;
}
.mv-fix .p3 {
  -webkit-transform: translatey(-40%);
          transform: translatey(-40%);
  width: 100%;
}
.mv-fix .p4 {
  -webkit-transform: translatey(-26%);
          transform: translatey(-26%);
  width: 100%;
}
@media screen and (max-width: 720px) {
  .mv-fix {
    margin: 60px auto 50px;
    height: 35vw;
  }
}

.r_borderline {
  background-color: #40220f; /* 線色 */
  border-radius: 2px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 4px; /* 線幅 */
  width: 100%;
}

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}
main .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin: 0 auto;
}
main p {
  letter-spacing: 0.03rem;
  line-height: 1.7rem;
  text-align: justify;
  margin-top: 20px;
  font-weight: 600;
}
main .cap {
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1rem;
  letter-spacing: normal;
}
main .img-cap {
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1rem;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}
main .form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #fff;
}
main .form-box form#mail_form dl dt .k-color {
  color: pink;
}
main .center_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
}
main .center_box .img_a {
  margin: 20px auto 10px;
  width: 100%;
  max-width: 600px;
}
main .center_box .img_b {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 600px;
}
main .center_box .img_c {
  margin: 20px auto 20px;
  width: 100%;
  max-width: 600px;
}
main .center_box p {
  margin: 0 10px;
  font-weight: 800;
}
@media screen and (max-width: 720px) {
  main .center_box {
    padding: 5px;
  }
}
main .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  background-color: #fff;
}
main .box .link-tag {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
main .box .midashi_line {
  border-bottom: dotted 2px black;
}
main .box .text-box {
  width: 48%;
}
main .box .text-box p:first-child {
  margin: 0;
}
main .box .text-box h3:first-child {
  margin-top: 0;
}
main .box .tray {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
}
main .box .tray p:first-child {
  top: -3px;
  margin: 0;
}
main .box .tray h3:first-child {
  top: -3px;
  margin-top: 0;
}
main .box .tray img {
  display: block;
  margin-bottom: 10px;
}
main .box .tray img:first-child {
  top: 3px;
  margin-top: 0;
}
main .box .tray .crop {
  overflow: hidden;
  width: 100%;
  height: 250px;
  position: relative;
  margin-bottom: 10px;
}
main .box .tray .crop img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
main .box .img-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 48%;
}
main .box .img-box img {
  display: block;
  margin-bottom: 10px;
  position: relative;
  top: 3px;
}
main .box .block {
  display: block;
  width: 100%;
  margin: 0 5px 5px 0;
  padding: 0;
}
main .box .block .tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  padding: 5px 8px 4px;
  background-color: #222;
  border-radius: 3px;
  margin-top: 28px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
main .box .block .tag:hover {
  background-color: #888;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main .box .b-button {
  margin: 30px 5px 5px 0;
}
main .box .b-button .tag {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 25px 10px 22px;
  background-color: #222;
  line-height: 3rem;
  margin-top: 28px;
  margin-right: 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
main .box .b-button .tag:hover {
  background-color: #888;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main .box .btn-flat {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  background: #444;
}
main .box .btn-flat:first-of-type {
  margin-top: 0px;
}
main .box .btn-flat span {
  font-size: 1em;
  color: #fff;
  position: relative;
  padding-left: 25px;
}
main .box .btn-flat span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}
main .box .btn-flat:hover {
  text-decoration: none;
  background: #888;
}
main .box .b {
  font-weight: bold;
}
main .box .lb {
  font-weight: bold;
  font-size: 1.2rem;
}
main .box .sb {
  margin-top: 25px;
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
}
main .box .sn {
  margin-top: 0;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.4rem;
}
@media screen and (max-width: 720px) {
  main .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .box .img-box {
    width: 100%;
    padding-top: 30px;
  }
  main .box .text-box {
    width: 100%;
  }
  main .box .tray {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 720px) {
  main .sp-none {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  main .pc-none {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  main .rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main .rev .img-box {
    margin-bottom: 20px;
    padding-top: 0;
  }
  main .rev .tray {
    margin-bottom: 20px;
    margin-top: 0;
  }
  main .rev iframe {
    margin-bottom: 30px;
    height: 300px;
    width: 100%;
  }
}

.notice_area {
  border: solid 1px #000000;
  color: #000;
  margin-top: -50px;
  margin-bottom: 50px;
  text-align: center;
  padding: 30px 50px 40px;
  border-radius: 10px;
  /* background-color: rgb(236, 236, 236); */
  /* box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2); */
}
.notice_area a {
  text-decoration: none;
  text-underline-offset: 6px;
  -webkit-text-decoration-color: pink;
  text-decoration-color: pink;
}
.notice_area a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: pink;
  text-decoration-color: pink;
}
.notice_area h4 {
  font-size: 1.5em;
  font-weight: normal;
}
.notice_area p {
  font-size: 1em;
  text-align: center;
}
.notice_area .box {
  width: 100%;
  max-height: 800px;
  /* border: 1px solid #000; */
  overflow-y: scroll;
  border-radius: 10px;
}
.notice_area hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.notice_area .notice-date {
  text-align: center !important;
  padding: 0 !important;
  font-size: 0.75em;
  margin: 0;
}
.notice_area .dita-notice-text {
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 720px) {
  .notice_area {
    padding: 0px 15px 30px;
    margin-top: -80px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .notice_area h4 {
    font-size: 1.3em;
  }
  .notice_area p {
    font-size: 0.9em;
    text-align: center;
  }
}

.center_text_box {
  margin: 0 auto;
  max-width: 600px;
}
.center_text_box h3 {
  text-align: center;
  margin-top: 50px;
}
.center_text_box .sub_title {
  text-align: center;
  font-size: 1.6em;
  line-height: 1.3em;
}
@media screen and (max-width: 720px) {
  .center_text_box .sub_title {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}

footer {
  grid-area: footer;
  font-family: "Ubuntu", YakuHanJP, YuGothic, sans-serif;
  margin-top: 100px;
  padding: 30px auto 40px;
  border-top: solid 1px #222;
  font-size: 0.8rem;
}
@media screen and (max-width: 720px) {
  footer {
    margin-top: 40px;
  }
}
footer .footer-c {
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  footer .footer-c {
    padding: 20px;
  }
}/*# sourceMappingURL=styleseet.css.map */