<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.inner-l {
  width: 1260px;
  margin: 0 auto;
}
.inner-m {
  width: 1180px;
  margin: 0 auto;
}
.inner-s {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
 img {
   width: 100%;
   }
 .inner-l {
   width: 100%;
   margin: 0 auto;
}
.inner-m {
   width: 100%;
   margin: 0 auto;
}
.inner-s {
   width: 100%;
   margin: 0 auto;
}
}


.box-copy{
  padding:40px 0;
}
.box-copy p{
  font-size:5.6rem;
  font-weight:bold;
  line-height:1.6;
}
.box-copy p span{
  color: #0068b7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, #fff77f), to(#fff77f));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #fff77f 65%, #fff77f 100%);
}
@media (max-width: 767px) {
  .box-copy{
    padding:8% 3.125%;
  }
  .box-copy p{
    font-size:2.0rem;
  }
}
.box01{
  background:url(../images/2025summer/box01_bg_pc.jpg) no-repeat center;
}
.box01 h2{
  text-align:center;
  font-size:0;
  line-height:0;
}
.box01 aside {
  position: absolute;
  right: 0;
  left: 0;
  margin: 38px auto 0;
}
.box01 ul.flex {
  justify-content: center;
  -webkit-justify-content: center;
}
.box01 ul li {
  font-size: 2.6rem;
  width: 304px;
  margin: 0 16px 0 0;
  border-radius: 7px;
  position: relative;
}
.box01 ul li:last-child {
  margin: 0;
}
.box01 ul li.pink:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 35px;
  background: url(../images/2025summer/box01_arrow.png) no-repeat center center;
  margin: auto;
  right: 0;
  left: 0;
}
.box01 ul li.blue01 a {
  background-color: #0068b7;
  color: #fff;
}
/* .box01 ul li.blue02 a {
  background-color: #b8d8f0;
  color: #333;
} */
.box01 ul li.pink a{
  background-color: #d20059;
  color: #fff;
}
.box01 a {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .box01{
    background:none;
  }
  .box01 aside {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 3.125%;
    box-sizing: border-box;
    margin: 5% auto 0;
  }
  .box01 ul {
    display: block;
  }
  .box01 ul li {
    font-size: 1.3rem;
    width: 100%;
    margin: 0 auto 3%;
    border-radius: 7px;
  }
  .box01 ul li.blue02:after {
    content: none;
  }
  .box01 a {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 2% 0;
  }
}
.box02 {
  padding: 160px 0 0;
}
.box02 .box-copy{
  background:url(../images/2025summer/box02_bg_pc.jpg) no-repeat center;
  background-size:cover;
}
@media (max-width: 767px) {
  .box02 {
    padding: 130px 0 0;
  }
  .box02 .box-copy{
    background:url(../images/2025summer/box02_bg_sp.jpg) no-repeat center;
    background-size:cover;
  }
}
.box03{
  padding:0 0 60px;
}
.box03 h3 {
  font-size: 5.6rem;
  display: flex;
  display: -webkit-flex;
  color: #0068b7;
  text-align: center;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.box03 h3:before {
  content: "";
  height: 5px;
  background: #0068b7;
  position: static;
  margin: 0 28px 0 0;
  width: 140px;
}
.box03 h3:after {
  content: "";
  height: 5px;
  background: #0068b7;
  margin: 0 0 0 20px;
  width: 140px;
}
.box03 .bg01 {
  background: url(../images/2025summer/bg_stripe.png) center;
}
.box03 .bg02 {
  background: url(../images/2025summer/bg_tool01.png),url(../images/2025summer/bg_tool02.png);
  background-position: center,center;
  background-repeat: no-repeat,no-repeat;
  padding: 100px 0 1px;
}
.box03 dl{
  margin:0 0 60px;
}
.box03 dt{
  width:750px;
  margin:0 auto 40px;
  background:#0068b7;
  padding:.25em 0;
  text-align:center;
  color:#fff;
  font-size:3.0rem;
  font-weight:bold;
  border-radius: 20px;
}
.box03 .points dd {
  width: 750px;
  background-color: #fff;
  margin: 0 auto;
  border: 4px solid #0068b7;
  box-sizing: border-box;
  border-radius: 20px;
}
.box03 dd figure{
  font-size:0;
  line-height:0;
}
.box03 dd ol{
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.box03 dd ol li{
  width:32%;
  margin-right:2%;
  margin-bottom:2%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.box03 dd ol li:last-child,
.box03 dd ol li:nth-child(3n){
  margin-right:0;
}
.box03 dd ol li p{
  padding:15px;
  font-size:1.6rem;
  background-color: #fff;
}
.box03 dd ol li:nth-of-type(4) p {
  padding: 15px 15px 43px;
}
.box03 dd ul{
  justify-content: center;
  -webkit-justify-content: center;
}
.box03 dd ul li{
  width:280px;
  margin-right:4%;
}
.box03 dd ul li:last-child{
  margin-right:0;
}
.box03 dd ul li p{
  font-size:1.6rem;
}
.box03 dd ul li figure{
  text-align:center;
  margin:40px 0;
}
.box03 .box-copy{
  background:url(../images/2025summer/box03_bg_pc.jpg) no-repeat center;
  background-size:cover;
  margin:0;
}
.box03 .txt {
    width: 500px;
    margin: 0 auto;
}
.box03 .txt a {
    font-size: 2.6rem;
    color: #0068b7;
    display: block;
    text-align: center;
    border: 4px solid #0068b7;
    font-weight: bold;
    padding: .25em;
}
.box03 .movie {
  background-color: #0068b7;
  padding: 100px 0;
}
.box03 .movie h3 {
  display: block;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 0 50px;
}
.box03 .movie .btn {
  background-color: #fff000;
  width: 500px;
  margin: 60px auto 0;
  border-radius: 30px;
  box-shadow: 0px 1px 0px 1px rgb(0 0 0 / 20%);
  border: #0068b7 3px solid;
}
.box03 .movie .btn a {
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #0068b7;
  padding: 5px 0;
}
.box03 .movie h3:before {
  content: none;
}
.box03 .movie h3:after {
  content: none;
}
.box03 .iframe-box-wrapper {
  width: 600px;
  margin: 0 auto;
}
.box03 iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .box03 h3 {
    font-size: 3rem;
    display: flex;
    display: -webkit-flex;
    color: #0068b7;
    text-align: center;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .box03 h3:before {
    content: "";
    height: 5px;
    background: #0068b7;
    position: static;
    margin: 0 5% 0 0;
    width: 8%;
  }
  .box03 h3:after {
    content: "";
    height: 5px;
    background: #0068b7;
    margin: 0 0 0 5%;
    width: 8%;
  }
  .box03-in{
    padding:0 3.125% 0;
  }
  .box03 .box03-in.movie{
    padding:8% 0;
  }
  .box03 .box03-in.movie .inner-m {
    padding: 0 3.125%;
    box-sizing: border-box;
  }
  .box03 .bg02 {
    background: url(../images/2025summer/bg_tool01_sp.png) no-repeat top left;
    background-size: 17% 11%;
    background-position: 0 1%;
    padding: 8% 0 0;
  }
  .box03 dl{
    margin:0 0 8%;
  }
  .box03 dt{
    width:auto;
    margin:0 auto 6%;
    font-size:2.6rem;
  }
  .box03 .points dd {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    border: 4px solid #0068b7;
    box-sizing: border-box;
    padding: 8% 0 4%;
  }
  .box03 dd ol li:nth-child(3n),
  .box03 dd ol li{
    width:49%;
    margin-right:2%;
    margin-bottom:2%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
  .box03 dd ol li:last-child,
  .box03 dd ol li:nth-child(2n){
    margin-right:0;
  }
  .box03 dd ol li p{
    padding:3%;
  }
  .box03 dd ol li:nth-of-type(2) p {
    padding: 3% 3% 19%;
  }
  .box03 dd ol li:nth-of-type(3) p {
    padding: 3% 3%;
  }
  .box03 dd ol li:nth-of-type(4) p {
    padding: 3% 3% 51%;
  }
  .box03 dd ol li:nth-of-type(6) p {
    padding: 3% 3% 19%;
  }
  .box03 dd ul.flex{
    display:block;
  }
  .box03 dd ul li{
    width:100%;
    margin:0 auto 6%;
  }
  .box03 dd ul li:last-child{
    margin:0 auto;
  }
  .box03 dd ul li figure{
    width:50%;
    margin:0 auto 3%;
  }
  .box03 .box-copy{
    background:url(../images/2025summer/box03_bg_sp.jpg) no-repeat center;
    background-size:cover;
    margin:0;
  }
  .box03 .txt {
      width: 90%;
  }
  .box03 .movie h3 {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 6%;
  }
  .box03 .movie .btn {
    background-color: #fff000;
    width: 84.50704225352113%;
    margin: 9% auto 0;
    border-radius: 30px;
    box-shadow: 0px 1px 0px 1px rgb(0 0 0 / 20%);
    border: #0068b7 3px solid;
  }
  .box03 .movie .btn a {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #0068b7;
    padding: 3% 0;
  }
  .box03 .movie h3:before {
    content: none;
  }
  .box03 .movie h3:after {
    content: none;
  }
  .box03 .iframe-box-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.box04{
  background: #ffe8f2;
  padding: 80px 0;
  margin: 0 auto 85px;
  border: 5px solid #d20059;
}
.box04 h3 {
  width: 750px;
  margin: 0 auto 20px;
  color: #d20059;
}
.box04 h3:before {
  background: #d20059;
}
.box04 h3 span {
  background: #ffe8f2;
}
.box04 .inner div{
  width:750px;
  margin:0 auto;
}
.box04 h4{
  text-align:center;
  color:#d20059;
  font-size:3rem;
  margin:0 0 40px;
}
.box04 h4 span{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, #f1f32a), to(#f1f32a));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #f1f32a 65%, #f1f32a 100%);
  text-align: center;
}
.box04 ul.flex {
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.box04 ul:nth-of-type(1) li{
  width: 350px;
  margin:0 0 24px;
}
.box04 ul:nth-of-type(1) li:nth-of-type(odd) {
  margin: 0 23px 24px 0;
}
.box04 ul li:last-child{
  margin:0 0 60px;
}
.box04 ul li dt{
  text-align:center;
  font-size:2.6rem;
  color: #fdff00;
  background:#d20059;
  font-weight:bold;
  padding:.25em 0;
  border-radius: 20px 20px 0 0;
}
.box04 ul li dd{
  text-align:center;
  border-left:3px solid #d20059;
  border-right:3px solid #d20059;
  border-bottom:3px solid #d20059;
  font-size:3.6rem;
  background:#fff;
  box-sizing: border-box;
  padding:30px 10px 20px 15px;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 0 0 20px 20px;
}
.box04 ul.long li dt {
  font-size: 3rem;
  color: #fff;
}
.box04 ul.long li dd{
  font-size:2.6rem;
  line-height:1.8;
}
.box04 ul.long li dd b {
  font-size: 5.6rem;
}
.box04 ul.long li .border-none {
  border-bottom: none;
  border-radius: 0;
}
.box04 ul.long li:nth-of-type(2) dd {
  padding: 23px 0 0;
}
.box04 ul.long p {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #d20059;
}
.box04 ul.long span {
  display: block;
  text-align: center;
  /* background-color: #f00000; */
  /* width: 115px; */
  /* margin: 0 auto 5px; */
  color: #d20059;
  line-height: 1.3;
  font-size: 2.6rem;
  padding: 5px 0 0;
}
.box04 ul li dd b{
  color:#d20059;
  font-size:6.5rem;
}
.box04 ul li dd span {
  font-size: 5.6rem;
}
.box04 ul li dd small{
  font-weight:bold;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  color: #d20059;
}
.box04 ul li dd strong{
  font-size:5.6rem;
}
.box04 .copy{
  font-size:3.6rem;
  font-weight: bold;
  text-align: center;
  margin:0 0 60px;
}
.box04 .copy span{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, #f1f32a), to(#f1f32a));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #f1f32a 65%, #f1f32a 100%);
}
.box04 h4.pl{
  color:#fff;
  background:#0068b7;
  padding:.25em 0;
  border-radius: 20px;
}
.box04 .caution{
  font-size:1.3rem;
  text-align:center;
}
@media (max-width: 767px) {
  .box04{
    border: 5px solid #d20059;
    padding: 10% 4.41666666666667%;
    margin: 0 0 12%;
  }
  .wrapper {
    padding: 0 3.125%;
  }
  .box04 h3 {
    width: 100%;
    margin: 0 auto;
  }
  .box04 h3 span {
    font-size: 3rem;
  }
  .box04 .title01 h3:before {
    top: 8px;
  }
  .box04 .inner div{
    width:auto;
  }
  .box04 h4{
    font-size:1.6rem;
    margin:0 0 8%;
  }
  .box04 ul.flex {
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
  }
  .box04 ul:nth-of-type(1) li{
    width: 100%;
    margin:0 auto 4%;
  }
  .box04 ul:nth-of-type(1) li:nth-of-type(odd) {
    margin: 0 auto 4%;
  }
  .box04 span {
    font-size: 1.8rem;
  }
  .box04 ul li{
    margin:0 0 4%;
  }
  .box04 ul li:last-child{
    margin:0 0 8%;
  }
  .box04 ul li dt {
    font-size: 1.6rem;
  }
  .box04 ul li dd{
    font-size:3.2rem;
    padding:4%;
  }
  .box04 ul li dd span {
    font-size: 2.25rem;
  }
  .box04 ul li dd small {
    font-size: 1.3rem;
  }
  .box04 ul li dd .size01 {
    font-size: 1.6rem;
  }
  .box04 ul li dd .size02 {
    font-size: 2.25rem;
  }
  .box04 ul.long li dt {
    font-size: 1.6rem;
  }
  .box04 ul.long li dd{
    font-size:1.6rem;
    padding: 2%;
  }
  .box04 ul.long li dd b {
    font-size: 3rem;
  }
  .box04 ul.long li:nth-of-type(2) dd {
    padding: 5% 0 0;
  }
  .box04 ul.long li:nth-of-type(2) dd:nth-of-type(2) {
    padding: 5% 0 5%;
  }
  .box04 ul.long span {
    font-size: 1.6rem;
    /* width: 25%; */
    /* margin: 0 auto 2%; */
    padding: 2% 0;
  }
  .box04 ul.long p {
    font-size: 1.6rem;
  }
  .box04 ul li dd b{
    font-size:3rem;
    text-align: center;
  }
  .box04 .copy{
    font-size:1.6rem;
    margin:0 0 8%;
  }
  .box04 .copy span {
    font-size: 1.6rem;
  }
}
.box05{
  background: url(../images/2025summer/bg_tool03.png),url(../images/2025summer/bg_tool04.png),url(../images/2025summer/bg_stripe.png);
  background-position: 78% -10%,50% 70%,center;
  background-repeat: no-repeat,no-repeat,repeat;
  padding:80px 0;
}
.box05 h3 {
  font-size: 5.6rem;
  display: flex;
  display: -webkit-flex;
  color: #0068b7;
  text-align: center;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.box05 h3:before {
  content: "";
  height: 5px;
  width: 89px;
  background: #0068b7;
  position: static;
  margin: 0 28px 0 0;
  width: 175px;
}
.box05 h3:after {
  content: "";
  height: 5px;
  width: 89px;
  background: #0068b7;
  margin: 0 0 0 20px;
  width: 175px;
}
.box05 h3 span {
  background: transparent;
}
.box05 h4{
  text-align:center;
  font-size:2.6rem;
  margin:0 0 25px;
  line-height:1;
}
.box05 h4 span {
  background-color: #0068b7;
  color: #fff;
  width: 220px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  padding: 5px 0 0;
}
.box05 h4 b {
  font-weight: bold;
  color: #0068b7;
  background-color: #fff000;
  display: block;
  width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}
.box05 .txt{
  font-size:1.6rem;
  margin:0 0 40px;
  text-align:center;
}
.box05 .inner div{
  width:750px;
  margin:0 auto;
}
.box05 ul li {
  margin: 0 0 5px;
}
.box05 ul li:last-child{
  margin:0 0 30px;
}
.box05 ul li dt dl.flex {
  align-items: stretch;
}
.box05 ul li dt{
    background: #0068b7;
    color: #fff;
    font-size: 1.6rem;
    padding: 1em;
    box-sizing: border-box;
    width: 30%;
    font-weight: bold;
}
.box05 ul li dd {
    font-size: 1.6rem;
    padding: 0.5em 1em 0.5em;
    background: #fff;
    line-height: 2;
    width: 70%;
    box-sizing: border-box;
    border-top:1px solid #e6f2f4;
    border-right:1px solid #e6f2f4;
    border-bottom:1px solid #e6f2f4;
}
.box05 ul li dd b{
  font-size:2.6rem;
}
.box05 ul li dd small {
  font-size: 1.3rem;
  display: inline-block;
}
.box05 ul li dd small:last-child {
  margin: 0;
}
.box05 .copy{
  font-size:2.6rem;
  border:3px solid #f00000;
  text-align:center;
  font-weight: bold;
  padding:20px;
  margin:0 0 40px;
}
.box05 .copy b{
  font-size:5.6rem;
  color:#f00000;
}
@media (max-width: 767px) {
  .box05{
    padding:13% 3.125%;
    background: url(../images/2025summer/bg_tool03_sp.png),url(../images/2025summer/bg_stripe.png) ;
    background-repeat: no-repeat, repeat;
    background-size: 27% 15%, 10%;
    background-position: 100% 1%, center ;
  }
  .box05 h3 {
    font-size: 3rem;
  }
  .box05 h3 span {
    text-align: center;
  }
  .box05 h3:before {
    content: "";
    height: 5px;
    background: #0068b7;
    position: static;
    margin: 0 5% 0 0;
    width: 15%;
  }
  .box05 h3:after {
    content: "";
    height: 5px;
    background: #0068b7;
    margin: 0 0 0 5%;
    width: 15%;
  }
  .box05 h4{
    font-size:1.6rem;
    margin:0 0 2%;
  }
  .box05 h4 span {
    background-color: #0068b7;
    color: #fff;
    width: 38%;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    padding: 2% 0;
  }
  .box05 h4 b {
    font-weight: bold;
    color: #0068b7;
    background-color: #fff000;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1% 0;
    line-height: 2;
}
  .box05 .txt{
    font-size:1.6rem;
    margin:0 0 6%;
  }
  .box05 .inner div{
    width:auto;
  }
  .box05 ul li {
    margin: 0 0 2%;
  }
  .box05 ul li:last-child{
    margin:0 0 6%;
  }
  .box05 ul li dd {
    line-height: 1.6;
    padding: 0.8em;
  }
  .box05 ul li dd b{
    font-size:1.6rem;
    display: block;
  }
  .box05 ul li dd small {
    font-size: 1.3rem;
    display: inline-block;
    margin: 0 0 7%;
  }
  .box05 .copy{
    font-size:2.4rem;
    padding:4%;
    margin:0 0 6%;
  }
  .box05 .copy b{
    font-size:4.6rem;
  }
}
#tanka{
  background:#e6f2f4;
}
#tanka h3 span {
    background: #e6f2f4;
}
.box06{
  background :#0068b7;
  padding:60px 0;
}
.box06 .box{
  background:#fff;
  padding:45px 110px;
  border-radius: 15px
}
.box06 ol{
  justify-content: center;
  -webkit-justify-content: center;
}
.box06 li{
  width:320px;
  margin-right:80px;
  position:relative;
}
.box06 li:last-child{
  margin:0;
}
.box06 li:after{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #0068b7;
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  right:-50px;
  margin:auto;
}
.box06 li:last-child:after{
  display:none;
}
.box06 li div.flex {
  flex-direction: column;
}
.box06 figure{
  text-align:center;
  margin:0 0 20px;
}
.box06 dt{
  font-size:2.6rem;
  font-weight:bold;
  color:#0068b7;
  margin:0 0 20px;
}
.box06 dd{
  font-size:1.6rem;
  line-height:2;
}
@media (max-width: 767px) {
  .box06{
    padding:10% 3.125%;
  }
  .box06 .box{
    background:#fff;
    padding:10% 3%;
  }
  .box06 ol.flex{
    display:block;
  }
  .box06 li{
    width:auto;
    margin-right:0;
    margin-bottom:65px;
    position:relative;
  }
  .box06 li:last-child{
    margin:0;
  }
  .box06 li:after{
    border-width: 26px 15px 0 15px;
    border-color: #0068b7 transparent transparent transparent;
    top:auto;
    bottom:-50px;
    right:0;
    left:0;
  }
  .box06 li:last-child:after{
    display:none;
  }
  .box06 figure{
    width:30%;
    margin:0 auto 3%;
  }
  .box06 dt{
    font-size:2.4rem;
    margin:0 0 .5em;
  }
  .box06 dd{
    font-size:1.6rem;
  }
}

#voice {
  background: url(../images/2025summer/bg_stripe.png) center;
}
#voice h3 {
  font-size: 5.6rem;
  display: flex;
  display: -webkit-flex;
  color: #0068b7;
  text-align: center;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
#voice h3:before {
  content: "";
  height: 5px;
  width: 89px;
  background: #0068b7;
  position: static;
  margin: 0 28px 0 0;
  width: 175px;
}
#voice h3:after {
  content: "";
  height: 5px;
  width: 89px;
  background: #0068b7;
  margin: 0 0 0 20px;
  width: 175px;
}
#voice h3 span {
  background: transparent;
}
#voice dl {
  background-color: #fff;
}
#voice li.blue:after {
  background: url(../images/2025summer/voice_arrow_blue.png) no-repeat;
}
#voice li.red:after {
  background: url(../images/2025summer/voice_arrow_red.png) no-repeat;
}
@media (max-width: 767px) {
  #voice {
    background: url(../images/2025summer/bg_stripe.png) center;
  }
  #voice h3 {
    font-size: 3rem;
    display: flex;
    display: -webkit-flex;
    color: #0068b7;
    text-align: center;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  #voice h3:before {
    content: "";
    height: 5px;
    background: #0068b7;
    position: static;
    margin: 0 5% 0 0;
    width: 15%;
  }
  #voice h3:after {
    content: "";
    height: 5px;
    background: #0068b7;
    margin: 0 0 0 5%;
    width: 15%;
  }
  #voice h3 span {
    background: transparent;
  }
  #voice dl {
    background-color: #fff;
  }
  #voice li.blue:after {
    background: url(../images/2025summer/voice_arrow_blue.png) no-repeat;
  }
  #voice li.red:after {
    background: url(../images/2025summer/voice_arrow_red.png) no-repeat;
  }
}


