@import url(https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,700;1,700&family=Jost&family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@200&display=swap);
@charset "UTF-8";
/* 定数 */
/* 初期化 */
/* 定数 */
/* 定数 */
/* 定数 */
/* ヘッダー */
/* 定数 */
/* 定数 */
.header {
  width: 100vw;
  display: flex;
  height: 90px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.header__sitelogo--img {
  width: 100%;
}

.header__freecall {
  margin: auto;
  margin-right: 62px;
  margin-left: 40px;
  height: -moz-fit-content;
  height: fit-content;
}

.header__freecall--icon {
  width: 44px;
}

.header__freecall--number {
  font-size: 29px;
  font-weight: 900;
  vertical-align: text-bottom;
  line-height: 1.3;
}

.header__freecall--time {
  font-size: 17px;
}

.header__listing {
  margin-right: 15px !important;
  display: flex;
}

.header__listing--img {
  width: 51px;
}

.header__listing--text {
  font-size: 14px;
  margin: auto;
  margin-left: 14px;
}

.header__sitelogo {
  display: block;
  width: 100%;
  max-width: 269px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  margin-left: 64px;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: auto 35px auto 0;
}

.hamburger__line {
  height: 3px;
  width: 100%;
  background-color: #8c8c8c;
  border-radius: 15px;
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.menu__container {
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  height: 80vh;
  background-color: #fff;
  opacity: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: auto;
}

.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu__list .menu__item:first-child a {
  color: #179c95;
  font-weight: 700;
}

.menu__item {
  display: block;
}

.menu__item a {
  padding: 20px 24px;
  color: #4e4e4e;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
  text-align: right;
  border-bottom: #dbdbdb solid 1px;
}

.menu--open {
  display: none;
}

.menu--open {
  display: block;
}

@media all and (max-width: 740px) {
  .header {
    height: 55px !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  }
  .header__sitelogo {
    max-width: 135px !important;
    margin: auto 15px !important;
  }
  .header__listing {
    margin-right: initial !important;
  }
  .header__listing--img {
    width: 35px;
  }
  .header__listing--text {
    font-size: 9px;
    margin-left: 9px;
    margin-right: 15px;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: auto 16px auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .menu__container {
    width: 90vw;
    height: 90vh;
  }
}
/* フッター */
/* 定数 */
/* 定数 */
footer {
  position: relative;
  padding-bottom: 172px;
}

.footer__links {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.footer__link {
  display: block;
  padding: 9px 26px;
  position: relative;
}

.footer__link:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.5px;
  height: 25px;
  background-color: #000;
}

.footer__listing {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 10px;
}

.footer__listing--img {
  width: 30px;
}

.footer__listing--text {
  font-size: 10px;
  width: 100%;
  max-width: 416px;
  font-weight: 500;
  margin-left: 11px;
}

.footer__antiques {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 13px;
  font-size: 10px;
}

.footer__copyright {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  font-size: 10px;
}

@media all and (max-width: 740px) {
  footer {
    padding-bottom: 86px;
  }
  .footer__link {
    font-size: 12px;
    padding: 0;
    margin: auto;
    position: unset;
    width: 50%;
    box-sizing: border-box;
  }
  .footer__link:not(:first-of-type)::before {
    height: 24px;
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
  }
  .footer__listing--img.sp-display {
    margin: auto;
    display: block;
    margin-top: 19px;
  }
  .footer__links {
    position: relative;
    margin-top: 9px;
    width: 100%;
  }
  .footer__link:first-of-type {
    padding-right: 10px;
    text-align: right;
  }
  .footer__link:last-of-type {
    padding-left: 10px;
    text-align: left;
  }
  .footer__listing--text {
    max-width: 333px;
    margin: auto;
  }
}
/* フローティングCTA */
/* 定数 */
/* 定数 */
.top-floating-cta {
  width: 100vw;
  height: 135px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.8784313725);
  z-index: 1;
}

.top-floating-cta__button--freecall {
  border-radius: 10px;
  background: #3bc4ee;
  display: grid;
  width: 100%;
  max-width: 350px;
  height: 90px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.top-floating-cta__button--inquiry {
  border-radius: 10px;
  background: #ff6b00;
  display: grid;
  width: 100%;
  max-width: 350px;
  height: 90px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.top-floating-cta__button-date {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 65%;
  border-radius: 10px;
  border: 0.563px solid #3bc4ee;
  background: #fff;
  color: #098ab1;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 0;
}

.top-floating-cta__button--inquiry > .top-floating-cta__button-date {
  max-width: 45%;
  border: 0.563px solid #ff8a00;
  color: #ff8a00;
}

.top-floating-cta__button-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  background: #098ab1;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0 3px;
  max-width: 30px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.top-floating-cta__button--inquiry > .top-floating-cta__button-label {
  background: #ffc700;
}

.top-floating-cta__button-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.top-floating-cta__button--inquiry > .top-floating-cta__button-title {
  margin-top: 0;
}

.top-floating-cta__button-title-text {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-top: 5px;
  margin-left: 5px;
}

.top-floating-cta__button--inquiry > .top-floating-cta__button-title > .top-floating-cta__button-title-text {
  margin: 0;
}

.top-floating-cta__button-title-img {
  width: 30px;
  height: 30px;
}

.top-floating-cta__button-tel {
  display: flex;
  justify-content: center;
  align-items: start;
}

.top-floating-cta__button-tel-label {
  border-radius: 5px;
  background: #fff;
  color: #098ab1;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  max-width: 30%;
  padding: 3px 6px;
}

.top-floating-cta__button-tel-text {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  margin-left: 5px;
}

@media all and (max-width: 740px) {
  .top-floating-cta {
    width: 100%;
    height: 75px;
    gap: 8px;
    padding: 0 8px;
  }
  .top-floating-cta__button--freecall {
    max-width: initial;
    height: 45px;
    margin-left: 8px;
    margin-top: 5px;
    padding-left: 10px;
    padding-bottom: 3px;
  }
  .top-floating-cta__button--inquiry {
    max-width: initial;
    height: 45px;
    margin-right: 8px;
    margin-top: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
  }
  .top-floating-cta__button-date {
    max-width: 66%;
    font-size: 7px;
    padding: 2px 0;
  }
  .top-floating-cta__button--inquiry > .top-floating-cta__button-date {
    max-width: 45%;
  }
  .top-floating-cta__button-label {
    font-size: 9px;
    padding: 0 3px;
    max-width: 6%;
    line-height: 12px;
  }
  .top-floating-cta__button-title-text {
    font-size: 13px;
    margin-top: 1px;
    margin-left: 3px;
    line-height: 16px;
    margin-bottom: 1px;
  }
  .top-floating-cta__button--inquir > .top-floating-cta__button-title > .top-floating-cta__button-title-text {
    margin-top: 0;
    margin-bottom: 0;
  }
  .top-floating-cta__button--inquiry > .top-floating-cta__button-title > .top-floating-cta__button-title-text {
    margin: 0;
  }
  .top-floating-cta__button-title-img {
    width: 15px;
    height: 15px;
  }
  .top-floating-cta__button-tel-label {
    font-size: 6px;
    max-width: initial;
    padding: 2px 5px;
    margin-top: 1px;
  }
  .top-floating-cta__button-tel-text {
    font-size: 13px;
  }
}
* {
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
a,
p,
div,
dl,
dd,
body {
  margin: 0;
  color: #222222;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  display: inherit;
}

a:hover {
  opacity: 0.6;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

input {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

ul,
ol {
  list-style-type: none; /* マーカーを非表示にする */
  padding-left: 0; /* 左側のパディングを削除してインデントをなくす */
}

.breadcrumb {
  display: none;
  position: relative;
  padding-top: 7px;
}

.breadcrumb__container {
  display: flex;
  margin: 0;
  text-wrap: nowrap;
}

.breadcrumb-item,
.breadcrumb-item--link {
  font-size: 22px;
  font-weight: 500;
  color: #56b3cb;
}

.breadcrumb-item--link {
  text-decoration: underline;
}

.breadcrumb-item--link::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid black;
  display: inline-block;
  margin-left: 7px;
  margin-right: 5px;
}

@media screen and (max-width: 740px) {
  .breadcrumb {
    overflow-x: scroll;
    padding: 7px 9px;
  }
  .breadcrumb-item,
  .breadcrumb-item--link {
    font-size: 17px;
  }
  .breadcrumb-item--link::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid black;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 740px) {
  .pc-display {
    display: none !important;
  }
}
@media screen and (min-width: 741px) {
  .sp-display {
    display: none !important;
  }
}
.breadcrumb {
  display: none !important;
}

.floating-cta,
.breadcrumb {
  display: none;
}

.container {
  max-width: unset;
}

.form__status--icon {
  z-index: 1;
}

.form__status__block::after {
  z-index: 0;
}

.form .h2Ttl01 {
  margin: 0 0 17px -3px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

@media (max-width: 896px) {
  .form .h2Ttl01 {
    margin: 0 10px 20px;
    font-size: 24px;
  }
}
.assesssment-form {
  padding-top: 0;
  background-color: #fff;
  margin-bottom: 60px;
  border-radius: 5px 5px 0 0;
  max-width: unset;
  width: 100%;
}

@media (max-width: 740px) {
  .form__h2__container {
    padding: 0 11px;
  }
  .form--button-next {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

a.totop {
  display: none !important;
}

a:hover {
  text-decoration: none !important;
  cursor: pointer;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

/*
a, a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
*/
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1120px;
  color: #333;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

#container {
  text-align: left;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.28rem;
  }
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
    color: #28ca43;
    line-height: 1;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 4px 10px 7px;
}

#gHeader .hBox {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  padding-left: 18px;
  justify-content: space-between;
}

#gHeader .logo {
  margin-top: 5px;
  width: 30%;
}

#gHeader .hR {
  width: 500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#gHeader .hR .lBox {
  margin-top: 3px;
  width: 273px;
  display: flex;
  justify-content: space-between;
}

#gHeader .hR .lBox .img {
  width: 48px;
}

#gHeader .hR .lBox p {
  width: 215px;
  margin-top: 4px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}

#gHeader .hR .lBox p span {
  margin-bottom: 2px;
  display: block;
  color: #00af26;
  font-size: 2.7rem;
  font-weight: bold;
  border-bottom: 2px solid #00af26;
  font-family: "Hiragino Kaku Gothic ProN";
}

#gHeader .hR .rBox {
  width: 214px;
  text-align: center;
  margin: 0 0 0 auto;
}

#gHeader .hR .rBox p {
  margin-bottom: 2px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -1px;
}

