@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
  ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  min-width: inherit;
}
body{
  -webkit-animation: fadeIn 2.0s ease 0s 1 normal;
  animation: fadeIn 2.0s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


main {
  display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.for-sp {
  display: block !important;
}
.for-pc {
  display: none !important;
}
img.for-sp, span.for-sp, br.for-sp {
  display: inline !important;
}
img.for-pc, span.for-pc, br.for-pc {
  display: none !important;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
a:hover:not(.btnGrad01):not(.btnGrad02):not(.btnGrad03):not(.btnGrad04):not(.btnGrad05) {
  filter: alpha(opacity=70);
  -moz-opacity:.7;
  opacity:.7;
  -webkit-transition:.3s;
  transition:.3s;
}
a[href*="tel:"] {
  pointer-events: auto;
  cursor: default;
  text-decoration: none;
}
sup {
  top: -0.4em;
  font-size: 70%;
}
section {
  position: relative;
}
body, select, input, textarea {
  font-size: 4vw;
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  color: #231815;
  line-height: 1;
}



/* lp origin */
html {
    overflow-y: scroll;
}



.btnCirclePlus {
  cursor: pointer;
}
.btnCirclePlus .btnCircle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(18/750*100vw);
  width: calc(46/750*100vw);
  height: calc(46/750*100vw);
  margin: auto;
  background-color: #0ca26c;
  border-radius: 50%;
}
.btnCirclePlus::before,.btnCirclePlus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(29/750*100vw);
  width: calc(23/750*100vw);
  height: calc(5/750*100vw);
  margin: auto;
  background-color: #fff;
  z-index: 1;
}
.btnCirclePlus::after {
  transform: rotate(90deg);
  transition:.3s;
}
.btnCirclePlus.is-active::after {
  transform: rotate(180deg);
}



.rbteiki-fixedBtn {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(242, 242, 242,.9);
  z-index: 3;
}
.rbteiki-fixedBtnItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99vw;
  gap: 0 33px;
}
.rbteiki-fixedBtnItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 63px;
}
.rbteiki-fixedBtnItem a img {
  max-width: 375px;
}
#pageTop {
  display: block;
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 77px;
  right: 7px;
  z-index: 2;
}





.rbteiki-link {
  padding: 11.0666666667vw 0 14vw;
}
.rbteiki-linkList {
  width: 80vw;
  margin: 0 auto;
}
.rbteiki-linkItem a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 13.3333333333vw;
  background-color: #1ca26c;
  border-radius: 2vw;
  box-shadow: 0.2666666667vw 0.2666666667vw 1.0666666667vw 0 rgba(0, 0, 0,.16);
  font-size: 3.3333333333vw;
  color: #fff;
}
.rbteiki-linkItem a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6vw;
  width: 3.0666666667vw;
  height: 1.6vw;
  margin: auto;
  background: url("../images/icon_arrow_white.png") no-repeat center;
  background-size: 100%;
}
.rbteiki-linkItem +.rbteiki-linkItem {
  margin-top: 2.6666666667vw;
}
.rbteiki-linkImg {
  width: 91.0666666667vw;
  margin: 14.8vw auto 0;
}
.rbteiki-linkTtl {
  width: 93.7333333333vw;
  margin: 14.8vw auto 0;
  background: url("../images/link_bg.png") no-repeat center bottom;
  background-size: 100%;
  font-size: 4.6666666667vw;
  font-weight: 700;
  color: #0ca26c;
  line-height: 1.37;
  text-align: center;
}



