@charset "UTF-8";
/* # =================================================================
# Global selectors
# ================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
# Forms
# ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"] [role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
/* Style select like a standard input */
select {
  /*  -moz-appearance: none;  Firefox 36+ */
  /*  -webkit-appearance: none;  Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  height: auto; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/* add */
li {
  list-style: none; }

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

.mb0 {
  margin-bottom: 0px; }

.mt0 {
  margin-top: 0px; }

.mb5 {
  margin-bottom: 5px; }

.mt5 {
  margin-top: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mt10 {
  margin-top: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mt15 {
  margin-top: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mt20 {
  margin-top: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mt25 {
  margin-top: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mt30 {
  margin-top: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mt35 {
  margin-top: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mt40 {
  margin-top: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mt45 {
  margin-top: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mt50 {
  margin-top: 50px; }

.fz10 {
  font-size: 10px; }

.fz11 {
  font-size: 11px; }

.fz12 {
  font-size: 12px; }

.fz13 {
  font-size: 13px; }

.fz14 {
  font-size: 14px; }

.fz15 {
  font-size: 15px; }

.fz16 {
  font-size: 16px; }

.fz17 {
  font-size: 17px; }

.fz18 {
  font-size: 18px; }

.fz19 {
  font-size: 19px; }

.fz20 {
  font-size: 20px; }

.fz21 {
  font-size: 21px; }

.fz22 {
  font-size: 22px; }

.fz23 {
  font-size: 23px; }

.fz24 {
  font-size: 24px; }

.fz25 {
  font-size: 25px; }

.fz26 {
  font-size: 26px; }

.fz27 {
  font-size: 27px; }

.fz28 {
  font-size: 28px; }

.fz29 {
  font-size: 29px; }

.fz30 {
  font-size: 30px; }

.pc_block {
  display: block; }
  @media only screen and (max-width: 767px) {
    .pc_block {
      display: none; } }

.pc_inline {
  display: inline; }
  @media only screen and (max-width: 767px) {
    .pc_inline {
      display: none; } }

.sp_block {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp_block {
      display: block; } }

.sp_inline {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp_inline {
      display: inline; } }

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif; }

body {
  font-family: "Noto Sans JP", sans-serif; }

img {
  max-width: 100%;
  height: auto; }

a {
  transition: .3s; }

a:hover {
  opacity: .7; }

.mainvisual__nettop {
	background-color: #e60013;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 51px calc( 50vw - 500px) 32px; }
  @media only screen and (max-width: 999px) {
    .mainvisual__top {
      padding: 51px 5% 32px; } }
  @media only screen and (max-width: 767px) {
    .mainvisual__top {
      background-image: url(../img/bg1@2x.png);
      background-position: center top;
      background-size: 100%;
      padding: 0; } }
  .mainvisual__top__main {
    margin: auto;
    width: 80%; }
  @media only screen and (max-width: 767px) {
    .mainvisual__top__img {
      display: none; } }
  .mainvisual__top__ratio {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc( 50vw - 500px + 120px);
    width: 12vw; }
    @media only screen and (max-width: 767px) {
      .mainvisual__top__ratio {
        width: 29vw;
        left: 50%;
        transform: translateX(-50%); } }
    .mainvisual__top__ratio img {
      display: block; }
  .mainvisual__top__icon {
    position: absolute;
    bottom: 0;
    left: calc( 50vw - 500px);
    transform: translateY(50%); }
    @media only screen and (max-width: 999px) {
      .mainvisual__top__icon {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .mainvisual__top__icon {
        display: block;
        width: 56px;
        left: 40px;
        bottom: -10px;
        transform: translateY(0); } }
.mainvisual__ttl-top {
	background-color: #e60013;
	padding: 40px 0 0; }
	.mainvisual__ttl-top h2 {
		color: #fff;
		text-align: center;
		font-size: 4rem; }
    @media only screen and (max-width: 767px) {
	.mainvisual__ttl-top h2 {
		font-size: 3rem; }}
    	


.mainvisual__bottom {
  background-color: #567ABD;
  color: #FFE54F;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  text-align: center;
  padding: 20px calc( 50vw - 500px) 20px calc( 50vw - 500px + 120px); }
  @media only screen and (max-width: 999px) {
    .mainvisual__bottom {
      padding: 20px 10px; } }
  @media only screen and (max-width: 767px) {
    .mainvisual__bottom {
      font-size: 1.6rem;
      padding: 12px 0; } }

.logo {
  display: block;
  width: 327px;
  margin: 30px auto 20px; }
  @media only screen and (max-width: 767px) {
    .logo {
      width: 50vw;
      margin: 15px auto 10px; } }

.pcheader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 10px; }
  .pcheader .titleHead {
    width: 46%; }
    @media only screen and (max-width: 767px) {
      .pcheader .titleHead {
        width: 100%;
        text-align: center; } }
    .pcheader .titleHead a {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.8rem;
      font-weight: bold;
      color: #567ABD; }
      @media only screen and (max-width: 999px) {
        .pcheader .titleHead a {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 767px) {
        .pcheader .titleHead a {
          font-size: 1.3rem; } }
  .pcheader .globalNav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
align-items: stretch;    position: relative; }
    @media only screen and (max-width: 767px) {
      .pcheader .globalNav {
        display: none; } }
    .pcheader .globalNav .closed {
      font-size: 1.2rem;
      font-weight: bold;
      padding: 10px;
      background: #feffc0;
    }
        @media only screen and (max-width: 950px) {
          .pcheader .globalNav .closed {
            width: 250px;
            text-align: center;
          }
        }
    .pcheader .globalNav__menu {
      font-size: 1.4rem;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: bold;
      cursor: pointer;
      display: flex;
    align-items: center; }
      @media only screen and (max-width: 999px) {
        .pcheader .globalNav__menu {
          font-size: 1.3rem; } }
      .pcheader .globalNav__menu.contact {
        color: #ffffff;
        background-color: #D4145A;
        text-align: center;
        border-radius: 10px;
         }


       .globalNav__menu.contact a {
        
        padding: 10px 30px; }

    .pcheader .globalNav__pop {
      position: absolute;
      top: 0;
      right: 30px;
      transform: translateY(-85%); }

.spmenu {
  display: none; }
  @media only screen and (max-width: 767px) {
    .spmenu {
      display: block; } }
  .spmenu__open, .spmenu__close {
    position: fixed;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    color: #567ABD;
    font-size: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.0;
    background-color: #ffffff; }
    .spmenu__open__text, .spmenu__close__text {
      font-size: 1.0rem;
      font-family: "Noto Sans JP", sans-serif;
      display: inline-block; }
  .spmenu__open {
    z-index: 3; }
  .spmenu__close {
    z-index: 5; }
  .spmenu__contents {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    background-color: #567ABD;
    width: 100vw;
    color: #ffffff;
    padding: 40px 25px 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px; }
    .spmenu__contents__link {
      font-size: 1.2rem;
      font-family: "Noto Sans JP", sans-serif;
      display: block;
      margin-bottom: 20px; }
    .spmenu__contents__telLink {
      background-color: #ffffff;
      border-radius: 5px;
      padding: 10px 12px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      color: #567ABD;
      margin-bottom: 20px; }
      .spmenu__contents__telLink .fa-phone-volume {
        font-size: 2.0rem;
        margin-right: 5px; }
      .spmenu__contents__telLink .text .lg {
        font-size: 1.3rem;
        font-family: "Noto Sans JP", sans-serif;
        margin-bottom: 3px;
        font-weight: bold; }
      .spmenu__contents__telLink .text .sm {
        font-size: 1.0rem;
        font-family: "Noto Sans JP", sans-serif; }

.zakuro {
  color: #D4145A; }

.leadBg {
  background-color: #fbdd95;
  padding: 50px calc( 50% - 415px) 72px; }
  @media only screen and (max-width: 999px) {
    .leadBg {
      padding: 50px 20px; } }
  @media only screen and (max-width: 767px) {
    .leadBg {
      padding: 25px calc( 50vw - 135px) 55px; } }
  .leadBg__ttl {
    font-size: 3.6rem;
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center; }
    @media only screen and (max-width: 999px) {
      .leadBg__ttl {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .leadBg__ttl {
        font-size: 2.5rem; } }
    .leadBg__ttl .lg {
      font-size: 5.4rem;
      color: #567ABD; }
      @media only screen and (max-width: 767px) {
        .leadBg__ttl .lg {
          font-size: 2.8rem; } }
    .leadBg__ttl .ls_1 {
      letter-spacing: -18px; }
    .leadBg__ttl .ls_2 {
      letter-spacing: -38px; }
  .leadBg__in {
    background-image: url(../img/bg3@2x.png);
    background-size: 100%;
    background-position: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.0rem;
    line-height: 2.5;
    padding: 45px 64px;
    position: relative; }
    @media only screen and (max-width: 999px) {
      .leadBg__in {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 767px) {
      .leadBg__in {
        background-image: url(../img/sp/bg3@2x.png);
        padding: 25px;
        font-size: 1.2rem;
        line-height: 2.0; } }
    .leadBg__in__student {
      position: absolute;
      z-index: 2;
      right: -20px;
      bottom: -60px; }
      @media only screen and (max-width: 999px) {
        .leadBg__in__student {
          right: 0;
          bottom: -45px;
          width: 150px; } }
      @media only screen and (max-width: 767px) {
        .open #toggle_menu * {
          display: block;
        }
        .open #toggle_menu .closed {
          padding: 15px;
          background: #fffdbe;
          font-size: 1.5rem;
          border-radius: 5px;
          margin: 15px 0 0;
          font-weight: bold;
        }
        .leadBg__in__student {
          width: 23vw;
          right: 0;
          bottom: -30px; } }

.bgYellow {
  background-color: #FFE54F;
  font-weight: 800; }

.linkBtn, .advertising__inquiry, .advertising__wideInquiry, .standRead, .presentSection .toolCommon__sample, .quote__inquiry {
  display: block;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-size: 100%;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 6px;
  border-radius: 5px; }
  @media only screen and (max-width: 767px) {
    .linkBtn, .advertising__inquiry, .advertising__wideInquiry, .standRead, .presentSection .toolCommon__sample, .quote__inquiry {
      box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
      border-radius: 3px; } }

.advertising {
  padding: 50px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 6px; }
  @media only screen and (max-width: 767px) {
    .advertising {
      padding: 15px 0 40px; } }
  .advertising__img img {
    display: block;
    margin: 0 auto 45px; }
    @media only screen and (max-width: 767px) {
      .advertising__img img {
        width: 78vw;
        margin-bottom: 30px; } }
  .advertising__inquiry {
    max-width: 530px;
    height: 110px;
    font-size: 2.8rem;
    background-image: url(../img/btn1@2x.png);
    padding-top: 35px; }
    @media only screen and (max-width: 767px) {
      .advertising__inquiry {
        width: 84vw;
        height: 55px;
        font-size: 1.4rem;
        padding-top: 18px; } }
  .advertising__wideInquiry {
    background-image: url(../img/btn4@2x.png);
    max-width: 660px;
    height: 150px;
    margin-bottom: 20px;
    padding-top: 55px;
    font-size: 3.3rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .advertising__wideInquiry {
        background-image: url(../img/sp/btn4@2x.png);
        width: 84vw;
        height: 75px;
        margin-bottom: 10px;
        font-size: 1.6rem;
        padding-top: 25px; } }
    .advertising__wideInquiry__pop {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -35%);
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .advertising__wideInquiry__pop {
          transform: translate(-50%, -50%);
          width: 17vw; } }
.advertising.pb {
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .advertising.pb {
      padding-bottom: 35px; } }
.advertising .quote-oparation .closed {
  font-size: 1.7rem;
}
  @media only screen and (max-width: 500px) {
    .advertising .quote-oparation .closed {
      font-size: 1.3rem;
    }
  }

.title1, .bgCream__bottom__block .title, .productFeature__basic, .productFeature .pfCommon__format__ele {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .title1, .bgCream__bottom__block .title, .productFeature__basic, .productFeature .pfCommon__format__ele {
      padding: 5px 0;
      border-radius: 5px; } }

.bgCream {
  background-image: url(../img/bg2@2x.png);
  background-size: cover;
  background-position: center;
  padding: 82px calc( 50% - 440px) 78px; }
  @media only screen and (max-width: 999px) {
    .bgCream {
      padding: 50px 20px; } }
  @media only screen and (max-width: 767px) {
    .bgCream {
      padding: 25px calc( 50vw - 42vw); } }
  .bgCream__top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      .bgCream__top {
        flex-direction: column;
        margin-bottom: 25px; } }
    .bgCream__top .Q {
      margin-right: 35px; }
      @media only screen and (max-width: 767px) {
        .bgCream__top .Q {
          width: 12vw;
          margin: 0 auto 10px; } }
    .bgCream__top .whichRead {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 800;
      color: #567ABD;
      font-size: 3.8rem; }
      @media only screen and (max-width: 767px) {
        .bgCream__top .whichRead {
          width: 87%;
          margin: 0 auto;
          font-size: 1.9rem;
          text-align: center; } }
  .bgCream__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
    .bgCream__bottom__block {
      width: 48%; }
      .bgCream__bottom__block .title {
        background-color: #3B3B3B;
        font-size: 2.8rem;
        margin-bottom: 25px; }
        @media only screen and (max-width: 767px) {
          .bgCream__bottom__block .title {
            font-size: 1.4rem;
            margin-bottom: 18px; } }
      .bgCream__bottom__block .img {
        display: block;
        margin: 0 auto 35px;
        height: 695px; }
        @media only screen and (max-width: 767px) {
          .bgCream__bottom__block .img {
            margin-bottom: 15px;
            height: 300px; } }
      .bgCream__bottom__block .sentence {
        border: 1px solid #D0D0D0;
        background-color: #ffffff;
        padding: 40px;
        font-size: 1.5rem;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 2.0; }
        @media only screen and (max-width: 999px) {
          .bgCream__bottom__block .sentence {
            overflow: scroll; } }
        @media only screen and (max-width: 767px) {
          .bgCream__bottom__block .sentence {
            font-size: 1.0rem;
            padding: 20px 12px; } }
        .bgCream__bottom__block .sentence .ttl {
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            .bgCream__bottom__block .sentence .ttl {
              font-size: 1.2rem; } }
      .bgCream__bottom__block .downY {
        display: block;
        margin: 0 auto 50px; }
        @media only screen and (max-width: 767px) {
          .bgCream__bottom__block .downY {
            width: 23vw;
            margin-bottom: 18px; } }
      .bgCream__bottom__block .icon {
        display: block;
        margin: 0 auto 30px; }
        @media only screen and (max-width: 767px) {
          .bgCream__bottom__block .icon {
            width: 14vw;
            margin-bottom: 15px; } }
      .bgCream__bottom__block .text {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.5;
        margin: 0 auto;
        text-align: center; }
        @media only screen and (max-width: 999px) {
          .bgCream__bottom__block .text {
            width: 82%; } }
        @media only screen and (max-width: 767px) {
          .bgCream__bottom__block .text {
            width: 100%;
            font-size: 1.2rem; } }

.cautionText, .comicLike__text__minText, .troubleData .circle_mintext {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  color: #7c7c7c; }
  @media only screen and (max-width: 767px) {
    .cautionText, .comicLike__text__minText, .troubleData .circle_mintext {
      font-size: 1.0rem; } }

.comicLike {
  padding: 80px 0 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 999px) {
    .comicLike {
      padding: 50px 20px; } }
  @media only screen and (max-width: 767px) {
    .comicLike {
      padding: 30px 0 25px;
      flex-direction: column; } }
  .comicLike__text {
    width: boldpx;
    font-family: "Noto Sans JP", sans-serif; }
    @media only screen and (max-width: 999px) {
      .comicLike__text {
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      .comicLike__text {
        width: 84vw;
        margin-bottom: 15px; } }
    .comicLike__text__header {
      color: #567ABD;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .comicLike__text__header {
          text-align: center;
          margin-bottom: 10px; } }
      .comicLike__text__header .sub {
        font-size: 3.9rem;
        font-weight: bold; }
        @media only screen and (max-width: 999px) {
          .comicLike__text__header .sub {
            font-size: 3.0rem; } }
        @media only screen and (max-width: 767px) {
          .comicLike__text__header .sub {
            font-size: 1.7rem; } }
      .comicLike__text__header .title {
        font-size: 7.4rem;
        font-weight: 800; }
        @media only screen and (max-width: 999px) {
          .comicLike__text__header .title {
            font-size: 6.0rem; } }
        @media only screen and (max-width: 767px) {
          .comicLike__text__header .title {
            font-size: 3.2rem; } }
    .comicLike__text__description {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.7rem;
      margin-bottom: 30px;
      line-height: 2.0; }
      @media only screen and (max-width: 767px) {
        .comicLike__text__description {
          font-size: 1.1rem;
          margin-bottom: 18px; } }
  .comicLike__picture {
    width: 300px; }
    @media only screen and (max-width: 999px) {
      .comicLike__picture {
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      .comicLike__picture {
        width: 65vw; } }
    .comicLike__picture .piechart {
      display: block;
      width: 100%; }

.bgLemon {
  background-color: #FEFFDB;
  padding-top: 65px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .bgLemon {
      padding-top: 25px; } }
  .bgLemon .speech {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .bgLemon .speech {
        width: 52vw;
        margin-bottom: 10px; } }
  .bgLemon .easy_comic {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.2rem;
    font-weight: 800;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .bgLemon .easy_comic {
        font-size: 2.4rem;
        width: 84vw;
        margin: 0 auto 20px; } }
  .bgLemon .allcomic {
    display: block; }
    .bgLemon .allcomic img {
      display: block;
      width: 100vw; }

.arrowSection, .troubleTop, .startBookTitle, .contentsTitle {
  background-color: #567ABD;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff; }
  .arrowSection::after, .troubleTop::after, .startBookTitle::after, .contentsTitle::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 45px 0 45px;
    border-color: #567ABD transparent transparent transparent; }
    @media only screen and (max-width: 767px) {
      .arrowSection::after, .troubleTop::after, .startBookTitle::after, .contentsTitle::after {
        border-width: 22px 22px 0 22px; } }

.troubleTop {
  padding: 50px 0 35px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 999px) {
    .troubleTop {
      padding: 40px 10px; } }
  @media only screen and (max-width: 767px) {
    .troubleTop {
      padding: 25px 0;
      margin-bottom: 35px; } }
  .troubleTop__ttl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px; }
    .troubleTop__ttl__text {
      font-size: 4.6rem;
      font-weight: 800;
      color: #ffffff;
      text-align: center;
      margin-left: 20px; }
      @media only screen and (max-width: 999px) {
        .troubleTop__ttl__text {
          font-size: 4.0rem; } }
      @media only screen and (max-width: 767px) {
        .troubleTop__ttl__text {
          font-size: 2.5rem;
          margin-left: 0; } }
    .troubleTop__ttl__picture.pt {
      padding-top: 20px; }
      @media only screen and (max-width: 767px) {
        .troubleTop__ttl__picture.pt {
          padding-top: 0; } }
    @media only screen and (max-width: 767px) {
      .troubleTop__ttl__picture.top {
        width: 15vw;
        position: absolute;
        top: -30px;
        left: 10px; } }
    @media only screen and (max-width: 767px) {
      .troubleTop__ttl__picture.bottom {
        width: 21vw;
        position: absolute;
        bottom: 95px;
        right: 15px; } }
  .troubleTop__catch {
    max-width: 1000px;
    color: #000000;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #ffe54f;
    text-align: center;
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .troubleTop__catch {
        width: 84vw;
        padding: 10px; } }
    .troubleTop__catch__small {
      font-size: 2.0rem;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .troubleTop__catch__small {
          font-size: 1.0rem; } }
    .troubleTop__catch__text {
      font-weight: bold;
      font-size: 3.2rem; }
      @media only screen and (max-width: 767px) {
        .troubleTop__catch__text {
          font-size: 1.6rem; } }

.troubleData {
  max-width: 830px;
  margin: 0 auto 50px; }
  @media only screen and (max-width: 999px) {
    .troubleData {
      width: calc( 100% - 40px); } }
  @media only screen and (max-width: 767px) {
    .troubleData {
      width: 84vw;
      margin-bottom: 40px; } }
  .troubleData .circle {
    display: inline-block;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .troubleData .circle {
        margin-bottom: 10px; } }
  .troubleData .circle_text {
    font-size: 2.0rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2.0;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .troubleData .circle_text {
        font-size: 1.2rem;
        margin-bottom: 20px; } }

.troubleCase {
  max-width: 830px;
  margin: 0 auto 80px; }
  @media only screen and (max-width: 999px) {
    .troubleCase {
      width: calc( 100% - 40px); } }
  @media only screen and (max-width: 767px) {
    .troubleCase {
      width: 84vw;
      margin-bottom: 18px; } }
  .troubleCase .gakuburu {
    display: block;
    width: 70%;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 767px) {
      .troubleCase .gakuburu {
        margin-bottom: 20px; } }
  .troubleCase .incident {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .troubleCase .incident {
        margin-bottom: 10px; } }
    .troubleCase .incident__box {
      width: 31%;
      height: 165px;
      border: 7px solid #D0D0D0;
      margin-bottom: 30px;
      font-size: 2.0rem;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: bold;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .troubleCase .incident__box {
          width: 48%;
          height: 108px;
          margin-bottom: 12px;
          font-size: 1.3rem;
          border: 3px solid #D0D0D0;
          padding: 15px;
          text-align: left; } }
  .troubleCase .target {
    font-size: 2.0rem;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .troubleCase .target {
        font-size: 1.4rem;
        line-height: 1.8; } }
    .troubleCase .target .zakuro {
      font-size: 2.8rem;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .troubleCase .target .zakuro {
          font-size: 2.0rem; } }

.undestand_tool {
  color: #567ABD;
  font-size: 4.3rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .undestand_tool {
      font-size: 2.2rem;
      margin-bottom: 10px; } }
  .undestand_tool .blueBig {
    font-size: 6.0rem; }
    @media only screen and (max-width: 767px) {
      .undestand_tool .blueBig {
        font-size: 3.0rem; } }

.undestand_des {
  font-size: 2.0rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .undestand_des {
      font-size: 1.2rem; } }

.yellowdown {
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .yellowdown {
      width: 10vw;
      margin-bottom: 10px; } }

.up {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .up {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  .up .up_picture {
    width: 66vw; }
    @media only screen and (max-width: 999px) {
      .up .up_picture {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .up .up_picture {
        width: 66vw; } }

.startBookTitle {
  font-size: 4.6rem;
  text-align: center;
  font-weight: 800;
  padding: 20px 0;
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .startBookTitle {
      font-size: 2.2rem;
      padding: 10px 0;
      margin-bottom: 35px; } }

.startBook {
  max-width: 830px;
  margin: 0 auto 100px; }
  @media only screen and (max-width: 999px) {
    .startBook {
      width: calc( 100% - 40px); } }
  @media only screen and (max-width: 767px) {
    .startBook {
      width: 84vw;
      margin-bottom: 40px; } }
  .startBook__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 70px; }
    @media only screen and (max-width: 767px) {
      .startBook__title {
        margin-bottom: 35px; } }
    .startBook__title__main {
      font-size: 8.0rem;
      margin-bottom: 10px; }
      @media only screen and (max-width: 999px) {
        .startBook__title__main {
          font-size: 6.0rem; } }
      @media only screen and (max-width: 767px) {
        .startBook__title__main {
          margin-bottom: 15px;
          font-size: 4.0rem;
          line-height: 1.2; } }
    .startBook__title__sub {
      font-size: 4.6rem; }
      @media only screen and (max-width: 999px) {
        .startBook__title__sub {
          font-size: 3.0rem; } }
      @media only screen and (max-width: 767px) {
        .startBook__title__sub {
          font-size: 2.1rem; } }
  .startBook .supervision {
    border: 1px solid #D0D0D0;
    padding: 30px 65px 65px;
    position: relative;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
    @media only screen and (max-width: 767px) {
      .startBook .supervision {
        padding: 35px 20px 0;
        margin-bottom: 20px;
        flex-direction: column; } }
    .startBook .supervision__title {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #ffffff;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      font-size: 4.0rem;
      font-weight: 300;
      padding: 0 30px; }
      @media only screen and (max-width: 767px) {
        .startBook .supervision__title {
          font-size: 2.0rem;
          padding: 0 15px; } }
    .startBook .supervision__lawyer {
      width: 100%;
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        .startBook .supervision__lawyer {

          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 30px; } }
      .startBook .supervision__lawyer__budge {
        display: block;
        margin: 0 auto 10px; }
        @media only screen and (max-width: 767px) {
          .startBook .supervision__lawyer__budge {
            width: 9vw;
            margin-bottom: 5px; } }
      .startBook .supervision__lawyer__name {
        font-size: 3.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .startBook .supervision__lawyer__name {
            font-size: 1.6rem; } }
      .startBook .supervision__lawyer__en {
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        text-align: center;
        margin-bottom: 25px; }
        @media only screen and (max-width: 767px) {
          .startBook .supervision__lawyer__en {
            font-size: 1.0rem;
            margin-bottom: 0; } }
      .startBook .supervision__lawyer .profileBlock {
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .startBook .supervision__lawyer .profileBlock {
            width: 40%; } }
      .startBook .supervision__lawyer__text {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.7rem;
        line-height: 2.0; }
        @media only screen and (max-width: 767px) {
          .startBook .supervision__lawyer__text {
            width: 54%;
            font-size: 1.0rem; } }
  .startBook .bgPink {
    background-color: #D4145A;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    padding: 12px; }
    @media only screen and (max-width: 999px) {
      .startBook .bgPink {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 767px) {
      .startBook .bgPink {
        padding: 20px 10px;
        font-size: 1.3rem; } }
    .startBook .bgPink .pinkBig {
      font-size: 3.2rem; }
      @media only screen and (max-width: 767px) {
        .startBook .bgPink .pinkBig {
          font-size: 1.9rem; } }

.contentsTitle {
  font-size: 4.6rem;
  text-align: center;
  padding: 35px 0;
  font-weight: 800;
  margin-bottom: 65px; }
  @media only screen and (max-width: 999px) {
    .contentsTitle {
      font-size: 3.5rem;
      padding: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .contentsTitle {
      font-size: 2.2rem;
      padding: 18px 0;
      margin-bottom: 38px; } }

.cartoon {
  max-width: 945px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media only screen and (max-width: 999px) {
    .cartoon {
      width: calc( 100% - 40px); } }
  @media only screen and (max-width: 767px) {
    .cartoon {
      width: 84vw;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 767px) {
    .cartoon .sphidden.hidden {
      display: none; } }
  .cartoon__box {
    width: 31%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .cartoon__box {
        width: 48%;
        margin-bottom: 15px; } }
    .cartoon__box__title {
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 2.0rem;
      line-height: 1.0;
      font-weight: bold;
      background-image: url(../img/bg4@2x.png);
      background-size: 100%;
      height: 52px;
      padding-top: 16px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 999px) {
        .cartoon__box__title {
          height: 45px;
          padding-top: 10px; } }
      @media only screen and (max-width: 767px) {
        .cartoon__box__title {
          font-size: 1.0rem;
          height: 26px;
          padding-top: 7px;
          margin-bottom: 10px; } }
 
  .cartoon__box p{
    font-size: 1.5rem;
    text-align: center;}
      @media only screen and (max-width: 999px) {
        .cartoon__box p {
		    font-size: 1.2rem;}}
      @media only screen and (max-width: 767px) {
        .cartoon__box p {
		    font-size: 1rem;}}

  .special_cont {
    background-image: url(../img/bg2@2x.png);
    background-size: cover;
    background-position: center;
    padding: 82px calc( 50% - 440px) 78px;
    max-width: 945px;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }   




  .special__box {
    width: 31%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .special__box {
        width: 48%;
        margin-bottom: 15px; } }
    .special__box__title {
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 2.0rem;
      line-height: 1.0;
      font-weight: bold;
      background: #ffe200;

      background-size: 100%;
      height: 52px;
      padding-top: 16px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 999px) {
        .special__box__title {
          height: 45px;
          padding-top: 10px; } }
      @media only screen and (max-width: 767px) {
        .special__box__title {
          font-size: 1.0rem;
          height: 26px;
          padding-top: 7px;
          margin-bottom: 10px; } }

  .cartoon__btn {
    display: none; }
    @media only screen and (max-width: 767px) {
      .cartoon__btn {
        display: block;
        width: 78vw;
        margin: 0 auto;
        box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
        background-color: #818181;
        color: #ffffff;
        padding: 15px 0;
        border-radius: 10px;
        text-align: center; } }
    .cartoon__btn__text {
      font-size: 1.4rem;
      font-family: "Noto Sans JP", sans-serif; }
    .cartoon__btn__text.hidden {
      display: none; }

.btnUpperText {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  width: 513px;
  margin: 0 auto 22px;
  background-image: url(../img/bg6@2x.png);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: center;
  text-align: center;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .btnUpperText {
      width: 80vw;
      font-size: 1.2rem;
      margin-bottom: 13px; } }

.btnUpperText span{
  color: red;
}
.standRead {
  background-image: url(../img/btn2@2x.png);
  max-width: 660px;
  height: 125px;
  margin-bottom: 100px;
  padding-top: 38px; }
  @media only screen and (max-width: 767px) {
    .standRead {
      background-image: url(../img/sp/btn2@2x.png);
      width: 84vw;
      height: 72px;
      margin-bottom: 40px;
      padding-top: 22px; } }
  .standRead .text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.3rem;
    font-weight: bold;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .standRead .text {
        font-size: 1.6rem; } }
  .standRead .pdf {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.0rem; }
    @media only screen and (max-width: 767px) {
      .standRead .pdf {
        font-size: 1.0rem; } }

.standRead.mb {
  margin-bottom: 0; }





.commonBgc {
  background-image: url(../img/bg2@2x.png);
  background-size: cover;
  background-position: center;
  padding: 60px calc( 50% - 415px) 100px; }
  @media only screen and (max-width: 999px) {
    .commonBgc {
      padding: 50px 10px; } }
  @media only screen and (max-width: 767px) {
    .commonBgc {
      padding: 25px calc( 50vw - 42vw) 40px; } }
  .commonBgc__head {
    color: #567ABD;
    font-size: 4.6rem;
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .commonBgc__head {
        font-size: 2.3rem;
        margin-bottom: 12px; } }
  .commonBgc__box {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 45px 50px;
    margin-bottom: 35px; }
    @media only screen and (max-width: 767px) {
      .commonBgc__box {
        border-radius: 10px;
        padding: 15px 20px 25px;
        margin-bottom: 20px; } }
    .commonBgc__box:nth-last-child(1) {
      margin-bottom: 0; }
    .commonBgc__box__title {
      display: block;
      width: 150px;
      margin: 0 auto 30px;
      border-bottom: 2px dashed #567ABD;
      text-align: center;
      color: #567ABD;
      font-size: 2.4rem;
      padding-bottom: 15px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .commonBgc__box__title {
          width: 75px;
          margin-bottom: 18px;
          padding-bottom: 8px;
          font-size: 1.2rem;
          border-bottom: 1px dashed #567ABD; } }
      .commonBgc__box__title .fa-megaphone {
        margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          .commonBgc__box__title .fa-megaphone {
            margin-right: 5px; } }
    .commonBgc__box__text {
      font-size: 1.8rem;
      line-height: 2.2; }
      @media only screen and (max-width: 767px) {
        .commonBgc__box__text {
          font-size: 1.1rem; } }

.number-01 {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 64px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  box-sizing: border-box;
  text-align: center; 
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 20px;
}

.number-01::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -24px;
  width: 40px;
  height: 80px;
  border-left: 1px solid #333;
  rotate: 45deg;
  background-color: #fff;　/*背景と同じ色に変更してください*/
}

.strengths-titlle{
	font-weight: 600;
	font-size: 2.5rem;
	color: #567ABD;
}

.presentation {
  padding: 50px 0 40px; }
  @media only screen and (max-width: 767px) {
    .presentation {
      padding: 20px 0; } }
  .presentation__inner {
    width: 1000px;
    margin: 0 auto;
    background-image: url(../img/bg5@2x.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center;
    font-size: 7.0rem;
    font-weight: 800;
    color: #567ABD;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .presentation__inner {
        font-size: 2.3rem;
        width: 93vw; } }
    .presentation__inner .small {
      font-size: 3.7rem; }
      @media only screen and (max-width: 767px) {
        .presentation__inner .small {
          font-size: 1.8rem; } }

.productFeature {
  padding: 65px calc( 50% - 500px) 80px;
  background-color: #FEFFDB; }
  @media only screen and (max-width: 999px) {
    .productFeature {
      padding: 50px 20px; } }
  @media only screen and (max-width: 767px) {
    .productFeature {
      padding: 25px calc( 50vw - 42vw) 35px; } }
  .productFeature__head {
    text-align: center;
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      .productFeature__head {
        margin-bottom: 18px; } }
    @media only screen and (max-width: 767px) {
      .productFeature__head img {
        width: 52vw; } }
  .productFeature__text {
    width: 70%;
    margin: 0 auto 60px;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2.0; }
    @media only screen and (max-width: 767px) {
      .productFeature__text {
        width: 100%;
        margin-bottom: 25px;
        font-size: 1.1rem; } }
  .productFeature__basic {
    background-color: #3B3B3B;
    max-width: 400px;
    margin: 0 auto 40px;
    font-size: 2.4rem;
    font-family: "Noto Sans JP", sans-serif; }
    @media only screen and (max-width: 767px) {
      .productFeature__basic {
        width: 100%;
        margin-bottom: 25px;
        font-size: 1.2rem; } }
  .productFeature__booklet {
    display: block;
    width: 100%;
    margin: 0 auto 50px; }
    @media only screen and (max-width: 767px) {
      .productFeature__booklet {
        margin-bottom: 25px; } }
  .productFeature .pfCommon {
    width: 90%;
    margin: 0 auto 35px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 100px 60px;
    position: relative;
    border: 2px solid #567ABD; }
    @media only screen and (max-width: 999px) {
      .productFeature .pfCommon {
        padding: 50px; } }
    @media only screen and (max-width: 767px) {
      .productFeature .pfCommon {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 15px 18px 25px; } }
    .productFeature .pfCommon.lawyer {
      background-color: #567ABD;
      color: #ffffff; }
    .productFeature .pfCommon .ribbon {
      position: absolute;
      top: -19px;
      right: -19px;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .productFeature .pfCommon .ribbon {
          width: 25vw;
          top: -9px;
          right: -9px; } }
    .productFeature .pfCommon .bookletImg {
      display: block;
      width: 100%;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .productFeature .pfCommon .bookletImg {
          margin-bottom: 22px; } }
    .productFeature .pfCommon__cblue {
      font-size: 3.8rem;
      font-weight: bold;
      color: #567ABD;
      text-align: center;
      margin-bottom: 18px; }
      @media only screen and (max-width: 767px) {
        .productFeature .pfCommon__cblue {
          font-size: 1.9rem;
          margin-bottom: 10px; } }
      .productFeature .pfCommon__cblue.lawyer {
        color: #ffffff; }
    .productFeature .pfCommon__format {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-bottom: 35px; }
      @media only screen and (max-width: 767px) {
        .productFeature .pfCommon__format {
          flex-wrap: wrap;
          margin-bottom: 16px; } }
      @media only screen and (max-width: 767px) {
        .productFeature .pfCommon__format.lawyer {
          flex-direction: column; } }
      .productFeature .pfCommon__format__ele {
        font-size: 2.4rem;
        color: #ffffff; }
        @media only screen and (max-width: 767px) {
          .productFeature .pfCommon__format__ele {
            font-size: 1.2rem; } }
      .productFeature .pfCommon__format__ele.bk {
        background-color: #3B3B3B;
        width: 200px; }
        @media only screen and (max-width: 767px) {
          .productFeature .pfCommon__format__ele.bk {
            width: 100px; } }
      .productFeature .pfCommon__format__ele.pk {
        background-color: #D4145A;
        padding: 10px 20px; }
        @media only screen and (max-width: 767px) {
          .productFeature .pfCommon__format__ele.pk {
            padding: 5px 10px; } }
      .productFeature .pfCommon__format__ele.yel {
        color: #000000;
        background-color: #F2FC7E;
        width: 250px; }
        @media only screen and (max-width: 767px) {
          .productFeature .pfCommon__format__ele.yel {
            width: 120px; } }
      .productFeature .pfCommon__format__ele.gr {
        background-color: #33DA7A;
        width: 200px; }
        @media only screen and (max-width: 767px) {
          .productFeature .pfCommon__format__ele.gr {
            width: 120px; } }
      .productFeature .pfCommon__format .fa-arrow-right {
        font-size: 3.0rem;
        margin: 0 30px; }
        @media only screen and (max-width: 767px) {
          .productFeature .pfCommon__format .fa-arrow-right {
            font-size: 1.5rem;
            transform: rotate(90deg);
            margin: 5px 0; } }
      @media only screen and (max-width: 767px) {
        .productFeature .pfCommon__format__text {
          font-size: 1.2rem;
          margin-left: 10px; } }
      .productFeature .pfCommon__format .plus {
        font-size: 5.0rem;
        font-family: "Noto Sans JP", sans-serif;
        margin: 0 12px; }
        @media only screen and (max-width: 767px) {
          .productFeature .pfCommon__format .plus {
            font-size: 2.5rem;
            margin: 0 8px; } }
    .productFeature .pfCommon__wborder {
      font-size: 2.7rem;
      font-weight: 800;
      border-top: 1px solid #D0D0D0;
      border-bottom: 1px solid #D0D0D0;
      padding: 13px 0;
      text-align: center;
      margin-bottom: 28px; }
      @media only screen and (max-width: 767px) {
        .productFeature .pfCommon__wborder {
          font-size: 1.6rem;
          padding: 5px 0;
          margin-bottom: 12px; } }
    .productFeature .pfCommon__text {
      font-size: 1.8rem;
      font-family: "Noto Sans JP", sans-serif;
      line-height: 2.2; }
      @media only screen and (max-width: 767px) {
        .productFeature .pfCommon__text {
          font-size: 1.1rem;
          line-height: 2.0; } }
    .productFeature .pfCommon__subtext {
      background-color: #F0F5FF;
      padding: 30px 55px;
      color: #567ABD;
      font-size: 1.6rem;
      line-height: 2.0;
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        .productFeature .pfCommon__subtext {
          padding: 15px;
          font-size: 1.0rem;
          margin-top: 18px; } }
      .productFeature .pfCommon__subtext .boldBlue {
        font-weight: bold; }
  .productFeature .redPoint {
    color: #D4145A;
    font-size: 1.8rem;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif; }
    @media only screen and (max-width: 767px) {
      .productFeature .redPoint {
        font-size: 1.1rem;
        text-align: left; } }

.presentTop {
  background-color: #D4145A;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  font-size: 3.8rem;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .presentTop {
      font-size: 1.7rem;
      padding: 8px 0; } }

.presentSection {
  background-image: url(../img/bg2@2x.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center;
  padding: 55px 0 80px; }
  @media only screen and (max-width: 767px) {
    .presentSection {
      padding: 30px 0 50px; } }
  .presentSection .commentp {
    display: block;
    margin: 0 auto 35px; }
    @media only screen and (max-width: 767px) {
      .presentSection .commentp {
        width: 48vw;
        margin-bottom: 0; } }
  .presentSection__inner {
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 6px;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 80px 110px; }
    @media only screen and (max-width: 999px) {
      .presentSection__inner {
        padding: 60px 20px;
        width: calc( 100% - 40px); } }
    @media only screen and (max-width: 767px) {
      .presentSection__inner {
        width: 84vw;
        padding: 0;
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none; } }
  .presentSection .goldribbon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 820px; }
    @media only screen and (max-width: 999px) {
      .presentSection .goldribbon {
        width: 80vw; } }
    @media only screen and (max-width: 767px) {
      .presentSection .goldribbon {
        position: static;
        transform: translate(0);
        width: 100%;
        margin-bottom: 15px; } }
    .presentSection .goldribbon img {
      display: block;
      width: 100%; }
  .presentSection .toolCommon {
    border-bottom: 1px dotted #707070;
    padding-bottom: 50px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .presentSection .toolCommon {
        padding-bottom: 30px;
        margin-bottom: 15px; } }
    .presentSection .toolCommon:nth-last-child(1) {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .presentSection .toolCommon__top {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .presentSection .toolCommon__top {
          margin-bottom: 10px; } }
      .presentSection .toolCommon__top__badge {
        width: 110px;
        margin-right: 18px; }
        @media only screen and (max-width: 767px) {
          .presentSection .toolCommon__top__badge {
            width: 18vw;
            margin-right: 8px; } }
      .presentSection .toolCommon__top__title {
        font-size: 3.8rem;
        font-weight: bold;
        font-family: "Noto Sans JP", sans-serif;
        color: #567ABD; }
        @media only screen and (max-width: 767px) {
          .presentSection .toolCommon__top__title {
            font-size: 1.8rem; } }
    .presentSection .toolCommon__img {
      display: block;
      margin: 0 auto 40px; }
      @media only screen and (max-width: 767px) {
        .presentSection .toolCommon__img {
          margin-bottom: 22px; } }
    .presentSection .toolCommon__text {
      font-size: 1.8rem;
      line-height: 2.0;
      font-family: "Noto Sans JP", sans-serif;
      margin-bottom: 40px; }
      @media only screen and (max-width: 999px) {
        .presentSection .toolCommon__text {
          width: 70%;
          margin: 0 auto 40px; } }
      @media only screen and (max-width: 767px) {
        .presentSection .toolCommon__text {
          width: 100%;
          font-size: 1.1rem;
          margin-bottom: 15px; } }
    .presentSection .toolCommon__flame {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .presentSection .toolCommon__flame {
          margin-bottom: 10px; } }
      .presentSection .toolCommon__flame__box {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 48%;
        background-color: #FFF3AD;
        padding: 15px;
        border-radius: 15px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          .presentSection .toolCommon__flame__box {
            flex-direction: column;
            padding: 13px 10px;
            margin-bottom: 12px;
            border-radius: 7px;
            height: 115px; } }
        .presentSection .toolCommon__flame__box .picture {
          max-width: 65px;
          max-height: 55px;
          margin-right: 15px; }
          @media only screen and (max-width: 767px) {
            .presentSection .toolCommon__flame__box .picture {
              max-width: 30px;
              max-height: 35px;
              margin-right: 0;
              margin-bottom: 10px; } }
        .presentSection .toolCommon__flame__box .theme {
          width: calc( 100% - 65px - 15px);
          font-size: 1.8rem;
          font-weight: bold;
          font-family: "Noto Sans JP", sans-serif; }
          @media only screen and (max-width: 767px) {
            .presentSection .toolCommon__flame__box .theme {
              width: 100%;
              font-size: 1.2rem;
              text-align: center; } }
    .presentSection .toolCommon__sample {
      max-width: 530px;
      height: 100px;
      background-image: url(../img/btn3@2x.png);
      padding-top: 30px;
      font-size: 2.8rem; }
      @media only screen and (max-width: 767px) {
        .presentSection .toolCommon__sample {
          width: 100%;
          height: 50px;
          padding-top: 16px;
          font-size: 1.4rem; } }
    .presentSection .toolCommon__desBlock {
      margin-bottom: 58px; }
      .presentSection .toolCommon__desBlock:nth-last-of-type(1) {
        margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .presentSection .toolCommon__desBlock {
          margin-bottom: 30px; } }
      .presentSection .toolCommon__desBlock__ttl {
        color: #567abd;
        font-size: 2.4rem;
        font-weight: 800;
        font-family: "Noto Sans JP", sans-serif;
        background-color: #f0f0f0;
        padding: 10px 20px;
        margin-bottom: 35px; }
        @media only screen and (max-width: 767px) {
          .presentSection .toolCommon__desBlock__ttl {
            font-size: 1.4rem;
            padding: 6px 10px;
            margin-bottom: 15px; } }
      .presentSection .toolCommon__desBlock__subttl {
        font-size: 2.0rem;
        padding-bottom: 13px;
        border-bottom: 1px solid #567abd;
        margin-bottom: 18px;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .presentSection .toolCommon__desBlock__subttl {
            font-size: 1.2rem;
            padding-bottom: 8px;
            margin-bottom: 13px; } }
      .presentSection .toolCommon__desBlock__text {
        font-size: 1.8rem;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 2.0; }
        @media only screen and (max-width: 767px) {
          .presentSection .toolCommon__desBlock__text {
            font-size: 1.2rem; } }
        .presentSection .toolCommon__desBlock__text .zakuro {
          font-size: 2.8rem;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .presentSection .toolCommon__desBlock__text .zakuro {
              font-size: 1.7rem; } }
          .presentSection .toolCommon__desBlock__text .zakuro .unit {
            font-size: 1.8rem; }
            @media only screen and (max-width: 767px) {
              .presentSection .toolCommon__desBlock__text .zakuro .unit {
                font-size: 1.2rem; } }
        .presentSection .toolCommon__desBlock__text .ex {
          font-size: 1.6rem;
          line-height: 2.0;
          margin-bottom: 30px; }
          @media only screen and (max-width: 767px) {
            .presentSection .toolCommon__desBlock__text .ex {
              font-size: 1.1rem; } }

.commonBgc .tableSub {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .commonBgc .tableSub {
      font-size: 1.3rem;
      margin-bottom: 15px;
      text-align: center; } }
  .commonBgc .tableSub .priceBlue {
    color: #567ABD;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .commonBgc .tableSub .priceBlue {
        font-size: 1.4rem; } }

.commonBgc .table {
  display: block;
  width: 100%;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .commonBgc .table {
      margin-bottom: 25px;
      overflow-x: scroll; } }
  .commonBgc .table .img {
    display: block; }
    @media only screen and (max-width: 767px) {
      .commonBgc .table .img {
        max-width: 420px; } }

.commonBgc .detailBlock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 36px; }
  @media only screen and (max-width: 767px) {
    .commonBgc .detailBlock {
      flex-direction: column; } }
  .commonBgc .detailBlock__specification {
    width: 200px;
    height: 200px;
    background-color: #567ABD;
    border-radius: 50%;
    color: #ffffff;
    font-size: 3.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    text-align: center;
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      .commonBgc .detailBlock__specification {
        width: 100px;
        height: 100px;
        font-size: 1.5rem;
        margin: 0 auto 12px; } }
    .commonBgc .detailBlock__specification.pt80 {
      padding-top: 80px; }
      @media only screen and (max-width: 767px) {
        .commonBgc .detailBlock__specification.pt80 {
          padding-top: 40px; } }
    .commonBgc .detailBlock__specification.pt50 {
      padding-top: 50px; }
      @media only screen and (max-width: 767px) {
        .commonBgc .detailBlock__specification.pt50 {
          padding-top: 25px; } }
                    
  .commonBgc .detailBlock__details {
    background-color: #ffffff;
    width: calc( 100% - 200px - 30px);
    border-radius: 20px;
    padding: 30px 40px;
    font-size: 2.0rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8; }
    @media only screen and (max-width: 767px) {
      .commonBgc .detailBlock__details {
        width: 100%;
        padding: 15px 18px;
        font-size: 1.1rem;
        border-radius: 10px; } }
    .commonBgc .detailBlock__details .date {
      font-size: 6.0rem;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: bold;
      color: #D4145A; }
      @media only screen and (max-width: 767px) {
        .commonBgc .detailBlock__details .date {
          text-align: center;
          font-size: 3.0rem; } }
      .commonBgc .detailBlock__details .date .unit {
        font-size: 3.4rem;
        margin: 0 10px; }
        @media only screen and (max-width: 767px) {
          .commonBgc .detailBlock__details .date .unit {
            font-size: 1.7rem;
            margin: 0 5px; } }
    .commonBgc .detailBlock__details .des {
      padding-top: 15px;
      font-size: 1.5rem;
      color: #3b3b3b;
      line-height: 2.0; }
      @media only screen and (max-width: 767px) {
        .commonBgc .detailBlock__details .des {
          font-size: 1.1rem; } }

/*20200908*/
  .commonBgc .detailBlock__details_quote {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 40px;
    font-size: 2.0rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
	width: 100%;
	margin: 10px auto; 
	max-width: 500px; }
    @media only screen and (max-width: 767px) {
      .commonBgc .detailBlock__details_quote {
        width: 100%;
        padding: 15px 18px;
        font-size: 1.1rem;
        border-radius: 10px; } }
    .commonBgc .detailBlock__details_quote .date {
      font-size: 6.0rem;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: bold;
      color: #D4145A; }
      @media only screen and (max-width: 767px) {
        .commonBgc .detailBlock__details_quote .date {
          text-align: center;
          font-size: 3.0rem; } }
      .commonBgc .detailBlock__details_quote .date .unit {
        font-size: 3.4rem;
        margin: 0 10px; }
        @media only screen and (max-width: 767px) {
          .commonBgc .detailBlock__details_quote .date .unit {
            font-size: 1.7rem;
            margin: 0 5px; } }
    .commonBgc .detailBlock__details_quote .des {
      padding-top: 15px;
      font-size: 1.5rem;
      color: #3b3b3b;
      line-height: 2.0; }
      @media only screen and (max-width: 767px) {
        .commonBgc .detailBlock__details_quote .des {
          font-size: 1.1rem; } }
    .commonBgc .detailBlock__details_quote form {
	  text-align: center;
	}
    .commonBgc .detailBlock__details_quote input {
	  width: 10em; 
	  height: 38px; 
	  padding: 8px 12px; 
	  margin: 5px 10px;
	  border: 1px solid #bebebe; 
	  background: #ffff; 
	  font-size: 16px; 
	  line-height: 32px; 
	  text-indent: 5px; }
	
	.commonBgc .detailBlock__details_quote .quote_calc {  
	  border: solid 1px #A00; 
	  margin: 5px; 
	  padding:10px; 
	  text-align: left; }
	  
    .block-display-none {
	    display: none;
    }
/*20200908*/




.deliveryFlow {
  background-color: #567ABD;
  padding: 50px 0 70px; }
  @media only screen and (max-width: 999px) {
    .deliveryFlow {
      padding: 35px 10px; } }
  @media only screen and (max-width: 767px) {
    .deliveryFlow {
      padding: 20px 0 40px; } }
  .deliveryFlow__title {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 4.0rem;
    text-align: center;
    margin-bottom: 35px; }
    @media only screen and (max-width: 767px) {
      .deliveryFlow__title {
        font-size: 2.0rem;
        margin-bottom: 14px; } }
  .deliveryFlow__flame {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
    @media only screen and (max-width: 767px) {
      .deliveryFlow__flame {
        width: 84vw;
        flex-direction: column; } }
    .deliveryFlow__flame__box {
      width: 20%; }
      @media only screen and (max-width: 767px) {
        .deliveryFlow__flame__box {
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: flex-start; } }
      .deliveryFlow__flame__box .deliveryFlow_step {
        color: #ffe54f;
        font-size: 1.8rem;
        font-family: "Noto Sans JP", sans-serif;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .deliveryFlow__flame__box .deliveryFlow_step {
            text-align: left;
            font-size: 1.0rem; } }
        .deliveryFlow__flame__box .deliveryFlow_step .lg {
          font-size: 2.4rem; }
          @media only screen and (max-width: 767px) {
            .deliveryFlow__flame__box .deliveryFlow_step .lg {
              font-size: 1.2rem; } }
      .deliveryFlow__flame__box .deliveryFlow_title {
        background-color: #ffe54f;
        font-size: 2.0rem;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: bold;
        text-align: center;
        border-radius: 5px;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px; }
        @media only screen and (max-width: 767px) {
          .deliveryFlow__flame__box .deliveryFlow_title {
            font-size: 1.2rem;
            border-radius: 3px;
            height: auto;
            margin-bottom: 0;
            padding: 10px 0; } }
      .deliveryFlow__flame__box .deliveryFlow_text {
        font-size: 1.6rem;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 2.0;
        color: #ffffff; }
        @media only screen and (max-width: 767px) {
          .deliveryFlow__flame__box .deliveryFlow_text {
            width: 63%;
            padding-top: 15px;
            font-size: 1.0rem; } }
      @media only screen and (max-width: 767px) {
        .deliveryFlow__flame__box .flowTopBlock {
          width: 33%; } }
    .deliveryFlow__flame .fa-arrow-right {
      font-size: 2.0rem;
      color: #ffe54f;
      padding-top: 85px; }
      @media only screen and (max-width: 767px) {
        .deliveryFlow__flame .fa-arrow-right {
          display: none; } }
    .deliveryFlow__flame .fa-arrow-down {
      display: none; }
      @media only screen and (max-width: 767px) {
        .deliveryFlow__flame .fa-arrow-down {
          display: block;
          color: #ffe54f;
          font-size: 1.5rem;
          margin: 3px 0 3px 15%; } }

.telSection {
  width: 950px;
  height: 330px;
  margin: 45px auto 0;
  position: relative; }
  @media only screen and (max-width: 999px) {
    .telSection {
      width: 768px;
      height: 240px; } }
  @media only screen and (max-width: 767px) {
    .telSection {
      width: 300px;
      margin: 15px auto 0; } }
  .telSection__img {
    display: block;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .telSection__img {
        top: 5px; } }
  .telSection__number {
    display: block;
    font-size: 5.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #567ABD;
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; }
    @media only screen and (max-width: 999px) {
      .telSection__number {
        bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .telSection__number {
        bottom: 15px;
        width: 54vw;
        font-size: 2.5rem; } }

/*20200904 add*/
.quote__inquiry {
  max-width: 530px;
  height: 110px;
  font-size: 2.8rem;
  background-image: url(../img/btn1@2x.png);
  padding-top: 35px;
	
	
/*	
  max-width: 530px;
  height: 82px;
  font-size: 2.8rem;
  background-image: url(../img/btn1@2x.png);
  padding-top: 18px; 
*/  
  cursor: pointer;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .quote__inquiry {
    width: 84vw;
    height: 55px;
    font-size: 1.4rem;
    padding-top: 18px;
  }
}

.quote__inquiry:hover {
  transition: .3s;
  opacity: .7;
  color: #fff;
  text-decoration: none;
}

.quote__inquiry_exec {
  height:50px;
  background-color: #A00;
  color: #FFF;
  padding-top: 8px;	
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .quote__inquiry_exec {
    height: 30px;
    padding-top: 4px;	
    font-size: 1.4rem;
  }
}


.quote-oparation{
	margin-bottom: 20px;
}

.quote-oparation p{
	text-align: center;
  font-size: 1.4rem;
  padding: 18px;
}
.quote-oparation .closed {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
  background: #feffc0;
}
.commonBgc__head + .quote-oparation .closed {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 10px;
  background: #feffc0;
}
  @media only screen and (max-width: 500px) {
    .commonBgc__head + .quote-oparation .closed {
      font-size: 1.3rem;
    }
  }
/*20200904 add*/


.formSection {
  background-color: #FEFFDB;
  text-align: center;
  padding: 55px 0 70px; }
  @media only screen and (max-width: 767px) {
    .formSection {
      padding: 115px 0 40px; } }
  .formSection__head {
    font-size: 4.2rem;
    font-weight: 800;
    color: #567ABD;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .formSection__head {
        font-size: 2.1rem;
        margin-bottom: 8px; } }
  .formSection .Required_text {
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .formSection .Required_text {
        font-size: 1.1rem;
        margin-bottom: 16px; } }
    .formSection .Required_text .color {
      background-color: #ce052c;
      color: #ffffff;
      padding: 0 10px;
      margin-right: 5px; }
  .formSection__inner {
    background-color: #ffffff;
    max-width: 830px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 35px; }
    @media only screen and (max-width: 767px) {
      .formSection__inner {
        width: 84vw;
        border-right: 10px;
        padding: 18px; } }
.formSection .quote-oparation .closed {
  font-size: 1.7rem;
  background: none;
}
  @media only screen and (max-width: 500px) {
    .formSection .quote-oparation .closed {
      font-size: 1.3rem;
    }
  }
.footer {
  background-color: #567ABD;
  text-align: center;
  padding: 45px 0; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 20px 0; } }
  .footer__text {
    color: #ffffff;
    font-size: 2.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .footer__text {
        font-size: 1.1rem;
        margin-bottom: 5px; } }
  .footer__copy {
    font-size: 1.5rem;
    color: #ffffff;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka‐等幅"; }
    @media only screen and (max-width: 767px) {
      .footer__copy {
        font-size: 1.0rem; } }

.fixedBlock {
  display: block;
  width: 250px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-color: #FAFAFA;
  padding: 17px 21px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 6px; }
.fixedBlock .quote-oparation .quote__inquiry {
  max-width: 100%;
  height: auto;
  font-size: 1.5rem;
  background-image: url(../img/btn1@2x.png);
  padding: 15px 0;
  cursor: pointer;
  margin-top: 10px;
  line-height: 1.3;
  background-size: 100% 100%;
}
  @media only screen and (max-width: 999px) {
    .fixedBlock {
      display: none; } }
  .fixedBlock__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px; }
    .fixedBlock__top__img {
      width: 70px; }
    .fixedBlock__top__detail {
      width: 133px; }
      .fixedBlock__top__detail .subttl {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 5px; }
      .fixedBlock__top__detail .ttl {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.9rem;
        font-weight: 800;
        line-height: 1.3; }
  .fixedBlock__link {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 16px 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 6px;
    font-size: 1.6rem;
    font-weight: bold; }
    .fixedBlock__link.contact {
      background-color: #D4145A;
      margin-bottom: 10px; }
    .fixedBlock__link.lp {
      background-color: #41c3ce; }
    .fixedBlock__link.lp__net {
      background-color: #41c3ce;
      margin-top: 10px; }

  .linkbtn {
    letter-spacing: -.4em;
    margin-left: -2%;
    padding: 60px 20px 0;
  }
    .linkbtn p {
      display: inline-block;
      width: 31.333%;
      margin-left: 2%;
      letter-spacing: normal;
      font-size: 250%;
      font-weight: bold;
    }
      .linkbtn p a {
        display: block;
        padding: 20px 10px;
        background: #d94d80;
        color: #fff;
        border-radius: 10px;
      }
@media only screen and (max-width: 767px) {
  .linkbtn {
    padding: 30px 20px 0;
    margin: 0;
  }
  .linkbtn p {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    font-size: 180%;
  }
}
.h_menu {
  display: none;
}
.h_sp_bg {
  display: none;
}
@media only screen and (max-width: 767px) {
  .h_menu .startbookform .open {
    display: block;
  }
  body.open .startbookform .h_menu .open,
  body.open .h_menu .open {
    display: none;
  }
  body.open .startbookform .h_menu .close,
  body.open .h_menu .close {
    display: block;
    position: static;
  }
  body.open .startbookform #toggle_menu {
    display: block;
  }
.h_menu {
  font-size: 17px;
  display: block;
  position: fixed;
  right: -.35em;
  top: -.35em;
  z-index: 10;
  cursor: pointer;
  overflow: hidden; }
  .h_menu img {
    display: block;
    width: 50px; }
  .h_menu .close {
    display: none;
    position: absolute;
    top: 0; }
  #toggle_menu {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .h_sp_inner {
    overflow-y: auto;
  }
  .h_sp_bg {
    background: #028cc1;
    padding: 2.7em 2.2em;
  }
  .h_nav li {
    padding: 5px 0;
    font-size: 1.6rem;
    color: #fff;
  }
  .h_nav a {
    padding: 0;
  }
  .h_nav li.globalNav__menu.contact {
    background: none;
    text-align: left;
    padding-left: 0;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 10px;
  }
  .h_nav li.globalNav__menu.contact br {
    display: none!important;
  }
  .h_tel {
    background: #fff;
    border-radius: .6em;
    color: #00818F;
    margin: 2em 0;
  }
  .h_tel a {
    padding: 20px 0;
    position: relative;
    padding-left: 38px;
    display: block;
    font-size: 1.5em;
    text-align: center;
  }
  .h_tel i {
    font-size: 4rem;
    left: 4.0em;
    margin-top: 0;
    position: absolute;
  }
  .h_tel em {
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
  }
  /* フォーム */
  .titleHead div {
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 500px) {
  .h_tel i {
    left: 2.0em;
  }
}