#gHeader .hR .rBox p span {
  color: #c00909;
}

#gHeader .hR .rBox .link a {
  padding: 2px 0 0;
  display: block;
  border-radius: 5px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
  box-shadow: 0 3px #000;
  background-color: #c00909;
  font-size: 1.9rem;
  color: #fff;
}

#gHeader .hR .rBox .link a:hover {
  opacity: 0.7;
}

.display_off .link:before,
.display_off .telBox,
.display_off {
  display: none;
}

.display_off .link {
  margin: auto;
}

@media all and (max-width: 767px) {
  #gHeader {
    padding: 10px 13px 13px 10px;
    background: #fff;
  }
  #gHeader .hBox {
    max-width: inherit;
    padding-left: 0;
  }
  #gHeader .logo {
    width: 134px;
    margin-top: 5px;
  }
  #gHeader .hR {
    display: none;
  }
  #gHeader .hLink {
    width: 146px;
  }
  #gHeader .hLink a {
    display: block;
    text-align: center;
    color: #fff;
    background-image: -ms-linear-gradient(rgb(229, 1, 80) 0%, rgb(213, 93, 102) 100%);
    border-radius: 5px;
  }
  #gHeader .hLink a span {
    padding: 5px 9px 5px 0;
    display: inline-block;
    background: url("../img/icon02.png") no-repeat right center;
    background-size: 4px auto;
    letter-spacing: 1px;
  }
  .hLink.sp a {
    font-size: 13px;
  }
}
/*------------------------------------------------------------
	comBtm
------------------------------------------------------------*/
.comBtm {
  width: 965px;
  margin: 0 auto;
  padding: 1px 34px 30px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.comBtm h2 {
  margin: -26px 0 27px;
  text-align: center;
  font-size: 2.4rem;
  color: #444;
  font-family: "Hiragino Kaku Gothic ProN";
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff;
}

.comBtm .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.comBtm .telBox {
  width: 416px;
}

.comBtm .telBox .txt {
  margin-bottom: 1px;
  color: #737373;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.comBtm .telBox .tel {
  display: flex;
  justify-content: space-between;
}

.comBtm .telBox .tel img {
  width: 74px;
}

.comBtm .telBox .tel p {
  width: 329px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  color: #737373;
}

.comBtm .telBox .tel p a {
  margin-bottom: 8px;
  display: block;
  font-size: 5rem;
  color: #5aaf26;
  font-weight: bold;
  font-family: Arial;
  border-bottom: 2px solid #5aaf26;
  text-decoration: none;
}

.comBtm .link {
  margin-top: 2px;
  width: 415px;
  position: relative;
}

.comBtm .link:before {
  width: 2px;
  position: absolute;
  left: -35px;
  top: 5px;
  bottom: 5px;
  background-color: #a0a0a0;
  content: "";
}

.comBtm .link a {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  border-radius: 7px;
  letter-spacing: 2.5px;
  background-image: -ms-linear-gradient(rgb(229, 1, 80) 0%, rgb(213, 93, 102) 100%);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.comBtm .link a span {
  padding: 31px 30px 31px 0;
  display: inline-block;
  background: url("../img/icon02.png") no-repeat right center;
}

.comBtm .link a:hover {
  opacity: 0.7;
}

@media all and (max-width: 767px) {
  p,
  a {
    font-size: 13px;
  }
  .comBtm {
    width: auto;
    margin: 0 14px;
    padding: 1px 18px 22px;
  }
  .comBtm h2 {
    margin: -16px -18px 14px;
    font-size: 1.44rem;
    letter-spacing: 1px;
  }
  .comBtm .inner {
    display: block;
  }
  .comBtm .telBox {
    width: auto;
  }
  .comBtm .telBox .txt {
    font-size: 1.44rem;
  }
  .comBtm .telBox .tel {
    align-items: center;
  }
  .comBtm .telBox .tel .img {
    width: 18%;
  }
  .comBtm .telBox .tel img {
    width: auto;
  }
  .comBtm .telBox .tel p {
    width: 78.5%;
    word-break: break-all;
    font-size: 1.44rem;
  }
  .comBtm .telBox .tel p a {
    margin-bottom: 6px;
    font-size: 4rem;
  }
  .comBtm .link {
    /* margin: 0 0 35px; */
    width: auto;
  }
  .comBtm .link a {
    border-radius: 5px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .comBtm .link a span {
    background-size: 9px auto;
    padding: 25px 21px 26px 0;
  }
  .comBtm .link:before {
    width: auto;
    height: 2px;
    left: 66px;
    top: inherit;
    bottom: -16px;
    right: 66px;
  }
}
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.index #main .sec01 .photo {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.index #main .sec01 .txtBox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 21px 0 0 100px;
  text-align: left;
}

.index #main .sec01 .txtBox .top {
  display: block;
  margin-bottom: 17px;
  font-size: 7.3rem;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.2;
  letter-spacing: 3px;
}

.index #main .sec01 .txtBox .top .txt01 {
  font-size: 4.3rem;
}

