@charset "UTF-8";

html {}


/* css common 
---------------------------------------------------------- */

.demo {
  max-width: 750px;
}

body {}

h2 {
  font-size: 3.0rem;
  font-family: var(--font-Shippori_Mincho);
  color: #948166;
}

h2:not([class]) {
  margin: 3.5rem auto 4.4rem;
}


h3 {
  font-size: 2.4rem;
  font-weight: 600;
}

#wrapper {
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.sp {
  display: none;
}

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

a {
  display: inline-block;
}

p {
  font-size: 1.4rem;
}

.bluetx {
  color: #0e6eb8 !important;
}

.attention_text {
  font-size: 1.4rem;
}

.small_mark {
  font-size: 0.62em;
  vertical-align: middle;
}

.contents_wrapper {
  width: 87.6%;
  max-width: 80rem;
  margin: 0 auto;
}

.main_section {
  padding: 6.9rem 0 7.3rem;
}

@media screen and (max-width:700px) {
  .sp {
    display: inherit;
  }

  .pc {
    display: none;
  }

  header a {
    margin: 0.5rem 1.0rem;
  }

  h2 {
    font-size: 2rem;
    font-family: 'Shippori Mincho B1', serif;
    color: #948166;
  }

  .attention_text {
    font-size: 1.25rem;
  }

  .main_section {
    padding: 5.5rem 0;
  }
}


/******************   
	animation   
*******************/
/*****   アコーディオン   *****/
.js-acc_switch {
  position: relative;
  cursor: pointer;
}
.js-acc_switch:hover {
  filter: brightness(1.17);
}

.js-acc_target {
  display: none;
}


/*****************************
    header
******************************/
header {
  padding: 1.4rem 0;
  border-bottom: 1px solid #e1cdb0;
}

header a {
  font-size: 1.3rem;
  color: #948166 !important;
  margin: 0.25rem 1.0rem;
  letter-spacing: -0.02em;
}

.kokochiga {
  width: 17rem;
}


/*****************************
    about
******************************/

.aboutinner {
  padding: 10rem 5rem;
  background-image: url(common/img/aboutbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.aboutinner img {
  max-width: 50rem;
  margin-bottom: 2rem;
}


/*****************************
    features
******************************/
#features {
  padding: 10rem 0;
  background: #E9F2F9;
}

.features__heading {
  margin: 0 auto 2.5rem;
}

.features__heading>img {
  width: 17rem;
}

.features__block {
  text-align: center;
}

.features__block:nth-of-type(n+2) {
  margin-top: 5.5rem;
}

.features__tit {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: 'Shippori Mincho B1', serif;
  color: #0e6eb8;
  margin-bottom: 1.87rem;
  letter-spacing: -0.01em;
}

.features__block[data-type="03"] .features__block_img_block {
  display: inline-block;
  max-width: 600px;
  margin-bottom: 2.5rem;
}

.features__block_link {
  display: inline-block;
  max-width: 730px;
}

@media screen and (max-width:700px) {
  #features {
    padding: 4.4rem 0;
    background: #E9F2F9;
  }

  .features__tit {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
  }

  .features__block[data-type="03"] .features__block_img_block {
    width: 70%;
    margin-bottom: 2.8rem;
  }

  .features__block_link {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: inherit;
  }
}


.features__course_block {
  --course_color: #016FB9;
  --label_bg_color: #E46600;
  --label_color: #fff;
  --radius: 1.0rem;
}

.features__course_block[data-type="gore"] {
  --course_color: #AA1B47;
  --label_bg_color: #C5981E;
}

.features__course_block[data-type="aikake"] {
  --course_color: #26B7BC;
  --label_bg_color: #847E79;
}

.features__course_block[data-type="hadakake"] {
  --course_color: #55C3F1;
  --label_bg_color: #2E1399;
}

.features__course_block[data-type="eider"] {
  --course_color: #172988;
  --label_bg_color: #7C439E;
}

