@charset "UTF-8";
:root {
  --textPoint: #0071BC;
}

:root {
  --textMain: #424140;
}

:root {
  --textEm: #FBA102;
}

:root {
  --mainBg: #fffcf3;
}

:root {
  --headerBg: #FFF;
}

:root {
  --naviText: #FFF;
}

:root {
  --naviBg: #fba102;
}

:root {
  --naviBgHover: #fbd99e;
}

:root {
  --naviTextHover: #424140;
}

:root {
  --spMenu1Bg: #FFF;
}

:root {
  --spMenu1Bdr: #fba102;
}

:root {
  --spMenu2Text: #FFF;
}

:root {
  --spMenu2OpenBg: #fba102;
}

:root {
  --spMenu2CloseText: #FFF;
}

:root {
  --spMenu2CloseBg: #B0B0B0;
}

:root {
  --spTelMenuText: #fba102;
}

:root {
  --spTelMenuBtnText: #FFF;
}

:root {
  --spTelMenuBtnBg: #fba102;
}

:root {
  --icon1: #fba102;
}

:root {
  --btnRequireText: #424140;
}

:root {
  --btnRequireBg: #fbd99e;
}

:root {
  --btnReserveText: #424140;
}

:root {
  --btnReserveBg: #efe695;
}

:root {
  --contText: #FFF;
}

:root {
  --contBg: #fba102;
}

:root {
  --footerMenuText1: #5a5a5a;
}

:root {
  --footerMenuText2: #5a5a5a;
}

:root {
  --footerMenuText3: #000;
}

:root {
  --footerBg1: #fffcf3;
}

:root {
  --footerBg2: #fff9e5;
}

:root {
  --heading1Text: #fba102;
}

:root {
  --heading2Text: #424140;
}

:root {
  --heading2Bg: #fffcf3;
}

:root {
  --heading2Bdr: #fba102;
}

:root {
  --heading3Text: #424140;
}

:root {
  --heading3Bg: #fffcf3;
}

:root {
  --heading3Bdr: #fba102;
}

:root {
  --dateText: #fba102;
}

:root {
  --zabuton1Text: #FFF;
}

:root {
  --zabuton1Bg: #fba102;
}

:root {
  --zabuton2Text: #fba102;
}

:root {
  --zabuton2Bg: #E9EEFD;
}

:root {
  --qaQ1Text: #424140;
}

:root {
  --qaQ1Bg: #efe695;
}

:root {
  --qaQ2Text: #424140;
}

:root {
  --qaQ2Bg: #fffcf2;
}

:root {
  --qaAText: #fba102;
}

:root {
  --thText: #424140;
}

:root {
  --thBg: #fbd99e;
}

:root {
  --tdText: #424140;
}

:root {
  --tdBg: #fffcf3;
}

:root {
  --linkText: #1e86c9;
}

:root {
  --noteText: #808285;
}

:root {
  --gradientFirst: #64B0DA;
}

:root {
  --gradientLast: #F66396;
}

:root {
  --memberText: #113080;
}

:root {
  --commentText: #F66395;
}

:root {
  --commentBg: #FBEFF4;
}

:root {
  --breadCrumbBg: #EFEFEF;
}

:root {
  --partnerText: #E20637;
}

:root {
  --partnerBg: #E20637;
}

:root {
  --partnerBtnText: #FFF;
}

:root {
  --cautionText: #DF263C;
}

:root {
  --breakpoint-xs: 0px;
}

:root {
  --breakpoint-sm: 320px;
}

:root {
  --breakpoint-md: 750px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1400px;
}

:root {
  --normalFontSize: 1rem;
  --ctaBtnFontSize: 1rem;
  --spCtaBtnFontSize: 0.7857142857rem;
  --mainvFontSize: 1.7857142857rem;
}

@media only screen and (max-width: 750px) {
  :root {
    --normalFontSize: 3.73vw;
    --ctaBtnFontSize: 3.73vw;
    --spCtaBtnFontSize: 2.9307142857vw;
    --mainvFontSize: 3.9964285714vw;
  }
}
:root {
  --inner-xs: 1920px;
}

:root {
  --inner-md: 1000px;
}

:root {
  --inner-lg: 940px;
}

:root {
  --inner-sm: 800px;
}

@media only screen and (max-width: 750px) {
  :root {
    --inner-xs: 94vw;
  }
  :root {
    --inner-md: 94vw;
  }
  :root {
    --inner-lg: 94vw;
  }
  :root {
    --inner-sm: 94vw;
  }
}
:root {
  --shadow1: 0px 4px 2px rgba(203, 203, 203, 0.8);
}

:root {
  --shadow2: 0px 4px 2px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------------------
メインカラム
--------------------------------------------------------------------------------------- */
#mainColmun .inner {
  font-size: 0.9285714286rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner {
    font-size: 3.4635714286vw;
  }
}
#mainColmun .inner ul > li {
  margin: 50px 0 0;
}
#mainColmun .inner ul > li h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
}
#mainColmun .inner ul > li h3 {
  font-weight: 700;
}
#mainColmun .inner ul > li p:not(:last-of-type) {
  margin: 0 0 1.5em;
}
#mainColmun .inner ul > li p + h3 {
  margin: 15px 0 0;
}
#mainColmun .inner ul > li a {
  color: var(--linkText);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #mainColmun .inner ul > li a:hover {
    text-decoration: none;
  }
}
#mainColmun .inner ul > li ol {
  list-style-type: decimal;
}
#mainColmun .inner ul > li ol li {
  margin: 30px 0 0;
  list-style-type: decimal;
}
#mainColmun .inner ul > li ul {
  padding-left: 1.5em;
  margin: 0 0 15px;
  list-style-type: disc;
}
#mainColmun .inner ul > li ul li {
  margin-top: 0;
  list-style-type: disc;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #mainColmun {
    margin: 0 0 18vw;
  }
  #mainColmun .inner ul > li {
    margin: 13.3vw 0 0;
  }
  #mainColmun .inner ul > li h2 {
    margin: 0 0 1em;
  }
  #mainColmun .inner ul > li p {
    margin: 0 0 1.5em;
  }
  #mainColmun .inner ul > li p:last-of-type {
    margin: 0;
  }
  #mainColmun .inner ul > li p + h3 {
    margin: 1.5em 0 0;
  }
  #mainColmun .inner ul > li ol li {
    margin: 8vw 0 0 5vw;
  }
}
/*--------------------------endSP--------------------------------*/

/*# sourceMappingURL=privacy.css.map */