.rbteiki-note {
  padding: 20px 0 30px;
}
.rbteiki-noteInner {
  width: calc(670/750*100vw);
  margin: 0 auto;
}
.rbteiki-noteContent-wrap {
  border: 1px solid #C9CACA;
  margin-bottom: 25px;
}
.rbteiki-noteTtl {
  position: relative;
  padding: 20px 0;
  font-size: calc(30/750*100vw);
  font-weight: 500;
  line-height: 1.41;
}
.rbteiki-noteTtl span.line {
  margin-right:.2em;
  text-decoration: underline;
}
.rbteiki-noteTtl span {
  display: block;
}
.rbteiki-noteTtl.btnCirclePlus {
  margin-top: 0;
  padding-right: calc(100/750*100vw);
  padding-left: calc(30/750*100vw);
}
.rbteiki-noteContent {
  padding: 0 calc(30/750*100vw) 20px;
}
.btnCirclePlus +.rbteiki-noteContent {
  display: none;
}
.rbteiki-noteTxt {
  margin-left: -0.5em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #525252;
}
.rbteiki-noteItem {
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: calc(29/750*100vw);
  line-height: 1.54;
  text-align: justify;
}
.rbteiki-noteItem span {
  margin-right:.3em;
}
.rbteiki-noteItem span.kerning {
  margin-right: 0;
}
.rbteiki-noteItem a {
  color: #00e;
  text-decoration: underline;
}
.rbteiki-noteName {
  margin-top: 20px;
}
.rbteiki-noteName + .rbteiki-noteName {
  margin-top: 0;
}
.rbteiki-noteNameItem {
  font-size: calc(20/750*100vw);
  line-height: 1.43;
}
.rbteiki-noteNameItem:nth-child(odd) {
  padding-left: 4em;
  text-indent: -4em;
}
.rbteiki-noteNameItem:nth-child(even) {
  padding-left: 5em;
  text-indent: -5em;
}





@media(min-width: 768px) {
  .for-sp {
    display: none !important;
  }
  .for-pc {
    display: block !important;
  }
  img.for-pc, span.for-pc, br.for-pc {
    display: inline !important;
  }
  img.for-sp, span.for-sp, br.for-sp {
    display: none !important;
  }
  img {
    width: auto;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
  body, select, input, textarea {
    font-size: 16px;
  }
  .rbteiki-noteInner {
    padding: 0 max(15px,calc(50% - 600px));
    width: auto;
  }
  


  .btnCirclePlus .btnCircle {
    right: calc(60/1200*100%);
    width: 46px;
    height: 46px;
  } 
  .btnCirclePlus::before,.btnCirclePlus::after {
    right: calc(60/1200*100% + 13px);
    width: 20px;
    height: 3px;
  }



  .rbteiki-fixedBtn {
  }
  .rbteiki-fixedBtnItem a {
    width: 736px;
    display: inline-flex;
    height: 112px;
  }
  .rbteiki-fixedBtnItem a img {
    max-width: 100%;
  }
  #pageTop {
    width: 50px;
    height: 50px;
    bottom: 124px;
    right: 19px;
  }



  .rbteiki-note {
    padding: 50px 0 40px;
  }
  .rbteiki-noteTtl {
    padding: 29px calc(60/1200*100%);
    font-size: 26px;
  }
  .rbteiki-noteTtl.btnCirclePlus {
    padding-right: 6%;
  }
  .rbteiki-noteTtl span {
    display: inline;
    margin-top: 0;
    font-size: 18px;
  }
  .rbteiki-noteContent {
    padding: 0 calc(60/1200*100%) 30px;
  }
  .rbteiki-noteTxt {
    font-size: 16px;
  }
  .rbteiki-noteList +.rbteiki-noteTxt {
    margin-top: 22px;
  }
  .rbteiki-noteList {
    margin-top: 8px;
  }
  .rbteiki-noteItem {
    font-size: 18px;
    line-height: 1.7;
  }
  .rbteiki-noteNameItem {
    display: contents;
    font-size: 13px;
    line-height: 1.8235294117647058;
  }
  .rbteiki-noteNameItem:nth-child(odd) {
    padding-left: 0;
    text-indent: 0;
  }
  .rbteiki-noteNameItem:nth-child(even) {
    padding-left: 0;
    text-indent: 0;
  }
  .rbteiki-noteName {
    margin-top: 30px;
    padding-left: 4em;
    text-indent: -4em;
  }



  .rbteiki-noteContent-wrap {
    border: 1px solid #C9CACA;
    /* padding-bottom: 20px; */
    margin-bottom: 30px;
  }
}




