main {
  width: 1280px;
  margin: 0 auto;
}
main img.topimg {
  width: 100%;
}

.hira {
  font-family: 
  "Hiragino Sans";
}

.bold {
  font-weight: bold;
}

main .content .top-box{
  text-align: center;
  margin: 20px auto 10px auto;
  width: 100%;
  background-color: #9FDFE0;
  padding: 10px;
}

main .content .top-box img {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

main .top-slider-wrap {
  margin-top: 0px !important;
}
main .top-slider-wrap h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 70vw;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}
main .top-slider-wrap ol {
  margin: 10px 0 0 20px;
}
main .top-slider-wrap ol li {
  display: inline;
  margin-right: 5px;
  font-size: 80%;
}

main .content .safe {
  padding: 10px 40px;
  margin: 10px 0;
}

main .content .safe .topinfo {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}



main .content .safe .topinfo p {
  line-height: 1.5em;
}

main .content .safe .topinfotitle {
  color: red;
  font-size: 1.9em;
  font-weight: bolder;
  background-color: white;
  text-align: left;
  padding: 0;
}

main .content .safe .topinfotitle span {
  color: red;
  font-size: 3em;
  display: inline;
}

main .content .safe h2.toptext {
  text-align: center;
  font-size: 2em;
  margin: 40px 0 0px 0;
  font-family: "UD Shin Go Regular";
  font-weight: bold;
  color: #3FA0A2;
}

main .content .safe h2.toptext-b {
  text-align: center;
  font-size: 2.7em;
  margin: 40px 0 0px 0;
  font-family: "UD Shin Go Regular";
  font-weight: bold;
  color: #3FA0A2;
}
main .content .safe h2 {
  text-align: center;
  font-size: 1.8em;
  margin: 30px 0 20px 0;
  font-weight: bold;
  line-height: 2.5rem;
  font-family: "UD Shin Go Regular";
}

.hukidasi-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  font-size: 1.3rem;
}

.hukidasi-box > div {
  display: flex;
  width: 45%;
  margin: 0 auto;
  gap: 10px;
}

.hukidasi-box > div:nth-child(odd){
  flex-direction: row-reverse;
}

.hukidasi-box .hukidasi {
  display: flex;
  align-items: center;
  position: relative;
  max-width: auto;
  margin-left: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #e0efff;
  color: #333333;
  width: 100%;
}