.features__course_block:nth-of-type(n+2) {
  margin-top: 2.2rem;
}

.features__course_heading_block {
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0.15rem 0.32rem 0.40rem rgba(0, 0, 0, 0.11);
  pointer-events: all;
  cursor: pointer;
  text-align: left;
}
.features__course_heading_block:hover {
  box-shadow: 0.25rem 0.40rem 0.50rem rgba(4, 50, 255, 0.2);
}

.features__course_heading_block_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.9rem 2.2rem 1.1rem;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  background: var(--course_color);
  color: #fff;
}

.features__course_heading_block_name {
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1;
}

.features__course_heading_block_name>span {
  display: inline-block;
  font-size: 1.6rem;
}

.features__course_heading_block_name_label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 1rem);
  width: auto;
  height: auto;
  padding: 0.92em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  white-space: nowrap;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  z-index: 10;
}

.features__course_heading_block_name_label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
  background: #FB6B0A;
  z-index: -1;
}

.features__course_heading_block_text {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: right;
}

.features__course_heading_block_price {
  position: relative;
  padding: 1.0rem 2.2rem 1.1rem;
  font-weight: 600;
  font-size: 1.6rem;
}

.features__course_heading_block_price::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(180deg);
  width: 2.2em;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(./common/img/down_arrow01.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.32s ease-in-out;
  transform-origin: 50% 51.5%;
}

.features__course_block.active .features__course_heading_block_price::after {
  transform: translateY(-50%) rotate(0deg);
}


.features__course_box_wrapper {}

.features__course_box {
  position: relative;
  padding: 4.0rem 8.0rem 8.2rem;
  border-radius: var(--radius);
  box-shadow: 0.1rem 0.32rem 0.40rem rgba(0, 0, 0, 0.11);
  background: #fff;
  margin-top: 1.1rem;
}

.features__course_box_tit {
  margin: 0 auto 1.15rem;
  color: var(--course_color);
  font-size: 1.86rem;
  font-weight: 600;
  text-align: center;
}

.features__course_box_text {
  margin-bottom: 4.0rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}


.features__course_detail {
  text-align: left;
}

.features__course_detail_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.0rem 1.4rem 1.0rem 1.8rem;
  margin-bottom: 1.8rem;
  background: #E9E6E1;
  color: #948166;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
}

.features__course_detail_tit>span:nth-of-type(1) {
  display: inline-block;
  margin-top: 0.25em;
}

.features__course_detail_tit>span:nth-of-type(2) {
  display: inline-block;
  padding: 0.69em 1.32em;
  border-radius: 10rem;
  background: var(--label_bg_color);
  color: var(--label_color);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.1;
}

.features__course_detail_tit:nth-of-type(n+2) {
  margin-top: 6.9rem;
}

.features__course_detail_inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 3.5rem;
}

.features__course_detail_img_block {
  width: 30rem;
}

.features__course_detail_img_block figure:nth-of-type(n+2) {
  margin-top: 1.9rem;
}

.features__course_detail_img_block figcaption {
  margin-top: 0.96rem;
  font-size: 1.44rem;
  line-height: 1.54;
}

.features__course_detail_contents {
  flex: 1;
}

.features__course_detail_contents_tit {
  width: 100%;
  height: auto;
  padding: 1.17rem 0.2rem 0.92rem 1.1rem;
  margin: 0 0 0.80rem;
  background: #F6F6F6;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
}

.features__course_detail_contents_tit:nth-of-type(n+2) {
  margin-top: 1.15rem;
}

.features__course_detail_contents dl>div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.44rem;
  margin-top: 0.17em;
}

.features__course_detail_contents dd {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--font-M_PLUS);
}

.features__course_detail_contents dd .smaller {
  display: inline-block;
  margin-left: 0.28em;
  font-size: 0.62em;
  font-weight: 500;
  font-family: var(--font-base);
}

