body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  zoom: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

input:focus {
  outline: none;
}

body {
  color: #222;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  margin: 0px;
}

ul,
li,
label,
span {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

@media screen and (max-width: 768px) {
  img {
    max-width: none;
    width: 100%;
  }
}

video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  margin: 0px;
}

div,
p {
  margin: 0;
  padding: 0px;
}

.p_re {
  position: relative;
}

#wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}


/*タブ部分*/
.tab_btn {
  display: flex;
  align-items: end;
  justify-content: center;
}
.tab_btn li {
  width: 50%;
}
.is-clickable {
  cursor: pointer;
  position: static;
}
.tab_btn li .kurubisa_btn_open {
  position: relative;
}
.tab_btn li .kurubisa_btn_open img {
  position: relative;
  z-index: 10;
  width: calc(100% + 1px);
}
.tab_btn li .kurubisa_btn_open::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 6px;
  width: 13px;
  height: calc(100% - 7px);
  box-shadow: 13px 14px 9px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.tab_btn li .kurubisa_btn_close img {
  width: calc(100% + 1px);
}
.tab_btn li .kurubisa_plus_btn_open {
  position: relative;
}
.tab_btn li .kurubisa_plus_btn_open img {
  position: relative;
  z-index: 10;
}
.tab_btn li .kurubisa_plus_btn_open::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 6px;
  width: 13px;
  height: calc(100% - 7px);
  box-shadow: -13px 9px 9px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tab_btn li .kurubisa_btn_open::after {
    top: calc(-6 / 750 * 100vw);
    right: calc(6 / 750 * 100vw);
    width: calc(13 / 750 * 100vw);
    box-shadow: calc(13 / 750 * 100vw) calc(14 / 750 * 100vw) calc(9 / 750 * 100vw) rgba(0, 0, 0, 0.6);
    height: calc(100% - 7px);
  }
  .tab_btn li .kurubisa_plus_btn_open::after {
    top: calc(-3 / 750 * 100vw);
    left: calc(6 / 750 * 100vw);
    width: calc(13 / 750 * 100vw);
    box-shadow: calc(-13 / 750 * 100vw) calc(9 / 750 * 100vw) calc(9 / 750 * 100vw) rgba(0, 0, 0, 0.6);
    height: calc(100% - 7px);
  }
}