#flow02 {
  background-color: #fff;
}
#flow02 h3 {
  width: 860px;
  margin: 0 auto 60px;
  color: #0068b7;
}
#flow02 h3:before {
  background: #0068b7;
}
#flow02 h3 span {
  background: #e6f2f4;
}
#flow02 .inner {
  box-sizing: content-box;
}
#flow02 .bg {
  border: 5px solid #0068b7;
  background-color: #e6f2f4;
  padding: 60px 0 80px;
}
#flow02 .box {
  width: 860px;
  margin: 0 auto;
  border-radius: 20px;
}
#flow02 .box li dt {
  display: flex;
  display: -webkit-flex;
  margin: 0 0 10px;
}
#flow02 dt span {
  margin: 0 7px 0 0;
  width: 40px;
}
#flow02 dt span:nth-of-type(2) {
  width: 500px;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #flow02 {
    background-color: #fff;
  }
  #flow02 h3 {
    width: 100%;
    font-size: 3rem;
    margin: 0 auto 8%;
    color: #0068b7;
  }
  #flow02 h3:before {
    background: #0068b7;
  }
  #flow02 h3 span {
    background: #e6f2f4;
  }
  #flow02 .inner {
    box-sizing: content-box;
  }
  #flow02 .bg {
    border: 5px solid #0068b7;
    background-color: #e6f2f4;
    padding: 10% 3.125%;
    box-sizing: border-box;
  }
  #flow02 .box {
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    box-sizing: border-box;
  }
  #flow02 .box li dt {
    display: flex;
    display: -webkit-flex;
    margin: 0 0 4%;
    font-size: 2.6rem;
  }
  #flow02 dt span {
    margin: 0 2% 0 0;
    width: 10%;
  }
  #flow02 dt span:nth-of-type(2) {
    width: 90%;
    margin: 0;
    white-space: nowrap;
  }
}

footer li:nth-child(1) a{
  color:#333;
  background:#eec022;
}
footer li:nth-child(1) a {
  color: #fff;
  background: #e65555;
}</pre></body></html>