/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

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

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

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

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

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

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

ol,
ul {
  list-style: none;
}

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

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

br {
  line-height: 0;
}

/*
---------------------------------*/
body {
  width: 100%;
  min-width: 300px;
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif !important;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .5px;
  -ms-font-feature-settings: "normal";
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

body .container {
  padding-right: 2rem;
  padding-left: 2rem;
}

@media only screen and (min-width: 992px) {
  body {
    font-size: 1.5rem;
  }
  body .container {
    max-width: 800px;
  }
}

a {
  color: #333333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover, a:focus {
  text-decoration: none;
  color: #333333;
  opacity: .8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif !important;
}

/*
---------------------------------*/
/*
---------------------------------*/
.header-logo {
  padding-bottom: 1rem;
}

.header-logo img {
  width: 56%;
  max-width: 210px;
}

.followWrap {
  height: 50px !important;
}

@media only screen and (min-width: 768px) {
  .followWrap {
    height: 70px !important;
  }
}

@media only screen and (min-width: 992px) {
  .followWrap {
    height: 80px !important;
  }
}

.site-header {
  height: 50px;
  line-height: inherit;
}

.site-header .container {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .site-header {
    height: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .site-header {
    height: 80px;
  }
}

.site-branding {
  width: 56%;
  max-width: 220px;
  position: absolute;
  top: 44%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) {
  .site-branding {
    max-width: 280px;
  }
}

.site-branding .no-logo-img.has-desc, .site-branding .site-branding .has-logo-img, .site-branding .site-logo-div {
  line-height: inherit;
}

/*
---------------------------------*/
#nav-toggle {
  position: absolute;
  height: 36px;
  top: 54%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#nav-toggle span {
  top: 50%;
  height: 2px;
  width: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #5ba9c1;
}

#nav-toggle span:before, #nav-toggle span:after {
  height: 2px;
  width: 30px;
  background: #5ba9c1;
}

#nav-toggle span:before {
  top: -9px;
}

#nav-toggle span:after {
  top: 9px;
}

#nav-toggle.nav-is-visible span::before {
  background: #5ba9c1;
  -webkit-transform: translateX(6px) translateY(-3px) rotate(45deg);
          transform: translateX(6px) translateY(-3px) rotate(45deg);
}

#nav-toggle.nav-is-visible span::after {
  background: #5ba9c1;
  -webkit-transform: translateX(6px) translateY(0px) rotate(-45deg);
          transform: translateX(6px) translateY(0px) rotate(-45deg);
}

@media screen and (max-width: 1140px) {
  .site-header .container {
    position: relative;
    height: 100%;
    max-width: inherit;
    width: 100%;
  }
  .onepress-menu.onepress-menu-mobile {
    border-top: 1px solid rgba(91, 169, 193, 0.6);
    border-bottom: 1px solid rgba(91, 169, 193, 0.6);
  }
  .onepress-menu.onepress-menu-mobile li {
    border-top: 1px solid rgba(91, 169, 193, 0.6);
  }
  .onepress-menu.onepress-menu-mobile a {
    color: #5ba9c1;
  }
  .onepress-menu.onepress-menu-mobile a:hover, .onepress-menu.onepress-menu-mobile a:focus {
    color: #5ba9c1;
  }
}

@media screen and (min-width: 1141px) {
  .site-header .container {
    max-width: 980px;
    width: 100%;
  }
  .onepress-menu a {
    line-height: 20px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    position: relative;
  }
  .onepress-menu a:hover:after, .onepress-menu a:focus:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .4rem;
    background-color: #5ba9c1;
  }
  .onepress-menu li {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .onepress-menu li.current_page_item a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .4rem;
    background-color: #5ba9c1;
  }
  .category-2 .onepress-menu .menu-item-116 a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .4rem;
    background-color: #5ba9c1;
  }
}

/*
---------------------------------*/
.footer {
  padding-top: 2rem;
  border-top: 1px solid #3494a5;
  background-color: #fff;
}

.footer-nav {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #217584;
  background-color: #fff;
  border-top: 1px solid #78b8c3;
}

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

.footer-nav_list li {
  width: 46%;
  margin: 6px 0;
}

.footer-nav_list li a {
  display: block;
  padding: 0 2.5rem 0 1.5rem;
  color: #217584;
  font-size: 1.2rem;
  position: relative;
}

