/*
Theme Name: wasan Child Theme
Template: astra
Version: 1.0.0
*/
.speechBubble1 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 24px;
  border: 2px solid #000000;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.speechBubble1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.2px 0 0 15.2px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}

.speechBubble2 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 24px;
  border: 2px solid #000000;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.speechBubble2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}

.fukidashi-01-01 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
}
.fukidashi-01-01::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  border: 2px solid #333333;
  border-top: none;
  border-bottom-right-radius: 50px; /* 左下の角丸 */
  border-bottom-left-radius: 50px; /* 右下の角丸 */
  translate: -50%;
}
.fukidashi-01-01::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px); /* フキダシのサイズに応じて調整してください */
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  rotate: 50deg;
  translate: -50%;
}
.fukidashi-01-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 12px 10px;
}
.fukidashi-01-12::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi-01-12::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi-01-03 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border-bottom: 2px solid #333333;
  background-color: #EDFBE2;
}
.fukidashi-01-03::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box !important;
  background-color: #EDFBE2; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.fukidashi-01-03::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 15px;
  box-sizing: border-box !important;
  border: 2px solid;
  border-color: #333333 #333333 transparent transparent;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}
.flow_design07 {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 0;
  margin: 0;
}

.flow07 {
  padding-left: 0;
}

.flow07 > li {
  list-style-type: none;
  display: flex;
}

.flow07 > li:not(:last-child) {
  margin: 0 0 20px 0;
}

.flow07 > li .icon07 {
  width: 110px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #38bb5c;
  border-radius: 5px 0 0 5px;
  position: relative;
  line-height: 125%;
  margin: 0;
}

.flow07 > li .icon07 img {
  width: 20%;
  padding-left: 5px;
}

.flow07 > li .icon07::after {
  content: ' ';
  width: 0;
  height: 0;
  border-top: 20px solid #38bb5c;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.flow07 > li dl {
  padding: 0 30px 10px 30px;
  background: #FFFFFF;
  border-radius: 0 5px 5px 0;
  width: calc(100% - 115px);
}

.flow07 > li dl dt {
  padding: 10px 0 5px;
  margin: 0 0 8px;
  font-size: 1.1em;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}

.flow07 > li dl dt::after {
  content: '';
  width: 20%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #38bb5c;
}

.flow07 > li dl dd {
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
}
.heading-6 {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #000000;
}

.heading-6::before,
.heading-6::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #3b3b3b;
}

.heading-6::before {
    left: 0;
}

.heading-6::after {
    right: 0;
}
.fusen-1 {
    display: inline-block;
    position: relative;
    padding: .5em 1.3em .5em 1em;
    background-color: #54b435;
    color: #ffffff;
}

.fusen-1::before {
    position: absolute;
    bottom: -1px;
    right: 9px;
    z-index: -1;
    transform: rotate(5deg);
    width: 70%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}
.fukidashi-02-03 {
  position: relative;
  display: grid;
  place-items: center;
  width: 220px;
  height: 220px;
  border: 2px solid #333333;
  border-radius: 50%;
}
.fukidashi-02-03::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 70px;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  box-sizing: border-box;
  background-color: #ffffff;
  color: #FFFFFF;
}
.fukidashi-02-03::after {
  content: "";
  position: absolute;
  top: 102%;
  left: 68px;
  width: 30px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
  color: #FFFFFF;
}
.fukidashi-02-03 > .ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(3px) translateY(3px); /* 位置をややズラす */
  border-radius: 50%;
  background-color: #FFFFFF;
  pointer-events: none; /* クリック不可にする（下のテキストに触れるように） */
  mix-blend-mode: multiply; /* 乗算 */
  color: #FFFFFF;
}
.fukidashi-02-02 {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  color: #ffffff;
  border-radius: 100% 100% 0 100%; /* 右下以外に角丸を指定 */
  background-color: #fc8a4a;
}
.txt_14 {
  font-size: 14px;
  font-weight: normal;
}
.txt_16 {
  font-size: 16px;
  font-weight: normal;
}
.txt_20 {
  font-size: 20px;
}
.txt_vertical {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  text-align: justify;
}
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffe9a7;
  opacity: 0.4;
  z-index: -1;
}
.Diagonal_v2 {
  background: repeating-linear-gradient( -45deg, #ffc107, #ffc107 10px, #ffe9a7 10px, #ffe9a7 50px );
}

/*-----form-----*/
.smf-form {
  max-width: 65%;
  margin: 20px auto;
  padding-top: 20px;
}
.smf-form--business .smf-item__col--label {
  background: #EDFBE2;
}
.smf-action .smf-button-control__control {
  background: #38BB5C !important;
}

.smf-item__description {
    font-size: 12px;
    background: #ff6600;
    color: #fff;
    width: 40px;
    padding: 2px 5px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
}

.smf-action .smf-button-control__control {
  font-size: 1em;
  background-color: var(--color_main);
  background-image: none;
  color: #fff;
  border: none;
  transition: box-shadow 0.25s;
  border-radius: 80px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  min-width: 15%;
  padding: 1em;
  position: relative;
  text-decoration: none;
  width: auto;
}

/*-----list-----*/
li_common li {
  font-weight:500;
  font-size:1.2em;
  line-height:1.8em;
  /*border-bottom: 1px solid #f6f6f6;*/
}

.li_common p.txt_s {
  font-weight:400;
  font-size:16px;
  line-height:1.8em;
  padding-bottom:1em;
}

.li_common p.txt_s_none {
  font-weight:400;
  font-size:1em;
  line-height:1.8em;
  padding-bottom:0;
}

ol.li_common_nest {
  font-weight:500;
  font-size:16px;
  line-height:1.8em;
  padding-top: 20px;
}

ul.nest {
list-style: none;
font-size:16px;
padding-bottom: 2em;
}

li.li_nest {
list-style-type: disc;
font-size: 1em;
font-weight: 400;
line-height: 1.8em;
}

.li_privacy li {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.8em;
/*  border-bottom: 1px solid #f6f6f6;*/
  padding-top: 20px;
}

ol .li_rule li {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.8em;
/*  border-bottom: 1px solid #f6f6f6;*/
  padding: 10px 0 10px 0;
}
ol .li_rule li ol .rule2 li {
  list-style-type: none;
  counter-increment: cnt;
  padding: 10px 0 10px 0;
  text-indent: -2.5em;
  padding-left: 2.5em;
  margin-left: -2em;
}

ol .li_rule li ol .rule2 li::before {
  content: "（"counter(cnt)"）";
}

ol .li_rule li ol .rule2 li ol .rule3 li {
  list-style-type: none;
  counter-increment: cnt;
  padding: 10px 0 10px 0;
  text-indent: -2.5em;
  padding-left: 2.5em;
  margin-left: -2em;
}

ol .li_rule li ol .rule2 li ol .rule3 li::before {
  content: " "counter(cnt)"）";
}

@media (max-width: 922px) {
.smf-form {
  max-width: 95%;
  margin: 20px auto;
  padding-top: 20px;
}

.speechBubble1 {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px;
  border: 2px solid #000000;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.speechBubble2 {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px;
  border: 2px solid #000000;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
}