.hukidasi-box .hukidasi::before {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 30px;
  background-color: #e0efff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}


.hukidasi-box .hukidasi-re {
  display: flex;
  align-items: center;
  position: relative;
  max-width: auto;
  margin-left: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #e0efff;
  color: #333333;
  width: 100%;
}

.hukidasi-box .hukidasi-re::before {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 30px;
  background-color: #e0efff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
}

main .content .safe .anzen-movie {
  margin: 40px auto;
  text-align: center;
}
main .content .safe .anzen-movie p{
  text-align: center;
  margin-top: 10px;
}

main .content .safe .info-box{
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background-color: #9FDFE0;
  padding: 30px;
}

main .content .safe .info-box img {
  text-align: center;
  width: 900px;
  margin: 0 auto;
}

main .content .safe .info-box .info-text {
  width: 80%;
  text-align: left;
  line-height: 2em;
  margin: 20px 30px;
}

main .content .safe .maru-box {
  text-align: center;
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 50px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

main .content .safe div.bene {
  margin: 20px auto 60px auto;
  text-align: center;
}

main .content .safe div.bene h2 {
  margin: 0 0 20px 0;
  text-align: center;
  color: #E0003C;
  font-size: 1.8rem;
  /* background: blue; */
}
main .content .safe div.bene ul.bene {
  margin: 0 0 0 0px;
  text-align: left;
  /* background: blue; */
}


main .content .safe ul.bene li {
  line-height: 1.6;
  
}

main .content .safe h3 {
  text-align: center;
  font-size: 2em;
  margin: 40px 0 0 0;
  color: white;
  background-color: #1B9B74;
  font-family: "UD Shin Go Regular";
  padding: 30px 0;
  margin: 0 0 30px 0;
  font-weight: bold;
}
main .content .safe h3 span {
  display: block;
  font-size: 70%;
  margin-top: 10px;
}

h2.event {
  margin: 50px 0 40px 0 !important;
  font-size: 2.5rem !important;
}
p.ev-info {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.5rem !important;
  font-weight: bold !important;
}


main .content .safe h5 {
  text-align: center;
  font-size: 2.5em;
  margin: 10px 0;
  padding: 20px 0;
  font-weight: bold;
}

main .content .safe h5 span {
  font-size: 0.6em;
  display: inline-block;
  text-align: right;
}

main .content .safe p.subtitle {
  text-align: center;
  font-size: 1.2em;
  margin: 20px 0 50px;
}

main .content .safe .newdriver {
  margin-bottom: 40px;
}

main .content .safe .newdriver img {
  width: 100%;
}


main .content .safe .kouka {
  text-align: center;
  margin: 50px 0 0 0 !important;
  padding: 0;
  background-color: white;
}
main .content .safe .kouka img {
  width: 100%;
  max-width: 700px;
}

main .content .safe .ev-box {
  padding: 0 10px;
  display: flex;
  gap: 30px;
}

main .content .safe .ev-box >div>p {
  font-size: 1.4em;
  margin: 10px 0;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}

main .content .safe .ev-box-box {
  display:flex ;
  flex-wrap: wrap;
  gap: 20px 10px;
}

main .content .safe .ev-box-box h6 {
  width: 130px;
  background-color: #C4E6DC;
  color: #1D9B75;
  text-align: center;
  padding: 10px;
  height: 2rem;
  display: table;
  vertical-align: middle;
}

main .content .safe .ev-box-box p {
  width: 500px;
  text-align: left;
  padding: 0 10px;
  line-height: 2rem;

}

main .content .safe .plus {
  text-align: center;
  margin: 30px 0;
}


main .content .safe .ev-box-outline {
  flex-wrap: wrap;
  background-color: #F0FEFF;
  border: 3px solid gray;
  color: #044A04;
  padding: 30px 0px 30px 100px;
}

main .content .safe .ev-box-outline .outline-title {
  width: 100%;
  text-align: center;
  margin: 20px 0 40px 0;
}


main .content .safe .ev-box-outline .ev-box-box {
  width: 600px;
  text-align: center;
  gap: 0px;
  color: black;
}

main .content .safe .ev-box-outline .ev-box-box h6 {
  width: 150px;
  text-align: center;
  margin: 10px 0;
}

main .content .safe .ev-box-outline .ev-box-box p {
  width: 450px;
  text-align: left;
  margin: 10px 0;
}

main .content .safe .ev-box-box ul {
  width: 500px;
  padding: 0px;
  line-height: 1.5;
}

main .content .safe .ev-box-box ul li {
  padding-left:1em;
	text-indent:-1em;
  line-height: 2rem;
}

main .content .safe .ev-box-outline .kaisai {
  width: 500px;
  text-align: left;
  font-size: 1.8em;
}

.gbn {
  background-color: #1A8CEF;
  color: white;
  text-align: center;
  font-size: 1.4em;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}
.gbn span {
  font-size: 0.6em;
}



.sanka span {
  font-size: 0.6em;
}








main .content .reasonlist {
  width: 1280px;
  margin: 0px auto 30px auto;
}



main .content .reasonlist .reasonlist-wrap {
  /* width: 1000px; */
  margin: 0 auto;
}
main .content .reasonlist .reasonlist-wrap h3 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 40px auto;
  color: green;
  border-bottom: 1px solid green;
  width: 80%;
}

main .content .reasonlist .reasonlist-wrap h2 {
  text-align: center;
  font-size: 2rem;
  margin-top: 70px;
  color: green;
  
}
main .content .reasonlist .reasonlist-wrap p {
  text-align: center;
  line-height: 2em;
  width: 80%;
  margin: 0 auto;
}
main .content .reasonlist .reasonlist-wrap h4 {
  text-align: left;
  line-height: 2em;
  font-size: 140%;
  width: 80%;
  margin: 0 auto;
}
main .content .reasonlist .reasonlist-wrap .gbn {
  text-align: center;
  background-color: green;
  color: white;
  line-height: 2em;
  font-size: 140%;
  width: 90%;
  margin: 20px auto;
}
main .content .reasonlist .reasonlist-wrap .h2-info {
  text-align: center;
  font-size: 0.4emrem;
  margin-top: 3px;
  color: green;
}
main .content .reasonlist .reasonlist-wrap .uketuke {
  border: 1px solid green;
  width: 100px;
  text-align: center;
  color: green;
  padding: 4px;
}
main .content .reasonlist .reasonlist-wrap .reasonlist-line {
  margin-top: 20px;
  margin-bottom: 30px;
}
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards #carspro,
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards #saiteki,
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards #tenpo,
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards #sapsta,
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards #kyoten,
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards #wellcab {
  scroll-margin-top: 200px;
}
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards .card {
  width: 1000px;
  border-radius: 10px;
  margin: 15px 0;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 25px 0 80px;
}
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards .card p.card-title {
  font-size: 1.8rem;
  padding: 20px 0 50px;
  margin-right: 5vw;
}
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards .card p.card-title img {
  margin: 0 5vw;
}
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards .card p.card-title span {
  color: #E50404;
  font-size: 40px;
  margin: 0 0.8vw;
}
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards .card p.card-title .int {
  font-size: 50px;
}
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards .card p.card-subtitle {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 1.2rem;
}
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards .card ul {
  width: 85%;
  margin: 0 auto;
  padding-left: 15px;
  list-style: disc;
}
main .content .reasonlist .reasonlist-wrap .reasonlist-line .reason-cards .card ul li {
  margin: 0.7vw 0;
}/*# sourceMappingURL=style.css.map */