.index #main .sec01 .txtBox .top .txt02 {
  margin-top: 7px;
  display: block;
  font-size: 13rem;
  color: #e5004f;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

.index #main .sec01 .txtBox .top .txt03 {
  display: inline-block;
  vertical-align: middle;
}

.index #main .sec01 .txtBox .txt {
  display: block;
  max-width: 537px;
  padding: 2px 0;
  border-radius: 30px;
  border: 2px solid #fff;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #5f5f5f, -1px 1px 1px #5f5f5f;
  box-shadow: 1px 1px 1px #5f5f5f, -1px 1px 1px #5f5f5f;
}

.index #main .sec01 .whiteBox {
  margin-top: -59px;
  padding: 93px 0 177px;
  position: relative;
  background-color: #fff;
}

.index #main .sec01 .whiteBox:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 0;
  top: -150px;
  border-style: solid;
  border-width: 0 0 150px 100vw;
  border-color: transparent transparent #fff transparent;
}

.index #main .sec01 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1px 22px 8px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.index #main .sec01 .inner h2 {
  text-align: center;
  font-size: 3.18rem;
  color: #444;
  font-family: "Hiragino Kaku Gothic ProN";
  letter-spacing: 3px;
  margin: -38px 0 11px;
}

.index #main .sec01 .inner h2 span {
  font-size: 5rem;
}

