@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
/*CMSのプログラムで利用しているCSS（消さないようにしてください）*/
/*
.part /*編集可能を示すクラス
.columns /*bulma.cssドキュメント参照。レイアウトの基本クラス
.column /*bulma.cssドキュメント参照。レイアウトの基本クラス
.cont /*編集可能領域の親要素を示すクラス
.wf_img_cont /*編集画像の親要素クラス
.title /*編集可能を示す見出しのクラス
*/
/*特定商向けカスタマイズここから*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700&display=swap");
.wf_is_hidden {
  display: none;
}

img:blank {
  display: none;
}

/*
.wfp1,.wfp2,.wfp3,.wfp4,.wfp5,.wfp6,.wfp7,.wfp8,.wfp9,.wfp10,.wfp11,.wfp12{position:relative;}
.page_edit .wfp1:after{content:"A";background:#FF0D0D;color:#fff;}
.page_edit .wfp2:after{content:"B";background:#FFC43B;color:#000;}
.page_edit .wfp3:after{content:"C";background:#3EB0B0;color:#fff;}
.page_edit .wfp4:after{content:"D";background:#00516C;color:#fff;}
.page_edit .wfp5:after{content:"E";background:#002E4D;color:#fff;}
.page_edit .wfp6:after{content:"A2";background:#FF0D0D;color:#fff;}
.page_edit .wfp7:after{content:"D2";background:#00516C;color:#fff;}
.page_edit .wfp8:after{content:"A3";background:#FF0D0D;color:#fff;}
.page_edit .wfp11:after{content:"A4";background:#FF0D0D;color:#fff;}
.page_edit .wfp12:after{content:"A5";background:#FF0D0D;color:#fff;}
.page_edit .wfp1:after,.page_edit .wfp2:after,.page_edit .wfp3:after,.page_edit .wfp4:after,.page_edit .wfp5:after,.page_edit .wfp6:after,.page_edit .wfp7:after,.page_edit .wfp8:after,.page_edit .wfp11:after,.page_edit .wfp12:after
{position:absolute;width:5em;text-align:center;height:15px;line-height:15px;font-size:12px;top:10px;left:10px;padding:0;border-radius:0;}
*/
.wrap_nochange > .inner {
  margin: 0px auto;
}

.noaddlinetable .close_btn,
.noaddlinetable .custom_btn,
.noaddlinetable .copy_btn {
  display: none !important;
}

.is-tokutei th,
.is-tokutei td {
  font-size: 14px;
}

.is-tokutei p {
  padding: 0 !important;
  margin: 0 !important;
}

/*特定商向けカスタマイズここまで*/
/*ブロックの親要素指定用CSS*/
@media (min-width: 769px) {
  .wrap > .inner,
  .wrap_nochange > .inner {
    width: 780px;
    /*横幅800px指定だが、bulma.cssを利用する都合上、外側にpaddingが10pxずつ張り出すため、あらかじめオフセットして指定*/
    max-width: 98%;
  }
}
@media (max-width: 768px) {
  .wrap > .inner,
  .wrap_nochange > .inner {
    margin-left: 10px;
    margin-right: 10px;
    float: none;
  }
}
/*テキスト揃え指定用CSS 指示書の中のleft,center,rightに対応します。それぞれ指定をお願いします*/
.wf_left {
  text-align: left;
}

.wf_left * {
  margin-left: 0;
  margin-right: auto;
}

.wf_center {
  text-align: center;
}

.wf_center * {
  margin-left: auto;
  margin-right: auto;
}

.wf_right {
  text-align: right;
}

.wf_right * {
  margin-left: auto;
  margin-right: 0;
}

/*背景ありテキストパーツの直上の親要素に指定するCSS(プログラムで利用するため、クラスには指定をする必要はなし)*/
/*--------------------------------
	　ここから調整追記
--------------------------------*/
/*------　共通設定 -------*/
body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  background: #fff;
  letter-spacing: 0.01em;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  vertical-align: top;
  color: #231815;
  overflow-x: hidden;
  font-weight: 600;
}

/* 画像が入っているspanをブロック要素 */
.wf_img_cont {
  display: block;
}

/* コンテンツブロック間余白 */
.wrap,
.wrap_nochange {
  margin-bottom: 20px;
}