main .top-slider-wrap .pcbaner {
  display: block;
  width: 100%;
}
main .top-slider-wrap .spbaner {
  display: none;
  width: 100%;
}

.pc-img {
  display: block;
}
.sp-img {
  display: none;
}

main .top-slider-wrap h1 br.respo-nav {
  display: none;
}

main .toptitle {
  margin-top: 67px !important;
  width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  color: #2C6802;
  background-color: #EAF5ED;
  font-size: 1.9rem;
}

main .toptitle img {
  position: relative;
  top: 30px;
  margin-top: -30px;
  height: 80px;
}


.newdriver {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}

h4.newdrivertitle {
  color: white;
  margin: 0 auto 60px auto;
  text-align: center;
  background-color: #02AB4E;
  padding: 10px 20px;
  width: 300px;
  font-size: 1.2rem;
}

.newdriver > div {
  display: flex;
  width: 45%;
  margin: 0 auto;
  gap: 10px;
}

.newdriver > div:nth-child(odd){
  /* flex-direction: row-reverse; */
}

.newdriver .face {
  width: 50%;
}
.newdriver .face img {
  width: 90px !important;
}

.newdriver .hukidasi {
  display: flex;
  align-items: center;
  position: relative;
  max-width: auto;
  margin-left: 0px;
  padding: 1.6em 1.6em;
  border: 3px solid gray;
  color: #333333;
  line-height: 1.5rem;
  background-color: white;
}

.newdriver .hukidasi:after {
  background: gray;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -3px;
  bottom: 100%;
  padding: 5px 10px 5px 10px;
  content: "Before";
  letter-spacing: 0.1em;
}

.newdriver .hukidasi::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -70px;
  margin: auto;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 15px solid transparent;
  border-left: 15px solid gray;
}

.newdriver .hukidasi-af {
  display: flex;
  align-items: center;
  position: relative;
  max-width: auto;
  margin-left: 15px;
  padding: 1.6em 1.6em;
  border: 3px solid #5AC7D0;
  color: #229BA5;
  line-height: 1.5rem;
  background-color: white;
}

.newdriver .hukidasi-af:after {
  background: #5AC7D0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -3px;
  bottom: 100%;
  padding: 5px 10px 5px 10px;
  content: "After";
  letter-spacing: 0.1em;
}

.mousikomi-div {
  margin: 20px 0;
  text-align: center;
}

.mousikomi-info {
  width: 700px;
  text-align: left;
  margin: 0 auto;
}

/* ------------------------ */
.kohyo {
  font-size: 2.5rem;
  text-align: left;
  padding: 0px 0;
  margin: 20px 0 0 0;
  font-weight: bold;
}


.sanka {
  background-color: #40ACAD;
  color: white;
  text-align: center;
  font-size: 1.6em;
  padding: 25px 0;
  width: 90%;
  margin: 0px auto 20px auto;
  font-weight: bold;
  border-radius: 30px;
}

.sinai {
  background-color: #E0003C;
}
.nanbu {
  background-color: #0092E0;
}
.hokubu {
  background-color: #31B564;
}

.sanka span {
  display: block;
  line-height: 2.5rem;
}

.sanka span.t {
  font-size: 2rem;
}
.sanka span.i {
  font-size: 1.8rem;
}
.sanka span.d {
  font-size: 1.3rem;
}
.sanka span.dd {
  font-size: 1.1rem;
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}

.talk1 {
  background-color: #FCC13F;
  width: 100%;
  padding: 30px 0;
}

.talk1 section {
  display: flex;
  align-items: flex-start;
  gap: 30px; 
  padding: 0px 50px;
}

.talk1 section.left {
  justify-content: flex-start;
}
.talk1 section.right {
  justify-content: flex-end;
}

.talk1 section div {
  width: 60%;

}

.hukidasi-a {
  color: black;
  font-size: 1.4rem;
  line-height: 2rem;
  border-radius: 30px;
}

.hukidasi-b {
  color: black;
  font-size: 1.4rem;
  line-height: 2rem;
  border-radius: 30px;
}

.hukidasi-info {
  margin: 20px 30px 20px 20px;
  line-height: 2rem;
  font-size: 1.2rem;
  text-align: left;
}

.hukidasi-right{
  position:relative;
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  border:4px solid #9B9B9B;
  width: 70%;
}
.hukidasi-right:after,.hukidasi-right:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  right:100%;
  top:50%;
}
.hukidasi-right:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:20px;
  border-right-width:20px;
  margin-top: -10px;
  border-right-color:#FFFFFF;
}
.hukidasi-right:before{
  border-color: rgba(155, 155, 155, 0);
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:24px;
  border-right-width:24px;
  margin-top: -12px;
  margin-right: 2px;
  border-right-color:#9B9B9B;
}

