@charset "UTF-8";
html {
  font-size: 62.5%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_wrap {
  display: flex;
  justify-content: space-between;
}

.flex_inq {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1%;
  clear: both;
}

* html .clearfix {
  height: 1%;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.wrap {
  overflow: hidden;
}

html {
  font-size: 62.5%; /* font-size 1em = 10px */
}

body {
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #444;
  background-color: #fff;
  font-size: 16px;
  height: 100%;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  body {
    max-width: 750px;
    margin: 0 auto;
    letter-spacing: 0.05rem;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.under {
  /* padding: 8px; */
  background-image: linear-gradient(transparent 0%, #e6eee3 0%);
  background-position-y: 0px;
  /* font-weight: bold; */
  /* border-bottom: 1px solid #efe7e3; */
}

.sm_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sm_only {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
img {
  vertical-align: bottom;
}

.contents_title {
  background: #8e3215;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  /* line-height: 1.4; */
  padding: 18px 4px;
}

.contents_subtitle {
  font-size: 1.6rem;
  color: #676767;
  width: 100%;
  text-align: center;
  padding: 24px 0px 0px 0px;
}

.contents_subtitletext {
  background: #d6d2cb;
  text-align: center;
  padding: 8px 4px;
  font-size: 2rem;
  margin-top: 64px !important;
  font-weight: bold;
  color: #464646;
  line-height: 1.4;
}

.contents p.top {
  margin-top: 24px;
}

.contents_subtitletext_su {
  border-bottom: 4px solid #030819;
  color: #030819;
  font-weight: bold;
  font-size: 2.2rem;
}

.contents_box {
  /* background: #fcd475; */
  /* background: #e5efe0; */
  text-align: center;
  width: 800px;
  margin: 24px auto;
  border: 1px solid #ccc;
}

.merit {
  text-align: center;
  background: #f5e4ed;
  padding: 4px;
  font-size: 2rem;
  font-weight: bold;
}

.demerit {
  text-align: center;
  background: #e4f5f4;
  padding: 4px;
  font-size: 2rem;
  font-weight: bold;
}

.merit_asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 5px;
  margin-left: 15px;
  text-align: left;
}

.merit_asterisk li:before {
  display: inline;
  content: "・";
}

.contents_fxbox {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  margin: 24px 4px 4px 4px;
}

.contents_fxbox img {
  width: 100%;
}

header {
  height: 100%;
  width: 100%;
  margin: auto;
  padding: 10px;
  text-align: center;
}

.header_innner {
  width: 100%;
  margin: 0px auto 0;
  /* height: 735px; */
}

.header_innner img {
  width: 100%;
}

.contents:first-child {
  width: 1000px;
  margin: 0 auto;
}

.contents {
  width: 100%;
  margin: 14px auto 0px;
  padding: 8px;
}

.tel {
  /* background:#fff;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  padding:10px;
  box-shadow:0px 1px 20px 2px rgba(46, 46, 46, 0.4) inset; */
  width: 48%;
}

.mail {
  /* background:#fff;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  padding:8px;
  box-shadow:0px 1px 20px 2px rgba(46, 46, 46, 0.4) inset; */
  width: 48%;
}

.tel_sub {
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 10px;
  box-shadow: 0px 1px 20px 2px rgba(46, 46, 46, 0.4) inset;
  width: 85%;
  margin: 10px auto;
}

.privacy {
  padding: 10px;
}

#page-top {
  position: fixed;
  bottom: 0px;
  right: 10px;
}

#page-top a {
  background: #080334;
  text-decoration: none;
  color: #fff;
  width: 55px;
  padding: 16px 0;
  text-align: center;
  display: block;
  border-radius: 50px;
  float: right;
  margin-bottom: 20px;
}

.message_txt {
  color: #333;
  background: linear-gradient(transparent 60%, #c5ecbe 60%);
  font-weight: 700;
}

.defaultlist,
.defaultlist li {
  padding: 0px;
  margin: 10px;
}

.defaultlist li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
}

.list10 {
  counter-reset: li;
}

.list10 li {
  position: relative;
  display: block;
  padding: 10px 0px 10px 50px;
  margin-left: 0px !important;
}

li.list10-count:after {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  display: block;
  text-align: center;
  font-style: italic;
  left: 5px;
  top: -1px;
  font-size: 35px;
  color: #c00;
  font-weight: bold;
  /*font-family:'Goudy Bookletter 1911',Georgia,serif; */
  /*font-family:'メイリオ';*/
}

.question_box .toggle_switch::after {
  top: unset;
  bottom: 0;
}

.question_box .toggle_switch.open::after {
  top: unset;
  bottom: 0;
}

.box_actioninfo_top {
  position: relative;
  top: -90px;
  left: 0px;
  padding: 8px;
  text-align: center;
}

.box_actioninfo002 {
  padding-top: 10px;
}

.box_actioninfo_00 {
  position: relative;
  height: 423px;
  padding-top: 15px;
}

.box_actioninfo_00 img {
  width: 100%;
  vertical-align: bottom;
  padding: 0px 8px 0px 8px;
}

.box_actioninfo_03 {
  position: relative;
  height: 328px;
  padding-top: 15px;
}

.box_actioninfo_03 img {
  width: 100%;
  vertical-align: bottom;
  padding: 0px 8px 0px 8px;
}

.box_actioninfo_01 {
  position: relative;
  height: 262px;
  padding-top: 15px;
}

.box_actioninfo_01 img {
  width: 100%;
  vertical-align: bottom;
  padding: 0px 8px 0px 8px;
}

.box_actioninfo img {
  width: 100%;
  vertical-align: bottom;
}

.box_actioninfo_people {
  position: relative;
  z-index: 999;
  bottom: -17px;
}

.box_actioninfo_people img {
  width: 130px;
  vertical-align: bottom;
}

.box_action_top {
  background: #e5f3e5;
  text-align: center;
  padding: 4px;
  position: relative;
  top: -154px;
  width: 710px;
  left: 397px;
}

.box_action_top p {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.box_actioninfo_flex {
  /* display: flex;
    justify-content: space-around; */
  margin: 0px auto;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

/* .box_action_jimusho {
background: #fff3e5;
text-align: center;
padding: 8px 4px;
width: 980px;
margin: 25px auto;
} */
.box_action {
  background: #ede8de;
  text-align: center;
  padding: 0px 4px 18px;
  width: 100%;
  margin: 0px auto;
}

.box_tel,
.box_mail {
  margin: 15px 0;
}

.box_tel img,
.box_mail img {
  width: 368px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .box_tel img,
  .box_mail img {
    width: 680px;
  }
}

.box_mail_notes {
  width: 96%;
  max-width: 680px;
  margin: -4px auto 12px;
  padding: 0 8px;
  text-align: left;
}
.box_mail_notes p {
  margin: 0 0 0.6em;
  font-size: 1.2rem;
  line-height: 1.55;
  color: #555;
}
.box_mail_notes p:last-child {
  margin-bottom: 0;
}

.box_action_bg {
  background: #ede8de;
  /* margin-top: 24px; */
  position: relative;
}

/* .box_action_bgac {
} */
.contact_flow {
  background: #e7f3ff;
  width: 96%;
  margin: 12px auto;
}
.contact_flow span {
  font-weight: bold;
  color: #c84005;
}

.toggle_switch {
  position: relative;
  cursor: pointer;
  padding: 5px 0px 16px 0;
}

.box_action .toggle_switch {
  padding: 10px 0px 27px 0;
}

.contact_flow p {
  font-weight: normal;
  font-size: 1.5rem;
}

.toggle_switch p {
  font-weight: bold;
  font-size: 1.7rem;
}

.toggle_contents p {
  text-align: left;
  padding: 0px 8px;
  margin: 0px;
}

article {
  background-color: #e5decb;
  margin-top: 20px;
  padding: 10px 0;
}

.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 17px;
  background: url(../images/arrow_down.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 61%;
  right: 45%;
  transition: transform 0.2s;
}

.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 61%;
}

.toggle_contents {
  display: none;
  padding: 8px 0px;
  background: #fff;
  width: 100%;
  margin: 0px auto 12px;
}

.cost_title {
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.worry_title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 20px 0;
  color: #8e3315;
}

.worry_img {
  text-align: center;
  background: #fff;
  margin-top: 12px;
}

@media screen and (min-width: 769px) {
  .worry_img {
    width: 49%;
  }
}
.worry_img img {
  width: 100%;
  vertical-align: bottom;
}

.worry_img img.long {
  width: 100%;
  vertical-align: bottom;
}

.worry_cta {
  text-align: center;
  margin: 20px 0px 8px;
  padding: 0 4px;
}

.worry_cta_arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 10px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 18px solid #cf7b74;
}

.worry_cta_text {
  display: inline-block;
  margin: 0;
  /* padding: 18px 22px; */
  max-width: 100%;
  box-sizing: border-box;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.55;
  color: #b92317;
}

.method_box img {
  width: 466px;
  vertical-align: bottom;
  margin: 10px;
}

.method_img img {
  width: 100%;
  vertical-align: bottom;
}

.chart_img {
  padding: 8px;
  margin-top: 8px;
  text-align: center;
}

.chart_box img {
  vertical-align: bottom;
}

.merit_img {
  padding: 8px;
  margin-top: 8px;
}

.merit_img p {
  padding: 8px;
  margin-top: 8px;
  text-align: center;
}

.merit_img p.title {
  padding: 8px;
  margin-top: 8px;
  text-align: center;
}

.merit_img p span {
  color: #c00;
  font-weight: bold;
}

.merit_box img {
  width: 100%;
  vertical-align: bottom;
}

.forte_box_con {
  padding: 8px;
  margin-top: 8px;
}

.check {
  padding-left: 25px;
}

.check ul li {
  position: relative;
  line-height: 2;
  border-bottom: 1px solid #ccc;
  margin: 12px 0px;
}

.check ul li::after,
.check ul li::before {
  display: block;
  content: "";
  position: absolute;
}

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

.check ul li::after {
  top: 0.65em;
  left: -1.2em;
  width: 10px;
  height: 10px;
  background-color: #cab795;
  border-radius: 100%;
}

.check ul li::after,
.check ul li::before {
  display: block;
  content: "";
  position: absolute;
}

.media_box_con {
  padding: 8px;
  margin-top: 8px;
}

.media_box_con .pickayo {
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #c84005;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #c84005;
}

.request_txt_box {
  padding: 8px;
  margin: 0 8px 24px;
}

.marker_lime {
  background: linear-gradient(transparent 60%, #ddffe1 60%);
}

.choose_img {
  padding: 14px 0px 0px;
}
@media screen and (min-width: 769px) {
  .choose_img {
    width: 48%;
  }
}

.choose_box img {
  vertical-align: bottom;
}

.flow_img {
  padding: 8px;
  margin-top: 8px;
}

.flow_box img {
  width: 100%;
  vertical-align: bottom;
}

.cost_info {
  margin: auto;
}

.cost_table {
  padding: 8px;
  margin-top: 8px;
}

.cost_table table {
  border: 1px solid #dadada;
  margin-top: 12px;
}

.cost_table table,
.cost_table table tr,
.cost_table table th,
.cost_table table td {
  display: grid;
}

.cost_table table th {
  border-bottom: 1px solid #dadada;
  background: #f1f2f3;
  text-align: left;
  font-weight: bold;
}

.cost_table table tr td {
  border-bottom: 1px solid #dadada;
}

.red {
  font-weight: bold;
  color: #7f0b0b;
}

.or {
  font-weight: bold;
  color: #fe7800;
}

.cost_table table tr td p {
  /* margin-bottom: 8px; */
}

.cost_table table th,
.cost_table table td {
  padding: 12px;
}

.cost_table table tr:last-of-type td {
  border-bottom: none;
}

.cost_asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 5px;
  margin-left: 15px;
  text-align: left;
  font-size: 1.3rem;
}

.cost_asterisk li:before {
  display: inline;
  content: "※";
}

.cost_list li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 5px;
  margin-left: 15px;
  font-size: 12px;
}

.cost_list li:before {
  display: inline;
  content: "・";
}

.office_img {
  padding: 8px;
  margin-top: 8px;
  text-align: center;
}

.office_box img {
  vertical-align: bottom;
}

.office_table {
  padding: 8px;
  margin-top: 8px;
}

.office_table table {
  border: 1px solid #dadada;
  margin-top: 12px;
}

.office_table table,
.office_table table tr,
.office_table table th,
.office_table table td {
  display: grid;
}

.office_table table th {
  border-bottom: 1px solid #dadada;
  background: #f5e8d9;
  text-align: left;
  font-weight: bold;
}

.office_table table tr td {
  border-bottom: 1px solid #dadada;
}

.office_table table tr td p {
  margin-bottom: 8px;
}

.office_table table th,
.office_table table td {
  padding: 12px;
}

.office_table table tr:last-of-type td {
  border-bottom: none;
}

.office_subtabletitle {
  border-bottom: 1px solid #dadada;
  background: #f1f2f3;
  text-align: left;
  font-weight: bold;
  padding: 12px;
}

.office_subtable {
  padding: 8px;
  margin-top: 14px;
  font-size: 1.4rem;
}

.office_subtable p.txt {
  color: #cab795;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 40px;
  border-bottom: 2px solid #cab795;
}

.office_subtable table.txt {
  width: 70%;
}

.office_subtable table.pic {
  width: 20%;
}

.office_subtable table td.s-text {
  font-size: 13px;
}

.office_subtable table {
  border: none;
  margin-top: 0px;
}

.office_subtable table,
.office_subtable table tr,
.office_subtable table th,
.office_subtable table td {
  display: flex;
}

.office_subtable table th {
  border-bottom: 1px solid #ffffff;
  background: #fff;
  text-align: left;
  font-weight: normal;
  width: 74px;
  white-space: nowrap;
}

.office_subtable table tr td {
  border-bottom: 1px solid #ffffff;
  display: grid;
  /* width: 750px; */
}

.office_subtable table tr td.smalla {
  width: 16px;
}

.office_subtable table th,
.office_subtable table td {
  padding: 4px;
}

.office_subtable p span {
  font-size: 1.3rem;
}

.office_subtable p {
  margin-bottom: 12px;
  margin: 0px;
}

.question_bc {
  padding: 18px 8px;
  max-width: 900px;
  margin: 8px auto;
  text-align: right;
}

.question_balloon {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.question_balloon .faceicon {
  float: right;
  margin-left: 0px;
  width: 120px;
}

.question_balloon .faceicon img {
  width: 100%;
  height: auto;
}

.question_balloon .chatting {
  width: 100%;
  text-align: left;
}

.says {
  display: inline-block;
  position: relative;
  margin: 0 0px 0 0;
  padding: 10px;
  max-width: 750px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -8px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  transform: rotate(35deg);
}

.says p {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.mycomment {
  margin: 4px 0 0 4px;
}

.mycomment p {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 8px;
  border-radius: 12px;
  background: #ffe7cb;
  font-size: 15px;
  text-align: left;
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px;
  left: -6px;
  border: 8px solid transparent;
  border-left: 18px solid #ffe7cb;
  transform: rotate(-35deg);
}

.jirei {
  padding-top: 10px;
  padding-bottom: 20px;
}

.jirei img {
  width: 100%;
}

.case_action {
  padding: 10px;
}

.case_action p {
  text-align: center;
  color: #437d19;
  font-weight: bold;
  padding: 16px 8px 0px 8px;
  font-size: 17px;
}

.case_flow {
  background: #f1f2f3;
  width: 96%;
  margin: 24px auto;
  border-radius: 12px;
  padding: 8px;
}

.case_action_txt {
  display: flex;
  justify-content: space-between;
  display: flex;
  position: relative;
  top: 14px;
}

.case_flow p.casetitle {
  margin-right: 10px;
  padding: 2px;
  margin-left: 53px;
  margin-top: 0px;
}

.case_flow .titleimg {
  width: 55px;
  position: absolute;
  top: 0px;
  left: -2px;
}

.case_flow .contentsimg img {
  width: 80px;
}

.case_contents {
  background: #fff;
}

.top_people {
  position: relative;
  width: 410px;
  height: 889px;
  left: 700px;
  top: -415px;
}

.top_text {
  width: 736px;
  height: 454px;
  /* margin: 0 0 0 auto; */
  background: url(../images/top_bnner.png) 0 0 no-repeat;
}

.box24 {
  position: relative;
  padding: 0.5em 0.7em;
  margin: 2em 0;
  background: #030819;
  color: #fff;
  /* font-weight: bold; */
  width: 90%;
  margin: 20px auto;
}

.box24:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 48%;
  border: 7px solid transparent;
  border-top: 15px solid #030819;
  width: 0;
  height: 0;
}

.box24 p {
  margin: 0;
  padding: 0;
}

.flow_mainbox h2.title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  margin-top: 64px;
  line-height: 1.4;
  background: #651515;
  padding: 18px;
  margin: 64px 8px 0px;
}

.flow_box p.subtitle {
  color: #651515;
  text-align: center;
  padding: 8px;
  margin: 0 8px 24px;
}

.flow_img {
  display: flex;
  width: 980px;
  padding: 8px;
  margin: 24px auto;
}

.flow_box {
  display: flex;
  margin: 18px 8px 0px;
}

.flow_left {
  position: relative;
  width: 85px;
}

.flow_left p {
  font-family: "YakuHanJP", "Koburina Gothic W6 JIS2004";
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #030819;
  color: #fff;
  font-size: 1.8rem;
  padding: 6px 0px 0px 0px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.flow_left p span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.flow_left::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #030819;
  position: absolute;
  top: 33px;
  left: 18px;
}

.flow_box:last-of-type .flow_left::after {
  content: none;
}

.flow_right {
  margin: 4px 0 0px 12px;
  padding-top: 0px;
  position: relative;
}

.flow_right img {
  padding: 8px;
  width: 295px;
}

.flow_right_h {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}

.flow_right b {
  color: #c73c11;
}

/* .flow_right div {
    margin-top: 8px;
    margin-bottom: 24px;
  } */
.flow_right div p {
  margin-bottom: 16px;
}

/* .flow_box:last-of-type .flow_right {
    margin: 0px 0 18px 4px;
  } */
.flow_right_action {
  background: #f7f0e7;
  text-align: center;
  padding: 5px;
  margin: 10px;
}

.flow_right_action div {
  margin: 0;
}

/* .flow_right_action div:last-of-type {
    margin: 20px 0 0;
  } */
.flow_right_action div p {
  font-weight: bold;
  margin-bottom: 4px;
}

.flow_right_action div span {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 4px;
  display: inline-block;
}

/* .flow_right_action a {
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    display: block;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  } */
/* .flow_right_action .tel_btn a {
    background: #ff5a5f;
    font-size: 2.0rem;
    line-height: 1.4;
  }
  .flow_right_action .mail_btn a {
    background: #008489;
    font-size: 1.6rem;
  }
  .flow_right_action a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px;
    color: #fff;
  }
 */
/*404*/
.not_box {
  width: 90%;
  margin: 110px auto;
}

.not_box ol {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 15px;
}

.not_box ol li {
  list-style-type: decimal;
}

.word_header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.6rem;
}

.word_header_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.word_header_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.word_header_titleh2 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}

