/*================================================================
base
================================================================*/
body {
  color: #000000;
  font-family: 'Hiragino Mincho Pro',serif;
  line-height: 1.5;
  font-size: 16px;
}

img {
  width: 100%;
  height: auto;
}

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

main {
  background-color: #000000;
}

@media print, screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}

._pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  ._pc {
    display: block;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.cmn-section {
  padding-top: 40px;
}

.cmn-section.-black {
  background-color: #000;
}

.cmn-section.-primary {
  background-color: #4D0000;
}

.cmn-title {
  color: #fff;
  text-align: center;
}

.cmn-title .main {
  font-size: 32px;
}

.cmn-title .sub {
  margin-top: 20px;
  font-size: 20px;
  display: block;
  text-transform: capitalize;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media print, screen and (min-width: 768px) {
  .cmn-title .sub {
    margin-top: 40px;
    margin-top: 32px;
  }
}

.header .header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  z-index: 2;
  background-color: #4D0000;
}

.header .header-logo {
  width: 150px;
  margin-left: 30px;
}

.header .heaader-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  align-items: center;
}

.header .nav-btn {
  width: 52px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .header .nav-btn {
    display: none;
  }
}

.header .nav-btn.-active span {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.header .nav-btn.-active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .nav-btn.-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .nav-btn.-active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .nav-btn span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  right: 0;
}

.header .nav-btn span:first-child {
  top: 0;
}

.header .nav-btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.header .nav-btn span:last-child {
  bottom: 0;
}