.index #main .sec01 .info {
  display: flex;
  justify-content: space-between;
}

.index #main .sec01 .info .lBox {
  width: 48.2%;
  text-align: center;
}

.index #main .sec01 .info .rBox {
  width: 49.6%;
}

.index #main .sec01 .info .rBox p {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #444;
  text-align: center;
  letter-spacing: 1px;
}

.index #main .sec01 .info .rBox .link a {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  border-radius: 7px;
  letter-spacing: 2.5px;
  background-image: -ms-linear-gradient(rgb(229, 1, 80) 0%, rgb(213, 93, 102) 100%);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.index #main .sec01 .info .rBox .link a span {
  padding: 18px 30px 19px 0;
  display: inline-block;
  background: url("../img/icon02.png") no-repeat right center;
}

.index #main .sec01 .info .rBox .link a:hover {
  opacity: 0.7;
}

.index #main .sec02 {
  margin-bottom: 96px;
  padding: 1px 0 40px;
  position: relative;
  background-color: #f2ebe1;
}

.index #main .sec02:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 0;
  top: -150px;
  border-style: solid;
  border-width: 0 0 150px 100vw;
  border-color: transparent transparent #f2ebe1 transparent;
}

.index #main .sec02 .ttl {
  margin: -107px 0 24px;
  text-align: center;
  font-size: 2.4rem;
  color: #d84651;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 2.5px;
  position: relative;
  z-index: 2;
}

.index #main .sec02 .ttl > span {
  padding: 19px 50px;
  font-size: 33px;
  display: inline-block;
  border: 3px solid #da4652;
  border-radius: 50px;
  position: relative;
}

.index #main .sec02 .ttl > span:before {
  width: 20px;
  height: 24px;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  background: url("../img/sec02_icon01.png") no-repeat;
  content: "";
}

.index #main .sec02 .ttl .txt01 {
  font-size: 4.8rem;
  font-family: Arial;
}

.index #main .sec02 .ttl .txt02 {
  font-size: 1.8rem;
}

.index #main .sec02 h2 {
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
}

.index #main .sec02 ul {
  width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index #main .sec02 ul li {
  margin-bottom: 38px;
  width: 502px;
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #b0aca7;
  border-radius: 7px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.index #main .sec02 ul .photoBox {
  width: 256px;
  position: relative;
}

.index #main .sec02 ul .photoBox img {
  width: 100%;
}

.index #main .sec02 ul .photoBox p {
  width: 100%;
  padding: 6px 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  background: rgba(28, 28, 28, 0.631372549);
}

.index #main .sec02 ul .textBox {
  width: 233px;
  padding-right: 10px;
}

.index #main .sec02 ul .textBox h3 {
  margin-bottom: 38px;
  padding-left: 8px;
  color: #616161;
  font-size: 1.9rem;
  line-height: 1.2;
  border-left: 3px solid #616161;
  letter-spacing: -1px;
}

.index #main .sec02 ul .textBox .moneyBox {
  margin: 0 6px 19px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
  position: relative;
  line-height: 1.2;
}

.index #main .sec02 ul .textBox .moneyBox:before {
  width: 22px;
  height: 30px;
  margin-left: -19px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url("../img/sec02_icon02.png") no-repeat;
  content: "";
}

.index #main .sec02 ul .textBox .moneyBox .grey {
  width: 80px;
  font-size: 1.1rem;
  color: #616161;
}

.index #main .sec02 ul .textBox .moneyBox .grey span {
  font-size: 1.8rem;
}

.index #main .sec02 ul .textBox .moneyBox .red {
  width: 100px;
  text-align: right;
  font-size: 1.4rem;
  color: #d40000;
}

.index #main .sec02 ul .textBox .moneyBox .red span {
  font-size: 2.3rem;
}

.index #main .sec02 ul .textBox .txt {
  font-size: 2rem;
  text-align: center;
  color: #d40000;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
  background-image: -ms-linear-gradient(rgb(255, 255, 255) 65%, rgb(255, 198, 197) 35%);
}

.index #main .sec03 {
  margin-top: 89px;
  padding: 39px 0 74px;
  background-color: #f7f7f7;
}

.index #main .sec03 .h2Ttl {
  margin-bottom: 18px;
  text-align: center;
  color: #d84651;
  font-size: 2.3rem;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.35;
}

.index #main .sec03 .h2Ttl > span {
  display: block;
  color: #333;
  font-size: 4.8rem;
}

.index #main .sec03 .h2Ttl > span span {
  font-size: 7.2rem;
  color: #d12535;
  font-family: Arial;
}

.index #main .sec03 ul {
  width: 1015px;
  margin: 0 auto;
  padding-left: 34px;
}

.index #main .sec03 ul li {
  padding: 10px 310px 15px 105px;
  margin-bottom: 15px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.index #main .sec03 ul .icon {
  position: absolute;
  left: -32px;
  top: -39px;
}

.index #main .sec03 ul .photo {
  width: 176px;
  position: absolute;
  right: 0;
  top: 0;
}

.index #main .sec03 ul p {
  color: #262626;
  line-height: 1.625;
}

.index #main .sec03 ul h2 {
  font-size: 29px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #262626;
  line-height: 1.625;
}

.index #main .sec03 ul h2 span {
  color: #d84651;
}