.word_header span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 3px;
  background: #08104e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.word p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.word a {
  display: inline;
  color: #49bbfd;
}

.word {
  padding: 20px;
}

.title {
  color: #484848;
  line-height: 1.5;
}

ol {
  position: relative;
  margin-top: 10px;
  padding: 0;
}

ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
  font-size: 1.4rem;
}

ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}

.annai {
  margin-top: 14px;
}

.annai img {
  width: 100%;
}

.info {
  background: #fbf8f8;
  margin: 30px 10px 5px;
  padding: 7px;
  text-align: left;
  border: 1px solid #c00;
}

.info p.titlein {
  color: #c00;
  text-align: center;
}

ul.asterisk {
  padding-left: 21px;
  padding-top: 10px;
  /* display: flex; */
  justify-content: space-around;
}

ul.asterisk li {
  list-style-type: none;
  font-size: 1.5rem;
  text-indent: -1em;
}

ul.asterisk li:before {
  display: inline;
  content: "※";
}

.box_g {
  background: #fff;
  margin-top: 20px;
}

.box_g_title {
  background: #ffffff;
  padding: 10px;
  text-align: center;
  color: #030819;
  border-bottom: 2px solid #030819;
  font-weight: bold;
  font-size: 2rem;
}

.box_g p {
  margin-top: 20px;
}