/* 202412 */
a:hover:not(.btnGrad01):not(.btnGrad02):not(.btnGrad03):not(.btnGrad04):not(.btnGrad05) {
  opacity: .5;
}
.btnCirclePlus .btnCircle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(20 / 750* 100vw);
    height: calc(20 / 750* 100vw);
    margin: auto;
    background-color: inherit;
    border-radius: none;
}
.btnCirclePlus::before, .btnCirclePlus::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(29 / 750* 100vw);
    width: calc(23 / 750* 100vw);
    height: calc(5 / 750* 100vw);
    margin: auto;
    background-color: #231815;
    z-index: 1;
}
.rbteiki-noteContent-wrap {
    border: none;
    margin-bottom: 30px;
}
.rbteiki-noteTtl.btnCirclePlus {
    border-bottom: 1px solid #231815;
}
.rbteiki-noteContent {
    padding: 0;
}
@media (min-width: 768px) {
  .btnCirclePlus .btnCircle {
      right: 0;
      width: 20px;
      height: 20px;
  }
    .btnCirclePlus:before, .btnCirclePlus:after {
        right: 0;
        width: 20px;
        height: 3px;
    }
      .rbteiki-noteTtl {
        padding: 12px 0;
        font-size: 26px;
    }
      .rbteiki-noteTtl.btnCirclePlus {
        padding-left: 0;
        padding-right: 0;
    }
      .rbteiki-fixedBtn {
        padding: 17px 0;
        background-color: #84ccc9;
    }
    .rbteiki-fixedBtnItem a {
        width: 468px;
        display: inline-flex;
        height: 70px;
    }
}



#rbteiki-mv {
  width: 100%;
  background: url("../images/mv-bg.png") no-repeat;
  background-size: cover;
}
.rbteiki-mvImgArea .rbteiki-mvImg {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 150px;
  position: relative;
}
.rbteiki-mvTextArea {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 45px 150px 50px 280px;
  position: relative;
}
.rbteiki-mvTextArea .rbteiki-mvAdd {
  margin-bottom: 1em;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.46;
}
.rbteiki-mvTextArea .rbteiki-mvCaution {
  font-size: 23px;
  font-weight: 600;
}
.rbteiki-mvTextArea .rbteiki-mvCaution .small {
  font-size: 16px;
}
ul.rbteiki-mvCaution li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.46;
  letter-spacing: 0.02em;
  font-weight: 600;
}
ul.rbteiki-mvCaution li + li {
  margin-top: 0.4em;
}
ul.rbteiki-mvCaution li .komenum {
  font-size: 18px;
  margin-right: 0.5em;
}
ul.rbteiki-mvCaution li a {
 color: #4595d2;
 text-decoration: underline;
}
@media (min-width: 1450px) {
  .rbteiki-mvImgArea:before {
    content: "";
    display: block;
    width: 45vw;
    height: 437px;
    background: url("../images/bg_mvLine.png") repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
@media (min-width: 768px) and (max-width: 1190px) {
.rbteiki-mvTextArea {
  padding: 45px 40px 50px calc(180/1476*100vw);
}
.rbteiki-mvTextArea .rbteiki-mvAdd {
  font-size: 16px;
}
.rbteiki-mvTextArea .rbteiki-mvCaution {
  font-size: 20px;
}
}
@media (max-width: 767px) {
  #rbteiki-mv {
    background: url("../images/mv-bg-sp.png") no-repeat;
    background-size: cover;
  }
  .rbteiki-mvImgArea .rbteiki-mvImg {
    padding-right: 0;
  }
  .rbteiki-mvTextArea {
    padding: calc(20/750*100vw) calc(70/750*100vw) calc(32/750*100vw);
  }
  .rbteiki-mvTextArea .rbteiki-mvAdd {
    margin-bottom: 1.2em;
    font-size: calc(16/750*100vw);
  }
  .rbteiki-mvTextArea .rbteiki-mvCaution {
    font-size: calc(23/750*100vw);
  }
  .rbteiki-mvTextArea .rbteiki-mvCaution .small {
    font-size: calc(16/750*100vw);
  }
  ul.rbteiki-mvCaution li .komenum {
    font-size: calc(18/750*100vw);
    margin-right: 0.5em;
  }
}


#rbteiki-intro {
  padding: 60px 0 12px;
  margin: 0 auto;
  background: url("../images/intro_bg-pc.png") no-repeat;
  background-size: 100% 100%;
}
#rbteiki-intro .rbteiki-introInner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.rbteiki-introImg {
  width: 254px;
  position: absolute;
  left: 0;
  top: -90px;
}
#rbteiki-intro ul.rbteiki-introList {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
ul.rbteiki-introList li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.64;
  font-size: 26px;
  font-weight: 600;
}
ul.rbteiki-introList > li:before {
  content: "■";
  margin-right: 0.5em;
  color: #eb802b;
  font-size: 60%;
  position: relative;
  top: -0.2em;
}
ul.rbteiki-introList li + li {
  margin-top: 0.2em;
}
ul.rbteiki-introList li .sup {
  position: relative;
  top: -0.3em;
  font-size: 70%;
}
ul.rbteiki-introCaution {
  margin-top: 0.4em;
}
ul.rbteiki-introCaution li {
  line-height: 1.64;
  font-size: 16px;
  font-weight: 500;
  text-indent: -2em;
  padding-left: 2em;
}
ul.rbteiki-introCaution li .komenum {
  margin-right: 0.3em;
}
ul.rbteiki-introCaution li + li {
  margin-top: 0.1em;
}
ul.rbteiki-introCaution li a {
  color: #4595d2;
  text-decoration: underline;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1190px) {
ul.rbteiki-introList li {
  font-size: 22px;
}
}
@media (max-width: 767px) {
  #rbteiki-intro {
    padding: calc(60/750*100vw) 0 calc(32/750*100vw);
    background: url("../images/intro_bg-sp.png") no-repeat;
    background-size: 100% 100%;
  }
  #rbteiki-intro .rbteiki-introInner {
    padding: 0;
  }
  .rbteiki-introImg {
    width: calc(254/750*100vw);
    position: absolute;
    left: calc(70/750*100vw);
    top: calc(-80/750*100vw);
  }
  #rbteiki-intro ul.rbteiki-introList {
    width: calc(610/750*100vw);
  }
  #rbteiki-intro ul.rbteiki-introCaution {
    width: calc(610/750*100vw);
    margin: 1em auto 0;
  }
  ul.rbteiki-introList li {
    font-size: calc(20/750*100vw);
  }
  ul.rbteiki-introList > li:before {
    font-size: 60%;
  }
  ul.rbteiki-introList li .sup {
    font-size: 70%;
  }
  ul.rbteiki-introCaution li {
    font-size: calc(16/750*100vw);
  }
}