.index #main .sec04 {
  padding: 19px 0 55px;
  /*	background-color: #7AC0CE;*/
}

.index #main .sec04 .ttl {
  padding: 25px 30px 11px;
  width: 410px;
  margin: 0 auto;
  text-align: center;
  background: url("../img/bg02.png") no-repeat center top;
  background-size: 100% 100%;
}

.index #main .sec04 .ttl p {
  color: #362e2b;
  line-height: 1.68;
  font-weight: bold;
}

.index #main .sec04 .ttl p span {
  font-size: 1.8rem;
  color: #d12535;
  font-family: "Hiragino Kaku Gothic ProN";
}

.index #main .sec05 {
  padding: 1px 0 143px;
  background-color: #f2ebe1;
}

.index #main .sec05 > h2 {
  text-align: center;
  margin: -51px 0 61px;
}

.index #main .sec05 > h2 > span {
  min-width: 586px;
  padding: 0 10px 8px;
  display: inline-block;
  background-color: #fff;
  font-size: 4.8rem;
  font-family: "Hiragino Kaku Gothic ProN";
  border-radius: 50px;
  box-shadow: 0 0 0 3px #f2ebe1;
  line-height: 1.32;
}

.index #main .sec05 > h2 span span {
  font-size: 7.2rem;
  color: #d84651;
}

.index #main .sec05 .inner {
  width: 1012px;
  margin: 0 auto;
}

.index #main .sec05 .listUl {
  position: relative;
  margin-bottom: 145px;
}

.index #main .sec05 .listUl:before {
  width: 77px;
  height: 77px;
  margin-left: -36px;
  position: absolute;
  left: 50%;
  top: 79px;
  background: url("../img/sec05_icon03.png") no-repeat;
  content: "";
}

.index #main .sec05 .listUl li {
  width: 475px;
  float: left;
}

.index #main .sec05 .listUl li:last-child {
  float: right;
}

.index #main .sec05 .listUl h3 {
  text-align: center;
  font-size: 2.4rem;
  color: #737373;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
}

.index #main .sec05 .listUl .photo {
  text-align: center;
}

.index #main .sec05 .listUl p {
  margin-top: -40px;
  padding: 61px 46px 13px;
  font-size: 1.8rem;
  line-height: 2.22;
  background-color: #fff;
  letter-spacing: 1px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
}

.index #main .sec05 .listUl p span {
  color: #d84651;
}

.index #main .sec05 .listUl li:last-child h3 {
  font-size: 3rem;
  color: #d84651;
}

.index #main .sec05 .listUl li:last-child .photo {
  margin-left: 35px;
}

.index #main .sec05 .txtBox {
  padding: 1px 32px 40px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 119px;
}

.index #main .sec05 .txtBox:last-child {
  margin-bottom: 0;
}

.index #main .sec05 .txtBox:before {
  width: 18px;
  position: absolute;
  left: -1px;
  top: -35px;
  bottom: 0;
  background-color: #d84651;
  content: "";
}

.index #main .sec05 .txtBox h2 {
  margin: -35px 0 26px;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "Hiragino Kaku Gothic ProN";
}

.index #main .sec05 .txtBox h2 span {
  display: block;
  font-size: 1.4rem;
  color: #d84651;
}

.index #main .sec05 .txtBox p {
  margin-left: 21px;
  font-size: 17px;
  line-height: 2.22;
}

.index #main .sec06 {
  padding: 1px 0 33px;
}

.index #main .sec06 h2 {
  text-align: center;
  margin: -50px 0 51px;
}

.index #main .sec06 h2 > span {
  min-width: 586px;
  padding: 1px 10px 21px;
  display: inline-block;
  background-color: #fff;
  font-size: 4.8rem;
  font-family: "Hiragino Kaku Gothic ProN";
  border-radius: 50px;
  box-shadow: 0 0 0 3px #f2ebe1;
  line-height: 1.25;
}

.index #main .sec06 h2 span span {
  margin-top: -17px;
  display: block;
  font-size: 3rem;
  color: #02adcf;
  font-family: Arial;
  text-shadow: -1px -1px #fff, 1px -1px #fff;
}

.index #main .sec06 ul {
  width: 1001px;
  margin: 0 auto;
}

.index #main .sec06 ul li {
  margin-bottom: 42px;
  background-color: #fff;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.index #main .sec06 ul .q {
  padding: 5px 130px 5px 74px;
  min-height: 90px;
  font-size: 1.8rem;
  line-height: 1.63;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.index #main .sec06 ul .q:before {
  width: 52px;
  padding-left: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: 100% 100%;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  content: "Q";
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 0 55px 55px 0;
}

.index #main .sec06 ul .a {
  background-color: #fff;
  line-height: 1.875;
  font-size: 1.8rem;
  padding: 10px 27px 11px;
  border-radius: 3px;
}

.index #main .sec06 ul .openBox {
  /* display: none; */
  padding: 15px 21px 20px;
}

/*
.index #main .sec06 ul li.on {
	background-color: #7AC0CE;
}
*/
.index #main .sec06 ul li.on .q {
  color: #fff;
  /* background-image: url("../img/icon05.png"); */
}

.index #main .sec06 ul li.on .q:before {
  /*	color: #7ac0ce;*/
  background-image: url("../img/bg03.png");
}

.lablp__content {
  margin: 0 auto;
  width: 1000px;
}