.box_g img {
  width: 100%;
  margin-top: 20px;
}

.area_box {
  background: #fff;
  width: 100%;
  margin: 15px auto;
  border: 1px solid #ccc;
  /* display: inline-block; */
  padding: 8px;
}
@media screen and (min-width: 769px) {
  .area_box {
    width: 32%;
  }
}

.shiten_title {
  /* background-color: #051132; */
  text-align: center;
  /* padding: 5px; */
  font-weight: bold;
  color: #000;
}

.area_box a {
  color: #000;
  font-size: 1.4rem;
}

.sa_inner table {
  width: 100%;
  margin: 0px 0 0;
  border-bottom: solid 1px #bbb;
  border-collapse: collapse;
  border-spacing: 0;
}

.sa_inner table tr:first-child th:first-child {
  background: #eee;
}

.sa_inner table tr:first-child th:nth-child(2) {
  background: #c0d1d9;
}

.sa_inner table td:last-child {
  background: #fff5e5;
  font-weight: 900;
}

.sa_inner table tr:first-child th:last-child {
  background: #edd4ac;
  font-weight: 900;
}

.sa_inner table th:last-child,
.sa_inner table td:last-child {
  border-right: solid 1px #bbb;
}

.sa_inner table th .vol,
.sa_inner table td .vol {
  font-size: 18px;
}

