@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.content .inner {
  padding-bottom: 70px;
}
.content .sub_ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 849px) {
  .content .sub_ttl {
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }
}
.content .sub_ttl p {
  text-align: center;
  line-height: 2.5;
}
.content .sub_ttl p + p {
  margin-top: 30px;
}
@media screen and (max-width: 849px) {
  .content .sub_ttl p + p {
    margin-top: 25px;
  }
}
@media screen and (max-width: 849px) {
  .content .sub_ttl p {
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }
}
.content .sub_ttl .btn_yellow {
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 849px) {
  .content .sub_ttl .btn_yellow {
    margin-top: 25px;
  }
}
.content .tel_box {
  background: #ffffff;
  border-radius: 20px;
  max-width: 775px;
  width: 100%;
  margin: auto;
  margin-top: 60px;
  border: 1px solid #6F4B29;
  padding: 35px 20px 40px 20px;
}
@media screen and (max-width: 849px) {
  .content .tel_box {
    padding: 30px 20px ;
    border: none;
    margin-top: 30px;
  }
}
.content .tel_box .sub {
  width: fit-content;
  margin: auto;
  padding-left: 22px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 950px) {
  .content .tel_box .sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .content .tel_box .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 849px) {
  .content .tel_box .sub {
    font-size: 18px;
  }
}
.content .tel_box .sub::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/footer_tel.svg) no-repeat;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.content .tel_box .tel {
  width: fit-content;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #6F4B29 !important;
  margin-top: 8px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .content .tel_box .tel {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 849px) {
  .content .tel_box .tel {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }
}
.content .tel_box .tel span {
  color: #F27679 !important;
  font-size: 30px;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "Lexend Zetta", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 1040px) {
  .content .tel_box .tel span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .content .tel_box .tel span {
    font-size: 26px;
  }
}
@media screen and (max-width: 920px) {
  .content .tel_box .tel span {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .content .tel_box .tel span {
    font-size: 22px;
  }
}
@media screen and (max-width: 849px) {
  .content .tel_box .tel span {
    font-size: 28px;
    line-height: 1.28;
  }
}
.content .tel_box dl {
  display: flex;
  width: fit-content;
  margin: auto;
  margin-top: 8px;
}
@media screen and (max-width: 849px) {
  .content .tel_box dl {
    display: block;
    margin-top: 12px;
  }
}
.content .tel_box dl span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.285;
  background: #FFC4C6;
  border-radius: 5px;
  padding: 5px 10px 6px 10px;
  width: fit-content;
  margin-right: 10px;
}
@media screen and (max-width: 849px) {
  .content .tel_box dl span {
    width: 82px;
    height: fit-content;
  }
}
.content .tel_box dl p {
  line-height: 1.5;
}
@media screen and (max-width: 849px) {
  .content .tel_box dl p {
    width: calc(100% - 92px);
    text-align: left;
  }
}
.content .tel_box dl dt {
  display: flex;
}
.content .tel_box dl dd {
  padding-left: 20px;
  display: flex;
}
@media screen and (max-width: 849px) {
  .content .tel_box dl dd {
    margin-top: 10px;
    padding-left: 0;
    align-items: center;
  }
}
.form_ttl {
  text-align: center;
  margin: auto;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 849px) {
  .form_ttl {
    font-size: 20px;
  }
}
.form_ttl span {
  position: relative;
  z-index: 10;
}
.form_ttl .form_ttl_after {
  position: absolute;
  content: "";
  width: 127px;
  height: 124px;
  left: calc(50% - 63.5px);
  top: -44px;
  z-index: 1;
}
@media screen and (max-width: 849px) {
  .form_ttl .form_ttl_after {
    width: 90px;
    height: 88px;
    left: calc(50% - 45px);
    top: -30px;
  }
}
.form {
  padding-top: 95px;
}
@media screen and (max-width: 849px) {
  .form {
    padding-top: 68px;
  }
}
.form .form_sub {
  text-align: center;
  margin-top: 60px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 16px;
}
@media screen and (max-width: 849px) {
  .form .form_sub {
    margin-top: 40px;
    line-height: 2;
    font-size: 14px;
    text-align: left;
  }
}
.form .f_item {
  margin: auto;
  margin-top: 60px;
  max-width: 708px;
}
@media screen and (max-width: 849px) {
  .form .f_item {
    margin-top: 40px;
  }
}
.form .f_item ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 849px) {
  .form .f_item ul li + li {
    margin-top: 20px;
  }
}
.form .f_item dl {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 849px) {
  .form .f_item dl {
    display: block;
  }
}
.form .f_item dl dt {
  display: flex;
  justify-content: space-between;
  width: 32.9%;
  padding-top: 5px;
}
@media screen and (max-width: 849px) {
  .form .f_item dl dt {
    padding-top: 0;
    width: 100%;
  }
}
.form .f_item dl dt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 849px) {
  .form .f_item dl dt p {
    font-size: 14px;
  }
}
.form .f_item dl dt .hishu {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  background: #FFD905;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 23px;
}
.form .f_item dl dt .ninyi {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  background: #939393;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 23px;
}
.form .f_item dl dd {
  width: 67.1%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 849px) {
  .form .f_item dl dd {
    font-size: 14px;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.form .f_item dl dd p {
  line-height: 1.5;
}
.form .f_item dl dd input[type="button"],
.form .f_item dl dd input[type="submit"],
.form .f_item dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.form .f_item dl dd p,
.form .f_item dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.form .f_item dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 20px;
}
.form .f_item dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-left: 0;
  align-items: center;
}
.form .f_item dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
}
.form .f_item dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.form .f_item dl dd .wpcf7-radio .wpcf7-list-item label {
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 849px) {
  .form .f_item dl dd .wpcf7-radio .wpcf7-list-item label {
    line-height: 2;
  }
}
.form .f_item dl dd .wpcf7-radio .wpcf7-list-item input {
  appearance: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #969696;
  transition: 0.3s all linear;
  margin-right: 7px;
  padding: 10px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 849px) {
  .form .f_item dl dd .wpcf7-radio .wpcf7-list-item input {
    padding: 8px;
    font-size: 14px;
    width: 12px;
    height: 12px;
  }
}
.form .f_item dl dd .wpcf7-radio .wpcf7-list-item input:checked {
  box-sizing: border-box;
  outline: 6px solid #6F4B29;
  outline-offset: -15px;
}
.form .f_item dl dd .wpcf7-radio .wpcf7-list-item button,
.form .f_item dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #969696;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.form .f_item dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.form .f_item dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #969696;
}
.form .f_item dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #969696;
  outline: 1px solid #969696;
}
.form .f_item dl dd input {
  border-radius: 5px;
  border: 1px solid #969696;
  padding: 9px 15px;
  width: 100%;
  color: #969696;
  background: #FAFAFA;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 849px) {
  .form .f_item dl dd input {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.form .f_item dl dd select {
  max-width: 340px;
  border-radius: 5px;
  border: 1px solid #969696;
  padding: 10px 15px;
  width: 100%;
  background: #EFEFEF;
  color: #969696;
}
@media screen and (max-width: 849px) {
  .form .f_item dl dd select {
    padding: 12px 15px;
  }
}
.form .f_item dl dd textarea {
  background: #FAFAFA;
  border-radius: 5px;
  border: 1px solid #969696;
  padding: 10px 15px;
  color: #BEBEBE;
  height: 170px;
  max-width: 170px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 849px) {
  .form .f_item dl dd textarea {
    font-size: 14px;
    padding: 12px 15px;
    height: 200px;
  }
}
.form .f_item dl dd .wpcf7-response-output {
  border: 2px solid #B42E27 !important;
}
.form .f_item dl dd input:focus,
.form .f_item dl dd textarea:focus,
.form .f_item dl dd select:focus {
  color: #222222 !important;
}
.form .f_item dl dd input:valid,
.form .f_item dl dd textarea:valid,
.form .f_item dl dd select:valid {
  color: #222222 !important;
}
.form .f_item dl dd input:invalid,
.form .f_item dl dd textarea:invalid,
.form .f_item dl dd select:invalid {
  color: #B42E27 !important;
  background-color: #FFcccc !important;
}
.form .f_item dl .yubien {
  display: flex;
}
@media screen and (max-width: 849px) {
  .form .f_item dl .yubien {
    display: block;
  }
}
.form .f_item dl .yubien .yubein_sp_flex {
  display: flex;
}
.form .f_item dl .yubien .yu_icon {
  width: 27px;
  padding-right: 14px;
  font-size: 18px;
  display: flex;
  font-weight: 500;
  align-items: center;
}
.form .f_item dl .yubien .yu_input {
  width: 230px;
}
@media screen and (max-width: 849px) {
  .form .f_item dl .yubien .yu_input {
    width: calc(100% - 27px);
  }
}
.form .f_item dl .yubien .yu_t {
  width: calc(100% - 257px);
  padding-left: 15px;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 849px) {
  .form .f_item dl .yubien .yu_t {
    width: 100%;
    padding-left: 27px;
  }
}
.form .f_item .wpcf7-spinner {
  display: none;
}
.form .f_item .wpcf7-not-valid-tip {
  color: #B42E27 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
.form .f_item_check {
  margin: auto;
  width: fit-content;
  margin-top: 40px;
}
@media screen and (max-width: 849px) {
  .form .f_item_check {
    margin-top: 20px;
  }
}
.form .f_item_check .wpcf7-not-valid-tip {
  display: none !important;
}
.form .f_item_check label {
  display: flex;
  align-items: center;
}
.form .f_item_check p {
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
.form .f_item_check a {
  color: #222222;
  text-decoration: none !important;
}
.form .f_item_check input {
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #969696;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 849px) {
  .form .f_item_check input {
    padding: 8px;
    font-size: 14px;
    width: 12px;
    height: 12px;
  }
}
.form .f_item_check input:checked {
  box-sizing: border-box;
  outline: 7px solid #6F4B29;
  outline-offset: -7px;
}
.form .f_item #send {
  background: #ccc;
  color: #ffffff;
  position: relative;
  display: block;
  margin: auto;
  color: #ffffff !important;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0;
  margin-top: 40px;
  cursor: pointer;
  border: none;
  line-height: 80px;
  max-width: 360px;
  width: 100%;
  transition: 0.3s all linear;
}
.form .form_check {
  margin-top: 40px;
  font-size: 16px !important;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 849px) {
  .form .form_check {
    margin-top: 30px;
    font-size: 14px !important;
  }
}
.form .check_list_txt p {
  height: fit-content !important;
}
.form .check_txt_box_ttl {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 849px) {
  .form .check_txt_box_ttl {
    font-size: 18px;
  }
}
.form .check_txt_box_ttl p {
  line-height: 1.6;
}
@media screen and (max-width: 849px) {
  .form .check_txt_box_ttl p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 849px) {
  .form .check_txt_box_ttl {
    margin-bottom: 15px;
    margin-top: 40px;
  }
}
.form .check_txt_box {
  border: 1px solid #969696;
  border-radius: 5px;
  background: #ffffff;
  padding: 30px 10px 30px 30px;
}
@media screen and (max-width: 849px) {
  .form .check_txt_box {
    padding: 22px 10px 22px 25px;
  }
}
.form .check_txt_box .simplebar-wrapper {
  width: 100%;
}
.form .check_txt_box .simplebar-content {
  padding-right: 0 !important;
}
.form .check_txt_box .simplebar-content p {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
.form .simplebar-track.simplebar-horizontal {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
}
.form .simplebar-scrollbar {
  top: 0;
}
.form .simplebar-scrollbar:before {
  background: #E2E2E2 !important;
  opacity: 1 !important;
  width: 10px !important;
  border-radius: 100px !important;
}
.form .check_txt {
  height: 110px;
  overflow: auto;
  padding-right: 12px;
}
@media screen and (max-width: 849px) {
  .form .check_txt {
    height: 163px;
  }
}
.form .check_txt::-webkit-scrollbar {
  width: 5px !important;
}
.form .check_txt::-webkit-scrollbar-track {
  background-color: #ffffff !important;
  border-radius: 100px !important;
}
.form .check_txt::-webkit-scrollbar-thumb {
  background-color: #6F4B29 !important;
  border-radius: 100px !important;
}
@media screen and (max-width: 849px) {
  .form .check_txt {
    padding-right: 10px;
  }
}
.form .check_txt .c_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 849px) {
  .form .check_txt .c_ttl {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.form .check_txt p {
  text-align: left;
}
@media screen and (max-width: 849px) {
  .form .check_txt p {
    line-height: 1.4;
  }
}
.form .check_txt .sub_ttl {
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 849px) {
  .form .check_txt .sub_ttl {
    line-height: 1.4;
    margin-top: 15px;
  }
}
.form .check_txt ol {
  margin-top: 0;
  padding-inline-start: 20px;
}
@media screen and (max-width: 849px) {
  .form .check_txt ol {
    padding-inline-start: 16px;
  }
}
.form .nocheck {
  border: 1px solid #e0e0e0 !important;
  background: #f0f0f1 !important;
}
.simplebar-content-wrapper {
  overflow: hidden !important;
}
.check_list {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #6F4B29;
}
.check_list .sub {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 849px) {
  .check_list .sub {
    font-size: 14px;
  }
}
.check_list .sub,
.check_list .form-acceptance {
  display: flex;
  align-items: end;
  justify-content: center;
}
.check_list .sub a,
.check_list .form-acceptance a {
  color: #6F4B29;
  text-decoration: underline;
}
.check_list .sub .check_list_txt,
.check_list .form-acceptance .check_list_txt,
.check_list .sub .check_list_txt p,
.check_list .form-acceptance .check_list_txt p {
  line-height: 1.2;
  margin: 0;
}
.form-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
.form-acceptance input[type=checkbox] p {
  height: 9px;
}
.form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: all 0.3s;
  background: #ffffff;
  border: 1px solid #969696;
}
.wpcf7-list-item-label {
  position: relative;
}
.form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background: url(../img/common/contact_check.svg) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.send_box {
  margin: auto;
  margin-top: 70px;
  width: 100%;
  width: 295px;
  position: relative;
}
@media screen and (max-width: 849px) {
  .send_box {
    max-width: 250px;
    margin-top: 30px;
  }
}
.send_box:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_icon.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .send_box:after {
    right: 15px;
  }
}
.send_box::after {
  transition: 0.3s ease-in-out;
  opacity: 0.1;
}
.send_box input {
  display: block;
  background: #c6c6c6;
  text-align: left;
  color: #adadad !important;
  width: 100%;
  width: 295px;
  border-radius: 63px;
  line-height: 63px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  border: 1px solid #c6c6c6;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .send_box input {
    max-width: 250px;
    padding-left: 25px;
    line-height: 53px;
    font-size: 14px;
    margin: auto;
  }
}
.f_item #send:hover {
  opacity: 0.8;
}
.sendok::after {
  opacity: 1;
}
.sendok input {
  display: block;
  background: #FFD905;
  text-align: left;
  color: #6F4B29 !important;
  width: 100%;
  max-width: 295px;
  border-radius: 63px;
  line-height: 63px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  border: 1px solid #FFD905;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .sendok input {
    max-width: 250px;
    padding-left: 25px;
    line-height: 53px;
    font-size: 14px;
    margin: auto;
  }
}
.sendok input:hover {
  opacity: 1 !important;
  background: #ffffff;
  border: 1px solid #6F4B29;
}
.kujyo {
  padding-top: 163px;
}
@media screen and (max-width: 849px) {
  .kujyo {
    padding-top: 100px;
  }
}
.kujyo .form_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 849px) {
  .kujyo .form_ttl {
    margin-bottom: 30px;
  }
}
.kujyo .dod_line_h3_ttl {
  margin-bottom: 20px !important;
  margin-top: 40px;
}
@media screen and (max-width: 849px) {
  .kujyo .dod_line_h3_ttl {
    font-size: 16px !important;
    margin-top: 25px;
    margin-bottom: 15px !important;
  }
}
.kujyo p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 849px) {
  .kujyo p {
    line-height: 2;
    font-size: 14px;
  }
}
.kujyo .kujyo_box {
  display: flex;
  column-gap: 60px;
}
@media screen and (max-width: 849px) {
  .kujyo .kujyo_box {
    display: block;
  }
}
.kujyo .kujyo_box .ku_li {
  width: calc(50% - 30px);
}
@media screen and (max-width: 849px) {
  .kujyo .kujyo_box .ku_li {
    width: 100%;
  }
}
.kujyo .kujyo_box .ku_li .dod_line_h3_ttl {
  margin-bottom: 15px !important;
}
.kujyo .kujyo_box .ku_li p {
  position: relative;
  padding-left: 18px;
  line-height: 1.5 !important;
}
@media screen and (max-width: 849px) {
  .kujyo .kujyo_box .ku_li p {
    padding-left: 14px;
  }
}
.kujyo .kujyo_box .ku_li p + p {
  margin-top: 12px;
}
@media screen and (max-width: 849px) {
  .kujyo .kujyo_box .ku_li p + p {
    margin-top: 10px;
  }
}
.kujyo .kujyo_box .ku_li p a {
  color: #6F4B29 !important;
}
.kujyo .kujyo_box .ku_li p::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 8px;
  left: 0;
  z-index: 1;
  background: #6F4B29;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .kujyo .kujyo_box .ku_li p::after {
    width: 7px;
    height: 7px;
    top: 6px;
  }
}
