/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign,FiveColorVariations
Version: simple 1.1
Base Color Variations: beige
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@charset "utf-8";
/* CSS Document */

/* browser style reset */
/**********************************************************/
/********共通部分******************************************/
/**********************************************************/
* {
  font-family: 'Noto Sans JP', 'Meiryo'!important;
  letter-spacing: 0.8px;
}
.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"!important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.sp {
  display: none;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  line-height: 1.6;
  color: #333;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

a img {
  border: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
#content h2.title-top span {
  font-size: 27px;
}
/* グローバルナビ エリア */

/* #global_navi {
    max-width: fit-content;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
} */

#nav ul {
  width: auto;
  height: auto;
  list-style: none;
  text-align: center;
  table-layout: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav ul li {
  border-left: none;
  padding: 0 20px;
}

#nav ul li.header_menu_contact {
  background-color: #3bb834;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 0 10px;
}

#nav ul li.header_menu_contact a {
  color: #fff;
}

#nav ul li a {
  height: auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding: 30px 0px;
  display: block;
  color: #666666;
}

#nav li a:hover {
  opacity: 0.7;
}

.post .answer_text p span {
  color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0), to(#ff0));
  background-image: -o-linear-gradient(#ff0, #ff0);
  background-image: linear-gradient(#ff0, #ff0);
  background-size: 1000px 10px;
  background-position: bottom;
  background-repeat: no-repeat;
  display: inline-block;
}
/**********************************************************/
/********メイン*******************************************/
/**********************************************************/

/* .pc #main_visual_in {
  padding-top: 4%;
} */

#main_visual {
  background-image: url(./images/traffic-accident/main_bk.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

body.page-template-traffic-accident-php {
  background: unset;
}

/**********************************************************/
/********ボディ*********************************************/
/**********************************************************/
.home #wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 40px 0;
  display: block;
}

.home #content {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

#wrapper #content {
  width: 100%;
}
#wrapper {
  margin: 0 auto;
  max-width: 1000%;
  width: 100%;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

#content h2 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 45px;
  padding: 30px 0 35px;
  clear: both;
  color: #ffffff;
  background-color: #00b9d8;
  position: relative;
}

#content ul {
  margin-left: 0px;
  overflow: hidden;
}

#content li {
  margin-bottom: 15px;
  color: #333333;
  text-align: left;
}

.worry_area,
.top_reason,
.top_voice,
.top_flow {
  margin: 100px 0;
}

/*お悩みエリア*/
.worry_question {
  padding: 0 30px;
  padding-bottom: 50px;
}

#content p.worry_text {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}

.worry_question_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 65px;
}

.worry_question_title ::after {
  content: "";
  width: 70px;
  height: 65px;
  background-image: url(./images/traffic-accident/traffic-onayami_i.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: -70px;
}

.worry_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.worry_answer {
  background-color: #ddf3cf;
  position: relative;
  padding: 60px 0;
}

.worry_answer::after {
  position: absolute;
  content: url(./images/traffic-accident/traffic-hukidasi.png);
  top: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.worry_answer_title p {
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
}

.post .worry_answer_title p span {
  color: #3bb834;
  letter-spacing: 1.7px;
  position: relative;
  z-index: 2;
}
.post .worry_answer_title p span::after {
  content: "";
  position: absolute;
  max-width: 249px;
  max-height: 45px;
  width: 315px;
  height: 145px;
  background-image: url(./images/traffic-accident/traffic-under-line.png);
  background-size: 80%;
  background-repeat: no-repeat;
  top: 4rem;
  left: -35%;
  -webkit-transform: translateX(35%);
      -ms-transform: translateX(35%);
          transform: translateX(35%);
  z-index: -1;
}

.worry_answer_text p {
  text-align: center;
}

.worry_answer_text {
  margin: 0 4%;
  margin-top: 20px;
}

/*お悩みエリアここまで*/
/*ポイントエリア*/
.reason_flex {
  max-width: 1200px;
  margin: auto;
  padding: 0;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.reason_flex.reverse_reason {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#content h3.reason_title {
  border: none;
  padding: 0;
  padding-bottom: 30px;
  margin: 0;
  font-size: 20px;
  line-height: 1.2em;
}

#content h3.reason_title span {
  position: absolute;
  top: -35%;
  -webkit-transform: translateX(-76%);
      -ms-transform: translateX(-76%);
          transform: translateX(-76%);
  font-size: 70px;
  left: 65%;
  color: #17990D;
  /* font-family: futura-pt, sans-serif; */
  font-weight: 500;
  letter-spacing: -5px;
  /* -webkit-text-stroke: 2px #19a410;
  text-stroke: 2px #19a410; */
}

#content .reverse_reason h3.reason_title span {
  left: -15%;
  -webkit-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
          transform: translateX(-15%);
  top: -45%;
}

#content h3.reason_title strong {
  color: #17990D;
  font-size: 25px;
}

.reason_flex .text {
  width: 50%;
  position: relative;
}

.reason_flex .text::before {
  content: "POINT";
  position: absolute;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  max-width: 315px;
  max-height: 145px;
  width: 315px;
  height: 145px;
  /* background-image: url(./images/traffic-accident/traffic-point.png); */
  background-size: 80%;
  background-repeat: no-repeat;
  top: 0rem;
  left: 30%;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
  z-index: 0;
  /* -webkit-text-stroke: 2px #19a410;
  text-stroke: 2px #19a410; */
}