@media screen and (max-width:700px) {
  .features__course_block:nth-of-type(n+2) {
    margin-top: 2.0rem;
  }

  .features__course_heading_block {}

  .features__course_heading_block_inner {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 1.9rem 1.5rem 1.1rem;
    row-gap: 0.76rem;
  }

  .features__course_heading_block_name {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.17;
  }

  .features__course_heading_block_name>span {
    display: inline-block;
    font-size: 1.4rem;
  }

  .features__course_heading_block_name_label {
    top: 0;
    left: auto;
    right: 0;
    transform: translateY(-30%) translateX(76%);
    font-size: 1.1rem;
    padding: 0.62em;
  }

  .features__course_heading_block_text {
    font-size: 1.35rem;
    text-align: left;
  }

  .features__course_heading_block_price {
    padding: 1.0rem 1.6rem 0.87rem;
    font-size: 1.5rem;
  }

  .features__course_heading_block_price::after {
    content: "";
    right: 1.32rem;
    width: 2.0em;
  }




  .features__course_box {
    padding: 3.28rem 0.76rem 4.4rem;
    box-shadow: 0.1rem 0.32rem 0.40rem rgba(0, 0, 0, 0.11);
    background: #fff;
    margin-top: 1.1rem;
  }

  .features__course_box_tit {
    margin: 0 auto 1.02rem;
  }

  .features__course_box_text {
    margin-bottom: 3.2rem;
    font-size: 1.32rem;
    letter-spacing: -0.01em;
    line-height: 1.76;
  }

  .features__course_detail {
    padding: 0 2.28rem;
  }

  .features__course_detail_tit {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 0.62rem;
    padding: 1.7rem 1.0rem 1.55rem 1.6rem;
    font-size: 1.6rem;
  }

  .features__course_detail_tit>span:nth-of-type(1) {
    display: inline-block;
    margin-top: 0;
  }

  .features__course_detail_tit>span:nth-of-type(2) {
    display: inline-block;
    padding: 0.55em 1.02em 0.44em;
    font-size: 1.17rem;
  }

  .features__course_detail_tit:nth-of-type(n+2) {
    margin-top: 4.5rem;
  }

  .features__course_detail_inner {
    flex-direction: column-reverse;
    row-gap: 1.8rem;
  }

  .features__course_detail_img_block {
    width: 100%;
  }

  .features__course_detail_img_block figure:nth-of-type(n+2) {
    margin-top: 1.9rem;
  }

  .features__course_detail_img_block figcaption {
    margin-top: 0.86rem;
    font-size: 1.4rem;
  }

  .features__course_detail_contents_tit {
    padding: 1.0rem 0.1rem 0.73rem 1.02rem;
    margin: 0 0 0.73rem;
  }

  .features__course_detail_contents_tit:nth-of-type(n+2) {
    margin-top: 1.15rem;
  }

  .features__course_detail_contents dl>div {
    margin-top: 0.1em;
  }
}




/*****************************
  Particular
******************************/
.particular {}

.particular__heading {
  margin-bottom: 5rem;
  color: #0e6eb8;
}

.particular__list {
  display: flex;
  flex-direction: column;
  row-gap: 4.0rem;
}

.particular__list_item {
  --color: #0E6EB8;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto 1fr;
}

.particular__list_item:nth-of-type(1) {
  --color: #3290B0;
}

.particular__list_item:nth-of-type(2) {
  --color: #35A2A4;
}

.particular__list_item:nth-of-type(3) {
  --color: #2F9F70;
}

.particular__list_item:nth-of-type(4) {
  --color: #2E8530;
}

.particular__list_item_tit {
  margin-bottom: 1.7rem;
  color: var(--color);
  line-height: 1.6;
}

.particular__list_item_contents {
  text-align: left;
}