@media (max-width: 1000px) {
  .lablp__content {
    margin: 0 22px;
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .index #main .sec01 .photo {
    max-width: inherit;
  }
  .index #main .sec01 .photo img {
    width: 100%;
  }
  .index #main .sec01 .txtBox {
    padding: 15px 5px 0;
  }
  .index #main .sec01 .txtBox .top {
    margin-bottom: 14px;
    font-size: 7.7vw;
    line-height: 1;
    letter-spacing: 2px;
  }
  .index #main .sec01 .txtBox .top .txt01 {
    font-size: 2.3rem;
  }
  .index #main .sec01 .txtBox .top .txt02 {
    font-size: 9.2rem;
  }
  .index #main .sec01 .txtBox .top .txt03 {
    margin-top: -6px;
  }
  .index #main .sec01 .txtBox .txt {
    margin-left: 8px;
    max-width: 371px;
    padding: 1px 0;
    border: 1px solid #fff;
    font-size: 1.65rem;
  }
  .index #main .sec01 .whiteBox {
    margin-top: -39px;
    padding: 60px 7px 91px;
  }
  .index #main .sec01 .whiteBox:before {
    top: -40px;
    border-width: 0 0 40px 100vw;
  }
  .index #main .sec01 .inner {
    max-width: inherit;
    padding: 1px 10px 6px;
  }
  .index #main .sec01 .inner h2 {
    font-size: 5vw;
    letter-spacing: 1px;
    margin: -21px 0 0;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
  .index #main .sec01 .inner h2 span {
    font-size: 7vw;
  }
  .index #main .sec01 .info {
    display: block;
  }
  .index #main .sec01 .info .lBox {
    width: auto;
    margin: 0 27px -27px;
  }
  .index #main .sec01 .info .rBox {
    width: auto;
  }
  .index #main .sec01 .info .rBox p {
    display: none;
  }
  .index #main .sec01 .info .rBox .link a {
    font-size: 2.08rem;
    padding-top: 25px;
    border-radius: 5px;
    padding-bottom: 15px;
  }
  .index #main .sec01 .info .rBox .link a span {
    padding: 9px 19px 8px 0;
    background-size: 8px auto;
  }
  .index #main .sec02 {
    margin-bottom: 55px;
    padding: 1px 23px 11px;
  }
  .index #main .sec02:before {
    top: -40px;
    border-width: 0 0 40px 100vw;
  }
  .index #main .sec02 .ttl {
    margin: -44px 0 25px;
    font-size: 1.92rem;
  }
  .index #main .sec02 .ttl > span {
    padding: 11px 18px;
    font-size: 18px;
    border-width: 2px;
  }
  .index #main .sec02 .ttl > span:before {
    width: 16px;
    height: 20px;
    margin-left: -8px;
    bottom: -20px;
    background-size: 16px auto;
  }
  .index #main .sec02 .ttl .txt01 {
    font-size: 3.84rem;
  }
  .index #main .sec02 .ttl .txt02 {
    font-size: 1.44rem;
  }
  .index #main .sec02 h2 {
    margin-bottom: 29px;
    font-size: 1.92rem;
  }
  .index #main .sec02 ul {
    width: auto;
    display: block;
  }
  .index #main .sec02 ul li {
    margin-bottom: 26px;
    width: auto;
    padding: 12px 0;
    border-radius: 5px;
  }
  .index #main .sec02 ul .photoBox {
    width: 51.5%;
  }
  .index #main .sec02 ul .photoBox p {
    padding: 4px 13px;
    font-size: 0.73rem;
  }
  .index #main .sec02 ul .textBox {
    width: 48.5%;
    padding: 0 8px 0 7px;
  }
  .index #main .sec02 ul .textBox h3 {
    margin-bottom: 26px;
    padding-left: 3px;
    font-size: 1.36rem;
    margin-right: -5px;
  }
  .index #main .sec02 ul .textBox .moneyBox {
    margin: 0 5px 14px 7px;
  }
  .index #main .sec02 ul .textBox .moneyBox:before {
    width: 16px;
    height: 23px;
    margin-left: -12px;
    background-size: 16px auto;
  }
  .index #main .sec02 ul .textBox .moneyBox .grey {
    width: 40%;
    font-size: 0.73rem;
  }
  .index #main .sec02 ul .textBox .moneyBox .grey span {
    font-size: 1.28rem;
  }
  .index #main .sec02 ul .textBox .moneyBox .red {
    width: 47%;
    font-size: 0.96rem;
  }
  .index #main .sec02 ul .textBox .moneyBox .red span {
    font-size: 1.68rem;
  }
  .index #main .sec02 ul .textBox .txt {
    font-size: 3.3vw;
  }
  .index #main .sec03 {
    margin-top: 42px;
    padding: 34px 14px 1px;
  }
  .index #main .sec03 .h2Ttl {
    margin-bottom: 57px;
    line-height: 1.2;
    font-size: 1.84rem;
  }
  .index #main .sec03 .h2Ttl > span {
    font-size: 3.84rem;
  }
  .index #main .sec03 .h2Ttl > span span {
    font-size: 5.76rem;
  }
  .index #main .sec03 ul {
    width: inherit;
    padding-left: 0;
  }
  .index #main .sec03 ul li {
    padding: 45px 22px 0;
    margin-bottom: 59px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  }
  .index #main .sec03 ul .icon {
    width: 70px;
    position: absolute;
    left: 50%;
    top: -37px;
    margin-left: -35px;
  }
  .index #main .sec03 ul .photo {
    margin-top: 20px;
    width: auto;
    position: static;
    right: inherit;
    top: inherit;
    text-align: center;
  }
  .index #main .sec03 ul .photo img {
    width: 63.7%;
  }
  .index #main .sec03 ul p {
    line-height: 1.56;
    font-size: 15px;
  }
  .index #main .sec03 ul h2 {
    margin-bottom: 11px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.2;
  }
  .index #main .sec04 {
    padding: 25px 8px 39px;
  }
  .index #main .sec04 .ttl {
    margin-bottom: 24px;
    padding: 20px 13px 11px;
    width: auto;
    max-width: 328px;
  }
  .index #main .sec04 .ttl img {
    width: 50%;
  }
  .index #main .sec04 .ttl p span {
    font-size: 1.44rem;
  }
  .index #main .sec05 {
    padding: 1px 10px 86px;
  }
  .index #main .sec05 > h2 {
    margin: -27px 0 28px;
  }
  .index #main .sec05 > h2 > span {
    min-width: inherit;
    padding: 0 30px 5px;
    font-size: 2.56rem;
    line-height: 1.25;
  }
  .index #main .sec05 > h2 span span {
    font-size: 4rem;
  }
  .index #main .sec05 .inner {
    width: auto;
  }
  .index #main .sec05 .listUl {
    margin-bottom: 124px;
  }
  .index #main .sec05 .listUl:before {
    display: none;
  }
  .index #main .sec05 .listUl li {
    width: auto;
    float: none;
  }
  .index #main .sec05 .listUl li:last-child {
    margin-top: 50px;
    float: none;
    position: relative;
  }
  .index #main .sec05 .listUl li:last-child:before {
    width: 62px;
    height: 62px;
    margin-left: -31px;
    position: absolute;
    left: 50%;
    top: -65px;
    background: url("../img/sec05_sp_icon03.png") no-repeat;
    background-size: 62px 62px;
    content: "";
  }
  .index #main .sec05 .listUl .photo img {
    width: 57%;
  }
  .index #main .sec05 .listUl li:last-child .photo img {
    width: 72%;
  }
  .index #main .sec05 .listUl h3 {
    margin-bottom: 5px;
    font-size: 1.92rem;
  }
  .index #main .sec05 .listUl p {
    margin-top: -33px;
    padding: 50px 37px 33px;
    font-size: 15px;
  }
  .index #main .sec05 .listUl li:last-child h3 {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  .index #main .sec05 .txtBox {
    padding: 1px 10px 47px 27px;
  }
  .index #main .sec05 .txtBox:before {
    width: 15px;
  }
  .index #main .sec05 .txtBox h2 {
    margin: -29px 0 18px;
    line-height: 1.14;
    font-size: 23px;
  }
  .index #main .sec05 .txtBox h2 span {
    margin-bottom: 5px;
    font-size: 1.12rem;
  }
  .index #main .sec05 .txtBox p {
    margin-left: 3px;
    font-size: 15px;
    line-height: 2;
  }
  .index #main .sec06 {
    padding: 1px 10px 21px;
  }
  .index #main .sec06 h2 {
    margin: -26px -10px 32px;
  }
  .index #main .sec06 h2 > span {
    min-width: 312px;
    padding: 1px 5px 10px;
    font-size: 2.56rem;
  }
  .index #main .sec06 h2 span span {
    margin-top: -10px;
    font-size: 1.6rem;
  }
  .index #main .sec06 ul {
    width: auto;
  }
  .index #main .sec06 ul li {
    margin-bottom: 34px;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  }
  .index #main .sec06 ul .q {
    min-height: 72px;
    padding: 5px 66px 5px 50px;
    font-size: 17px;
    line-height: 2.18;
  }
  .index #main .sec06 ul .q:before {
    font-size: 2.88rem;
    width: 42px;
    padding-left: 6px;
  }
  .index #main .sec06 ul .a {
    padding: 3px 10px 10px;
    font-size: 15px;
  }
  .index #main .sec06 ul .openBox {
    padding: 12px 8px;
  }
}
@media all and (max-width: 390px) {
  .comBtm .telBox .tel p a {
    font-size: 3.6rem;
  }
  .index #main .sec01 .txtBox {
    padding-top: 8px;
  }
  .index #main .sec01 .txtBox .top {
    margin-bottom: 8px;
  }
  .index #main .sec01 .txtBox .top .txt02 {
    margin-top: 5px;
  }
}
@media all and (max-width: 365px) {
  .comBtm .link a {
    font-size: 2.2rem;
  }
  .comBtm .telBox .tel p a {
    font-size: 3rem;
  }
  .index #main .sec02 ul .textBox .moneyBox .red span {
    font-size: 1.5rem;
  }
  .index #main .sec02 ul .textBox .moneyBox .red {
    font-size: 0.8rem;
  }
  .index #main .sec01 .txtBox .top {
    font-size: 3rem;
  }
  .index #main .sec01 .txtBox .top .txt02 {
    font-size: 7.5rem;
  }
  .index #main .sec01 .txtBox .txt {
    font-size: 1.5rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .comBtm .link a span {
    padding: 35px 30px 27px 0;
  }
  .index #main .sec06 ul li .q {
    height: 100px;
  }
  .index #main .sec01 .info .rBox .link a span {
    padding: 22px 30px 15px 0;
  }
  .index #main .sec05 > h2 > span {
    padding: 5px 10px 4px;
  }
  #gFooter .fList a {
    padding-top: 2px;
  }
  #gFooter .fNavi a {
    padding-top: 2px;
  }
  .index #main .sec01 .txtBox .txt {
    padding: 6px 0 0;
  }
}
/*******************************
* kaitori_styleから引用 start
*******************************/
footer {
  padding: 40px 0;
}