.reason_flex .text::after {
  content: "";
  position: absolute;
  display: block;
  max-width: 1100px;
  width: 1100px;
  height: 400px;
  top: 35%;
  left: -129px;
  -webkit-transform: translateY(-24%);
      -ms-transform: translateY(-24%);
          transform: translateY(-24%);
  background: transparent -o-linear-gradient(203deg, #def5d9 0%, #9BE192 150%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(247deg, #def5d9 0%, #9BE192 150%) 0% 0% no-repeat padding-box;
  border-radius: 30px 0 0 30px;
  z-index: -1;
}

.reason_flex.reverse_reason .text::after {
  content: "";
  right: -129px;
  left: auto;
  border-radius: 0 30px 30px 0;
  background: transparent -o-linear-gradient(203deg, #def5d9 0%, #9BE192 150%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(247deg, #def5d9 0%, #9BE192 150%) 0% 0% no-repeat padding-box;
  z-index: -1;
}

.reason_flex figure.images {
  display: block;
  max-width: 508px;
  width: 100%;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
}

.text-inner {
  max-width: 508px;
  position: relative;
  margin-top: 100px;
  margin-left: 88px;
  z-index: 2;
}

#content .text-inner p {
  margin: 0;
  padding-bottom: 0.5rem;
  color: #5D6257;
  font-size: 16px;
}

/*ポイントエリアここまで*/
/*ビフォアフターエリアここまで*/
/* .ba_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 130px;
  margin-bottom: 60px;
}

.ba_item {
  width: fit-content;
  text-align: center;
}
#content p.ba_title,
#content p.ba_small_text {
  width: 100%;
  margin: 0 auto;
  margin-left: -15px;
}

#content p.ba_title {
  position: relative;
  padding-bottom: 40px;
}

#content p.ba_title::after {
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 1px;
  background-color: #3bb834;
}
#content p.ba_small_text {
  font-size: 14px;
  margin-top: 20px;
}
#content p.ba_title {
  text-align: center;
} */
/*ビフォアフターエリアここまで*/
/*患者様の声*/ 
#voice_box {
  padding: 0 50px;
  background: url(../images/program/voice_box_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#voice_box .inner {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: auto;
}

#voice_box h2 span.h2_icon{
  display: inline-block;
}

#voice_box h2 span.h2_icon img{
  width: 40px;
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(94%) saturate(3510%) hue-rotate(194deg) brightness(102%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(15%) sepia(94%) saturate(3510%) hue-rotate(194deg) brightness(102%) contrast(101%);
}

#voice_box h2{
  font-size:30px;
  color: #333333;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 3%;
  font-weight: bold;
  padding-bottom:20px;
  position: relative;
}

#voice_box h2:after{
  content: "";
  width: 60px;
  height: 3px;
  background: #0062B0;
  position: absolute;
  left:0;
  right: 0;
  bottom:0;
  margin: 0 auto;
}

#voice_box h2 .sub {
  font-weight: bold;
  display: block;
  font-size: 20px;
  color: #333333;
  /* font-family: 'M PLUS Rounded 1c', sans-serif;
  font-family: 'Roboto', sans-serif; */
}

#voice_box .voice_box-in {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#voice_box .voice_box-in .text:last-child {
  margin-bottom: 0;
}
#voice_box .voice_box-in .text01, #voice_box .voice_box-in .text02 {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
#voice_box .voice_box-in .text02 {
  margin-bottom: 0;
}
#voice_box .voice_box-in .text02 p {
  margin-bottom: 0;
}
#voice_box .voice_box-in .text01:before {
  content: "";
  position: absolute;
  background-image: url(./images/traffic-accident/woman_voice.png);
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  left: -45px;
}
#voice_box .voice_box-in .text02:before {
  content: "";
  position: absolute;
  background-image: url(./images/traffic-accident/woman_voice.png);
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  left: -45px;
}
#voice_box .voice_box-in .text01 p, #voice_box .voice_box-in .text02 p {
  width: 100%;
  height: 265px;
  margin-bottom: 0;
  padding: 20px 20px 20px 70px;
  border-radius: 10px;
  background-color: #ddf3cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#voice_box .voice_box-in .text01 p span, #voice_box .voice_box-in .text02 p span {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {  
  #voice_box {
    padding: 0;
    background: url(../images/program/voice_box_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #voice_box .voice_box-in {
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 4rem;
      width: 90%;
      margin: 2rem auto 0;
  }
  #voice_box .voice_box-in .text01, #voice_box .voice_box-in .text02 {
      width: 100%;
      height: auto;
  }
  #voice_box .voice_box-in .text01 p, #voice_box .voice_box-in .text02 p {
      width: 100%;
      height: auto;
      padding: 100px 20px 20px 20px;
      font-size: 15px;
  }
  #voice_box .voice_box-in .text01:before, #voice_box .voice_box-in .text02:before {
      content: "";
      position: absolute;
      top: 0px;
      left: auto;
  }
}
/*患者様の声　ここまで*/
/*流れエリアここまで*/
.flow_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 70px;
}
.top_flow .wrap_content {
  padding: 0 30px;
}
.flow_item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.flow_item::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 25px;
  top: 50%;
  right: -18%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("./images/traffic-accident/traffic-yajirushi.png");
}
.flow_item:nth-child(4)::after {
  content: "";
  display: none;
  background: unset;
}
/*流れエリアここまで*/
/* 料金エリア */
.price_wrap {
  width: 100%;
  margin: auto;
}

.price_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.wrap_content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.top_price {
  margin: 100px 0;
}
#content p.price_text {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {  
  .top_price {
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 90%;
      margin: 5rem auto 0;
  }
}
/* 料金エリアここまで */
/*質問エリア*/