.cta a {
  position: absolute;
  width: 537px;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.cta a:hover {
  opacity: 0.8;
}
.cta04 {
  background-color: #e8edfc;
}
@media screen and (max-width: 768px) {
  .cta a {
    width: calc(537 / 750 * 100vw);
    bottom: calc(35 / 750 * 100vw);
  }
}



.slider_block {
  overflow: hidden;
  background-image: url(../images/kurubisa/slider_bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kurubisa_plus_block .slider_block {
  background-image: none;
  background-color: #32b053;
}
.slider_block ul {
  /* 右側の見切れ幅を調整 */
}
.slider_block .slick-list {
  overflow: visible !important;
  padding-right: 15% !important;
  /* 見切れ具合の調整はここ */
  padding-left: 30px;
}
.slider_block .slick-slide {
  padding-right: 30px;
  /* スライド間のギャップ */
}
@media screen and (max-width: 768px) {
  .slider_block .slick-list {
    padding-left: calc(30 / 750 * 100vw);
  }
  .slider_block .slick-slide {
    padding-right: calc(30 / 750 * 100vw);
  }
}


.ac {
  background-color: #e8edfc;
  padding-bottom: 75px;
}
.ac ul {
  width: 690px;
  margin: 0 auto;
}
.ac li {
  margin-bottom: 20px;
}
.ac li:last-child {
  margin-bottom: 0;
}
.ac_title {
  background: #1a4fd6; /* 青背景 */
  padding: 25px 30px;
  cursor: pointer;
  position: relative;
}
/* +／- 疑似要素（2本線で十字） */
.ac_title::before,
.ac_title::after {
  content: '';
  position: absolute;
  right: 28px;
  top: 50%;
  width: 32px;
  height: 3px;
  background: #fff;
  transition: transform 0.3s ease;
}
/* 縦線 */
.ac_title::before {
  transform: translateY(-50%) rotate(90deg);
}
/* 横線 */
.ac_title::after {
  transform: translateY(-50%) rotate(0deg);
}
/* 開いたとき：縦線を0degに戻す → 横線と重なって - になる */
.ac_title.is-open::before {
  transform: translateY(-50%) rotate(0deg);
}
.ac_title_text {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-right: 75px; /* 記号と被らないように */
}
.ac_title_text .ac_title_text_img {
  width: 31px;
  flex-shrink: 0;
}
.ac_title_text > div:last-child {
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
}
.ac_inner {
  display: none;
  border: 4px solid #1a4fd6;
  border-top: none;
  padding: 25px 30px 40px;
  background-color: #fff;
}
.ac_inner_text {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.ac_inner_text .ac_inner_text_img {
  width: 31px;
  flex-shrink: 0;
  padding-top: 5px;
}
.ac_inner_text .ac_inner_text_img img {
  vertical-align: text-top;
}
.ac_inner_text > div:last-child {
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
}
.ac_inner_text_caution {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}
.ac_table {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .ac {
    padding-bottom: calc(75 / 750 * 100vw);
  }
  .ac ul {
    width: calc(690 / 750 * 100vw);
  }
  .ac li {
    margin-bottom: calc(20 / 750 * 100vw);
  }
  .ac_title {
    padding: calc(25 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  /* +／- 疑似要素（2本線で十字） */
  .ac_title::before,
  .ac_title::after {
    right: calc(28 / 750 * 100vw);
    width: calc(32 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
  }
  .ac_title_text {
    gap: calc(25 / 750 * 100vw);
    padding-right: calc(75 / 750 * 100vw); /* 記号と被らないように */
  }
  .ac_title_text .ac_title_text_img {
    width: calc(31 / 750 * 100vw);
  }
  .ac_title_text > div:last-child {
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(44 / 750 * 100vw);
  }
  .ac_inner {
    border: calc(4 / 750 * 100vw) solid #1a4fd6;
    padding: calc(25 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  .ac_inner_text {
    gap: calc(25 / 750 * 100vw);
  }
  .ac_inner_text .ac_inner_text_img {
    width: calc(31 / 750 * 100vw);
    padding-top: calc(5 / 750 * 100vw);
  }
  .ac_inner_text > div:last-child {
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(46 / 750 * 100vw);
  }
  .ac_inner_text_caution {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(17 / 750 * 100vw);
    line-height: calc(25 / 750 * 100vw);
  }
  .ac_table {
    margin-top: calc(35 / 750 * 100vw);
  }
}






.cvSupplement {
  background: #1d1b81;
  color: #fff;
  padding: 0 20px 60px;
}
.kurubisa_plus_block .cvSupplement {
  background: #00aa42;
  color: #fff;
  padding: 0 20px 60px;
}
.supplement h2 {
  font-size: 22px;
  font-weight: bold;
}
.supplement h2 + * {
  margin-top: 15px;
}
.supplement p {
  font-size: 22px;
}
.supplement li {
  font-size: 22px;
  text-indent: -1em;
  padding-left: 1em;
}

.item_detail {
  margin: 33px auto 0;
}
.item_detail h2 {
  font-size: 22px;
  font-weight: bold;
}
.item_detail .table1 > tbody > tr:first-child > th {
  margin-top: 15px;
}
.item_detail .table1 > tbody > tr > th,
.item_detail .table1 > tbody > tr > td {
  font-size: 22px;
  line-height: 1.5;
  display: block;
}
.item_detail .table1 > tbody > tr > th {
  font-weight: normal;
  margin-top: 20px;
}
.item_detail .table1 > tbody > tr > td {
  margin-top: 5px;
}
.item_detail .table1 th .sub {
  font-weight: normal;
}
.item_detail .table1 .table_inner {
  margin: 18px 0 0;
  width: 100%;
}
.item_detail .table1 .table_inner th, .item_detail .table1 .table_inner td {
  padding: 5px;
  text-align: center;
  border: 1px solid #7b7b7b;
  line-height: 1.5;
}
.item_detail .table1 .table_inner th {
  background: #fff;
}
.item_detail .table1 .table_inner td {
  width: 16%;
  padding: 5px;
  font-size: 22px;
}
.item_detail .table1 .table_inner td:nth-child(even) {
  width: 4%;
}
.item_detail .note_list {
  margin: 5px 0 0 0;
}
.item_detail .note_list li {
  margin: 0 0 0;
  padding: 0 0 0 1.3em;
  position: relative;
  font-size: 22px;
}
.item_detail .note_list li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.item_detail_pay {
  border-top: 2px solid #fff;
  padding-top: 10px;
  margin-top: 20px;
}
.item_detail_pay p {
  font-size: 22px;
}
.item_detail_pay p a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cvSupplement {
    padding: 0 calc(20 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
  .supplement h2 {
    font-size: calc(22 / 750 * 100vw);
  }
  .supplement h2 + * {
    margin-top: calc(15 / 750 * 100vw);
  }
  .supplement p {
    font-size: calc(22 / 750 * 100vw);
  }
  .supplement li {
    font-size: calc(22 / 750 * 100vw);
  }
  .item_detail {
    margin: calc(33 / 750 * 100vw) auto 0;
  }
  .item_detail h2 {
    font-size: calc(22 / 750 * 100vw);
  }
  .item_detail .table1 > tbody > tr:first-child > th {
    margin-top: calc(15 / 750 * 100vw);
  }
  .item_detail .table1 > tbody > tr > th,
  .item_detail .table1 > tbody > tr > td {
    font-size: calc(22 / 750 * 100vw);
  }
  .item_detail .table1 > tbody > tr > th {
    margin-top: calc(20 / 750 * 100vw);
  }
  .item_detail .table1 > tbody > tr > td {
    margin-top: calc(5 / 750 * 100vw);
  }
  .item_detail .table1 .table_inner {
    margin: calc(18 / 750 * 100vw) 0 0;
  }
  .item_detail .table1 .table_inner th, .item_detail .table1 .table_inner td {
    padding: calc(5 / 750 * 100vw);
  }
  .item_detail .table1 .table_inner td {
    padding: calc(25 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
  .item_detail .note_list {
    margin: calc(5 / 750 * 100vw) 0 0 0;
  }
  .item_detail .note_list li {
    font-size: calc(22 / 750 * 100vw);
  }
  .item_detail_pay {
    border-top: calc(2 / 750 * 100vw) solid #fff;
    padding-top: calc(10 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
  .item_detail_pay p {
    font-size: calc(22 / 750 * 100vw);
  }
}



/* ---------------------------------------------
#footer
--------------------------------------------- */
#pageFooter {
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #ecebea;
  -webkit-box-shadow: 0px -5px 10px 1px #ecebea;
  box-shadow: 0px -5px 10px 1px #ecebea;
  position: relative;
}
#pageFooter .logo_shimakosaku {
  padding: 5vw 0;
  border-bottom: 2px solid #ecebea;
}
#pageFooter .logo_shimakosaku img {
  width: 42.4%;
  margin: 0 auto;
}

#pageFooter .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#pageFooter .footerNav {
  margin: 0;
  text-align: center;
  padding: 35px 0 25px;
}
#pageFooter .footerNav ul {
  margin: 0;
  padding: 0;
}
#pageFooter .footerNav ul li {
  margin: 0 10px;
  padding: 0;
  display: inline;
  font-size: 24px;
}
#pageFooter .footerNav ul li a:link, #pageFooter .footerNav ul li a:visited {
  color: #000;
}
#pageFooter .footerInfo {
  margin: 0 auto 10px;
  color: #483f36;
}
#pageFooter .footerInfo .contact {
  padding: 1em 3%;
}
#pageFooter .footerInfo .contact .txt1 {
  font-size: 24px;
  margin: 0 0 10px;
  padding: 7px 5px 8px 15px;
  line-height: 1;
  font-weight: 700;
  background: #f6f5f5;
  border-radius: 50px;
  display: inline-block;
}
#pageFooter .footerInfo .contact .tel {
  margin: 0 5%;
}
#pageFooter .footerInfo .ssl_seal {
  width: 85px;
  margin: 0;
  text-align: center;
}
#pageFooter .footerInfo .ssl_seal .seal {
  margin: 0 0 5px;
}
#pageFooter .footerInfo .ssl_seal .txt1 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
#pageFooter .bottom {
  padding: 20px 0;
  text-align: center;
  color: #000;
  background: #f2f2f2;
}
#pageFooter .bottom .copylight {
  margin: 0;
  font-size: 18px;
}
#pageFooter .bottom .logo_footer {
  width: 65%;
  max-width: 529px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #pageFooter {
    -webkit-box-shadow: 0px -5px 10px 1px #ecebea;
    box-shadow: 0px -5px 10px 1px #ecebea;
    position: relative;
  }
  #pageFooter .logo_shimakosaku {
    padding: 5vw 0;
    border-bottom: calc(2 / 750 * 100vw) solid #ecebea;
  }
  #pageFooter .footerNav {
    padding: calc(35 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  }
  #pageFooter .footerNav ul li {
    margin: 0 calc(10 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
  #pageFooter .footerInfo {
    margin: 0 auto calc(10 / 750 * 100vw);
  }
  #pageFooter .footerInfo .contact .txt1 {
    font-size: calc(24 / 750 * 100vw);
    margin: 0 0 calc(10 / 750 * 100vw);
    padding: calc(7 / 750 * 100vw) calc(5 / 750 * 100vw) calc(8 / 750 * 100vw) calc(15 / 750 * 100vw);
  }
  #pageFooter .footerInfo .ssl_seal {
    width: calc(85 / 750 * 100vw);
  }
  #pageFooter .footerInfo .ssl_seal .seal {
    margin: 0 0 calc(5 / 750 * 100vw);
  }
  #pageFooter .footerInfo .ssl_seal .txt1 {
    font-size: calc(12 / 750 * 100vw);
  }
  #pageFooter .bottom {
    padding: calc(20 / 750 * 100vw) 0;
  }
  #pageFooter .bottom .copylight {
    font-size: calc(18 / 750 * 100vw);
  }
  #pageFooter .bottom .logo_footer {
    padding: calc(10 / 750 * 100vw) 0;
  }
}