.sa_inner table th,
.sa_inner table td {
  width: 37.5%;
  padding: 10px 0;
  border-top: solid 1px #bbb;
  border-left: solid 1px #bbb;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.075em;
}

.sa_inner table th:first-child,
.sa_inner table td:first-child {
  width: 25%;
}

.balloon1 {
  position: relative;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #fa8b00;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fa8b00;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.object .list {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #bbb;
  border-left: solid 1px #bbb;
}

.object .list.start dt {
  background: #ffa800;
  color: #fff;
}

.object .list.start dd {
  padding: 0;
}

.object .list dd {
  width: 68%;
  padding: 10px 20px;
}

.object .list dt,
.object .list dd {
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
}

.object .list.start dd .strong {
  font-size: 28px;
}

.object .list + .list {
  margin-top: 1em;
}

.object .list dt.header {
  padding: 20px 0;
}

.object .list dt {
  width: 32%;
  padding: 10px 0;
  background: #eee;
  text-align: center;
}

.t_center {
  text-align: center;
}

.object {
  font-weight: 700;
}

.object .list dd.header {
  padding: 20px 0;
  background: #d0ebf9;
}

.object .list dt {
  width: 32%;
  padding: 10px 0;
  background: #eee;
  text-align: center;
}

.syurui {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.timing .syurui li {
  margin: 1em 10px 0;
  padding: 20px;
  background: #efefef;
}

.syurui li img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 769px) {
  .syurui li img {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.syurui li h3 {
  margin: 0 0 0.5em;
  padding: 0.5em 0;
  background: #cf7b74;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.3;
}

.pcObject {
  display: block;
}

img {
  width: 100%;
}

.tetuzuki .syurui li {
  width: 45%;
  margin: 1.5em 5px 0;
  padding: 10px;
  border: solid 1px #d4d4d4;
}

.tetuzuki .syurui {
  justify-content: center;
}

.accordion-area {
  list-style: none;
  margin: 30px auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(128, 128, 128, 0);
  background: white;
  border-radius: 6px;
  margin-bottom: 25px;
}

/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
  line-height: 1.5;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}

.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  opacity: unset;
  display: none; /*はじめは非表示*/
  background: #ffecea;
  padding: 3%;
}

