img {
  max-width: 100%;
}

.bg02 {
  background-color: #8bd0ef;
}

@media only screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}
.estimation__cont {
  text-align: center;
}
.estimation__cont p {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .estimation__cont p {
    font-size: 14px;
  }
}
.estimation__cont a {
  position: relative;
  font-size: 40px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 25px 50px;
  padding-right: 120px;
  background-color: #e44e4e;
  color: #ffffff !important;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .estimation__cont a {
    font-size: 16px;
    padding: 15px;
    padding-right: 40px;
  }
}
.estimation__cont a span {
  font-size: 50px;
}
@media only screen and (max-width:767px) {
  .estimation__cont a span {
    font-size: 20px;
  }
}
.estimation__cont a img {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
}
@media only screen and (max-width:767px) {
  .estimation__cont a img {
    right: 10px;
    width: 27.5px;
    height: 27.5px;
  }
}

.search-box:before {
  color: #083f57;
}

.header-new {
  width: 100%;
  background-color: #ffdd63;
}
.header-new * {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #083f57;
}
.header-new__cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 45px;
}
@media only screen and (max-width:1439px) {
  .header-new__cont {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width:767px) {
  .header-new__cont {
    padding: 5px 45px;
    justify-content: center;
  }
}
.header-new__cont .logo {
  width: 192px;
  display: inline-block;
}
@media only screen and (max-width:1259px) {
  .header-new__cont .menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: -1;
  }
  .header-new__cont .menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
}
.header-new__cont .menu__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width:1259px) {
  .header-new__cont .menu__inner {
    width: 70%;
    height: 60%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: scroll;
  }
}
@media only screen and (max-width:1259px) {
  .header-new__cont .menu__inner nav {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.header-new__cont .menu__inner nav .menu-box {
  display: flex;
  margin-left: auto;
}
@media only screen and (max-width:1259px) {
  .header-new__cont .menu__inner nav .menu-box {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
}
.header-new__cont .menu__inner nav .menu-box li {
  margin-right: 30px;
  padding: 15px 0;
}
@media only screen and (max-width:1439px) {
  .header-new__cont .menu__inner nav .menu-box li {
    margin-right: 15px;
  }
}
@media only screen and (max-width:1259px) {
  .header-new__cont .menu__inner nav .menu-box li {
    margin-right: auto;
    padding: 0;
    margin-top: 20px;
  }
}
.header-new__cont .menu__inner nav .menu-box li a {
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width:1439px) {
  .header-new__cont .menu__inner nav .menu-box li a {
    font-size: 14px;
  }
}
@media only screen and (max-width:1259px) {
  .header-new__cont .menu__inner nav .menu-box li a {
    padding: 0;
  }
  .header-new__cont .menu__inner nav .menu-box li a::before {
    content: none;
  }
}
.header-new__cont .menu__inner nav .menu-box li a:hover {
  border: none;
}
.header-new__cont .menu__inner nav .menu-box > .menu-item {
  position: relative;
}
.header-new__cont .menu__inner nav .menu-box > .menu-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header-new__cont .menu__inner nav .sub-menu {
  position: absolute;
  top: calc(100% + 25px);
  flex-direction: column;
  background-color: #ffffff;
  padding: 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media only screen and (max-width:1259px) {
  .header-new__cont .menu__inner nav .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width:1259px) {
  .header-new__cont .menu__inner nav .sub-menu li {
    position: relative;
    padding-left: 25px;
    margin-left: 0;
  }
}
@media only screen and (max-width:1259px) {
  .header-new__cont .menu__inner nav .sub-menu li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: center/contain no-repeat url("../img/top/arrow02.png");
  }
}
.header-new__cont .menu__inner nav .sub-menu li a {
  white-space: nowrap;
}
@media only screen and (max-width:1259px) {
  .header-new__cont .menu__inner .estimation {
    margin-top: 20px;
  }
}
.header-new__cont .menu__inner .estimation a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  background-color: #e44e4e;
  padding: 15px 20px;
  padding-right: 56px;
  border-radius: 10px;
}
.header-new__cont .menu__inner .estimation a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url("../img/top/arrow01.png");
}
.header-new__cont .hamb {
  display: none;
}
@media only screen and (max-width:1259px) {
  .header-new__cont .hamb {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 30px;
    height: 18px;
    z-index: 9999;
  }
}
.header-new__cont .hamb.active {
  position: fixed;
  top: auto;
}
.header-new__cont .hamb.active span:first-child {
  top: 8px;
  transform: rotate(45deg);
}
.header-new__cont .hamb.active span:nth-child(2) {
  opacity: 0;
}
.header-new__cont .hamb.active span:last-child {
  bottom: 8px;
  transform: rotate(-45deg);
}
.header-new__cont .hamb span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #083f57;
  transition: 0.5s;
}
.header-new__cont .hamb span:first-child {
  top: 0;
}
.header-new__cont .hamb span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.header-new__cont .hamb span:last-child {
  bottom: 0;
}