.hukidasi-left{
  position:relative;
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  border:4px solid #9B9B9B;
}
.hukidasi-left:after,.hukidasi-left:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  left:100%;
  top:50%;
}
.hukidasi-left:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:20px;
  border-right-width:20px;
  margin-top: -10px;
  border-left-color:#FFFFFF;
}
.hukidasi-left:before{
  border-color: rgba(155, 155, 155, 0);
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:24px;
  border-right-width:24px;
  margin-top: -12px;
  margin-left: 2px;
  border-left-color:#9B9B9B;
}

.ev-box-box li.new::before {
  content: url(../img/new.png);
  height: 46px;
  width: 46px;
  margin-left: -50px;
  position: relative;
  top:30px;
  left: -12px;

}

.text-black {
  color: black;
}

.sanka2 {
  background-color: #9FDFE0;
}

h3.kouka {
  color: #01AB4D !important;
}

div.info-box {
  margin-bottom: 50px !important;
}

div.kouka-box {
  background-color: #9FDFE0;
  width: 100%;
  padding: 20px;
  /* box-sizing:border-box;
  margin: 0px calc(50% - 50vw);
	padding: 30px calc(50vw - 50% + 8px); */

}

div.kouka img {
    mix-blend-mode: multiply1;
}

.orange {
  background-color: #FCC13F !important;
}

.ev-text {
  text-align: center;
  font-size: 1.4rem;
  margin: 20px 0;
}

section.ev-out-sec {
  display: flex;
  margin: 30px 0;
}

.mx10 {
  margin: 30px 0 ;
}

footer .info {
  color: gray;
  font-size: 0.8rem;
  line-height: 1.3rem;
  margin: 10px 0;
}

h2.kk {
  margin: 60px 0 30px 0 !important;
  font-size: 2.4rem !important;
}

.kouka-sub {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0;
}

br.pc {
  display: block;
}
br.sp {
  display: none;
}
.topinfo-sub {
  text-align: left;
  color: #9925AD;
}
.topinfo-prog {
  text-align: center;
margin-bottom: 20px;
}
.bkwhite {
  background-color: white;
}
.bene-fl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.kouka-ti {
  background-color: #48A8AA !important;
  color: white !important;
  width: 100%;
  margin: 0 !important;
  /* box-sizing:border-box;
  margin: 0px calc(50% - 50vw) !important;
	padding: 30px calc(50vw - 50% + 8px); */

}
.mt10 {
  margin-top: 20px !important;
}
.info-box .fl {
  display: flex;
  justify-content: center;
  align-items: center;

}
.info-box .fl .tq1 {
  max-width: 550px;
}
.info-box .fl .ta1 {
  max-width: 380px;
}