.wf_cor_wrap {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .wrap,
  .wrap_nochange {
    margin-bottom: 20px;
  }
  .wf_cor_wrap {
    margin-bottom: 0px;
  }
}
/* PC/SPだし分け */
.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*------　汎用（Bulma同様） -------*/
.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

/*------　グリッドの調整 -------*/
.column {
  box-sizing: border-box;
}

.columns:not(:last-child) {
  margin-bottom: 0;
}

/* 横スクロールが出てくるので調整*/
@media (min-width: 769px) and (max-width: 970px) {
  .columns {
    margin-left: -8px;
    margin-right: -8px;
  }
}
/* SP時センター寄せ縦積み*/
@media (max-width: 768px) {
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0;
    text-align: center;
  }
  .columns:not(:first-child) {
    margin-top: 10px;
  }
  .column {
    padding: 0px;
  }
  .column:not(:first-child) {
    margin-top: 10px;
  }
  .is-mobile .column:not(:first-child) {
    margin-top: 0px;
  }
  .is-mobile {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .is-mobile .column {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.row-reverse {
  flex-direction: row-reverse;
}

/*------ 画像の調整 -------*/
.wrap img,
.wrap_nochange img {
  max-width: 100%;
  display: block;
}

/*------　header -------*/
/* 共通 */
.top #header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#header h1 {
  margin: 0 2%;
  max-width: 50%;
}

#header .inner {
  width: 800px;
  padding: 10px 0;
  max-width: 98%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  #header .inner {
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  #header .inner {
    padding: 15px 0;
    max-width: 92%;
    min-height: 40px;
  }
}
#header .inner img {
  display: block;
}

/* header typeA */
#header.typeA .inner {
  justify-content: space-between;
}

@media (max-width: 768px) {
  #header.typeA .inner .tel_icon {
    max-width: 50px;
  }
}
/* header typeB */
#header.typeB .inner {
  justify-content: center;
  align-items: center;
}

/* header typeC */
#header.typeC {
  display: none;
}

/*------　footer -------*/
#footer {
  background: #f6f3ed;
  margin: 0;
  padding: 40px 0;
}

#footer .inner {
  width: 800px;
  padding: 10px 0 0 0;
  max-width: 98%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #footer .inner {
    padding: 15px 0 0 0;
    max-width: 92%;
  }
}
#footer .footer_nav {
  margin: 0;
  padding: 0 0 0px 0;
  list-style: none;
  text-align: center;
}

#footer .footer_nav li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
}

@media (max-width: 769px) {
  #footer .footer_nav li {
    display: block;
  }
}
@media (min-width: 769px) {
  #footer .footer_nav li:not(:first-child):before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
}
#footer .footer_nav li a {
  padding: 0.3em 0;
}

@media (max-width: 768px) {
  #footer .footer_nav li a {
    display: block;
    padding: 0.5em 0;
  }
}
#footer .footer_nav li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #footer .footer_nav li + li {
    border-top: solid 1px;
  }
}
#footer .copyright {
  text-align: center;
  margin: 0px 0 0;
}

/*------　見出し設定 -------*/
.h3_title_wrap {
  margin-bottom: 0px;
}