.particular__list_item_contents p {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (min-width:700px) {
  .particular__list_item_tit {
    grid-column: 2/4;
    grid-row: 1/2;
    text-align: left;
    margin-top: -0.28em;
  }

  .particular__list_item_figure {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 18.2rem;
    margin-right: 3.76rem;
  }

  .particular__list_item_visual_img {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 16rem;
    margin-right: 2.0rem;
  }

  .particular__list_item_contents {
    grid-column: 3/4;
    grid-row: 2/3;
    text-align: left;
  }

  .particular__list_item_contents p {
    margin-top: -0.2em;
  }
}

@media screen and (max-width:700px) {
  .particular {}

  .particular__heading {
    margin-bottom: 4.0rem;
    font-size: 2.8rem;
  }

  .particular__list {
    row-gap: 3.5rem;
  }

  .particular__list_item {
    align-items: flex-end;
    grid-template-columns: auto 1fr;
    column-gap: 1.1rem;
  }

  .particular__list_item_tit {
    grid-column: 1/3;
    grid-row: 1/2;
    text-align: left;
    margin-bottom: 0.87rem;
  }

  .particular__list_item_figure {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 17.6rem;
  }

  .particular__list_item_visual_img {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .particular__list_item_contents {
    grid-column: 1/3;
    grid-row: 3/4;
  }

  .particular__list_item_contents p {
    margin-top: 1.8rem;
    font-size: 1.39rem;
  }
}


/*****************************
  reform_process
******************************/
.reform_process {
  position: relative;
}

.reform_process__heading {
  margin-bottom: 2.5rem;
  font-size: 3.0rem;
  line-height: 1.5;
  letter-spacing: -0.004em;
}

@media screen and (max-width:700px) {
  .reform_process::before {
    background-image: url(./common/img/request_sec_bg-sp.jpg);
  }

  .reform_process__heading {
    margin-bottom: 1.5rem;
    font-size: 2.0rem;
    letter-spacing: -0.013em;
  }
}


/*****************************
  course_introduction 
******************************/
.course_introduction {
  padding-bottom: 10rem;
}

.course_introduction__course_name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 3.2rem auto;
  padding: 1.17em 2.2em 1.02em;
  border-radius: 10rem;
  background: #AA1B46;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.25;
}

.course_introduction__main_img_block {
  max-width: 54rem;
  margin: 2.8rem auto 5.4rem;
}

.course_introduction__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 4.4rem;
}

.course_introduction__block_inner {
  display: flex;
  column-gap: 1.7rem;
}

.course_introduction__block_contents {
  flex: 1;
  text-align: left;
}

.course_introduction__block_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: auto;
  aspect-ratio: 1/1;
  padding-bottom: 0.1em;
  margin: 0 auto 3.2rem;
  border-radius: 100rem;
  border: 1.8px solid #221815;
  background: #ffffffcc;
  color: #AA1B46;
  font-size: 3.28rem;
  font-weight: 700;
  line-height: 1.18;
  font-family: var(--font-Shippori_Mincho);
  text-align: center;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.course_introduction__block_strong {
  margin-bottom: 1rem;
  color: #AA1B46;
  font-size: 1.8rem;
  font-weight: 700;
}

.course_introduction__block_strong_sub {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--font-Shippori_Mincho);
}

@media screen and (min-width:700px) {
  .course_introduction__block_inner:first-of-type .course_introduction__block_img_block {
    width: 50rem;
  }

  .course_introduction__block_inner:nth-of-type(n+2) .course_introduction__block_text {
    margin-bottom: 1rem;
    padding-left: 11.7rem;
  }

  .course_introduction__block_inner:nth-of-type(n+2) {
    width: 34.7rem;
    flex-direction: column;
  }

  .course_introduction__block_inner:nth-of-type(3) {
    width: 35rem;
  }

  .course_introduction__block_inner:nth-of-type(n+2) .course_introduction__block_label {
    position: absolute;
    transform: translateX(-29%) translateY(-10%);
  }
}