.footer-nav_list li a:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #639ea9;
  border-right: 1px solid #639ea9;
}

@media only screen and (min-width: 992px) {
  .footer-nav {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .footer-nav .container {
    max-width: 1200px;
  }
  .footer-nav_list li {
    width: 20%;
    margin: 6px 0;
  }
  .footer-nav_list li a {
    font-size: 1.3rem;
  }
}

.footer-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #5da9b7;
  color: #fff;
}

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

.footer-link_list li {
  position: relative;
  margin: 0;
}

.footer-link_list li:first-of-type:after {
  content: "";
  position: absolute;
  right: 0;
  top: 56%;
  width: 1px;
  height: 56%;
  background-color: #97c6ce;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-link_list a {
  display: inline-block;
  padding: 0 2rem;
  color: #fff;
  font-size: 1.2rem;
}

@media only screen and (min-width: 992px) {
  .footer-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .footer-link_list a {
    padding: 0 3rem;
    font-size: 1.3rem;
  }
}

.footer-info {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3494a5;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

/*
---------------------------------*/
.site-content {
  border-top: none;
}

.link-point {
  margin-top: -50px;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .link-point {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .link-point {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/*
---------------------------------*/
.kv-cont {
  background-color: #ebf4f6;
  position: relative;
}

.kv-cont:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 50px 0 50px;
  border-color: #ebf4f6 transparent transparent transparent;
}

.kv-cont .container {
  max-width: 430px;
}

@media only screen and (min-width: 768px) {
  .kv-cont .container {
    max-width: 540px;
  }
}

@media only screen and (min-width: 992px) {
  .kv-cont .container {
    max-width: 700px;
  }
  .kv-cont:after {
    border-width: 60px 90px 0 90px;
  }
}

.kv-cont_ttl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url(https://mild-house.co.jp/wp/wp-content/uploads/2021/09/kv-img.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

.kv-cont_ttl img {
  width: 80%;
  margin: auto;
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .kv-cont_ttl {
    padding-top: 10rem;
    padding-bottom: 9rem;
  }
}

@media only screen and (min-width: 992px) {
  .kv-cont_ttl {
    padding-top: 13rem;
    padding-bottom: 9rem;
  }
  .kv-cont_ttl img {
    max-width: 500px;
  }
}

.kv-cont_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -3rem;
}

.kv-cont_lead li {
  width: 33%;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .kv-cont_lead {
    margin-bottom: 2rem;
  }
}

.kv-cont_txt {
  width: 90%;
  margin: auto;
  padding-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .kv-cont_txt {
    padding-bottom: 6rem;
  }
}

/*
---------------------------------*/
.tel-cont {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f9f1e1;
}

@media only screen and (min-width: 768px) {
  .tel-cont {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .tel-cont {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.tel-cont_inner {
  max-width: 350px;
  margin: auto;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 3rem;
  background: #fff url(https://mild-house.co.jp/wp/wp-content/uploads/2021/09/conatct-ill.png) no-repeat;
  background-size: 65%;
  background-position: 0.3rem 2rem;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 0px #d5d5d5;
          box-shadow: 0px 0px 15px 0px #d5d5d5;
}

@media only screen and (min-width: 768px) {
  .tel-cont_inner {
    max-width: 459px;
  }
}

@media only screen and (min-width: 992px) {
  .tel-cont_inner {
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 5rem;
    max-width: 603px;
  }
}

.tel-cont_ttl {
  position: relative;
  top: -2rem;
}

.tel-cont_ttl .subttl-txt {
  display: block;
  width: 32%;
}

.tel-cont_ttl .ttl-txt {
  display: block;
  width: 105%;
  margin-top: -13%;
}

.tel-cont_box {
  margin-top: -15%;
  padding: 1rem 1.5rem 1.5rem;
  padding: 3.5% 5% 5%;
  margin-bottom: 1.3rem;
  border-radius: 0.6rem;
  background-color: #3197a9;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 3px 3px 1px 0px #a3c5cb;
          box-shadow: 3px 3px 1px 0px #a3c5cb;
}

@media only screen and (min-width: 992px) {
  .tel-cont_box {
    margin-bottom: 2rem;
    padding: 5.5% 5% 5%;
  }
}

.tel-cont_txt {
  width: 93%;
  max-width: 240px;
  margin: 0 auto 1rem;
}

.tel-cont_txt li {
  margin-top: 0.5rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.tel-cont_txt li a {
  display: block;
}

@media only screen and (min-width: 992px) {
  .tel-cont_txt {
    max-width: 300px;
    margin: 0 auto 1.5rem;
  }
  .tel-cont_txt li {
    margin-top: 0.8rem;
  }
  .tel-cont_txt li a {
    pointer-events: none;
  }
}

.tel-cont_note {
  width: 93%;
  max-width: 240px;
  margin: auto;
  padding: 0.2rem;
  font-size: 1.1rem;
  text-align: center;
  background-color: #277785;
  border-radius: 0.4rem;
  color: #fff;
}

.tel-cont_note span {
  margin-left: 0.5rem;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .tel-cont_note {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 992px) {
  .tel-cont_note {
    font-size: 1.4rem;
    max-width: 300px;
    padding: 0.4rem;
  }
  .tel-cont_note span {
    font-size: 1.2rem;
  }
}

.tel-cont_btn {
  display: block;
  padding: 2rem 0;
  background-color: #e68b3b;
  border-radius: 0.4rem;
  text-align: center;
  -webkit-box-shadow: 3px 3px 1px 0px #edcbae;
          box-shadow: 3px 3px 1px 0px #edcbae;
}

.tel-cont_btn img {
  max-width: 200px;
  width: 70%;
}

@media only screen and (min-width: 992px) {
  .tel-cont_btn {
    padding: 2.5rem 0;
  }
  .tel-cont_btn img {
    max-width: 240px;
  }
}

/*
---------------------------------*/
.business-cont {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background: url(https://mild-house.co.jp/wp/wp-content/uploads/2021/09/business-bg.jpg) no-repeat center bottom;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .business-cont {
    padding-top: 9rem;
    padding-bottom: 8rem;
  }
  .business-cont .container {
    max-width: 540px;
  }
}

@media only screen and (min-width: 992px) {
  .business-cont {
    padding-top: 11rem;
    padding-bottom: 10rem;
  }
  .business-cont .container {
    max-width: 800px;
  }
}

.business-cont_ttl {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.business-cont_ttl .ttl-txt {
  display: inline-block;
  padding-bottom: 1.8rem;
  position: relative;
}

.business-cont_ttl .ttl-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 0.4rem;
  background-color: #217584;
}

@media only screen and (min-width: 768px) {
  .business-cont_ttl {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .business-cont_ttl .ttl-txt {
    padding-bottom: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .business-cont_ttl {
    margin-bottom: 5rem;
    font-size: 3.6rem;
  }
  .business-cont_ttl .ttl-txt {
    padding-bottom: 2.6rem;
  }
}

.business-cont_lead {
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .business-cont_lead {
    margin-bottom: 4.5rem;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .business-cont_lead {
    margin-bottom: 5.5rem;
    font-size: 1.8rem;
  }
}

.business-cont_list {
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (min-width: 992px) {
  .business-cont_list {
    max-width: 603px;
    margin: auto;
  }
}

.business-cont_item {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #217584;
}

.business-cont_item span {
  display: block;
  padding: 0.8rem;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 2px solid #217584;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .business-cont_item {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  .business-cont_item span {
    padding: 1.2rem 0.5rem;
  }
}

/*
---------------------------------*/
.reason-cont {
  padding-bottom: 5rem;
  background: url(https://mild-house.co.jp/wp/wp-content/uploads/2021/09/reason-bg.jpg) no-repeat center top;
  background-size: 100%;
}

.reason-cont .container {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .reason-cont .container {
    max-width: 540px;
  }
}

@media only screen and (min-width: 992px) {
  .reason-cont .container {
    max-width: 603px;
  }
}

.reason-cont_ttl {
  padding-top: 7rem;
  padding-bottom: 8rem;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}

.reason-cont_ttl .ttl-txt {
  display: inline-block;
  position: relative;
  padding-bottom: 1.8rem;
}

.reason-cont_ttl .ttl-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64%;
  height: .4rem;
  background-color: #217584;
}

.reason-cont_ttl .subttl-txt {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.reason-cont_ttl .num-txt {
  letter-spacing: -5px;
  font-size: 4.7rem;
  color: #217584;
}

.reason-cont_ttl .small-txt {
  font-size: 2.1rem;
}

@media only screen and (min-width: 768px) {
  .reason-cont_ttl {
    padding-top: 10rem;
    padding-bottom: 9rem;
    font-size: 3.6rem;
  }
  .reason-cont_ttl .ttl-txt {
    padding-bottom: 2.2rem;
  }
  .reason-cont_ttl .subttl-txt {
    font-size: 1.5rem;
  }
  .reason-cont_ttl .num-txt {
    font-size: 5rem;
  }
  .reason-cont_ttl .small-txt {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .reason-cont_ttl {
    font-size: 4rem;
  }
  .reason-cont_ttl .ttl-txt {
    padding-bottom: 2.6rem;
  }
  .reason-cont_ttl .subttl-txt {
    font-size: 1.8rem;
  }
  .reason-cont_ttl .num-txt {
    font-size: 6rem;
    letter-spacing: -8px;
  }
  .reason-cont_ttl .small-txt {
    font-size: 3rem;
  }
}

.reason-cont_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .reason-cont_row {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .reason-cont_row {
    margin-bottom: 3.5rem;
  }
}

.reason-cont_item {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: rgba(217, 236, 243, 0.3);
}

.reason-cont_item:nth-child(2n) {
  background-color: #fff;
}

.reason-cont_item:nth-child(2n) .reason-cont_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.reason-cont_item:nth-child(2n) .reason-cont_subttl {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .reason-cont_item {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .reason-cont_item {
    padding-top: 9rem;
    padding-bottom: 7rem;
  }
}

.reason-cont_num {
  width: 22%;
  padding: 0 2rem 1rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .reason-cont_num {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .reason-cont_num {
    width: 18%;
  }
}

.reason-cont_img {
  width: 78%;
}

.reason-cont_subttl {
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  font-size: 2.1rem;
  color: #217584;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .reason-cont_subttl {
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .reason-cont_subttl {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}

.reason-cont_txt {
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1.2rem;
}

.reason-cont_txt span {
  font-weight: 700;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fffaaf)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffaaf 0%) repeat scroll 0 0;
}

@media only screen and (min-width: 768px) {
  .reason-cont_txt {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .reason-cont_txt {
    font-size: 1.7rem;
  }
}

/*
---------------------------------*/
.point-cont {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #efece7;
}

@media only screen and (min-width: 768px) {
  .point-cont {
    padding-top: 9rem;
    padding-bottom: 7rem;
  }
  .point-cont .container {
    max-width: 540px;
  }
}

@media only screen and (min-width: 992px) {
  .point-cont .container {
    max-width: 603px;
  }
}

.point-cont_ttl {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.point-cont_ttl .ttl-txt {
  display: inline-block;
  padding-bottom: 1.8rem;
  position: relative;
}

.point-cont_ttl .ttl-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 0.4rem;
  background-color: #217584;
}

@media only screen and (min-width: 768px) {
  .point-cont_ttl {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .point-cont_ttl .ttl-txt {
    padding-bottom: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .point-cont_ttl {
    margin-bottom: 5rem;
    font-size: 3.6rem;
  }
  .point-cont_ttl .ttl-txt {
    padding-bottom: 2.6rem;
  }
}

.point-cont_lead {
  width: 80%;
  margin: 0 auto 4.5rem;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .point-cont_lead {
    margin-bottom: 4.5rem;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .point-cont_lead {
    width: 90%;
    margin-bottom: 5.5rem;
    font-size: 1.8rem;
    text-align: center;
  }
}

.point-cont_item {
  margin-bottom: 2rem;
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .point-cont_item {
    margin-bottom: 4rem;
  }
}

.point-cont_subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 82%;
  margin: 0 auto 1.5rem;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: .2rem solid #90bac1;
}

.point-cont_subttl .subttl-txt {
  font-size: 2.1rem;
  color: #217584;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .point-cont_subttl {
    padding-top: 3rem;
    padding-bottom: 2.2rem;
    margin-bottom: 2.2rem;
  }
  .point-cont_subttl .subttl-txt {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .point-cont_subttl .subttl-txt {
    font-size: 3rem;
  }
}

.point-cont_num {
  width: 15.5%;
  margin-right: 7%;
  padding-left: 2%;
}

@media only screen and (min-width: 992px) {
  .point-cont_num {
    width: 13%;
  }
}

.point-cont_txt {
  width: 89%;
  margin: auto;
  padding-bottom: 3rem;
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1.2rem;
}

.point-cont_txt span {
  font-weight: 700;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fffaaf)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffaaf 0%) repeat scroll 0 0;
}

@media only screen and (min-width: 768px) {
  .point-cont_txt {
    width: 85%;
    padding-bottom: 4rem;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .point-cont_txt {
    font-size: 1.7rem;
  }
}

/*
---------------------------------*/
.results-cont {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url(https://mild-house.co.jp/wp/wp-content/uploads/2021/09/results-bg.jpg) no-repeat center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .results-cont {
    padding-top: 9rem;
    padding-bottom: 7rem;
  }
}

.results-cont_ttl {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.results-cont_ttl .ttl-txt {
  display: inline-block;
  padding-bottom: 1.8rem;
  position: relative;
}

.results-cont_ttl .ttl-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 0.4rem;
  background-color: #217584;
}

@media only screen and (min-width: 768px) {
  .results-cont_ttl {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .results-cont_ttl .ttl-txt {
    padding-bottom: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .results-cont_ttl {
    margin-bottom: 5rem;
    font-size: 3.6rem;
  }
  .results-cont_ttl .ttl-txt {
    padding-bottom: 2.6rem;
  }
}

.results-cont_lead {
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .results-cont_lead {
    margin-bottom: 4.5rem;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .results-cont_lead {
    margin-bottom: 5.5rem;
    font-size: 1.8rem;
  }
}

.results-cont_item {
  padding-top: 3.5rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f3f7f9;
}

.results-cont_img {
  margin-bottom: 1.5rem;
}

.results-cont_txt {
  text-align: center;
  font-size: 1.5rem;
}

.results-cont_txt span {
  display: block;
  padding-top: 0.5rem;
  font-size: 1.1rem;
}

.swiper-container {
  padding-bottom: 5rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #217584;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #aed2d8;
}

.swiper-button-next {
  top: 40%;
  width: 40px;
  height: 60px;
  right: 0;
  background: #3494a5;
}

.swiper-button-next span {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-button-next span:after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  right: 8px;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.swiper-button-prev {
  top: 40%;
  width: 40px;
  height: 60px;
  left: 0;
  background: #3494a5;
}

.swiper-button-prev span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-button-prev span:after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 8px;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*
---------------------------------*/
.step-cont {
  padding-top: 11rem;
  padding-bottom: 7rem;
  background-color: #e0e8e9;
}

@media only screen and (min-width: 768px) {
  .step-cont {
    padding-top: 11rem;
    padding-bottom: 10rem;
  }
}

.step-cont_ttl {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.step-cont_ttl .ttl-txt {
  display: inline-block;
  padding-bottom: 1.8rem;
  position: relative;
}

.step-cont_ttl .ttl-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 0.4rem;
  background-color: #217584;
}

@media only screen and (min-width: 768px) {
  .step-cont_ttl {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .step-cont_ttl .ttl-txt {
    padding-bottom: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .step-cont_ttl {
    margin-bottom: 5rem;
    font-size: 3.6rem;
  }
  .step-cont_ttl .ttl-txt {
    padding-bottom: 2.6rem;
  }
}

.step-cont_inner {
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .step-cont_inner {
    padding-top: 6rem;
    padding-bottom: 4rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .step-cont_inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.step-cont_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
}

.step-cont_item .step-num {
  width: 6rem;
  padding-top: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .step-cont_item {
    margin-bottom: 4rem;
  }
  .step-cont_item .step-num {
    width: 8rem;
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .step-cont_item {
    margin-bottom: 5rem;
  }
  .step-cont_item .step-num {
    width: 10rem;
  }
}

.step-cont_area {
  width: calc(100% - 8rem);
}

@media only screen and (min-width: 768px) {
  .step-cont_area {
    width: calc(100% - 12rem);
  }
}

@media only screen and (min-width: 992px) {
  .step-cont_area {
    width: calc(100% - 14rem);
  }
}

.step-cont_subttl {
  margin-bottom: 0.8rem;
  color: #217584;
  font-size: 1.7rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .step-cont_subttl {
    margin-bottom: 1.2rem;
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .step-cont_subttl {
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
  }
}

.step-cont_txt {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .step-cont_txt {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .step-cont_txt {
    font-size: 1.6rem;
  }
}

/*
---------------------------------*/
.faq-cont {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #f1f5f6;
}

.faq-cont_ttl {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.faq-cont_ttl .ttl-txt {
  display: inline-block;
  padding-bottom: 1.8rem;
  position: relative;
}

.faq-cont_ttl .ttl-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 0.4rem;
  background-color: #217584;
}

@media only screen and (min-width: 768px) {
  .faq-cont_ttl {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .faq-cont_ttl .ttl-txt {
    padding-bottom: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .faq-cont_ttl {
    margin-bottom: 5rem;
    font-size: 3.6rem;
  }
  .faq-cont_ttl .ttl-txt {
    padding-bottom: 2.6rem;
  }
}

.faq-cont_inner {
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #fff;
}

.faq-cont_item {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .faq-cont_item {
    margin-bottom: 3rem;
  }
}

.faq-cont_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.3rem 6%;
  color: #fff;
  background-color: #3494a5;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 0.7rem 0.7rem 0 0;
}

.faq-cont_q img {
  width: 20px;
  margin-right: 1rem;
  padding-top: 0.5rem;
}

.faq-cont_q span {
  width: calc(100% - 3rem);
}

@media only screen and (min-width: 768px) {
  .faq-cont_q {
    padding: 1.8rem 3rem;
    font-size: 1.7rem;
  }
  .faq-cont_q img {
    width: 26px;
    margin-right: 1.5rem;
  }
  .faq-cont_q span {
    width: calc(100% - 5rem);
  }
}

@media only screen and (min-width: 992px) {
  .faq-cont_q {
    padding: 2rem 3rem;
    font-size: 2rem;
  }
  .faq-cont_q img {
    width: 30px;
  }
  .faq-cont_q span {
    width: calc(100% - 7rem);
  }
}

.faq-cont_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.3rem 6%;
  background-color: #fff;
  font-size: 1.2rem;
}

.faq-cont_a img {
  width: 18px;
  margin-right: 1rem;
  padding-top: 0.5rem;
}

.faq-cont_a span {
  width: calc(100% - 2.8rem);
}

@media only screen and (min-width: 768px) {
  .faq-cont_a {
    padding: 2rem 3rem;
    font-size: 1.5rem;
  }
  .faq-cont_a img {
    width: 26px;
    margin-right: 1.5rem;
  }
  .faq-cont_a span {
    width: calc(100% - 5rem);
  }
}

@media only screen and (min-width: 992px) {
  .faq-cont_a {
    padding: 2.5rem 3rem;
    font-size: 1.7rem;
  }
  .faq-cont_a img {
    width: 30px;
  }
  .faq-cont_a span {
    width: calc(100% - 7rem);
  }
}

/*
---------------------------------*/
.philosophy-cont {
  background-color: #ffffff;
  position: relative;
}

.philosophy-cont:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64%;
  height: 42%;
  max-width: 360px;
  background-color: #c3dade;
}

@media only screen and (min-width: 768px) {
  .philosophy-cont:after {
    content: none;
  }
  .philosophy-cont .container {
    position: relative;
  }
  .philosophy-cont .container:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 450px;
    height: 450px;
    background-color: #c3dade;
  }
}

.philosophy-cont_ttl {
  padding-top: 8rem;
  padding-bottom: 11rem;
  margin-bottom: 2rem;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  background: url(https://mild-house.co.jp/wp/wp-content/uploads/2021/09/philosophy-bg.jpg) no-repeat center bottom;
  background-size: cover;
  color: #fff;
}

.philosophy-cont_ttl .ttl-txt {
  display: inline-block;
  position: relative;
  padding-bottom: 1.8rem;
}

.philosophy-cont_ttl .ttl-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  right: 0;
  margin: auto;
  width: 120%;
  height: .4rem;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .philosophy-cont_ttl {
    padding-top: 15rem;
    padding-bottom: 17rem;
    margin-bottom: 0;
    font-size: 3.2rem;
    background-position: center center;
  }
  .philosophy-cont_ttl .ttl-txt {
    padding-bottom: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .philosophy-cont_ttl {
    padding-top: 15rem;
    padding-bottom: 17rem;
    font-size: 3.6rem;
  }
  .philosophy-cont_ttl .ttl-txt {
    padding-bottom: 2.6rem;
  }
}

.philosophy-cont_txt {
  position: relative;
  top: -8rem;
  width: 87%;
  margin: auto;
  z-index: 5;
}

.philosophy-cont_txt img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .philosophy-cont_txt {
    top: -7rem;
    max-width: 510px;
  }
}

/*
---------------------------------*/
.news-cont {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .news-cont {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}

.news-cont_ttl {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.news-cont_ttl .ttl-txt {
  display: inline-block;
  padding-bottom: 1.8rem;
  position: relative;
}

.news-cont_ttl .ttl-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 0.4rem;
  background-color: #217584;
}

@media only screen and (min-width: 768px) {
  .news-cont_ttl {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .news-cont_ttl .ttl-txt {
    padding-bottom: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .news-cont_ttl {
    margin-bottom: 5rem;
    font-size: 3.6rem;
  }
  .news-cont_ttl .ttl-txt {
    padding-bottom: 2.6rem;
  }
}

.news-cont_list {
  max-width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .news-cont_list {
    max-width: 100%;
  }
}

.news-cont_item {
  padding: 1.2rem 0;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (min-width: 768px) {
  .news-cont_item {
    padding: 1.6rem 0;
  }
}

@media only screen and (min-width: 992px) {
  .news-cont_item {
    padding: 2rem 0;
  }
}

.news-cont_date {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .news-cont_date {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .news-cont_date {
    font-size: 1.6rem;
  }
}

.news-cont_txt {
  font-size: 1.2rem;
}

.news-cont_txt a {
  display: block;
  padding-left: 1.5rem;
  position: relative;
}

.news-cont_txt a:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #639ea9;
  border-right: 1px solid #639ea9;
}

@media only screen and (min-width: 768px) {
  .news-cont_txt {
    font-size: 1.5rem;
  }
  .news-cont_txt a {
    padding-left: 2rem;
  }
  .news-cont_txt a:before {
    width: 8px;
    height: 8px;
  }
}

@media only screen and (min-width: 992px) {
  .news-cont_txt {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

/*
---------------------------------*/
.company-cont {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #f9f9f9;
}

@media only screen and (min-width: 768px) {
  .company-cont {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}

.company-cont_ttl {
  margin-bottom: 7rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.company-cont_ttl .ttl-txt {
  display: inline-block;
  padding-bottom: 1.8rem;
  position: relative;
}

.company-cont_ttl .ttl-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 66%;
  height: 0.4rem;
  background-color: #217584;
}

@media only screen and (min-width: 768px) {
  .company-cont_ttl {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .company-cont_ttl .ttl-txt {
    padding-bottom: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .company-cont_ttl {
    margin-bottom: 5rem;
    font-size: 3.6rem;
  }
  .company-cont_ttl .ttl-txt {
    padding-bottom: 2.6rem;
  }
}

.company-cont_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 0;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (min-width: 768px) {
  .company-cont_item {
    padding: 1.6rem 0;
  }
}

@media only screen and (min-width: 992px) {
  .company-cont_item {
    padding: 2rem 0;
  }
}

.company-cont_subttl {
  width: 20%;
  padding-left: 3%;
  font-size: 1.2rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .company-cont_subttl {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .company-cont_subttl {
    font-size: 1.6rem;
  }
}

.company-cont_txt {
  width: 75%;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .company-cont_txt {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .company-cont_txt {
    font-size: 1.6rem;
  }
}

/*
---------------------------------*/
.home .page-header {
  display: none;
}

.entry-header .entry-title {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Sans JP",sans-serif !important;
}

@media only screen and (min-width: 768px) {
  .entry-header .entry-title {
    font-size: 22px;
    line-height: 1.6;
  }
}

.section-news .entry-title, .archive .entry-title, .blog .entry-title {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .section-news .entry-title, .archive .entry-title, .blog .entry-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    margin-bottom: 15px;
  }
}

.section-news .list-article-meta a, .archive .list-article-meta a, .blog .list-article-meta a {
  display: inline-block;
  background-color: #217584;
  color: #fff;
  padding: 0.1rem 0.5rem;
}

.page-header {
  text-align: center;
  background: #5da9b7;
}

@media only screen and (min-width: 768px) {
  .page-header {
    padding: 60px 0px;
  }
}

.page-header .entry-title, .page-header .page-title {
  color: #fff;
}

.single .entry-content p {
  margin-bottom: 3rem;
}

.single .entry-content ul {
  list-style: disc;
}

.single .entry-content ul li {
  margin-left: 2em;
}

.single .entry-content ol {
  list-style: decimal;
}

.single .entry-content ol li {
  margin-left: 2em;
}
/*# sourceMappingURL=style.css.map */