footer {
  padding-bottom: 0 !important;
}
footer #footer-widget-area.footer_type1 {
  margin-bottom: 0 !important;
  border: 0 !important;
}
footer #footer-widget-area.footer_type1 #footer-widget-box {
  padding: 0;
}
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-left .widgettitle,
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center1 .widgettitle,
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center2 .widgettitle {
  margin-bottom: 20px !important;
}
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-left .textwidget p,
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-left .textwidget a,
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center1 .textwidget p,
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center1 .textwidget a,
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center2 .textwidget p,
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center2 .textwidget a {
  font-size: 16px !important;
}
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-left {
  min-width: 282px !important;
}
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center1 {
  min-width: 373px !important;
}
@media only screen and (min-width:768px) {
  footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center1 {
    padding-left: 100px !important;
  }
}
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center2 {
  min-width: 300px !important;
  padding-right: 0 !important;
}
@media only screen and (min-width:768px) {
  footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center2 {
    padding-left: 100px !important;
  }
}
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center2 div {
  padding-right: 0 !important;
}
footer #footer-widget-area.footer_type1 #footer-widget-box #footer-widget-center2 .footer-widget::after {
  content: none;
}
footer #footer-widget-area.footer_type1 #footer-widget-box > div > div {
  margin-left: 0 !important;
}
footer #footer-widget-area.footer_type1 #footer-widget-box .footer-widget {
  position: relative;
  margin-bottom: 50px !important;
}
@media only screen and (min-width:768px) {
  footer #footer-widget-area.footer_type1 #footer-widget-box .footer-widget {
    padding-right: 100px;
  }
}
@media only screen and (min-width:768px) {
  footer #footer-widget-area.footer_type1 #footer-widget-box .footer-widget:after {
    content: "";
    width: 1px;
    height: 300px;
    background-color: #4dafe7;
    position: absolute;
    top: 30px;
    right: 0;
  }
}
footer #footer-widget-area.footer_type1 #footer-widget-box .footer-widget .widgettitle {
  border: 0;
  padding: 0 !important;
  font-size: 20px !important;
  letter-spacing: 0.1em !important;
}
footer #footer-widget-area.footer_type1 #footer-widget-box .footer-widget .page_item a {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: 0;
}
footer #footer-widget-area.footer_type1 #footer-widget-box .footer-widget .page_item a:before {
  content: "";
  background: center/contain no-repeat url("../img/top/arrow07.png");
  width: 20px !important;
  height: 20px !important;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer #footer-box {
  width: 100%;
  padding: 15px 45px;
  background-color: #4dafe7;
}
@media only screen and (max-width:767px) {
  footer #footer-box {
    padding: 15px;
  }
}
footer #footer-box .footer-inner {
  width: 100%;
  max-width: 98% !important;
  margin: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width:767px) {
  footer #footer-box .footer-inner {
    display: block;
  }
}
@media only screen and (max-width:767px) {
  footer #footer-box .footer-inner span {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width:768px) {
  footer #footer-box .footer-inner span:not(:last-child) {
    margin-right: 50px;
  }
}
footer #footer-box .footer-inner span a {
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff !important;
}
footer #footer-box .footer-inner #copyright {
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff !important;
}

.estimation02 {
  text-align: center;
}
.estimation02 a {
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #e44e4e;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 14px 56px 14px 22px;
  display: block;
  white-space: nowrap;
}
.estimation02 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  background: center/contain no-repeat url("../img/top/arrow01.png");
  width: 24px;
  height: 24px;
}/*# sourceMappingURL=common.css.map */