@media screen and (max-width:700px) {
  .course_introduction {
    padding-bottom: 8.0rem;
  }

  .course_introduction__heading {
    font-size: 1.96rem;
    letter-spacing: -0.01em;
  }

  .course_introduction__course_name {
    width: 100%;
    margin: 1.8rem auto;
    padding: 1.1em 2.2em 0.92em;
    font-size: 1.8rem;
  }

  .course_introduction__main_img_block {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 96.9vw;
    margin-top: 1rem;
  }

  .course_introduction__block {
    row-gap: 6.2rem;
  }

  .course_introduction__block_inner {
    flex-direction: column;
    row-gap: 1.32rem;

  }

  .course_introduction__block_label {
    width: 10rem;
    font-size: 2.2rem;
    margin: 0;
  }

  .course_introduction__block_contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1.1rem;
  }

  .course_introduction__block_text {
    flex: 1;
    font-size: 1.35rem;
  }

  .course_introduction__block_strong {
    order: 3;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
  }

  .course_introduction__block_strong_sub {
    order: 4;
    width: 100%;
    margin-top: 0.4rem;
    font-size: 1.5rem;
    letter-spacing: -0.014em;
  }
}

/*****************************
  request_sec
******************************/
.request_sec {
  position: relative;
  padding: 9.6rem 0;
  z-index: 1;
}

.request_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.62;
}

.request_sec__heading {
  margin: 0 auto 5.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 0 2px #00000022;
}

.request_sec__heading>span:not([class]) {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  filter: brightness(1.1);
}

.request_sec__heading>span.smaller {
  display: inline-block;
  font-size: 1.8rem;
}

.request_sec__block {
  position: relative;
}

.request_sec__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 13rem;
  height: auto;
  aspect-ratio: 117/187;
  background-image: url(./common/img/request_sec_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.request_sec__block_inner {
  position: relative;
  z-index: 10;
}

.request_sec__block_inner:nth-of-type(n+2) {
  margin-top: 3.0rem;
}

.request_sec__block_answer,
.request_sec__block_request {
  background: #0E6EB8cc;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
}

.request_sec__block_request {
  padding: 2.2rem 2.0rem 1.9rem;
  font-weight: 600;
}

.request_sec__block_answer {
  padding: 1.8rem 2.0rem;
  border: 1.4px solid #0E6EB8;
  background: #E5F6FF;
  color: #000;
}

@media screen and (min-width:700px) {
  .request_sec::before {
    background-image: url(./common/img/request_sec_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 87%;
  }

  .request_sec__block_inner:first-of-type::before {
    content: "";
    position: absolute;
    display: block;
    top: 1rem;
    left: 0;
    width: 3.0rem;
    height: auto;
    aspect-ratio: 40/12;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    transform: translateX(-100%);
    background: #0E6EB8cc;
    z-index: -1;
  }

  .request_sec__block::before {
    left: -3.0rem;
    transform: translateX(-100%) translateY(-28%);
  }
}

@media screen and (max-width:700px) {
  .request_sec {
    padding: 5.5rem 0 5.0rem;
  }

  .request_sec::before {
    background-image: url(./common/img/request_sec_bg-sp.jpg);
  }

  .request_sec__heading {
    margin: 0 auto 1.55rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .request_sec__heading>span.smaller {
    display: inline-block;
    margin-top: 1.32rem;
    font-size: 1.6rem;
  }

  .request_sec__block::before {
    content: "";
    position: relative;
    display: block;
    width: 7.6rem;
    height: auto;
    aspect-ratio: 73/76;
    background-size: cover;
    background-position: center top;
    margin: 0 auto;
    z-index: 10;
  }

  .request_sec__block_inner:nth-of-type(n+2) {
    margin-top: 1.1rem;
  }

  .request_sec__block_answer,
  .request_sec__block_request {
    font-size: 1.47rem;
    line-height: 1.4;
  }

  .request_sec__block_request {
    padding: 1.4rem 1.4rem 1.3rem;
    letter-spacing: -0.01em;
  }

  .request_sec__block_answer {
    padding: 1.3rem 1.4rem 1.5rem;
    font-size: 1.38rem;
  }
}

/*****************************
  check_sec
******************************/
.check_sec {
  padding: 6.2rem 0 6.9rem;
  background: #E9E6E1;
}

.check_sec__inner {
  width: 87%;
  max-width: 700px;
  margin: 0 auto;
}

.check_sec__heading {
  margin: 0 auto 2.2rem;
}

.check_sec .attention_text {
  margin-top: 1.02em;
  padding-left: 1em;
  text-indent: -1em;
  color: #948166;
  font-weight: 600;
  text-align: left;
  line-height: 1.62;
}

@media screen and (max-width:700px) {
  .check_sec {
    padding: 4.0rem 0 4.4rem;
  }

  .check_sec__heading {
    margin-bottom: 1.8rem;
  }
}


/*****************************
  qanda
******************************/
#qanda {
  margin: 10rem auto;
  max-width: 80rem;
}

.qandasec {
  margin: 1.0rem auto;
}

p.question {
  cursor: pointer;
}

p.question:hover {
  filter: brightness(1.15);
}

p.qandasecque {
  padding: 2.0rem;
  border: 1px solid #0e6eb8;
  background-color: #eff5f8;
  text-align: left;
}

p.qandasecque::before {
  content: "▶︎ ";
}


p.qandasecans {
  padding: 2.0rem;
  background-color: #e5f6ff;
  text-align: left;
}

p.answer {
  display: none;
}


/*****************************
  contact
******************************/
.jokinshoshusec {
  background-image: url(common/img/jokinshoshuservice.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 7.0rem;
}


.jokinshoshusec a {
  max-width: 700px;
}

#contact {
  margin: 8.6rem auto;
}

#contact .contacttit {
  max-width: 500px;
  margin: 5rem auto;
}

#contact .shopcontacts {
  margin-top: 5rem;
}