@media screen and (max-width: 1024px) {
  main {
    width: auto;
  }
  main .top-slider-wrap {
    margin-top: 133.5px;
  }
  main .top-slider-wrap ol li {
    font-size: 75%;
  }

  main .toptitle {
    margin-top: 60px !important;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    color: #00622D;
    background-color: #EAF5ED;
  }

  main p.top-info {
    line-height: 1.3rem;
    margin: 0 10px;
  }

  main .content .safe .anzen-movie {
    padding: 30px 0;
  }


  main .content #reasonlist {
    scroll-margin-top: 120px;
  }
  main .content .reasonlist {
    width: auto;

  }
  main .content .reasonlist .reasonlist-wrap {
    width: 100%;
    padding: 10px 20px;
    text-align: left;
  }

  main .content .reasonlist .reasonlist-wrap img {
    width: 100%;
  }

  main .content .reasonlist .reasonlist-wrap .uketuke {
    border: 1px solid green;
    width: 100px;
    text-align: center;
    color: green;
    padding: 4px;
    position: absolute;
    left: 20px;
  }

  main .content .reasonlist .reasonlist-wrap p {
    text-align: left;
    line-height: 2em;
    width: 100%;
    margin: 0 auto;
  }

  main .content .reasonlist .reasonlist-wrap h3 {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 20px auto;
    color: green;
    border-bottom: 1px solid green;
    width: 100%;
  }

  main .content .reasonlist .reasonlist-wrap h4 {
    text-align: left;
    line-height: 2em;
    font-size: 110%;
    width: 100%;
    margin: 0 auto;
  }

  main .content .reasonlist .reasonlist-wrap h2 {
    font-size: 1.5em;
    margin-top: 60px;
  }
  main .content .reasonlist .reasonlist-wrap .reasonlist-line {
    margin: 20px 15px;
  }
  main .content .reasonlist .reasonlist-wrap .reasonlist-line .q-item h3 {
    margin-left: 15px;
    margin-right: 10px;
    font-size: 1.6em;
  }
  main .content .reasonlist .reasonlist-wrap .reasonlist-line .q-item p {
    font-size: 1em;
  }
  main .content .reasonlist .reasonlist-wrap .reasonlist-line .a-item {
    margin: 15px auto;
  }
  main .content .reasonlist .reasonlist-wrap .reasonlist-line .a-item h3 {
    margin-left: 15px;
    margin-right: 10px;
    font-size: 1.6em;
  }
  main .content .reasonlist .reasonlist-wrap .reasonlist-line .a-item p {
    padding-top: 2px;
    font-size: 1em;
    line-height: 1.5;
  }
  main .content .reasonlist .reasonlist-wrap .reasonlist-line .a-item p .pc-br {
    display: none;
  }
  main .content .reasonlist .reasonlist-wrap .reasonlist-line .ichiran {
    margin-right: 10px;
  }

  main .content .acomenu {
    width: auto;
  }

  main .content .acomenu section .title {
    display: block;
  }

  main .content .acomenu .accordion-area li {
    min-height: 350px;
    margin: 15px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #EEEFF8;
    position: relative;
  }
  main .content .acomenu .accordion-area li:last-child {
    margin-bottom: 30px;
  }
  main .content .acomenu .accordion-area li .accordion-card {
    position: relative;
    width: 80vw;
    height: 162px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  }
  main .content .acomenu .accordion-area li p {
    text-align: center;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 0px 0 0px 0px;
    width: 90vw;
  }



  main .content .acomenu .accordion-area li .buttons {
    margin-top: 30px;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  main .content .acomenu .accordion-area li .buttons .category-button {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 5px 10px;
    width: 200px;
  }



  main .top-slider-wrap img {
    width: 100%;
  }
  main .content .safe {
    padding: 0px 10px;
  }
  
  main .content .safe .topinfo {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 20px 0;
  }
  
  main .content .safe .topinfo img {
    width: 100%;
  }
  
  main .content .safe .topinfo >div {
    width: 34%;
  }

  main .content .safe .topinfo h3 {
    text-align: center;
    font-size: 1.2em;
    margin: 0px 0;
  }
  

  main .content .safe .topinfo p {
    line-height: 1em;
    font-size: 0.8em;
  }
  
  main .content .safe .topinfotitle {
    color: red;
    font-size: 1.2em;
  }
  
  main .content .safe .topinfotitle span {
    color: red;
    font-size: 1.4em;
  }
  
  main .content .safe h2 {
    text-align: center;
    font-size: 1.4em;
    margin: 20px 0;
    font-weight: bold;
  }
  
  .hukidasi-box {
    display: block;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0px auto;
  }
  
  .hukidasi-box > div {
    display: flex;
    width: 100%;
    margin: 20px auto;
    gap: 10px;
  }
  
  .hukidasi-box .face img {
    width: 100px;
  }

  .hukidasi-box > div:nth-child(odd){
    flex-direction: row-reverse;
  }
  
  .hukidasi-box .hukidasi {
    display: flex;
    align-items: center;
    position: relative;
    max-width: auto;
    font-size: 1rem !important;
    margin-left: 15px;
    padding: 10px 10px;
    border-radius: 5px;
    background-color: #e0efff;
    color: #333333;
  }
  
  .hukidasi-box .hukidasi::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #e0efff;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
  }
  
  
  .hukidasi-box .hukidasi-re {
    display: flex;
    align-items: center;
    position: relative;
    max-width: auto;
    font-size: 1rem !important;
    margin-left: 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 5px;
    background-color: #e0efff;
    color: #333333;
  }
  
  .hukidasi-box .hukidasi-re::before {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 30px;
    background-color: #e0efff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
  }
  
  main .content .safe .anzen-movie {
    margin: 30px auto;
    text-align: center;
    width: 100%;
  }
  main .content .safe .anzen-movie img {
    width: 100%;
  }
  main .content .safe .anzen-movie p{
    text-align: center;
  }
  
  main .content .safe .info-box{
    text-align: center;
    margin: 0 auto 30px auto;
    background-color: #9FDFE0;
    max-width: 800px;
    min-width: 100px;
    padding: 30px;
    /* width: 95vw; */
  }
  
  main .content .safe .info-box img{
    width: 100%;
  }

  main .content .safe .info-box .info-text {
 
  }

  
  main .content .safe .info-box .if2 {
    top: 10px;
  }
    
  main .content .safe .info-box .if3 {
    top: -10px;
  }
  
  main .content .safe .maru-box {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  main .content .safe .maru-box div {
    width: 30%;
  }

  main .content .safe .maru-box div img {
    width: 100%;
  }
  




  main .content .safe div.bene {
    margin: 20px auto 60px auto;
    text-align: center;
  }
  
  main .content .safe div.bene h2 {
    margin: 0 0 20px 0;
    text-align: center;
    /* background: blue; */
  }
  main .content .safe div.bene ul.bene {
    margin: 0 0 0 280px;
    text-align: left;
    /* background: blue; */
  }
  
  
  main .content .safe ul.bene li {
    line-height: 1.6;
    font-size: 0.8rem;
    text-align: center;
  }
  
  
  main .content .safe h3 {
    text-align: center;
    font-size: 1.5rem;
    margin: 20px 0;
    color: #3FA0A2;
  }
  
  
  main .content .safe h5 {
    text-align: center;
    font-size: 1.4em;
    margin: 20px 0;
    padding: 20px 10px;
    color: white;
    background-color: #1B9B74;
    font-weight: bold;
  }
  
  main .content .safe h5 span {
    font-size: 0.6em;
    display: inline-block;
    text-align: right;
  }
  
  main .content .safe p.subtitle {
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0;
  }
  
  main .content .safe .newdriver {
    margin-bottom: 40px;
  }
  
  main .content .safe .newdriver img {
    width: 100%;
  }
  
  main .content .safe .ev-box {
    margin-bottom: 30px;
    display: block;
  }

    
  main .content .safe .ev-box img  {
    width: 100%;
  }
  
  main .content .safe .ev-box >div>p {
    font-size: 1.4em;
    margin: 10px 0;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  main .content .safe .ev-box-box {
    display:flex ;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
  
  main .content .safe .ev-box-box h6 {
    width: 130px;
    background-color: #C4E6DC;
    color: #1D9B75;
    text-align: center;
    padding: 10px;
    height: 40px;
  }


  
  main .content .safe .ev-box-box p {
    width: 100%;
    text-align: left;
    padding: 0 0px;
    line-height: 2em;
  }
  
  main .content .safe .ev-box-box p.list {
    padding-left:1em;
	text-indent:-1em;
  
  }
  

  main .content .safe .plus {
    text-align: center;
  }
  
  
  main .content .safe .ev-box-outline {
    gap: 0;
  }

  .form-title {
    font-size: 1.5rem !important;
  }
  
  main .content .safe .ev-box-outline .outline-title {
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }

  main .content .safe .ev-box-outline .outline-title img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  
  
  
  main .content .safe .ev-box-outline .ev-box-box {
    width: 100%;
    text-align: center;
    gap: 5px;
    padding: 10px;
  }
  
  main .content .safe .ev-box-outline .ev-box-box h6 {
    width: 30%;
    text-align: center;
  }
  
  main .content .safe .ev-box-outline .ev-box-box p {
    text-align: left;
    font-size: 1.2em;
  }
  
  
  main .content .safe .ev-box-outline .kaisai {
    text-align: left;
    font-size: 1.4em;
    margin: 20px 20px;
    width: 100%;
  }
  
  .gbn {
    background-color: #1A8CEF;
    color: white;
    text-align: center;
    font-size: 1.4em;
    padding: 20px;
    width: 90%;
    margin: 20px auto;
    font-weight: bold;
  }
  .gbn span {
    font-size: 0.6em;
  }
  
  
  .sanka {
    font-size: 1.4em;

  }
  .sanka span {
    font-size: 0.6em;
  }
  
  
  
.talk1 {
  background-color: white;
  margin: 0 5px;
  padding: 20px 0px;
}

.talk1 section {
  display: flex;
  align-items: flex-start;
  gap: 25px; 
  padding: 0px 10px;
  margin: 20px 0;
}

.talk1 section.left {
  justify-content: flex-start;
}
.talk1 section.right {
  justify-content: flex-end;
}

.talk1 section div {
  width: 70%;
}
.talk1 section p img {
  width: 70px;
}

.hukidasi-a {
  color: black;
  font-size: 0.8rem;
  line-height: 1.1rem;
}

.hukidasi-b {
  color: black;
  font-size: 0.8rem;
  line-height: 1rem;
}

.hukidasi-info {
  display: block;
  width: 100%;
  margin: 10px 0;
  line-height: 1.3rem;
  font-size: 1rem;
  text-align: left;
}

.hukidasi-right{
  position:relative;
  background:#FFFFFF;
  padding:10px;
  text-align:left;
  border:3px solid #9B9B9B;
  width: 100%;
}
.hukidasi-right:after,.hukidasi-right:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  right:100%;
  top:50%;
}
.hukidasi-right:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:20px;
  border-right-width:20px;
  margin-top: -10px;
  border-right-color:#FFFFFF;
}
.hukidasi-right:before{
  border-color: rgba(155, 155, 155, 0);
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:24px;
  border-right-width:24px;
  margin-top: -12px;
  margin-right: 2px;
  border-right-color:#9B9B9B;
}

.hukidasi-left{
  position:relative;
  background:#FFFFFF;
  padding:10px;
  text-align:left;
  border:3px solid #9B9B9B;
}
.hukidasi-left:after,.hukidasi-left:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  left:100%;
  top:50%;
}
.hukidasi-left:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:20px;
  border-right-width:20px;
  margin-top: -10px;
  border-left-color:#FFFFFF;
}
.hukidasi-left:before{
  border-color: rgba(155, 155, 155, 0);
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:24px;
  border-right-width:24px;
  margin-top: -12px;
  margin-left: 2px;
  border-left-color:#9B9B9B;
}
  



}