.soudan_mark1 {
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid black;
  border-radius: 19px;
  padding: 0px 11px;
}

.soudan_mark2 {
  margin-bottom: 10px;
  background-color: #489e0d;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 19px;
  padding: 0px 11px;
}

.soudan {
  margin-bottom: 25px;
}

.comment {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
}

.text_title {
  margin: 14px 0 14px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #efefef;
  padding: 12px;
  text-align: center;
}

.price .case_flow p.casetitle {
  margin: 0 45px 0 16px;
}

.price .toggle_switch.open::after {
  right: 13px;
  top: unset;
  bottom: 29px;
}

.price .toggle_switch::after {
  right: 13px;
  top: unset;
  bottom: 29px;
}

.price table th {
  max-width: 190px;
  background: #f9f8f4;
  vertical-align: middle;
  font-size: 1.4rem;
}

.price table td {
  padding: 0.5em;
  font-size: 1.4rem;
  border-top: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
}

.price table th {
  padding: 0.5em;
  border-top: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
}

table {
  border-spacing: 0;
}

.price .toggle_switch {
  padding: 5px 0px 5px 0;
}

.price .case_flow {
  background-color: #ffe6de;
  border-radius: 5px;
  width: 100%;
  margin: 10px 0;
  padding: 8px;
}