h3.title {
  width: 100%;
  display: block;
  letter-spacing: 0.1em;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.h4_title_wrap {
  margin-bottom: 0px;
}

h4.title {
  width: 100%;
  display: block;
  letter-spacing: 0.1em;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.pg_privacypolicy h3.title {
  font-size: 14px;
}

.pg_privacypolicy h4.title {
  font-size: 12px;
}

.pg_privacypolicy #content .wrap {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  h3.title {
    font-size: 24px;
  }
  h4.title {
    font-size: 18px;
  }
}
.sub_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .sub_title {
    font-size: 18px;
  }
}
/* 幅広の背景色コンテンツ*/
@media (min-width: 769px) {
  .inner.w100p {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .inner.w100p > .columns {
    margin: 0;
  }
  .inner.w100p > .columns > .column {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .inner.w100p {
    width: auto !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
/* 設定した背景色内の白い背景部分*/
.wf_hasbg .wf_hasbg_inner {
  /*
    background-color: rgba(255, 255, 255, 0.8);
  */
  /*  padding: 15px 20px;*/
  /*  border-radius: 5px;*/
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .wf_hasbg .wf_hasbg_inner {
    padding: 10px;
  }
}
/*20220622 フォームスタイル追加*/
@media (max-width: 768px) {
  .order_form .orderTable {
    margin-top: 20px;
    font-size: 18px;
  }
  .order_form .orderTable input,
  .order_form .orderTable select {
    font-size: 18px;
  }
  .order_form .addressWrap {
    display: block !important;
  }
  .order_form .addressWrap dt {
    width: 100% !important;
    padding: 5px 0px !important;
  }
  .order_form .addressWrap dd {
    margin-left: 0px !important;
  }
  .order_form .sender_form_submit_input {
    font-size: 18px;
  }
  .sender_delivery_hope_date_show {
    min-width: 40%;
  }
}
/* 20220131 フォームスタイル */
.order_form .orderTable {
  border-color: #ccc;
}

.order_form .orderTable th {
  border-color: #ccc;
  background-color: #efefef;
}

.order_form .orderTable td {
  border-color: #ccc;
}

.order_form .required {
  color: #fff !important;
  background-color: #442f33;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 12px;
  float: right;
  font-style: normal !important;
}

.order_form .orderTable input,
.order_form .orderTable select {
  border: 1px solid #cccccc;
}

.order_form .orderTable input:hover,
.order_form .orderTable select:hover {
  background: none;
}

.order_form .orderTable input,
.order_form .orderTable select {
  padding: 10px;
  border-radius: 5px;
}

.order_form .orderTable input:focus {
  background: none repeat scroll 0 0 #ffffcc;
}

.order_form .sender_form_submit_input {
  background: #333333;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  width: 40%;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  justify-content: center;
  border: none;
  margin: 0 auto;
}

.order_form .sender_form_submit_input:hover {
  opacity: 0.8;
}

.order_form .addressWrap {
  display: flex;
  align-items: center;
}

.order_form .addressWrap dt {
  width: 30%;
}

.order_form .addressWrap dd {
  margin-left: 20px;
}

.order_form .addressWrap dd input {
  width: 80%;
}

.order_form .addressWrap:first-child input {
  display: none;
}

.order_form .addressWrap:first-child .addressForm {
  margin-left: -10px;
}

.order_form .efo_error_message {
  margin: 0;
  color: red;
}

.order_form #sender_zip,
.order_form #sender_email {
  margin-top: 15px;
}

.order_form .example,
.order_form td p {
  font-size: 14px;
}

@media screen and (max-width: 756px) {
  .order_form .orderTable {
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .order_form .orderTable th,
  .order_form .orderTable td {
    width: 100%;
    display: block;
  }
  .order_form .orderTable th {
    border: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .order_form .orderTable td {
    border: none;
    padding: 10px 0;
    margin-left: 10px;
    padding-right: 10px;
    width: 95%;
  }
  .order_form .required {
    float: none;
    margin-left: 10px;
  }
  .order_form b {
    margin-left: 10px;
  }
  .order_form .addressWrap dt {
    width: 25%;
  }
  .order_form .addressWrap dd input {
    width: 60%;
  }
  .order_form .inputLarge {
    width: 60% !important;
  }
  .order_form .addressWrap:first-child .addressForm {
    margin-left: -8px;
  }
  .order_form #sender_zip,
  .order_form #sender_email {
    margin-top: 8px;
  }
  .order_form .example,
  .order_form td p {
    font-size: 60%;
  }
}
#content .order_form .sender_display_tr,
#content .order_form .sender_nodisplay_tr {
  display: none;
}

#content .order_form .brand_name_select {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 39em;
}

@media screen and (max-width: 756px) {
  #content .order_form .brand_name_select {
    max-width: 18em !important;
  }
}
/*--------------------------------ここまで調整追記--------------------------------*/
/*--------------------------------202201ブロック追加ここから--------------------------------*/
.wrap.wf_sd01 > .inner,
.wrap.wf_sd02 > .inner,
.wrap.wf_sd03 > .inner {
  width: initial;
  max-width: initial;
  margin-left: initial;
  margin-right: initial;
  float: initial;
  margin: initial;
  padding-top: initial;
  padding-bottom: initial;
}

@media (min-width: 769px) {
  .wrap.wf_sd01 > .inner,
  .wrap.wf_sd02 > .inner,
  .wrap.wf_sd03 > .inner {
    width: initial;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    float: initial;
    margin: initial;
    padding-top: initial;
    padding-bottom: initial;
  }
}
@media (man-width: 768px) {
  .wrap.wf_sd01 > .inner,
  .wrap.wf_sd02 > .inner,
  .wrap.wf_sd03 > .inner {
    width: initial;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    float: initial;
    margin: initial;
    padding-top: initial;
    padding-bottom: initial;
  }
}
.btn_wrap a * {
  color: #fff !important;
}

.btn_wrap a {
  position: relative;
  width: 230px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px auto;
  display: block;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: var(--color01);
  border: solid 1px;
  color: #fff;
}

.btn_wrap a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

body:not(.page_edit) .carousel {
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 100vh;
  /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
}

body:not(.page_edit) .carousel .slick-slider {
  height: 100%;
  margin: 0;
}

body:not(.page_edit) .carousel .slick-list,
body:not(.page_edit) .carousel .slick-track {
  height: 100%;
}

body:not(.page_edit) .carousel .slick-slide {
  overflow: hidden;
  position: relative;
}

body:not(.page_edit) .carousel img {
  max-width: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

@media (min-width: 768px) {
  .half_img_wrap .columns.reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .half_img_wrap .column {
    min-height: 420px;
  }
}
.half_img_wrap .column.wf_img_cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.half_img_wrap .column.wf_text_cont .wf_hasbg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 70px 10%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .half_img_wrap .column.wf_text_cont .wf_hasbg {
    padding: 30px 10%;
  }
}
.auto_slider {
  overflow: hidden;
}

.auto_slider .slick-prev,
.auto_slider .slick-next {
  width: 60px;
  height: auto;
  z-index: 1;
}

@media (max-width: 767px) {
  .auto_slider .slick-prev,
  .auto_slider .slick-next {
    width: 30px;
  }
}
.auto_slider .slick-next {
  right: 0;
}

.auto_slider .slick-prev {
  left: 0;
}

.auto_slider.columns {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 0 !important;
}

.auto_slider .column {
  position: relative;
  height: 445px;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 767px) {
  .auto_slider .column {
    height: 300px;
    width: 300px;
    margin: 0;
  }
}
.auto_slider .column a {
  /*  width: 100%;
  height: 100%;*/
  display: block;
}

.auto_slider .column:hover img {
  transform: scale(1.2);
}

.auto_slider .column img {
  position: absolute;
  bottom: 0;
  right: 10px;
  transition: 0.4s ease;
  z-index: 0;
  max-width: calc(100% - 20px);
}

@media (max-width: 767px) {
  .auto_slider .column img {
    width: 65%;
  }
}
.auto_slider .column .wf_hasbg {
  height: 100%;
  padding: 10px;
}

.auto_slider .column .part_text {
  display: block;
  position: relative;
  top: 40px;
  left: 40px;
  z-index: 3;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 1.2em;
}

@media (max-width: 767px) {
  .auto_slider .column .part_text {
    font-size: 14px;
    top: 10px;
    left: 10px;
  }
}
.auto_slider .column .btn_wrap {
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 3;
}

@media (max-width: 767px) {
  .auto_slider .column .btn_wrap {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .auto_slider .column .btn_wrap > a {
    width: 200px;
  }
}
/*
.auto_slider .column .btn_wrap > a:hover {
  background: #fff;
  border: solid 1px var(--color01);
  color: var(--color01);
}

.auto_slider .column .btn_wrap > a:hover:after {
  border-color: var(--color01);
}

.auto_slider .column .btn_wrap > a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 5px;
  margin-top: -3px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 5px;
}
*/
.b_f_wrap .b_f_grid {
  background-color: #f6f6f6;
  margin-bottom: 30px;
  padding: 20px 10px;
  display: grid;
  grid-template-columns: 150px auto;
  grid-template-rows: auto auto;
  gap: 10px 20px;
  box-sizing: border-box;
  grid-template-areas: "areaA areaB" "areaA areaC";
}

@media (max-width: 767px) {
  .b_f_wrap .b_f_grid {
    grid-template-columns: 80px auto;
    grid-template-areas: "areaA areaB" "areaC areaC";
  }
}
.b_f_wrap .b_f_img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: areaA;
  width: 150px;
}

@media (max-width: 767px) {
  .b_f_wrap .b_f_img {
    width: 80px;
  }
}
.b_f_wrap .b_f_txt {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: areaB;
  justify-content: space-between;
  margin: 0;
  align-items: center;
}

.b_f_wrap .b_f_txt .before,
.b_f_wrap .b_f_txt .after {
  flex: none;
  background: #fff;
  padding: 10px;
}

@media (min-width: 768px) {
  .b_f_wrap .b_f_txt .arrow {
    width: 3em;
  }
}
.b_f_wrap .b_f_txt .arrow .arrow_txt {
  color: #111;
  font-weight: bold;
  padding-bottom: 30px;
  position: relative;
}

.b_f_wrap .b_f_txt .arrow .arrow_txt:after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 20px;
  height: 15px;
  border: 15px solid transparent;
  border-left: 20px solid #111;
  transform: translateX(7px);
}

