.Diagnosis.Step02 .Contents .Contents_Inner,.Diagnosis.Step03 .Contents .Contents_Inner,.Diagnosis.Result .Contents .Contents_Inner {
    padding-top: 60px;
}
h2.Contents_Body_TiTle {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    max-width: 420px;
    margin: auto;
    padding: 20px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.Result h2.Contents_Body_TiTle {
    max-width: 100%;
    padding: 20px;
    padding-bottom: 20px;
    background: #0d6d35;
    color: #ffffff;
    margin-bottom: 20px;
}
.Result h2.Contents_Body_TiTle:after {
    display: none;
}
.Contents_Body_Waku {
    padding: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.Result .Contents_Body_Waku {
    padding: 40px;
    background: #ffffff;
    border: solid 2px #0d6d35;
}
.Contents_Body_Waku .Contents_Body_Waku_Text{
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
}
.Contents_Body_Waku .Contents_Body_Waku_Step {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.Contents_Body_Waku .Contents_Body_Waku_Step:after {
    content: "";
    border-bottom: dashed 1px #cacaca;
    width: calc(100% - 60px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 17px;
    margin: auto;
    z-index: -1;
    height: 1px;
}
.Contents_Body_Waku_Step_Box {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 25%;
}
.Contents_Body_Waku_Step_Box .Contents_Body_Waku_Step_Box_Num {
    background: #EDEDED;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 2.4rem;
    font-weight: 800;
}
.Contents_Body_Waku_Step_Box.Active .Contents_Body_Waku_Step_Box_Num {
    background: #01B9F9;
    color: #ffffff;
}
.Contents_Body_Waku_Step_Box .Contents_Body_Waku_Step_Box_Text {
    padding-top: 5px;
    font-size: 1.4rem;
    font-weight: 700;
}
.Contents_Body_Waku_Form {
    max-width: 720px;
    margin: auto;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Title, .Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Insert {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px;
    position: relative;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Title {
    padding-bottom: 0;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Q {
    width: 100%;
    padding: 15px;
    position: relative;
    text-align: center;
    font-size: 2.2rem;
    color: #af0404;
    letter-spacing: 0;
    font-weight: 800;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Q span.Num{
    font-weight: 800;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Insert {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Insert.Arrow:after {
    content: "";
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0d6d35;
    height: calc(tan(60deg) * 14px / 2);
    width: 16px;
    z-index: 1;
    pointer-events: none;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Insert.Cheak{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Title span{
    color: #d50101;
}
.Contents_Body_Waku_Form_Image {
    margin: auto;
    max-width: 470px;
    padding-top: 30px;
}
.Submit {
    padding-top: 30px;
    padding-bottom: 100px;
}
.Contents_Body_Waku_Form_Text {
    color: #018CF2;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 30px;
}
.Contents_Body_Waku_Main_Image{
    max-width: 550px;
    margin: auto;
    margin-bottom: 60px;
    position: relative;
}
.Contents_Body_Waku_Line_Image {
    max-width: 650px;
    margin: auto;
}
a.Tel_Link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 20%;
}
.Contents_Body_Waku_Line_Image a{
    display: block;
}
a.Back_Bt {
    background: #0d6d35;
    color: #ffffff;
    font-size: 1.6rem;
    text-align: center;
    padding: 13px;
    border-radius: 6px;
    width: 220px;
    display: block;
    margin: auto;
    margin-top: 60px;
}
button,input,select,textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
    font-weight: 500;
}
:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset
}
::placeholder {
    color: rgba(168,168,168,1)!important;
}
::-webkit-input-placeholder {
    color: rgba(168,168,168,1) !important;
}
::-moz-placeholder {
    color: rgba(168,168,168,1) !important;
}
:-ms-input-placeholder {
    color: rgba(168,168,168,1) !important;
}
select::-ms-value {
    background: 0 0;
    color: #630015;
}
select:invalid, textarea:invalid, input[type=number]:invalid, input[type=text]:invalid, input[type=email]:invalid, input[type=email]:invalid, textarea:invalid {
    color: #242424;
    border-color: #242424;
    background-color: rgb(240 240 240);
}
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=email],input[type=tel],input[type=text],input[type=number] {
    width: 100%;
    background-color: rgb(240 240 240);
    outline: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    vertical-align: middle;
    height: 55px;
    padding: 8px 12px;
    color: #242424;
    font-weight: 500;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 1.5rem;
    box-sizing: border-box;
}
input[type=number] {
    width: 128px;
    margin-right: 5px;
    margin-left: 10px
}
input[type=date] {
    width: 130px;
    background-color: #f7f7f7;
    outline: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    vertical-align: middle;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    color: #242424;
    font-weight: 500;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 1.3rem;
    height: 55px;
    margin-left: 10px
}
textarea {
    width: 100%;
    background-color: #f7f7f7;
    outline: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    vertical-align: middle;
    padding: 8px 12px;
    font-weight: 500;
    -webkit-appearance: none;
    margin-right: 10px;
    border-radius: 3px;
    color: #242424;
    font-size: 1.5rem;
    box-sizing: border-box;
}
[type=submit],[type=button]{
    padding: 24px;
    width: 30vw;
    cursor: pointer;
}
input[type=checkbox] {
    display: none
}
input[type=checkbox] {
    opacity: 0;
    position: absolute
}
.Checkbox_Bt .wpcf7-list-item.first {
    margin: 0
}
.Checkbox_Bt .wpcf7-list-item {
    display: block;
    margin: 0;
    padding-bottom: 10px
}
.Checkbox_Bt .wpcf7-list-item-label {
    cursor: pointer;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    color: #0d6d35;
    position: relative;
    text-align: center;
    width: 200px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: solid 1px #0165eb;
}
.Checkbox_Bt .wpcf7-list-item-label:before {
    background: #fff;
    border: solid 1px #aaa;
    border-radius: 4px;
    content: "";
    height: 1.2em;
    margin-bottom: auto;
    margin-right: .5em;
    margin-top: auto;
    width: 1.2em;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}
.Checkbox_Bt .wpcf7-list-item-label:after {
    border: solid 2px #242424;
    content: "";
    height: 1.2em;
    margin: auto;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    width: .7em;
    border-radius: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg) scale(.98);
    transform: rotate(45deg) scale(.98);
    margin-right: 1rem;
    margin-left: .5rem;
    position: absolute;
    top: -1rem;
    bottom: 0;
    opacity: 0
}
input[type=checkbox]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1)
}
input[type=radio] {
    opacity: 0;
    position: absolute
}
.wpcf7-list-item.first {
    margin: 0
}
.wpcf7-list-item {
    display: block;
    padding: 10px;
    width: calc(100% / 2);
}
.wpcf7-list-item-label {
    cursor: pointer;
    display: flex;
    font-size: 1.65rem;
    font-weight: 700;
    color: #323232;
    position: relative;
    text-align: center;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: solid 2px #b5b5b5;
    border-radius: 6px;
    overflow: hidden;
    letter-spacing: 0;
}
.Contents_Body_Waku_Form_Box_Insert.Exchange .wpcf7-list-item-label {
    font-size: 1.8rem;
}
.wpcf7-list-item-label:before {
    content: "";
    background: #ffffff;
    border: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    position: absolute;
    z-index: -2;
}
.wpcf7-list-item-label:hover:before {
    background: rgb(158 158 158 / 50%);
}
.wpcf7-list-item-label:after {
    content: "";
    border: none;
    height: 100%;
    width: 100%;
    margin: auto;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    left: 0;
    z-index: -1;
    background: #af0404;
    transform: rotate(0deg);
}
input[type=radio]:checked+.wpcf7-list-item-label {
    color: #ffffff;
}
input[type=radio]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
}
span.wpcf7-not-valid-tip {
    font-size: 12px!important;
    padding-top: 3px!important;
    position: absolute;
    bottom: auto;
    width: 110px;
    display: block
}
select {
    height: 50px;
    padding-left: 10px;
    padding-right: 62px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: "";
    min-width: 250px;
    font-size: 1.6rem;
    background-color: #fcfcfc;
    font-weight: 500;
    border: solid 1px #0d6d35;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    width: 100%;
}
select:invalid {
    border: solid 1px #0d6d35;
    background-color: #fcfcfc;
}
input[type=submit] {
    text-align: center;
    display: block;
    margin: auto;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    font-size: 2.6rem;
    padding: 26px;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    max-width: 560px;
    background: #ee4c25;
    border-radius: 6px;
}
.Submit input[type=return] {
    text-align: center;
    display: block;
    margin: auto;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    font-size: 2.6rem;
    padding: 20px;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    max-width: 560px;
    background: #cbcbcb;
    border-radius: 6px;
    margin-top: 30px;
}
.Confirmation .Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Insert.Flex {
    justify-content: flex-start;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Insert .Conf {
    text-align: left;
    width: 100%;
    background-color: rgb(222 232 232);
    padding: 15px;
}
@-webkit-keyframes fuwa {
  0% {
      -webkit-transform: translate(0,0px);
      transform: translate(0,0px);
  }
  100% {
      -webkit-transform: translate(0,-10px);
      transform: translate(0,-10px);
  }
}
@keyframes fuwa {
  0% {
      -webkit-transform: translate(0,0px);
      transform: translate(0,0px);
  }
  100% {
      -webkit-transform: translate(0,-10px);
      transform: translate(0,-10px);
  }
}
.Contents_Body_Waku_Line_Image img {
    animation: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.2s;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Insert.Flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-flow: nowrap;
}
.Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Insert.Cheak {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.Contents_Body_Waku_Result{
    max-width: 720px;
    margin: auto;
    padding: 15px;
    text-align: center;
    background: #ffffff;
    border: solid 1px #0d6d35;
    margin-bottom: 30px;
}
.Contents_Body_Waku_Result h3.Contents_Body_Waku_Result_Head{
    background: #0d6d35;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0;
    padding: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}
.Contents_Body_Waku_Result .Contents_Body_Waku_Result_Body .Contents_Body_Waku_Result_Body_H{
    color: #0d6d35;
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 15px;
}
.Contents_Body_Waku_Result .Contents_Body_Waku_Result_Body .Contents_Body_Waku_Result_Body_B {
    font-size: 1.6rem;
    line-height: 1.8;
}
.Back {
    max-width: 250px;
    margin: auto;
    background: rgb(179 179 179 / 67%);
    text-align: center;
    font-size: 1.8rem;
    padding: 7px;
    border-radius: 6px;
    margin-top: 30px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2b2b2b;
    cursor: pointer;
}
.swiper-autoheight .swiper-slide {
    padding: 10px!important;
}
.Sp_Block {
    display: none;
}
.Confirmation .Contents .Contents_Inner {
    padding: 30px;
    max-width: 960px;
    margin: auto;
    padding-top: 0;
}
.Result .Contents .Contents_Inner {
    padding: 30px;
    max-width: 960px;
    margin: auto;
}
@media screen and (max-width: 951px){
  .Contents_Head .Pc_Block {
      display: none;
  }
  .Contents_Head .Sp_Block {
      display: block;
  }
  .Contents_Head {
      max-width: 520px;
      margin: auto;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      margin-bottom: 30px;
  }
}
@media screen and (max-width: 721px){
  .Pc_Block {
      display: none;
  }
  .Sp_Block {
      display: block;
  }
  .Contents_Head {
      width: 90%;
      margin-bottom: 20px;
  }
  h2.Contents_Body_TiTle {
      font-size: 2.0rem;
      max-width: 280px;
      padding: 15px;
      padding-bottom: 40px;
  }
  h2.Contents_Body_TiTle:after {
      height: 40px;
  }
  .Contents_Body_Waku {
      padding: 0;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
  }
  .Result .Contents_Body_Waku {
      padding: 40px;
      padding-left: 15px;
      padding-right: 15px;
  }
  .Contents_Body_Waku .Contents_Body_Waku_Text {
      font-size: 1.8rem;
  }
  .Contents_Body_Waku .Contents_Body_Waku_Text br{
      display: none;
  }
  .Contents_Body_Waku .Contents_Body_Waku_Step {
      margin-top: 20px;
      margin-bottom: 20px;
      max-width: 300px;
  }
  .Contents_Body_Waku_Step_Box {
      margin-left: 0;
      margin-right: 0;
  }
  .Contents_Body_Waku_Step_Box .Contents_Body_Waku_Step_Box_Text {
      font-size: 1.3rem;
  }
  .Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box {
      align-items: flex-start;
      flex-flow: column;
  }
  .Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Title, .Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Insert {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
  }
  
  .Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Title {
      padding-bottom: 0px;
  }
  .Contents_Body_Waku_Form_Image {
      width: 90%;
      max-width: 400px;
      padding-top: 20px;
  }
  .Submit {
      padding-top: 20px;
      padding-bottom: 120px;
  }
  input[type=submit] {
      font-size: 2.2rem;
      padding: 20px;
      max-width: 400px;
  }
  .Diagnosis.Step02 .Contents .Contents_Inner, .Diagnosis.Step03 .Contents .Contents_Inner, .Diagnosis.Result .Contents .Contents_Inner {
      padding: 20px;
      padding-top: 30px;
  }
  .Contents_Body_Waku_Main_Image {
      margin-bottom: 40px;
      max-width: 420px;
  }
  .Contents_Body_Waku_Line_Image {
      max-width: 480px;
  }
  a.Back_Bt {
      margin-top: 20px;
  }
  a:hover{
      opacity: 1;
  }
  .Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Q {
      font-size: 1.8rem;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 5px;
  }
  .Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Q span.Num {
      display: block;
      margin-bottom: 3px;
  }
  .Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Insert {
      flex-flow: column;
  }
  .Contents_Body_Waku_Form .Contents_Body_Waku_Form_Box .Contents_Body_Waku_Form_Box_Insert.Exchange {
      align-items: flex-start;
  }
  .Contents_Body_Waku_Result .Contents_Body_Waku_Result_Body .Contents_Body_Waku_Result_Body_H {
      font-size: 2.2rem;
  }
  .Contents_Body_Waku_Result .Contents_Body_Waku_Result_Body .Contents_Body_Waku_Result_Body_B {
      text-align: left;
      letter-spacing: 0;
  }
  .Contents_Body_Waku_Result .Contents_Body_Waku_Result_Body .Contents_Body_Waku_Result_Body_B br{
      display: none;
  }
  .wpcf7-list-item {
      min-width: 250px;
      padding: 5px;
      margin: auto;
  }
  .wpcf7-list-item-label {
      font-size: 1.8rem;
      height: 60px;
  }
  .Contents_Body_Waku_Form_Box_Insert.Exchange .wpcf7-list-item-label {
      font-size: 1.6rem;
  }
  .Submit input[type=return] {
      height: 62px;
      font-size: 2.2rem;
      padding: 20px;
      max-width: 400px;
  }
}