.price .case_contents {
  background-color: #fbfbfb;
}

.price table {
  width: 95%;
  margin: 10px auto;
  box-sizing: border-box;
  border-bottom: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
}

.price h3 {
  margin-left: 12px;
  margin-top: 10px;
}

.price h2 {
  color: #cf7b74;
  font-size: 17px;
  line-height: 1.3;
}

.price h4 {
  margin: 12px 12px 6px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}

.price_shokai {
  margin: 18px 0 22px;
  padding: 18px 16px;
  background: #fff;
  border: 3px solid #cf7b74;
  border-radius: 8px;
}

.price_shokai_step {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8em;
  height: 2.8em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #cf7b74;
  border-radius: 50%;
}

.price_shokai_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price_shokai_title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

.price_shokai_time {
  font-size: 1.45rem;
  font-weight: bold;
}

.price_shokai_amount {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #cf7b74;
  text-align: right;
}

.price_shokai_num {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.price_shokai + .case_flow {
  margin-top: 4px;
}

.price_note {
  font-size: 1.3rem;
}

.price_tax {
  color: #c00;
}

.price_notes {
  margin: 4px 12px 12px;
  font-size: 1.3rem;
  line-height: 1.6;
  list-style: none;
}

.price_notes li {
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}

.price .sup {
  font-size: 0.85em;
  vertical-align: super;
}

.price .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price .table-wrap table {
  min-width: 280px;
}

.info2.case_flow {
  background: #fbf8f8;
  width: 96%;
  margin: 0px auto;
  padding: 8px;
  text-align: left;
  border: 1px solid #c00;
  border-radius: unset;
}

.info2 .toggle_switch p {
  color: #c00;
  text-align: center;
}

.info2 .toggle_switch::after {
  top: unset;
  bottom: 0;
}

.caution_box {
  background-color: #fff;
  padding: 8px 10px 13px 10px;
  /* margin: 0px 8px 8px 8px; */
  width: 89%;
  margin: 0px auto 0px;
  border: 2px solid #8e0404;
  margin-bottom: 20px;
  margin-top: 10px;
}

.caution_box p {
  font-weight: bold;
  color: #1e1e1e;
  font-size: 1.5rem;
  margin-left: -7px;
}

.caution_list {
  background-color: #fff;
  padding: 10px 0px 5px 8px;
  text-align: left;
  display: inline-block;
  width: 100%;
}

.caution_list li {
  list-style: none;
  padding: 0px 0px 0px 14px;
  font-size: 1.4rem;
  text-indent: -1.5em;
}

.caution_list li:before {
  content: "※";
}

.caution_bottom {
  font-size: 1.4rem;
  margin-top: -6px;
  line-height: 1.1;
  color: #ae1010;
  font-weight: bold;
}

.caution_list span {
  background: linear-gradient(transparent 77%, #ffc8c8 60%);
}

.caution_list ul {
  margin-bottom: 8px;
}

.action_top {
  width: 91%;
  margin-bottom: -30px;
}
@media screen and (min-width: 769px) {
  .action_top {
    margin-bottom: -50px;
  }
}/*# sourceMappingURL=style.css.map */