.top_question-answer {
  padding: 100px 0;
  background-color: #ddf3cf;
}
.qa_wraper {
  max-width: 800px;
  width: 800px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.qa_item {
  border-radius: 20px;
  overflow: hidden;
}
.qa_item .question_text {
  padding: 25px 0;
  padding-left: 80px;
  background-color: #3bb834;
}
.question_text {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.question_text::before,
.question_text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.question_text::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.question_text::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
#content .question_text p {
  margin: 0 auto;
  color: #fff;
  position: relative;
  font-size: 18px;
}
.question_text p::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 38px;
  top: 50%;
  left: -45px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(./images/traffic-accident/traffic-q_head.png);
}
.qa_item.p-information-data.c-toggle.js-close {
  margin-bottom: -60px;
}
.qa_item.p-information-data.c-toggle.js-close:nth-child(3) {
  margin-bottom: 0;
}

.answer_text {
  padding: 25px 80px;
  background-color: #fff;
}

.answer_text p {
  color: #333;
  font-size: 18px;
}
.answer_text p:nth-child(1) {
  position: relative;
}
.answer_text p::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 38px;
  top: 50%;
  left: -45px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(./images/traffic-accident/traffic-a_head.png);
}

.qa_item .question_text.active::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.qa_item .question_text.active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

/*質問エリアここまで*/

#content h2.title-top {
  background-color: unset;
  color: #333;
  font-size: 27px;
  font-weight: 500;
  position: unset;
  padding-top: 0;
  padding-bottom: 40px;
  margin: 0;
  text-shadow: none;
  background-image: none;
}

#content h2.title-top span.en {
  font-size: 18px;
  color: #3bb834;
}

#content h2.title-top strong {
  font-size: 40px;
  color: #3bb834;
}

/*******************************************************************************/
/********お問い合わせエリア******************************************************/
/******************************************************************************/
.ft-contact {
  background-color: #ddf3cf;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

.ft-bacimage {
  background: url("./images/traffic-accident/traffic-contact_bg.jpg") no-repeat
    top center/cover;
  width: 100%;
  padding: 80px 0 100px;
  position: relative;
  border-radius: 100px 100px 0 0;
}

.ft-contact-ttl {
  color: #333;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
  position: relative;
}

#content h2.ft-contact-ttl {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin: auto;
  margin-bottom: 40px;
  font-size: 30px;
  background-color: unset;
  color: #333;
  background-image: none;
  text-shadow: none;
}

#content h2.ft-contact-ttl span.en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #3bb834;
  font-weight: 600;
}
#content h2.ft-contact-ttl span.jp {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 27px;
  letter-spacing: 1px;
  color: #333;
  font-weight: 600;
}

.ft-contact-inner {
  width: calc(100% - 12%);
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 40px 50px 50px;
  max-width: 100%;
}
#content .ft-contact-inner p.alignC {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.ft-contact-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  gap: 0 50px;
}

.ft-contact-ad .__tel,
.ft-contact-ad .__form {
  max-width: 524px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 55px;
}

.ft-contact-ad .__tel {
  margin-right: 0;
}

.ft-contact-ad .__tel a {
  width: 100%;
  height: 100px;
  display: block;
  background-color: #3bb834;
  border-radius: 55px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
}

.ft-contact-ad .__tel a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("./images/traffic-accident/traffic-contact_tell.png");
  background-repeat: no-repeat;
  background-size: unset;
  background-position: center;
  background-color: #fff;
  border-radius: 100px;
}

.ft-contact-ad .__form {
  margin-left: 0;
}

.ft-contact-ad .__form a {
  width: 100%;
  height: 100px;
  display: block;
  background-color: #51cc00;
  border-radius: 55px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  padding-left: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
}

.ft-contact-ad .__form a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("./images/traffic-accident/traffic-line_icon.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  background-color: #fff;
  border-radius: 100px;
}

.ft-contact-ad .__form a span {
  font-size: 26px;
  color: #fff;
}

.ft-contact-ad .__form a span {
  padding-left: 0;
  font-weight: 600;
  position: relative;
}

.ft-contact-ad .__form a span::before {
  content: "";
  position: absolute;
  background: url("./images/traffic-accident/traffic-common/icon_mail.svg")
    no-repeat left center;
  width: 30px;
  height: 22px;
  top: calc(50% - (22 / 2));
  left: 0;
}

.ft-contact-ad .__form a:hover {
  -webkit-filter: brightness(105%) saturate(120%);
          filter: brightness(105%) saturate(120%);
}

.parts-green {
  position: absolute;
  top: -150px;
  right: 140px;
  z-index: 0;
}

#content p.cv_btn_balloon {
  display: block;
  position: relative;
  z-index: 2;
  padding: 8px 20px 9px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto -8px;
  background-color: #fff;
  border-radius: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cv_btn_balloon.tel_anchor {
  border: 2px solid #3bb834;
}

.cv_btn_balloon.line_anchor {
  border: 2px solid #51cc00;
}

.cv_btn_balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0;
  border-color: #fff transparent transparent transparent;
}

ul#f_nav_left li.f_nav_list_title {
  width: 100%;
  padding-bottom: 15px;
}

ul#f_nav_left li {
  width: calc(100% / 5);
  padding-bottom: 5px;
}

ul#f_nav_right li.f_nav_list_title {
  border: none;
  width: 100%;
  padding-bottom: 15px;
  font-size: 16px;
}

ul#f_nav_right li {
  border-left: 1px solid #333;
  padding-left: 50px;
  padding-bottom: 5px;
}