@media (max-width: 767px) {
  .b_f_wrap .b_f_txt .arrow .arrow_txt:after {
    border-left: 15px solid transparent;
    border-top: 20px solid #111;
    transform: translateX(0);
    bottom: -7px;
  }
}
.b_f_wrap .b_f_txt .before {
  border: solid 2px gray;
}

@media (min-width: 768px) {
  .b_f_wrap .b_f_txt .before {
    width: calc((100% - 3em) * 4 / 10);
  }
}
.b_f_wrap .b_f_txt .after {
  border: solid 2px var(--color01);
}

@media (min-width: 768px) {
  .b_f_wrap .b_f_txt .after {
    width: calc((100% - 3em) * 5 / 10);
  }
}
.b_f_wrap .b_f_desc {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: areaC;
}

.qa_wrap .question {
  padding: 0 20px 6px 3em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  background: none;
  font-weight: bold;
  position: relative;
  font-size: 1.2em;
}

.qa_wrap .question::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: auto;
  background: var(--color01);
  height: 40px;
  width: 40px;
  border: none;
  transform: none;
  border-radius: 50%;
}

.qa_wrap .question::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 6px !important;
  left: 10px !important;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  border: none;
  transform: none;
  background: none;
}

.qa_wrap .answer {
  padding: 0 0 0 3.2em !important;
  position: relative;
  margin-top: 20px;
}