#rbteiki-outline {
  width: 100%;
  margin: 0;
  background-color: #fff4d6;
}
.rbteiki-outLineInner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.rbteiki-outlinelabel {
  max-width: 657px;
  padding-top: 48px;
  margin: 0 0 -12px -40px;
  text-align: left;
}
.rbteiki-outlineEq {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto 32px;
}
.rbteiki-outlineCont {
  margin-bottom: 2em;
  padding: 45px 40px 45px 80px;
  background-color: #fff;
  display: flex;
  gap: 0 68px;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.rbteiki-outlineCont:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 18px;
  background: linear-gradient(135deg, #896c33, #ffe06a, #896c33);
}
.rbteiki-outlineCont:after {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  z-index: -1;
  border-radius: 16px;
  background: white;
}
.rbteiki-outlineCont .rbteiki-outlineContImg {
  width: 276px;
}
ul.rbteiki-contList li {
  color: #5a1200;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: -0.02em;
}
ul.rbteiki-contList li:before {
  content: "●";
  margin-right: 0.5em;
  color: #eb802b;
  font-size: 70%;
  position: relative;
  top: -0.1em;
}
ul.rbteiki-contList li .sup {
  position: relative;
  top: -0.3em;
  font-size: 70%;
}
ul.rbteiki-contList li + li {
  margin-top: 0.4em;
}
.rbteiki-contCaution {
  padding-bottom: 2em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.46;
}
@media (min-width: 768px) and (max-width: 1190px) {
.rbteiki-outlineCont {
  gap: 0 calc(68/1476*100vw);
}
.rbteiki-outlinelabel {
  width: calc(657/1476*100vw);
}
.rbteiki-outlineCont .rbteiki-outlineContImg {
  width: calc(276/1476*100vw);
}
ul.rbteiki-contList li {
  font-size: calc(35/1476*100vw);
}
}
@media (max-width: 767px) {
  .rbteiki-outLineInner {
    width: calc(610/750*100vw);
    padding: 0;
  }
  .rbteiki-outlinelabel {
    padding-top: calc(16/750*100vw);
    margin: 0 0 calc(-10/750*100vw) calc(-12/750*100vw);
    width: calc(524/750*100vw);
  }
  .rbteiki-outlineEq {
    width: 100%;
    margin: 0 auto calc(100/750*100vw);
  }
  .rbteiki-outlineCont {
    margin-bottom: 1.5em;
    padding: 0 calc(24/750*100vw) calc(24/750*100vw);
    background-color: #fff;
    display: flex;
    gap: calc(24/750*100vw) 0;
    flex-direction: column;
    border-radius: 8px;
  }
  .rbteiki-outlineCont:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 7px;
    background: linear-gradient(to right, #896c33, #ffe06a, #896c33);
  }
  .rbteiki-outlineCont:after {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    z-index: -1;
    border-radius: 7px;
    background: white;
  }
  .rbteiki-outlineCont .rbteiki-outlineContImg {
    width: calc(276/750*100vw);
    margin-top: calc(-60/750*100vw);
  }
  ul.rbteiki-contList li {
    font-size: calc(30/750*100vw);
    line-height: 1.46;
  }
  .rbteiki-contCaution {
    font-size: calc(16/750*100vw);
  }
}




.rbteiki-links {
  padding: 40px 40px;
  background-color: #fce1bc;
}
.rbteiki-links .rbteiki-linksLead {
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.46;
}
.rbteiki-links .rbteiki-linksLead .strong {
  display: block;
  margin-bottom: 0.2em;
  font-size: 36px;
}
.rbteiki-links .rbteiki-linksBnrs {
  display: flex;
  justify-content: center;
  gap: 0 140px;
}
@media (min-width: 768px) and (max-width: 1190px) {
.rbteiki-links .rbteiki-linksLead {
  font-size: calc(30/1476*100vw);
}
.rbteiki-links .rbteiki-linksLead .strong {
  font-size: calc(36/1476*100vw);
}
}
@media (max-width: 767px) {
  .rbteiki-links {
    padding: calc(50/750*100vw) 0 calc(60/750*100vw);
    font-size: calc(30/750*100vw);
  }
  .rbteiki-links .rbteiki-linksLead {
    margin-bottom: 1em;
    font-size: calc(30/750*100vw);
  }
  .rbteiki-links .rbteiki-linksLead .strong {
    margin-bottom: 0.2em;
    font-size: calc(36/750*100vw);
  }
  .rbteiki-links .rbteiki-linksBnrs {
    width: calc(410/750*100vw);
    margin: 0 auto;
    flex-direction: column;
    gap: calc(26/750*100vw) 0;
  }
}





.rbteiki-noteLead {
  margin: 1em auto;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .rbteiki-noteTtl.btnCirclePlus {
    padding-right: calc(80 / 750* 100vw);
    padding-left: 0;
    padding-bottom: 4px;
  }
  .rbteiki-noteLead {
    font-size: calc(36/750*100vw);
  }
    .rbteiki-noteTtl {
      margin-bottom: 10px;
      padding: 0 0 10px;
    }
  .rbteiki-noteNameItem:nth-child(odd),
  .rbteiki-noteNameItem:nth-child(even) {
    padding-left: 0;
    text-indent: inherit;
  }
  .rbteiki-btmCopy {
    width: calc(372 / 750* 100vw);
    margin: 0 auto;
    padding: 10px 0 20px;
  }
  .rbteiki-fixedBtn {
    padding: 0.4em 0;
    background-color: #daf0ef;
  }
  .rbteiki-fixedBtnItem {
    width: 100%;
    flex-direction: column;
    gap: 0.4em 0;
  }
  .rbteiki-fixedBtnItem a {
    width: calc(572/750*100vw);
    height: auto;
  }
  .rbteiki-footer {
    margin-bottom: 116px;
  }
  #pageTop {
    bottom: 127px;
  }
}

.simpleTempelate footer[role="contentinfo"] {
  padding-bottom: 104px;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo .copyRight {
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
  background-image: none;
  background-color: #08a26c;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
.simpleTempelate footer[role="contentinfo"] {
  padding-bottom: 60px;
}
  .simpleTempelate footer[role="contentinfo"] .footerInfo .copyRight:before {
    display: none;
  }
}