@media screen and (min-width: 769px) {

  .home #wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 40px 0;
    display: table;
  }

  .home #content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: none;
  }
}

@media screen and (max-width: 1300px) {
  .reason_flex {
    max-width: 1200px;
    margin: auto;
  }

  .reason_flex.reverse_reason {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 980px) {
  /*メイン*/

  /*メインここまで*/
  /*ポイントエリア*/
  .reason_flex {
    max-width: 1200px;
    margin: auto;
    padding: 60px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    gap: 0 2%;
  }

  #content h3.reason_title {
    border: none;
    padding: 0;
    padding-bottom: 30px;
    margin: 0;
    font-size: 20px;
    line-height: 1.2em;
  }

  #content h3.reason_title span {
    position: absolute;
    top: -20%;
    -webkit-transform: translateX(-76%);
        -ms-transform: translateX(-76%);
            transform: translateX(-76%);
    font-size: 70px;
    left: 83%;
    color: #3bb834;
    /* font-family: futura-pt, sans-serif; */
    font-weight: 500;
    letter-spacing: -5px;
  }
  #content .reverse_reason h3.reason_title span {
    right: 15%;
    left: unset;
    -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
            transform: translateX(-15%);
    top: -25%;
  }
  
  #content h3.reason_title strong {
    color: #3bb834;
    font-size: 25px;
  }

  .reason_flex .text {
    width: 50%;
    position: relative;
  }

  .reason_flex .text::before {
    content: "POINT";
    position: absolute;
    max-width: 315px;
    max-height: 145px;
    width: 315px;
    height: 145px;
    /* background-image: url(./images/traffic-accident/traffic-point.png); */
    background-size: 80%;
    background-repeat: no-repeat;
    top: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
  }

  .reason_flex .text::after {
    content: "";
    position: absolute;
    display: block;
    max-width: 1100px;
    width: 1100px;
    height: 400px;
    top: 24%;
    left: -129px;
    -webkit-transform: translateY(-24%);
        -ms-transform: translateY(-24%);
            transform: translateY(-24%);
    border-radius: 30px 0 0 30px;
    z-index: -1;
  }

  .reason_flex figure.images {
    width: 100%;
    margin: 0;
  }

  .text-inner {
    max-width: unset;
    position: relative;
    margin-top: 50px;
    margin-left: 0;
    z-index: 2;
  }

  #content .text-inner p {
    margin: 0;
    padding-bottom: 0.5rem;
    font-size: 18px;
  }

  /*ポイントエリアここまで*/
  /*お問い合わせエリア*/
  .ft-contact {
    background-color: #ddf3cf;
    width: 100%;
    padding: 0;
    position: relative;
  }

  .ft-bacimage {
    background: url("./images/traffic-accident/traffic-contact_bg.jpg")
      no-repeat top center/cover;
    width: 100%;
    padding: 80px 0 100px;
    position: relative;
    border-radius: 100px 100px 0 0;
  }

  .ft-contact-ttl {
    color: #333;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 100px;
    position: relative;
  }

  #content h2.ft-contact-ttl {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    margin: auto;
    margin-bottom: 40px;
    font-size: 30px;
    background-color: unset;
    color: #333;
  }

  #content h2.ft-contact-ttl span.en {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #3bb834;
  }

  .ft-contact-inner {
    width: calc(100% - 4%);
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 40px 0 50px;
  }

  p.alignC {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
  }

  .ft-contact-ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 48px;
    gap: 0 40px;
    padding: 0 2%;
  }

  .ft-contact-ad .__tel,
  .ft-contact-ad .__form {
    max-width: 524px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 55px;
  }

  .ft-contact-ad .__tel {
    margin-right: 0;
  }

  .ft-contact-ad .__tel a {
    width: 100%;
    height: 100px;
    display: block;
    background-color: #3bb834;
    border-radius: 55px;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
  }

  .ft-contact-ad .__tel a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url("./images/traffic-accident/traffic-contact_tell.png");
    background-repeat: no-repeat;
    background-size: unset;
    background-position: center;
    background-color: #fff;
    border-radius: 100px;
  }

  .ft-contact-ad .__form {
    margin-left: 0;
  }

  .ft-contact-ad .__form a {
    width: 100%;
    height: 100px;
    display: block;
    background-color: #51cc00;
    border-radius: 55px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.1em;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
  }

  .ft-contact-ad .__form a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url("./images/traffic-accident/traffic-line_icon.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    background-color: #fff;
    border-radius: 100px;
  }

  .ft-contact-ad .__form a span {
    font-size: 26px;
    color: #fff;
  }

  .ft-contact-ad .__form a span {
    padding-left: 0;
    font-weight: 600;
    position: relative;
  }

  .ft-contact-ad .__form a span::before {
    content: "";
    position: absolute;
    background: url("./images/traffic-accident/traffic-common/icon_mail.svg")
      no-repeat left center;
    width: 30px;
    height: 22px;
    top: calc(50% - (22 / 2));
    left: 0;
  }

  .ft-contact-ad .__form a:hover {
    -webkit-filter: brightness(105%) saturate(120%);
            filter: brightness(105%) saturate(120%);
  }

  .parts-green {
    position: absolute;
    top: -150px;
    right: 140px;
    z-index: 0;
  }

  .cv_btn_balloon {
    display: block;
    position: relative;
    z-index: 2;
    padding: 8px 20px 9px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto -13px;
    background-color: #fff;
    border-radius: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }

  .cv_btn_balloon.tel_anchor {
    border: 2px solid #3bb834;
  }

  .cv_btn_balloon.line_anchor {
    border: 2px solid #51cc00;
  }

  .cv_btn_balloon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 0;
    border-color: #fff transparent transparent transparent;
  }
}