.qa_wrap .answer::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0px;
  background: var(--color01);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: 0.1em;
}

.qa_wrap .answer::after {
  position: absolute;
  content: "A";
  font-size: 26px;
  line-height: 1;
  top: 8px;
  left: 12px;
  color: #fff;
  border: none;
  font-weight: 700;
}

/* 数字のOLリスト */
.ol_step .part {
  display: block;
  min-width: 100px;
}

.ol_step {
  margin-bottom: 1.2em;
}

.ol_step {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

.ul_step {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

.ol_step > li {
  position: relative !important;
  margin-bottom: 0.5em;
  padding-top: 3.8em !important;
  font-weight: bold;
  margin: 0 !important;
}

.ul_step > li {
  position: relative !important;
  margin-bottom: 20px;
  /*margin-top:20px;*/
  font-weight: bold;
  display: inline-block;
}

.ul_step > li > .cont {
  padding-left: 60px;
  padding-top: 5px;
}

.ol_step > li:last-child:before {
  background: var(--color01);
  color: #fff;
}

.ul_step > li:last-child:before {
  background: var(--color01);
  color: #fff;
}

.ol_step > li:after {
  content: "" !important;
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 1.5em;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #ccc;
  z-index: -1;
}

.ul_step > li:after {
  /*
    content: ""!important;
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 1.5em;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    background: #ccc;
    z-index: -1;
  */
}

.ol_step > li:before {
  content: counter(li) "" !important;
  counter-increment: li !important;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  background: #ccc;
  border-radius: 50px;
  color: #000;
  font-weight: bold;
  line-height: 2.8;
  font-size: 1.2em;
  text-align: center;
}

.ul_step > li:before {
  content: counter(li) "" !important;
  counter-increment: li !important;
  position: absolute !important;
  left: 0;
  right: auto;
  top: 0;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  background: #ccc;
  border-radius: 50px;
  color: #000;
  font-weight: bold;
  line-height: 2.8;
  font-size: 1.2em;
  text-align: center;
}

.step_wrap .num {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  font-weight: bold;
  line-height: 2;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .step_wrap .num {
    width: 35px;
    height: 35px;
  }
}
ul.list_dot {
  list-style: none;
}

ul.list_dot li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.list_dot li:before {
  background: none repeat scroll 0 0 #9b1d3d;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 7px;
}

/*--------------------------------202201ブロック追加ここまで--------------------------------*/
.wf_form_text,
.wf_form_select,
.wf_form_todofuken,
.wf_form_date,
.wf_form_postnum,
.wf_form_tel {
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

.require_text {
  display: block;
}

textarea.wf_form_text {
  min-height: 100px;
}

/*--------------------------------案件用--------------------------------*/
#content {
  overflow: hidden;
}

.columns.reverse {
  flex-direction: row-reverse;
}

.sec_mainimage .inner {
  position: relative;
  padding: 0;
}
.sec_mainimage .columns {
  padding: 0;
  margin: 0;
}
.sec_mainimage .column {
  padding: 0;
  margin: 0;
}
.sec_mainimage .mainimage img {
  width: 904px;
  max-width: 120%;
  margin-left: -15%;
}
.sec_mainimage .main_label {
  position: absolute;
  bottom: -5%;
  top: auto;
  left: 3%;
  right: auto;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 28%;
}

.sec01 {
  background: #f6f3ed;
  padding: clamp(30px, 8vw, 60px) 0;
}
.sec01 .leadtext {
  font-size: 38px;
  color: #992026;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec01 .leadtext {
    font-size: 24px;
  }
}
.sec01 .btn_bnr {
  margin-top: 20px;
}
.sec01 .course_ttl {
  transform: translateY(30px);
  display: table;
  background: #f6f3ed;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .sec01 .course_ttl {
    transform: translateY(22px);
  }
}
.sec01 .course_ttl .leadtext {
  color: #231815;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 767px) {
  .sec01 .course_ttl .leadtext {
    font-size: 22px;
  }
}
.sec01 .course_txt {
  font-size: 24px;
  padding: 50px;
  border: solid 1px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec01 .course_txt {
    font-size: 16px;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.sec01 .review_wrap {
  background: #fff;
  padding: 40px 50px;
  border-radius: 20px;
  margin-top: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .sec01 .review_wrap {
    padding: 20px 30px;
    margin-top: 20px;
  }
}
.sec01 .review_wrap .label {
  font-size: 30px;
  background: #9595a1;
  color: #fff;
  display: inline;
  padding: 0 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .sec01 .review_wrap .label {
    font-size: 24px;
  }
}
.sec01 .review_wrap .label .editor_style {
  display: inline-flex;
  align-items: center;
}
.sec01 .review_wrap .label .small {
  font-size: 20px;
}
.sec01 .review_wrap .txt {
  font-size: 24px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .sec01 .review_wrap .txt {
    font-size: 16px;
  }
}

.sec02 {
  padding: 75px 0;
  background-color: #eeb177;
}
@media (max-width: 767px) {
  .sec02 {
    padding: 30px 0;
  }
}
.sec02 h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .sec02 h3 {
    font-size: 24px;
  }
}
.sec02 h3 span {
  color: #d4211f;
}
.sec02 ul {
  list-style: none;
  padding: 0;
  display: table;
  margin: 0 auto;
}
.sec02 ul li {
  font-size: 32px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
  line-height: 2;
}
@media (max-width: 767px) {
  .sec02 ul li {
    font-size: 18px;
    padding-left: 30px;
  }
}
.sec02 ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.sec02 ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 44px;
  top: 10px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/check.png) no-repeat center/contain;
}
@media (max-width: 767px) {
  .sec02 ul li:before {
    width: 25px;
    height: 25px;
    top: 5px;
  }
}