@media screen and (max-width: 529px) {
  main {
    width: auto;
  }
  main .top-slider-wrap {
    margin-top: 120px;
  }
  main .top-slider-wrap .pcbaner {
    display: none;
  }
  main .top-slider-wrap .spbaner {
    display: block;
    width: 100%;
  }
  main .content .reasonlist {
    width: auto;
    padding: 0 10px;
  }
  main .content .reasonlist .reasonlist-wrap {
  }
  main .content .reasonlist .reasonlist-wrap .reasonlist-icons .flex-item img.graph {
    width: 100%;
  }
  main .box-content img {
    margin: 0 auto;
    text-align: center;
    width: 80vw;
    
  }

  main .content .safe .info-box{
    text-align: center;
    margin: 0 auto 30px auto;
    background-color: #9FDFE0;
    width: 100%;
    padding: 30px 0 30px 0;
    /* width: 95vw; */
  }
  main .content .safe .info-box img{
    width: 90vw;
  }

  main .content .safe .info-box .info-text {
    
  }

  
  main .content .safe .info-box .if2 {
    top: -10px;
  }
    
  main .content .safe .info-box .if3 {
    top: -10px;
  }

  .pc-img {
    display: none !important;
  }
  .sp-img {
    display: block;
    padding: 15px;
  }

  main .top-slider-wrap h1 br.respo-nav {
    display: block;
  }

  main .content .safe div.bene {
    margin: 20px auto 40px auto;
    text-align: center;
  }
  
  main .content .safe div.bene h2 {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 1.4rem;
    /* background: blue; */
  }
  main .content .safe div.bene ul.bene {
    margin: 0 0 0 0px;
    text-align: left;
    /* background: blue; */
  }
  
  
  main .content .safe ul.bene li {
    line-height: 1.6;
    text-align: left;
    
  }

  main .content .safe .ev-box {
    margin-bottom: 30px;
    display: block;
  }

  main .content .safe .ev-box-outline .kaisai {
    width: 50%;
  }
 
  main .content .safe .ev-box-box {
    display:block ;
    gap: 0px;
    width: 100%;
  }
  main .content .safe .ev-box-box p {
    width: 100% !important;
    font-size: 1rem !important;
  }
  main .content .safe .ev-box-box ul {
    width: 100% !important;
    margin: 10px 0;
  }
  main .content .safe .ev-box-outline {
    display:block;
  }

  .newdriver {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
  }
  
  h4.newdrivertitle {
    color: white;
    margin: 0 auto 60px auto;
    text-align: center;
    background-color: #02AB4E;
    padding: 10px 20px;
    width: 300px;
    font-size: 1.2rem;
  }
  
  .newdriver > div {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 10px;
  }
  
  .newdriver > div:nth-child(odd){
    /* flex-direction: row-reverse; */
  }
  
  .newdriver .face {
    width: 100%;
  }
  
  
  .newdriver .hukidasi {
    display: flex;
    align-items: center;
    position: relative;
    max-width: auto;
    margin-left: 15px;
    padding: 1.6em 1.6em;
    border: 3px solid gray;
    color: #333333;
    line-height: 1.5rem;
  }
  
  .newdriver .hukidasi:after {
    background: gray;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -3px;
    bottom: 100%;
    padding: 5px 10px 5px 10px;
    content: "Before";
    letter-spacing: 0.1em;
  }
  
  .newdriver .hukidasi::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto;
    box-sizing: border-box;
    width: 0px;
    height: 0px;
    border: 0px solid transparent;
    border-left: 0px solid gray;
  }
  
  .newdriver .hukidasi-af {
    display: flex;
    align-items: center;
    position: relative;
    max-width: auto;
    margin-left: 15px;
    padding: 1.6em 1.6em;
    border: 3px solid #5AC7D0;
    color: #5AC7D0;
    line-height: 1.5rem;
  }
  
  .newdriver .hukidasi-af:after {
    background: #5AC7D0;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -3px;
    bottom: 100%;
    padding: 5px 10px 5px 10px;
    content: "After";
    letter-spacing: 0.1em;
  }
  
  main .toptitle {
    margin-top: 60px !important;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    color: #00622D;
    background-color: #EAF5ED;
    font-size: 1.2rem;
  }

  main .content .safe .ev-box {
    padding: 0 5px;
  }


  main .content .safe h2.toptext {
    text-align: center;
    font-size: 1.4em;
    margin: 40px 0 0px 0;
    font-weight: bold;
    color: #3FA0A2;
  }
  main .content .safe h2 {
    text-align: center;
    font-size: 1.4em;
    margin: 30px 0 20px 0;
    font-weight: bold;
    line-height: 2rem;
  }

  main .content .safe h3 {
    text-align: center;
    font-size: 1.5rem;
    margin: 0px 0;
    color: #3FA0A2;
  }

  .mousikomi-div {
    margin: 20px 0;
    text-align: center;
  }
  
  .mousikomi-info {
    width: 330px;
    text-align: left;
    margin: 0 auto;
  }
  main .toptitle img {
    position: relative;
    top: 15px;
    margin-top: -15px;
    height: 50px;
  }

  .kohyo {
    font-size: 1.2rem;
    text-align: center;
    padding: 25px 0;
    margin: 0px 0 0 0;
    font-weight: bold;
  }
  
  
  .sanka {
    background-color: #40ACAD;
    color: white;
    text-align: center;
    font-size: 1.2em;
    padding: 25px 0;
    width: 100%;
    margin: 0px auto 0px auto;
    font-weight: bold;
  }

  .ev-box-box li.new::before {
    content: url(../img/new-mini.png);
    margin-left: -30px;
    position: relative;
    top:10px;
    left: 10px;
    
  
  }

  .sanka {
  background-color: #40ACAD;
  color: white;
  text-align: center;
  font-size: 1.6em;
  padding: 10px 10px;
  width: 100%;
  margin: 0px auto 20px auto;
  font-weight: bold;
}