@media screen and (max-width: 980px) {
  /*メイン*/
  .pc #main_visual_in {
    padding-top: 4%;
}

#main_visual {
    background-image: url(./images/traffic-accident/main_bk.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

  /*メインここまで*/

  #content .worry_answer_text p {
    margin: auto;
  }
  #f_logo img {
    width: auto;
    margin: 0 auto;
  }

  #f_nav ul li {
    display: inline;
    padding-left: 0;
    margin-left: 0;
    width: 47%;
    float: left;
    border: none;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #dfdbd9;
  }
  #content .worry_answer_text p {
    margin: auto;
  }
  #f_nav ul li:nth-child(2n + 2) {
    clear: left;
    padding-left: 0;
    margin-left: 0;
    border: none;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #dfdbd9;
  }
  .page-template-traffic-accident div#wrapper {
    width: 100%;
    padding: 5% 0 0;
    margin: 3% auto 0;
  }
  #f_nav ul#f_nav_right li {
    clear: left;
    padding-left: 0;
    margin-left: 0;
    border: none;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #dfdbd9;
    width: 100%;
  }
  #f_nav ul li a {
    font-size: 14px;
    color: #918a86;
    text-decoration: none;
    padding-right: 20px;
    display: block;
    line-height: 20px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image: url(./images/traffic-accident/traffic-f_ico01.png);
    background-repeat: no-repeat;
    background-position: center left;
  }

  #f_nav ul {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /*ポイントエリア*/
  .reason_flex {
    max-width: 1200px;
    margin: auto;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }

  #content h3.reason_title {
    border: none;
    padding: 0;
    padding-bottom: 30px;
    margin: 0;
    font-size: 20px;
  }

  #content h3.reason_title span {
    top: -25%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }

  #content h3.reason_title strong {
    color: #3bb834;
    font-size: 25px;
  }

  .reason_flex {
    padding: 40px 0 30px;
    max-width: unset;
    width: 100%;
  }

  .reason_flex .text {
    width: 100%;
    position: relative;
  }

  .reason_flex .text::before {
    content: "POINT";
    top: -2.5rem;
    left: 75%;
    -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
            transform: translateX(-75%);
  }
  .reason_flex.reverse_reason .text::before {
    content: "POINT";
    top: -2.5rem;
    left: 75%;
    -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
            transform: translateX(-75%);
  }
  .reason_flex .text::after {
    content: "";
    position: absolute;
    display: block;
    max-width: unset;
    width: 100%;
    height: 450px;
    top: 5%;
    left: 0;
    border-radius: 0;
    z-index: -1;
  }

  .reason_flex.reverse_reason .text::after {
    content: "";
    max-width: unset;
    width: 100%;
    height: 450px;
    top: 5%;
    left: 0;
    right: 0;
    border-radius: 0;
    z-index: -1;
  }

  .reason_flex figure.images {
    max-width: unset;
    width: auto;
    margin: auto;
  }

  .reason_flex figure.images img {
    width: 100%;
  }

  .text-inner {
    max-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 100px auto 0;
    z-index: 2;
  }

  .text-inner p {
    padding-bottom: 0.5rem;
  }

  /*ポイントエリアここまで*/
  /*ビフォーアフターエリア*/

  .ba_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px 100px;
    margin-bottom: 60px;
  }

  /*ビフォーアフターエリアここまで*/
  /*お問い合わせエリア*/
  .ft-contact {
    background-color: #ddf3cf;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    position: relative;
  }

  .ft-bacimage {
    background: url("./images/traffic-accident/traffic-contact_bg.jpg")
      no-repeat top center/cover;
    width: 100%;
    padding: 80px 0 100px;
    position: relative;
    border-radius: 100px 100px 0 0;
  }

  .ft-contact-ttl {
    color: #333;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 100px;
    position: relative;
  }

  #content h2.ft-contact-ttl {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    margin: auto;
    margin-bottom: 40px;
    font-size: 30px;
    background-color: unset;
    color: #333;
  }

  #content h2.ft-contact-ttl span.en {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #3bb834;
  }

  .ft-contact-inner {
    width: calc(100% - 4%);
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 40px 0 50px;
  }

  p.alignC {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
  }

  .ft-contact-ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 48px;
    gap: 0 40px;
    padding: 0 2%;
  }

  .ft-contact-ad .__tel,
  .ft-contact-ad .__form {
    max-width: 524px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 55px;
  }

  .ft-contact-ad .__tel {
    margin-right: 0;
  }

  .ft-contact-ad .__tel a {
    width: 100%;
    height: 100px;
    display: block;
    background-color: #3bb834;
    border-radius: 55px;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.1em;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
  }

  .ft-contact-ad .__tel a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url("./images/traffic-accident/traffic-contact_tell.png");
    background-repeat: no-repeat;
    background-size: unset;
    background-position: center;
    background-color: #fff;
    border-radius: 100px;
  }

  .ft-contact-ad .__form {
    margin-left: 0;
  }

  .ft-contact-ad .__form a {
    width: 100%;
    height: 100px;
    display: block;
    background-color: #51cc00;
    border-radius: 55px;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.1em;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
  }

  .ft-contact-ad .__form a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url("./images/traffic-accident/traffic-line_icon.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    background-color: #fff;
    border-radius: 100px;
  }

  .ft-contact-ad .__form a span {
    font-size: 26px;
    color: #fff;
  }

  .ft-contact-ad .__form a span {
    padding-left: 0;
    font-weight: 500;
    position: relative;
  }

  .ft-contact-ad .__form a span::before {
    content: "";
    position: absolute;
    background: url("./images/traffic-accident/traffic-common/icon_mail.svg")
      no-repeat left center;
    width: 30px;
    height: 22px;
    top: calc(50% - (22 / 2));
    left: 0;
  }

  .ft-contact-ad .__form a:hover {
    -webkit-filter: brightness(105%) saturate(120%);
            filter: brightness(105%) saturate(120%);
  }

  .parts-green {
    position: absolute;
    top: -150px;
    right: 140px;
    z-index: 0;
  }

  .cv_btn_balloon {
    display: block;
    position: relative;
    z-index: 2;
    padding: 8px 20px 9px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto -13px;
    background-color: #fff;
    border-radius: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }

  .cv_btn_balloon.tel_anchor {
    border: 2px solid #3bb834;
  }

  .cv_btn_balloon.line_anchor {
    border: 2px solid #51cc00;
  }

  .cv_btn_balloon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 0;
    border-color: #fff transparent transparent transparent;
  }
}