.header .nav-wrap {
  width: 100vw;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #000000CC;
  z-index: 1;
  padding-top: 140px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media print, screen and (min-width: 768px) {
  .header .nav-wrap {
    opacity: 1;
    visibility: visible;
    width: initial;
    height: initial;
    background-color: transparent;
    padding-top: 38px;
    z-index: 3;
    right: 40px;
    left: inherit;
  }
}

.header .nav-wrap.-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.header .nav-list {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .header .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .nav-item + .nav-item {
  margin-top: 26px;
}

@media print, screen and (min-width: 768px) {
  .header .nav-item + .nav-item {
    margin-top: 0;
    margin-left: 20px;
  }
}

.header .nav-item a {
  font-size: 24px;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .header .nav-item a {
    font-size: 18px;
  }
}

.footer {
  border-top: 1px solid #6E6E6E;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer .nav-list {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .nav-item + .nav-item {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .footer .nav-item + .nav-item {
    margin-top: 0;
    margin-left: 3.125%;
  }
}

.footer .nav-item a {
  color: #fff;
}

.footer .footer-logo {
  width: 188px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.footer .copyright {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

.cmn-btn a, .cmn-btn input {
  display: inline-block;
  padding: 12px 36px;
  background-color: #B8860BEA;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
}

.top {
  background-image: url(../image/top-mv_sp.png);
  background-position: center;
  background-size: cover;
  padding-top: 674px;
  margin-top: 94px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top {
    background-image: url(../image/top-mv.png);
  }
}

.top .top-title {
  color: #fff;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top .top-title {
    font-size: 50px;
  }
}

.features .features-cont {
  padding-top: 60px;
}

.features .features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

@media print, screen and (min-width: 768px) {
  .features .features-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

@media print, screen and (min-width: 768px) {
  .features .features-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

.features .features-item + .features-item {
  padding-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .features .features-item + .features-item {
    padding-top: 0;
  }
}

.features .features-item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 28px;
  margin-right: 28px;
}

@media print, screen and (min-width: 768px) {
  .features .features-item .text {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.features .features-item .title {
  color: #FFFFDD;
  font-size: 18px;
  padding-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .features .features-item .title {
    font-size: 28px;
    padding-top: 0;
  }
}

.features .features-item .desc {
  color: #fff;
  font-size: 16px;
  padding-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .features .features-item .desc {
    font-size: 18px;
  }
}

.features .features-item .image {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .features .features-item .image {
    width: 50%;
  }
}

.features .features-item .features-link {
  text-align: center;
  margin-top: 60px;
}

.rec .rec-slick {
  padding-top: 60px;
}

.rec .rec-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 30px;
  margin-right: 30px;
}

@media print, screen and (min-width: 768px) {
  .rec .rec-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.rec .rec-item .text {
  padding: 24px 24px 50px 24px;
}

.rec .rec-item .title {
  font-size: 16px;
  color: #333333;
}

.rec .rec-item .price {
  font-size: 14px;
  margin-top: 60px;
  color: #333333;
}

.rec .rec-item .price span {
  color: #FF0000;
}

.service .service-wrap {
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .service .service-wrap {
    padding-top: 100px;
    margin-left: 36px;
    margin-right: 36px;
  }
}

@media print, screen and (min-width: 768px) {
  .service .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.service .service-item {
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 15px 50px;
}

@media print, screen and (min-width: 768px) {
  .service .service-item {
    padding: 10px 24px 50px;
    width: 30.46875%;
  }
}

.service .service-item + .service-item {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .service .service-item + .service-item {
    margin-left: 20px;
    margin-top: 0;
  }
}

.service .service-item .title {
  color: #333333;
  font-size: 28px;
  text-align: center;
}

.service .service-item .desc {
  color: #333333;
  padding-top: 40px;
  font-size: 18px;
}

.service .service-item .image {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.blog .blog-cont {
  padding-top: 60px;
  margin: 0 6.66667%;
}

@media print, screen and (min-width: 768px) {
  .blog .blog-cont {
    margin: 0 5.46875%;
  }
}

@media print, screen and (min-width: 768px) {
  .blog .blog-list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog .blog-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .blog-list .row + .row {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .blog .blog-list .row + .row {
    margin-top: 30px;
  }
}

.blog .blog-list dt {
  background-color: #4D0000;
  height: 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .blog .blog-list dt {
    width: 12.5%;
  }
}

.blog .blog-list dd {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog .blog-list dd a {
  color: #fff;
  font-size: 24px;
  text-decoration: underline;
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .blog .blog-list dd a {
    font-size: 24px;
  }
}

.blog .blog-link {
  margin-top: 60px;
  text-align: center;
}

.faq {
  padding-bottom: 85px;
}

.faq .faq-cont {
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

@media print, screen and (min-width: 768px) {
  .faq .faq-cont {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.faq .faq-list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.faq .faq-item .title {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #6E6E6E;
  color: #333333;
  padding: 15px;
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .faq .faq-item .title {
    text-align: center;
    padding: 20px 0;
  }
}

.faq .faq-item .detail {
  border-bottom: 1px solid #6E6E6E;
  background-color: #F2F2F2;
  display: none;
  color: #333333;
  padding: 15px;
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .faq .faq-item .detail {
    padding: 20px 50px;
  }
}

.article .article-section {
  padding-bottom: 120px;
}

.article .article-section > .inner {
  padding-left: 30px;
  padding-right: 30px;
}

@media print, screen and (min-width: 768px) {
  .article .article-section > .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.article .article-cont {
  padding-top: 50px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.article .article-item + .article-item {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .article .article-item + .article-item {
    margin-top: 50px;
  }
}

.article .article-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

@media print, screen and (min-width: 768px) {
  .article .article-item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .article .article-item a:hover .title {
    text-decoration: none;
  }
}

.article .article-item .article-text {
  color: #fff;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .article .article-item .article-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px;
    margin-top: 0;
  }
}

.article .article-item .article-text .time {
  font-size: 16px;
}

.article .article-item .article-text .title {
  text-decoration: underline;
  margin-top: 15px;
  font-size: 24px;
}

@media print, screen and (min-width: 768px) {
  .article .article-item .article-text .title {
    font-size: 28px;
  }
}

.article .article-item .article-text .desc {
  font-size: 18px;
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .article .article-item .article-text .desc {
    margin-top: 20px;
    font-size: 24px;
  }
}

.article .article-item .article-image {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .article .article-item .article-image {
    width: 21.92982%;
  }
}

.article .article-item .article-image .category {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  background-color: #4D0000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  z-index: 1;
}

.article .article-item .article-image .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.article .article-item .article-image .image::before {
  display: block;
  width: 100%;
  padding-top: 71.25984%;
  content: '';
}

.article .article-item .article-image .image img {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  width: 100%;
  min-height: 100%;
  margin: auto;
}

.article .article-pager {
  padding-top: 76px;
}

.article .article-pager .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article .article-pager .number, .article .article-pager .dots {
  width: 46px;
  height: 46px;
}

.article .article-pager .number span, .article .article-pager .dots span {
  font-size: 16px;
  color: #fff;
  height: 46px;
  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;
}

.article .article-pager .number {
  border: 2px solid #B8860BEA;
  background-color: #000;
}

.article .article-pager .number.-current {
  background-color: #B8860BEA;
}

.article .article-pager .number + .number {
  margin-left: 20px;
}

.article .article-pager .number a {
  display: block;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.article .article-pager .number a:hover {
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  background-color: #B8860BEA;
}

.contact .contact-thanks {
  margin-left: 20px;
  margin-right: 20px;
}

.contact .contact-thanks .thanks-text {
  padding-top: 75px;
  color: #fff;
  text-align: center;
  padding-bottom: 110px;
}

.contact .contact-thanks .thanks-text p {
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .contact .contact-thanks .thanks-text p {
    font-size: 20px;
  }
}

.contact .contact-thanks .link {
  padding-top: 50px;
}

.contact .contact-thanks .link a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  display: inline-block;
}

.contact .contact-section {
  padding-top: 30px;
  padding-bottom: 100px;
}

.contact .formarea {
  margin-left: auto;
  margin-right: auto;
  width: 84%;
}

@media print, screen and (min-width: 768px) {
  .contact .formarea {
    max-width: 900px;
    width: 70.3125%;
  }
}

.contact .contact-form {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.contact .contact-form .row + .row {
  margin-top: 20px;
}

.contact .contact-form dt label {
  color: #fff;
  font-size: 16px;
}

.contact .contact-form dd input, .contact .contact-form dd textarea {
  width: calc(100% - 22px);
  border: 1px solid #fff;
  margin-top: 12px;
  padding-left: 20px;
  font-size: 12px;
}

.contact .contact-form dd input {
  height: 50px;
}

.contact .contact-form dd textarea {
  height: 240px;
  padding-top: 18px;
}

.contact .privacy-policy {
  color: #fff;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .contact .privacy-policy {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.contact .privacy-policy .link {
  color: #fff;
  text-decoration: underline;
}

.contact .privacy-policy .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

.contact .privacy-policy .checkbox p {
  padding-top: 2px;
  padding-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .contact .privacy-policy .checkbox p {
    padding-left: 20px;
  }
}

.contact .privacy-policy .check {
  position: relative;
}

.contact .privacy-policy .check input {
  width: 20px;
  height: 20px;
}

.contact .privacy-policy .check input#agree {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.contact .privacy-policy .check input#agree::before {
  background: #fff;
  border: 1px solid #707070;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 8px;
}

.contact .privacy-policy .check input#agree::after {
  border-right: 2px solid #B8860BEA;
  border-bottom: 2px solid #B8860BEA;
  content: '';
  display: block;
  height: 13px;
  left: 6px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

.contact .privacy-policy .check input#agree:checked::after {
  opacity: 1;
}

.contact .submit-btn {
  text-align: center;
  padding-top: 48px;
}

.contact .submit-btn input {
  width: 200px;
}

.single {
  color: #fff;
  padding-top: 102px;
}

.single .single-section {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 120px;
}

@media print, screen and (min-width: 768px) {
  .single .single-section {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 160px;
    padding-top: 50px;
  }
}

.single .inner {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 768px) {
  .single .inner {
    max-width: 1160px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.single .single-title {
  padding-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .single .single-title {
    padding-bottom: 50px;
  }
}

.single .single-title .category {
  background-color: #4D0000;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 120px;
  font-size: 14px;
  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;
}

.single .single-title .main {
  margin-top: 25px;
  font-size: 30px;
}

@media print, screen and (min-width: 768px) {
  .single .single-title .main {
    margin-top: 44px;
    font-size: 36px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .single-entry {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.single .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single .info .sns a {
  font-size: 20px;
  width: 120px;
  background-color: #00ACED;
  border-radius: 3px;
  height: 40px;
  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;
  color: #fff;
}

.single .info .sns img {
  width: 25px;
  margin-right: 6px;
  margin-bottom: -3px;
}

.single .info .time {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -3px;
}

@media print, screen and (min-width: 768px) {
  .single .info .time {
    margin-bottom: -6px;
    font-size: 24px;
  }
}

.single .body {
  padding-top: 30px;
}

.single .body h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #030F55;
  padding: 20px;
  font-size: 28px;
}

@media print, screen and (min-width: 768px) {
  .single .body h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 14px 20px;
    font-size: 36px;
  }
}

.single .body h3 {
  font-size: 26px;
  border-left: 8px solid #030F55;
  padding-left: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.single .body h4 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .single .body h4 {
    font-size: 26px;
  }
}

.single .body a, .single .body p, .single .body ol, .single .body ul {
  font-size: 18px;
}

@media print, screen and (min-width: 768px) {
  .single .body a, .single .body p, .single .body ol, .single .body ul {
    font-size: 24px;
  }
}

.single .body a {
  color: #fff;
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .single .body a:hover {
    text-decoration: none;
  }
}

.single .body p {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .single .body p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.single .body ul, .single .body ol {
  padding-left: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single .body ul {
  list-style-type: disc;
}

.single .body ol {
  list-style-type: decimal;
}

.single .single-widget {
  padding-top: 48px;
}

@media print, screen and (min-width: 768px) {
  .single .single-widget {
    padding-top: 0;
    width: 270px;
    margin-left: 5.17241%;
  }
}

.single .single-widget .widget-secion + .widget-secion {
  padding-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .single .single-widget .widget-secion + .widget-secion {
    padding-top: 30px;
  }
}

.single .single-widget .widget-secion > .title {
  font-size: 21px;
  width: 100%;
  height: 60px;
  background-color: #030F55;
  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;
}

.single .single-widget .list {
  margin-top: 30px;
}

.single .single-widget .item + .item {
  margin-top: 40px;
}

.single .single-widget .item a {
  color: #fff;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .single .single-widget .item a:hover {
    text-decoration: none;
  }
}

.single .single-widget .item .image {
  width: 31.74603%;
}

@media print, screen and (min-width: 768px) {
  .single .single-widget .item .image {
    width: 100px;
  }
}

.single .single-widget .item .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 17px;
  font-size: 12px;
}

.cmn-mv {
  background-image: url(../image/cmn-bg_sp.png);
  background-size: cover;
  background-position: center;
  height: 296px;
  margin-top: 100px;
}

@media print, screen and (min-width: 768px) {
  .cmn-mv {
    background-image: url(../image/cmn-bg.png);
  }
}

.breadcrumb {
  padding-top: 20px;
  padding-left: 20px;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb {
    padding-left: 60px;
  }
}

.breadcrumb .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-list {
    font-size: 20px;
  }
}

.breadcrumb .breadcrumb-item {
  color: #fff;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 14px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  position: absolute;
  content: ">";
  color: #fff;
  font-size: 20px;
  left: 2px;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    top: 5px;
  }
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: underline;
  display: block;
}