.sinai {
  background-color: #E0003C;
}
.nanbu {
  background-color: #0092E0;
}
.hokubu {
  background-color: #31B564;
}

.sanka span {
  display: block;
  line-height: 1.5rem;
}

.sanka span.t {
  font-size: 1rem;
}
.sanka span.i {
  font-size: 1rem;
}
.sanka span.d {
  font-size: 0.8rem;
}
.sanka span.dd {
  font-size: 0.8rem;
}

main .content .safe h2.toptext-b {
  text-align: center;
  font-size: 2em;
  margin: 30px 0 0px 0;
  font-family: "UD Shin Go Regular";
  font-weight: bold;
  color: #3FA0A2;
}

h2.kk {
  margin: 30px 0 30px 0 !important;
  font-size: 1.3rem !important;
}

.kouka-sub {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 20px 0;
}

div.kouka-box {
  background-color: #9FDFE0;
  width: 100vw;
  box-sizing:border-box;
  margin: 20px calc(50% - 50vw);
	padding: 30px calc(50vw - 50% + 8px);
  background-image: none;
  background-repeat: no-repeat;
}

h2.event {
  margin: 50px 0 40px 0 !important;
  font-size: 1.6rem !important;
}

br.pc {
  display: none;
}

p.ev-info {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1rem !important;
  font-weight: bold !important;
}