@media screen and (max-width: 980px) and (min-width: 749px) {
  ul#f_nav_right li.f_nav_list_title {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
  }
  ul#f_nav_right li {
    border-left: 1px solid #333;
    padding-left: 50px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 900px) {
  .flow_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 70px;
  }

  .flow_item::after {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  p {
    line-height: 1.8;
  }

  #wrapper,
  .inner {
    width: 85%;
  }

  #content li {
    margin-bottom: 0;
  }

  .worry_area,
  .top_reason,
  .top_voice,
  .top_flow {
    margin: 50px 0;
  }

  .top_question-answer {
    margin: 50px 0 0;
  }

  .main_visual {
    padding-top: 0;
  }

  .sp #main_visual {
    margin-top: 0;
    background: unset;
  }

  #nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2%;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #nav ul li {
    width: 50%;
    padding: 0;
    background-color: #fff;
  }

  #nav ul li:last-child:nth-child(odd) {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
  }

  #nav ul li:nth-child(7) a {
    border: none;
    border-top: 1px solid #fff;
  }

  #nav ul li:nth-child(8) a {
    border: none;
    border-top: 1px solid #fff;
  }

  #nav ul li a {
    position: relative;
    color: #333;
    background: #fff;
    text-align: left;
    padding: 15px 10%;
    padding: 15px 20px;
    margin: 0 5%;
    border-bottom: 1px dotted #333;
    background-size: auto;
    background-image: url("./images/traffic-accident/traffic-f_ico01.png");
    background-position: center left;
    background-repeat: no-repeat;
  }

  #nav ul li:last-child:nth-child(odd) a {
    padding: 15px 7.5%;
    margin: 0;
    padding: 15px 20px;
  }

  #nav ul li a::before {
    content: "";
    position: relative;
    top: 50%;
    left: -10px;
    display: none;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }

  #nav ul li.header_menu_contact a {
    border-top: 1px dotted #333;
    border-bottom: none;
  }

  #nav ul li.header_menu_contact a {
    color: #333;
  }

  #nav ul li {
    width: 48%;
    padding: 0;
    background-color: #fff;
  }

  #nav ul li a {
    position: relative;
    color: #333;
    background: #fff;
    text-align: left;
    margin: 0;
    border-bottom: 1px dotted #333;
    background-size: auto;
    background-image: url("./images/traffic-accident/traffic-f_ico01.png");
    background-position: center left;
    background-repeat: no-repeat;
  }

  /*こんなお悩みありませんか？*/
  .worry_question_title {
    position: relative;
    margin-bottom: 30px;
  }

  .worry_question_title ::after {
    position: absolute;
    width: 50px;
    height: 60px;
    left: -50px;
  }

  .worry_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }

  #content .worry_answer_title p {
    font-size: 18px;
  }

  #content .worry_answer_title p {
    width: 80%;
    margin: auto;
    margin-bottom: 4%;
    text-align: center;
    font-size: 16px;
  }

  #content .worry_answer_text p:last-child {
    margin-bottom: 0;
  }

  #content .post .worry_answer_title p span::after {
    top: 3rem;
    left: -90%;
    -webkit-transform: translateX(90%);
        -ms-transform: translateX(90%);
            transform: translateX(90%);
  }

  /*当院が選ばれる3つのポイント*/
  #content h2.title-top {
    padding-top: 0;
    padding-bottom: 0px;
    margin: 0;
  }

  /*ビフォーアフター*/
  .top_voice .container {
    margin-bottom: 0px;
    padding: 0;
  }

  p.ba_title,
  p.ba_small_text {
    margin-left: 0px;
  }

  .ba_item {
    margin-bottom: 30px;
  }

  .ba_item:last-child {
    margin-bottom: 0px;
  }

  p.ba_small_text {
    margin-top: 0;
    margin-bottom: 0;
  }

  #content p.ba_title {
    margin: 0;
    font-size: 20px;
  }

  .ba_item img {
    padding-left: 12px;
  }

  #content p.ba_small_text {
    margin: 0;
    text-align: center;
  }

  .ba_flex {
    margin-bottom: 0;
  }

  /*施術の流れ*/
  .top_flow .container {
    margin-bottom: 20px;
  }

  .flow_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flow_item {
    margin-bottom: 5%;
  }

  .flow_item::after {
    content: "";
    display: none;
  }

  .flow_item:last-child {
    margin-bottom: 0%;
  }