.footer_inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.footer_inner img {
  padding-bottom: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 272px;
}

/*-----footer nav-----*/
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

footer ul li {
  text-align: center;
  /*	padding:0 3%;*/
}

footer ul li a {
  color: #fff;
  padding: 5px;
  text-decoration: none !important;
}

footer ul li {
  border-right: 1px solid #fff;
}

footer ul li:last-child {
  border-right: none;
}

#kaitori_syasyu_contents_footer a:hover,
.footer_inner ul a:hover {
  color: blue !important;
  background-color: white !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 5px;
}

@media (max-width: 1041px) {
  footer ul li a {
    /*		font-size: 0.75rem;*/
    text-decoration: none;
  }
  .footer_inner img {
    max-width: 190px;
  }
}
.smp_requestBtn {
  background-color: #c00909;
}

.smp_footer a {
  display: none;
}

/*-----footer navEND-----*/
.copyright {
  text-align: center;
  font-size: 12px;
  display: block;
}

footer#footer {
  display: none;
}

.no-boder {
  border: none;
}

.smp_telNumber {
  background: #00af26;
}

.telNumber a {
  display: block;
  font-size: 27px;
  font-weight: bold;
  color: #00af26;
}

@media (max-width: 1041px) {
  .copyright {
    font-size: 0.6rem;
  }
}
@media (max-width: 1041px) {
  .return {
    display: inline-block !important;
    /*			padding-left: 9px !important;*/
  }
}
@media screen and (max-width: 480px) {
  .smp_footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 3px 0;
    background: rgba(180, 180, 180, 0.83);
    text-align: center;
  }
  .smp {
    display: block;
    z-index: 99999;
  }
  footer#footer {
    display: inline !important;
  }
  .smp_footer .smp_telNumber a {
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    /*
    		background-image: url(../img/icon-footer-freedial-conv.png);
    		background-repeat: no-repeat;
    		background-position: center;
    		background-size: 100% auto;
    		padding: 0 0 0 25%;
    */
    text-decoration: none;
    display: block !important;
    width: 100%;
    line-height: 1.2;
  }
  .smp_telNumber {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 50px;
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
  }
  .smp_requestBtn {
    color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 50px;
    font-size: 13px;
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto 0 auto;
    /*
    background-image: url(../img/icon-footer-form.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    padding: 0 0 0 14%;
    */
    /*		box-shadow: #e0dc61 -1px -1px 12px, #e0dc61 2px 2px 12px;*/
  }
  .smp_footer .smp_telNumber span {
    font-size: 12px;
    color: #fff;
  }
  .smp_footer .smp_requestBtn a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: block !important;
    width: 100%;
  }
  footer {
    height: 290px;
  }
  a.p_left {
    font-weight: bold;
    float: none !important;
    font-size: 25px;
  }
  p.p_left {
    float: none !important;
    margin: 3px;
  }
  .kaitori_form_setsumei {
    text-align: center;
  }
  .disp-off {
    /*		margin-bottom:-84px;*/
    display: none !important;
    z-index: 99999;
  }
  header.kaitori_container {
    /*		margin: 7px 3px 7px;*/
  }
  .counsel_wrap a {
    font-size: 13px;
  }
  .smp_wrap {
    width: 100% !important;
  }
  .cf-input-field .upper .input-type-head {
    font-size: 19px;
  }
}
section#kaitori_syasyu_contents_footer {
  width: 100%;
  height: auto;
}