.sec03 {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .sec03 {
    padding-bottom: 20px;
  }
}
.sec03 .inner {
  padding: 0;
}
.sec03 .columns {
  padding: 0;
  margin: 0;
}
.sec03 .column {
  padding: 0;
  margin: 0;
}
.sec03 img {
  width: 857px;
  max-width: 110%;
}

.sec04 {
  background: #f6f3ed;
  position: relative;
  padding-bottom: 20px;
}
.sec04 img {
  z-index: 1;
  position: relative;
}
.sec04 .inner {
  padding: 0;
}
.sec04 .columns {
  padding: 0;
  margin: 0;
}
.sec04 .column {
  padding: 0;
  margin: 0;
}
.sec04::before {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  height: 100%;
  top: -60px;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #f6f3ed;
  transform: rotate(-3deg);
  z-index: 0;
}
@media (max-width: 767px) {
  .sec04::before {
    top: -30px;
  }
}

.sec05 {
  padding: 70px 0;
  background: url(/images/bg01.jpg) no-repeat center/cover !important;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec05 {
    padding: 30px 0;
    font-size: 18px;
  }
}
.sec05 h3 {
  font-size: 36px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: auto;
}
@media (max-width: 767px) {
  .sec05 h3 {
    font-size: 24px;
  }
}
.sec05 h3 .num {
  font-size: 60px;
}
@media (max-width: 767px) {
  .sec05 h3 .num {
    font-size: 30px;
  }
}
.sec05 h4 {
  font-size: 28px;
  font-weight: 700;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .sec05 h4 {
    font-size: 18px;
    margin-top: -20px;
  }
}
.sec05 .columns {
  align-items: center;
  display: flex;
}
.sec05 .columns .is-2 {
  width: 20%;
  flex: none;
}