@media screen and (max-width:769px) {
  #traffic-lp .top_voice {
    padding: 60px 0 0;
  }  
}
  /*施術の流れここまで*/
  /*ポイントエリア*/
  .reason_flex {
    max-width: 1200px;
    margin: auto;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }

  #content h3.reason_title {
    border: none;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0;
    font-size: 20px;
  }

  #content h3.reason_title span {
    position: absolute;
    top: -4%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    font-size: 70px;
    left: 0;
    color: #3bb834;
    /* font-family: futura-pt, sans-serif; */
    font-weight: 500;
    letter-spacing: -5px;
  }
  #content .reverse_reason h3.reason_title span {
    top: -3%;
    left: -1%;
    -webkit-transform: translateX(1%);
        -ms-transform: translateX(1%);
            transform: translateX(1%);
  }
  #content h3.reason_title strong {
    color: #3bb834;
    font-size: 25px;
  }

  .reason_flex {
    padding: 30px 0;
    max-width: unset;
    width: 90%;
    margin: auto;
  }
  .reason_flex.reverse_reason {
    margin-left: auto;
  }
  .reason_flex .text {
    width: 100%;
    padding: 0 14px;
    position: relative;
  }

  .reason_flex .text::before {
    content: "POINT";
    position: absolute;
    max-width: 315px;
    max-height: 145px;
    width: 315px;
    height: 145px;
    background-size: 80%;
    background-repeat: no-repeat;
    top: -5%;
    left: 45%;
    -webkit-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
            transform: translateX(-5%);
    z-index: 0;
  }

  .reason_flex .text::after {
    content: "";
    position: absolute;
    display: block;
    max-width: 1100px;
    width: 1100px;
    height: 350px;
    top: 10%;
    left: -129px;
    -webkit-transform: translateY(-24%);
        -ms-transform: translateY(-24%);
            transform: translateY(-24%);
    border-radius: 0;
    z-index: -1;
  }

  .reason_flex.reverse_reason .text::after {
    content: "";
    width: 1100px;
    height: 350px;
    top: 10%;
    right: -129px;
    left: auto;
    border-radius: 0;
    background: transparent -o-linear-gradient(203deg, #def5d9 0%, #9BE192 150%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(247deg, #def5d9 0%, #9BE192 150%) 0% 0% no-repeat padding-box;
    z-index: -1;
  }

  .reason_flex figure.images {
    max-width: unset;
    width: 100%;
    margin: 0;
  }

  .reason_flex figure.images img {
    width: 100%;
  }

  .text-inner {
    max-width: unset;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    z-index: 2;
  }

  #content .text-inner p {
    padding-bottom: 0.5rem;
    margin: 0;
  }

  /*ポイントエリアここまで*/
  /*質問エリア*/
  .container {
    padding-bottom: 25px;
  }

  .top_question-answer {
    padding: 50px 2%;
    background-color: #ddf3cf;
  }

  .qa_wraper {
    max-width: 800px;
    width: auto;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .qa_item .question_text {
    padding: 25px 0;
    padding-right: 25%;
    padding-left: 15%;
    background-color: #3bb834;
  }

  .question_text {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }

  .question_text::before,
  .question_text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 85%;
    width: 18px;
    height: 2px;
    background-color: #fff;
  }

  .question_text::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }

  .question_text::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }

  .question_text p {
    color: #fff;
    position: relative;
    font-size: 18px;
  }

  .question_text p::before {
    content: "";
    position: absolute;
    width: 31px;
    height: 38px;
    top: 0%;
    left: -40px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    background-image: url(./images/traffic-accident/traffic-q_head.png);
  }

  .answer_text {
    overflow: hidden;
    padding: 25px;
    padding-left: 15%;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
  }

  .answer_text p {
    color: #333;
    font-size: 18px;
  }

  .answer_text p:nth-child(1) {
    position: relative;
  }

  .answer_text p::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 38px;
    top: 0%;
    left: -40px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    background-image: url(./images/traffic-accident/traffic-a_head.png);
  }

  /*質問エリアここまで*/
  /*コンタクトここまで*/
  .ft-contact .ft-bacimage {
    width: 100%;
    padding: 55px 3% 55px;
    position: relative;
    border-radius: 0;
  }

  .ft-contact-ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-top: 48px;
    gap: 0 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

  .ft-contact-ad .__tel {
    width: 100%;
    height: auto;
    border-radius: 55px;
    margin-right: 0;
  }

  .ft-contact-ad .__tel a {
    height: auto;
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }

  .ft-contact-ad .__form {
    width: 100%;
    height: auto;
    margin-top: 35px;
    margin-left: 0;
  }

  .ft-contact-ad .__form a {
    height: auto;
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .ft-contact-ad .__form a span {
    padding-left: 0;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    font-size: 18px;
  }

  .cv_btn_balloon {
    width: 90%;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: -7px;
    text-align: center;
    padding: 8px 1% 9px;
  }

  .cv_btn_balloon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 0;
    border-color: #fff transparent transparent transparent;
  }

  .ft-contact-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 40px 20px 50px;
    max-width: 100%;
  }

  .concept-area {
    padding: 0;
  }

  /*2025/04/16|フッターお問い合わせ*/
  .ft-contact {
    background-color: #ddf4f6;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    position: relative;
  }
  #content h2.ft-contact-ttl span.jp {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    font-size: 27px;
    letter-spacing: 1px;
    color: #333;
    font-weight: 600;
  }
  .cv_btn_balloon {
    width: 90%;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: -7px;
    text-align: center;
    padding: 8px 1% 9px;
  }

  #content h2.title-top span {
    font-size: 24px;
  }
  #content h2.title-top strong {
    font-size: 38px;
    color: #3bb834;
  }
}