div#kaitori_syasyu_contents_footer_body {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0px 0;
}

h3#h3title-satei,
h3#h3title-contents,
h3#h3title-features {
  font-size: 19px;
  text-align: left;
  color: #fff;
}

section#kaitori_syasyu_contents_footer a {
  text-decoration: none;
  color: #000;
}

ul#ccmenu > li,
ul#feamenu > li,
ul#kmlist > li {
  margin: 6px 6px 6px 0;
  text-decoration-line: none;
  display: inline-block;
  border-left: 1px solid #fff;
  width: auto;
  text-align: center;
  padding: 0 5px;
}

ul#kmlist,
ul#ccmenu,
ul#feamenu {
  margin-top: 7px;
}

ul#ccmenu > li > a,
ul#feamenu > li > a,
ul#kmlist > li > a {
  color: #fff;
}

ul#kmlist > li > a {
  display: block;
  width: 100%;
  padding: 5px;
}

ul#feamenu > li > a {
  display: block;
  padding: 5px;
}

div#kaitori_syasyu_contents_footer_menu,
div#kaitori_syasyu_contents_footer_contentsmenu,
div#kaitori_syasyu_contents_footer_kyoukalist {
  padding-bottom: 33px;
  border-top: 1px solid #5fa2ae;
  padding: 18px 0 0 24px;
}

@media (max-width: 800px) {
  div#kaitori_syasyu_contents_footer_body {
    display: unset;
  }
  div#kaitori_syasyu_contents_footer_menu,
  div#kaitori_syasyu_contents_footer_contentsmenu,
  div#kaitori_syasyu_contents_footer_kyoukalist {
    width: 100%;
  }
  h3#h3title-satei,
  h3#h3title-contents,
  h3#h3title-features {
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 15px;
    border-bottom: 1px dotted;
  }
  ul#kmlist,
  ul#ccmenu,
  ul#feamenu {
    margin-top: 0;
    margin-left: 15px;
  }
  ul#feamenu > li > a {
    font-size: 1.68rem;
    font-weight: bold;
  }
  ul#ccmenu > li,
  ul#feamenu > li,
  ul#kmlist > li {
    border-bottom: none;
  }
  .no-boder {
    border-right: 1px solid #fff;
  }
}
/* kaitori_styleから引用 end*/
@media all and (max-width: 1120px) {
  body {
    min-width: unset;
  }
}