#contact .shoptitsub {
  margin: 0 auto 1.1rem;
  color: #D81825;
  font-size: 2.4rem;
  font-weight: 600;
}

#contact .shoptitsub::before {
  content: "/";
  display: inline-block;
  transform: rotateY(180deg) translateX(82%);
}

#contact .shoptitsub::after {
  content: "/";
  display: inline-block;
  transform: rotateY(0deg) translateX(25%);
}

#contact .shopcontacts .shopname {
  max-width: 45rem;
  margin: 0rem auto 0.62rem;
}

#contact .shopcontacts .shopbtns a {
  max-width: 30rem;
  margin: 2rem auto;
}

#contact .shopcontacts .shopname:hover,
#contact .shopcontacts .shopbtns a:hover {
  filter: brightness(1.1) opacity(0.86);
}


#contact .shopcontacts[data-shop="honten"] .shopname {
  max-width: 32rem;
}

@media screen and (max-width:700px) {
  #contact {
    margin: 6.2rem auto;
  }

  #contact .shoptitsub {
    margin-bottom: 0.76rem;
    font-size: 1.8rem;
  }
}


/*****************************
  footer
******************************/
footer {
  display: block;
  margin-top: 8.7rem;
}

footer a {
  color: #000 !important;
  font-size: 1.4rem;
  margin: 0 1.5rem;
  font-family: "MS Pゴシック", sans-serif;
}

.copyright {
  display: block;
  margin: 1.5rem auto 1.0rem;
  color: #000 !important;
  font-size: 1.1rem;
  font-family: "MS Pゴシック", sans-serif;
}

@media screen and (min-width:700px) {
  #contact .shopcontacts .shopname img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width:700px) {

  .aboutinner {
    padding: 1rem;
  }

  .checkandsim a {
    max-width: 26.9rem;
  }

  .jokinshoshusec {
    padding: 4rem 0.5rem;
  }

  #contact .shopcontacts .shopname {
    max-width: 30rem;
    padding: 0 0.5rem;
  }

  #contact .shopcontacts .shopbtns a {
    max-width: 25rem;
    margin: 0.2rem auto;
  }

  footer {
    margin-top: 5rem;
  }

  footer a {
    margin: 1.0rem 1.5rem;
  }

}