@media screen and (max-width: 749px) and (min-width: 600px) {
  .qa_item.p-information-data.c-toggle.js-close {
    margin-bottom: -10%;
  }

  .qa_item.p-information-data.c-toggle.js-close:nth-child(3) {
    margin-bottom: 0;
  }
  .reason_flex.reverse_reason .text::before {
    content: "POINT";
    top: -5%;
    left: 45%;
    -webkit-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}

@media screen and (max-width: 600px) {
  .reason_flex .text::after {
    content: "";
    position: absolute;
    display: block;
    max-width: 1100px;
    width: 1100px;
    height: 400px;
    top: 15%;
    left: -129px;
    -webkit-transform: translateY(-24%);
        -ms-transform: translateY(-24%);
            transform: translateY(-24%);
    border-radius: 0;
    z-index: -1;
  }
  .reason_flex.reverse_reason .text::after {
    content: "";
    width: 1100px;
    height: 400px;
    top: 15%;
    right: -129px;
    left: auto;
    border-radius: 0;
    background: transparent -o-linear-gradient(203deg, #def5d9 0%, #9BE192 150%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(247deg, #def5d9 0%, #9BE192 150%) 0% 0% no-repeat padding-box;
    z-index: -1;
  }
}

@media screen and (max-width: 600px) and (min-width: 400px) {
  .qa_item.p-information-data.c-toggle.js-close {
    margin-bottom: -18%;
  }

  .qa_item.p-information-data.c-toggle.js-close:nth-child(3) {
    margin-bottom: 0;
  }
  .qa_item.p-information-data.c-toggle.active {
    margin-bottom: 45%;
  }
  .reason_flex.reverse_reason .text::before {
    content: "POINT";
    top: -1.7rem;
    left: 80%;
  }
}

@media screen and (max-width: 490px) {
  .reason_flex .text::after {
    content: "";
    position: absolute;
    display: block;
    max-width: 1100px;
    width: 1100px;
    height: 350px;
    top: 15%;
    left: -129px;
    -webkit-transform: translateY(-24%);
        -ms-transform: translateY(-24%);
            transform: translateY(-24%);
    border-radius: 0;
    z-index: -1;
  }
  .reason_flex.reverse_reason .text::after {
    content: "";
    width: 1100px;
    height: 350px;
    top: 15%;
    right: -129px;
    left: auto;
    border-radius: 0;
    background: transparent -o-linear-gradient(203deg, #def5d9 0%, #9BE192 150%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(247deg, #def5d9 0%, #9BE192 150%) 0% 0% no-repeat padding-box;
    z-index: -1;
  }
}

@media screen and (max-width: 425px) {
  .reason_flex .text::before {
    content: "POINT";
    left: 37%;
  }
  .reason_flex.reverse_reason .text::before {
    content: "POINT";
    top: -17%;
    left: 33%;
    -webkit-transform: translateY(17%);
        -ms-transform: translateY(17%);
            transform: translateY(17%);
  }
}

@media screen and (max-width: 400px) {
  .worry_question_title ::after {
    position: absolute;
    width: 50px;
    height: 60px;
    top: -30px;
    left: -30px;
  }
  .qa_item.p-information-data.c-toggle.js-close {
    margin-bottom: -45%;
  }
  .qa_item.p-information-data.c-toggle.js-close:nth-child(3) {
    margin-bottom: -42%;
  }
  .reason_flex.reverse_reason .text::before {
    content: "POINT";
    top: -1.7rem;
    left: 37%;
    -webkit-transform: translateX(-6%);
        -ms-transform: translateX(-6%);
            transform: translateX(-6%);
  }
}

@media screen and (max-width: 320px) {
  .reason_flex .text::after {
    content: "";
    position: absolute;
    display: block;
    max-width: 1100px;
    width: 1100px;
    height: 550px;
    top: 15%;
    left: -129px;
    -webkit-transform: translateY(-24%);
        -ms-transform: translateY(-24%);
            transform: translateY(-24%);
    border-radius: 0;
    z-index: -1;
  }
  .reason_flex.reverse_reason .text::after {
    content: "";
    width: 1100px;
    height: 550px;
    top: 15%;
    right: -129px;
    left: auto;
    border-radius: 0;
    z-index: -1;
  }
}

/*TOPページのタブレット版CSS｜2024/04/15*/
@media screen and (max-width: 980px) and (min-width: 749px) {
  /*メインイメージ*/
  /* #main_visual_in_pc img {
    display: block;
    width: 77%;
    margin: 0 0 0 auto;
  } */
  /*このようなお悩みエリア*/
  .page-template-traffic-accident div#wrapper {
    margin: 0;
  }
  .worry_area {
    margin: 0 auto;
  }
  #content p.worry_text {
    font-size: 25px;
  }
  /*当院が選ばれる3つのポイント*/
  #content h2.title-top span.en {
    font-size: 24px;
  }
  #content h2.title-top span {
    font-size: 35px;
  }
  #content h2.title-top span.jp {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0px;
  }
  #content h2.title-top strong {
    font-size: 60px;
    color: #3bb834;
  }

  .reason_flex figure.images {
    max-width: none;
    width: 60%;
    margin: 0 auto;
  }
  .reason_flex figure.images img {
    width: 100%;
    height: auto;
  }

  /*ビフォー＆アフター*/
  .top_voice .wrap_content .content .ba_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 50px;
  }
  .top_voice .wrap_content .content .ba_flex .ba_title {
    margin: 0;
    font-size: 20px;
  }

  /*フッターメニュー*/
  #footer_in {
    padding: 15px 15px 20px;
  }
}