main .content .safe h3 {
  text-align: center;
  font-size: 1.4rem;
  margin: 40px 0 0 0;
  color: white;
  background-color: #1B9B74;
  font-family: "UD Shin Go Regular";
  padding: 20px 0;
  margin: 0 0 30px 0;
  font-weight: bold;
}

.ev-text {
  text-align: center;
  font-size: 1rem;
  margin: 20px 0;
}

main .content .safe .ev-box-outline .kaisai {
  width: 120px;
  text-align: left;
  font-size: 1rem;
}

main .content .safe .ev-box-outline {
  display:block ;
  flex-wrap: wrap;
  background-color: #F0FEFF;
  border: 3px solid gray;
  color: #044A04;
  padding: 30px 0px 30px 0px;
}


section.ev-out-sec {
  display: block;
  margin: 10px 0;
}

main .content .safe .ev-box-outline .kaisai {
  width: 200px;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 auto;
}

br.pc {
  display: none;
}
br.sp {
  display: block;
}
.topinfo-sub {
  text-align: left;
  color: #9925AD;
}
.topinfo-prog img {
  width: 100%;
}

.topinfo-prog {
  text-align: center;
margin-bottom: 20px;
}
.bkwhite {
  background-color: white;
}
.bene-fl {
  display: block;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.kouka-ti {
  background-color: #48A8AA !important;
  color: white !important;
  width: 100vw;
  box-sizing:border-box;
  margin: 0px calc(50% - 50vw) !important;
	padding: 30px calc(50vw - 50% + 8px);

}
.mt10 {
  margin-top: 20px !important;
}
.info-box .fl {
  display: block;
  justify-content: center;
  align-items: center;

}
.info-text {
  margin: 10px;
}
.info-box .fl .tq1 {
  max-width: 550px;
}
.info-box .fl .ta1 {
  max-width: 380px;
}


}