.sec_ttl {
  padding: 10px 0 !important;
}
.sec_ttl .inner {
  padding: 0;
}
.sec_ttl .columns {
  padding: 0;
  margin: 0;
}
.sec_ttl .column {
  padding: 0;
  margin: 0;
}
.sec_ttl h3 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .sec_ttl h3 {
    font-size: 20px;
  }
}

.sec06 {
  background: url(/images/bg02.png) no-repeat center bottom/cover !important;
  padding: 60px 0 85px;
}
@media (max-width: 767px) {
  .sec06 {
    padding: 20px 0 40px;
  }
}
.sec06 .txt {
  display: table;
  font-size: 32px;
  margin: 0 auto;
  line-height: 2;
}
@media (max-width: 767px) {
  .sec06 .txt {
    font-size: 18px;
  }
}

.sec08 .inner {
  padding: 0;
}
.sec08 .columns {
  padding: 0;
  margin: 0;
}
.sec08 .column {
  padding: 0;
  margin: 0;
}
.sec08 img {
  width: 1036px;
  max-width: 133%;
  margin-left: -16%;
}

.sec09 {
  padding: 50px 0;
  background: url(/images/bg03.jpg) !important;
}
@media (max-width: 767px) {
  .sec09 {
    padding: 30px 0;
  }
}

.sec10 {
  padding: 50px 0;
  background: url(/images/bg03.jpg) !important;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec10 {
    padding: 30px 0;
  }
}
.sec10 .column {
  padding: 5px;
}
@media (max-width: 767px) {
  .sec10 img {
    max-width: 50%;
  }
}

.sec11 {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .sec11 {
    padding: 40px 0;
  }
}
.sec11 .txt {
  font-size: 17px;
  letter-spacing: 0;
}
.sec11 h3 {
  font-size: 36px;
  text-align: center;
  margin: 1em auto 0.5em;
}
@media (max-width: 767px) {
  .sec11 h3 {
    font-size: 26px;
  }
}
.sec11 h3 span {
  font-size: 24px;
  display: block;
  color: #bfbfbf;
}
@media (max-width: 767px) {
  .sec11 h3 span {
    font-size: 18px;
  }
}
.sec12 {
  padding: 10px 0 10px 0;
  background: url(/images/sns_bg.jpg) !important;
}
.sec12 video{
max-width: 100%;
}
.sec13 .columns{
margin: 0;
}
.sec13 .column{
padding: 0;
}

.sec13 .inner{
padding: 0;
}