/*==================================================================================
　共通
==================================================================================*/

html, body {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
body {
  color: #231815;
}
a {
  color: #3C5CA4;
  font-weight: bold;
}
.red {
  color: #C7000B;
  font-weight: bold;
}
.blue {
  color: #3c5da4;
  font-weight: bold;
}
.float-R {
  float: right;
}
.float-L {
  float: left;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

@media (max-width: 750px) {
  .float-R {
    float: none;
  }
  .float-L {
    float: none;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}


/*==================================================================================
　header
==================================================================================*/

.header {
  background: #fff;
  max-width: 1020px;
  margin:0 auto;
  padding: 48px 0 50px;
}
.header h1{
  position: relative;
}

@media (max-width: 750px) {
  .header {
    max-width: 100%;
    width:100%;
    margin:0 auto;
    padding: 25px 0 25px 20px;
  }
  .header h1 img{
    width:204px;
  }
}

/*==================================================================================
　メインビジュアル
==================================================================================*/

.mv-img {
  background-color: #009243;
  background-image: url(../img/mv-bg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 618px;
  box-sizing: border-box;
  overflow: hidden;
}
.mv-inner {
  position: relative;
  max-width: 860px;
  width: 100%;
  margin:auto;
  height: 618px;
  padding:74px 0 50px;

}
/* .mv-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: -526px;
  background-image: url(../img/mv-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 521px;
  height: 618px;
}
.mv-inner::after {
  position: absolute;
  content: "";
  top: 0;
  right: -494px;
  background-image: url(../img/mv-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 500px;
  height: 618px;
} */
.mv-subtTitle {
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  color: #373737;
}
.mv-png {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 782px;
}
.mv-png img{
  width: 782px;
  margin: auto;
}
.sns {
  position: absolute;
  bottom: 50px;
  left: 32px;
  right: 0;
  background:none;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin:auto;
  padding:10px 0 10px 0;
}
.sns-txt {
  color: #222;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  height: 40px;
  vertical-align: middle;
}
.sns-txt:before {
  position: absolute;
  top: 0px;
  left: -70px;
  margin-right: 17px;
  content: "";
  background: url(../img/icon-speaker.png) no-repeat;
  background-size: 55px 40px;
  width: 55px;
  height: 40px;
}
.twitter {
  margin:0 12px 0 30px;
}
.twitter-img{
  background:url(../img/btn-twitter.png) no-repeat;
  background-size: 165px 44px;
  width: 165px;
  height: 44px;
  display: block;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
.line img {
  width: 165px;
  height: 44px;
}

@media (max-width: 750px) {
  .mv-img {
    background-image: url(../img/mv-bg3-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
  }
  .mv-inner {
    max-width: 100%;
    width: 100%;
    margin:auto;
    height: auto;
    padding:20px 0 25px;
  }
  .mv-inner:before {
    display: none;
  }
  .mv-inner:before {
    display: none;
  }
  .mv-subtTitle {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .mv-subtTitle {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .mv-png {
    position: relative;
    margin: auto;
    max-width: 100%;
    width: 80%;
    top:0;
  }
  .mv-png img{
    width: 100%;
  }
  .sns {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 80%;
    margin:auto;
    margin-top: 15px;
    padding:10px 0 10px 0;
    box-sizing: border-box;
  }
  .sns-txt {
    color: #222;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    height: auto;
    vertical-align: middle;
    padding-left: 25px;
    width: 100%;
  }
  .sns-txt:before {
    top: -2px;
    left: 0;
    margin:auto;
    content: "";
    background: url(../img/icon-speaker.png) no-repeat;
    background-size: 22px 20px;
    width: 22px;
    height: 20px;
  }
  .twitter {
    display: inline-block;
    margin:0;
    margin-right: 10px;
  }
  .twitter-img{
    width: 75px;
    height: 19px;
    background-size: 75px 18px;
  }
  .line {
    display: inline-block;
    height: 19px;
  }
  .line a{
    display: inline-block;
    height: 19px;
  }
  .line img{
    width: 75px;
    height: 19px;
  }
}

@media (max-width: 320px) {
  .sns {
    max-width: 62%;
  }
  .sns-txt {
    font-size: 10px;
    margin-bottom: 9px;
  }
}

/*==================================================================================
sec01
==================================================================================*/
.sec01 {
  max-width: 1166px;
  margin:115px auto 0;
}
.sec01 .sec01-txt1 {
  font-size: 30px;
  line-height: 64px;
  margin-bottom: 28px;
}
.sec01 .attention {
  border: 4px solid #C7000B;
  border-radius: 10px;
  padding:48px 48px 48px 70px;
  margin-bottom: 25px;
}
.sec01 .attention h3 {
  font-size: 34px;
  font-weight: bold;
  color: #C7000B;
  text-align: center;
  margin-bottom: 40px;
}
.sec01 .attention ul li {
  font-size: 30px;
  line-height: 40px;
  position: relative;
  margin-bottom: 20px;
}
.sec01 .attention ul li:before {
  position: absolute;
  top: 0px;
  left: -1em;
  margin:auto;
  content: "●";
}
.sec01 .attention ul li:last-of-type {
  margin-bottom: 0;
}
.btn-boki1 a{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    max-width: 900px;
    width: 100%;
    display: block;
    margin:0 auto 149px;
    padding: 40px 25px;
    text-align: center;
    background-image: linear-gradient(to top, #3399E6 0%, #85C2F0 100%);
    background-size: cover;
    border-radius: 15px;
    position: relative;
}
.btn-boki1 a:hover{
    background-image: linear-gradient(to top, #4188be 0%, #79a4c5 100%);
}
.btn-boki1 a:after {
    content: '>';
    position: absolute;
    right: 24px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: normal;
}

@media (max-width: 750px) {
  .sec01 {
    max-width: 100%;
    margin:60px auto 0;
    padding:0 30px;
  }
  .sec01 .sec01-txt1 {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 45px;
  }
  .sec01 .attention {
    border: 2px solid #C7000B;
    border-radius: 10px;
    padding:20px 0 20px 0;
    margin-bottom: 35px;
  }
  .sec01 .attention h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .sec01 .attention ul li {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    margin-bottom: 10px;
    margin:0 15px 10px 30px;
    text-align: justify;
  }
  .btn-boki1 a{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    max-width: 100%;
    width: 100%;
    display: block;
    margin:0 auto 70px;
    padding: 20px 10px;
    text-align: center;
    background-image: linear-gradient(to top, #3399E6 0%, #85C2F0 100%);
    background-size: cover;
    border-radius: 10px;
    position: relative;
  }
  .btn-boki1 a:after {
    content: '>';
    position: absolute;
    right: 10px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }
}

/*==================================================================================
　直前ゼミ
==================================================================================*/

.tyokuzen {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 60px;
  border:4px solid #373737;
  position: relative;
  padding:50px 50px;
  text-align: center;
  background: linear-gradient(
    -45deg,
    #f7d0d5 25%, #fae1e5 25%,
    #fae1e5 50%, #f7d0d5 50%,
    #f7d0d5 75%, #fae1e5 75%,
    #fae1e5
  );
  background-size: 40px 40px;
  border-radius: 5px;
}
.tyokuzen-inner {
  text-align: left;
  margin: auto;
  display: inline-block;
}
.tyokuzen-h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  color: #373737;
}
.tyokuzen-icon {
  position: absolute;
  top:-30px;
  right: 20px;
}
.tyokuzen-icon img{
  width: 200px;
}
.tyokuzen-text {
  font-size: 20px;
  line-height: 34px;
}
.tyokuzen-btn{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  display: block;
  margin:50px auto 0px;
  padding: 40px 25px;
  text-align: center;
  background-image: linear-gradient(to top, #74b782 0%, #89C997 100%);
  background-size: cover;
  border-radius: 15px;
  position: relative;
}
.tyokuzen-btn:hover{
  background-image: linear-gradient(to top, #89C997 0%, #74b782 100%);
}
.tyokuzen-btn:after {
  content: '>';
  position: absolute;
  right: 24px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
}

@media (max-width: 750px) {
  .tyokuzen {
    max-width: 100%;
    padding:30px 15px 15px;
    margin-top:80px;
  }
  .tyokuzen-h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .tyokuzen-icon {
    top: -55px;
    right: 0;
  }
  .tyokuzen-icon img {
    width: 130px;
  }
  .tyokuzen-text {
    font-size: 16px;
    line-height: 30px;
  }
  .tyokuzen-btn {
    font-size: 18px;
    line-height: 22px;
    padding:20px;
    margin:25px auto;
  }
}

@media (max-width: 320px) {
  .tyokuzen-h3 {
    font-size: 16px;
  }
  .tyokuzen-btn {
    font-size: 18px;
    padding: 15px;
  }
  .tyokuzen-btn:after {
    font-size: 1.2rem;
    right: 10px;
  }
}

/*==================================================================================
　sec02
==================================================================================*/

.sec02 {
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}
.sec02-L {
  background: #FDEEF4;
}
.sec02-R {
  background: #E5F4EC;
}
.sec02 .sec02-L,
.sec02 .sec02-R
{
  width: 50%;
  padding-top:100px;
  padding-bottom:95px;
}
.sec02 .float-R {
  margin-right: 100px;
}
.sec02 .float-L {
  margin-left: 100px;
} 
.sec02 h3 {
  font-size: 40px;
  font-weight: bold;
  padding:44px 0;
  color: #fff;
  position: relative;
  margin-bottom: 100px;
}
.sec02 .sec02-L h3 {
  background: #F05893;
  text-align: right;
  padding-right: 224px;
}
.sec02 .sec02-R h3 {
  background: #009243;
  text-align: left;
  padding-left: 224px;
}
.sec02 .sec02-L h3:after {
  content: '';
  position: absolute;
  right: 305px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #F05893;
}
.sec02 .sec02-R h3:after {
  content: '';
  position: absolute;
  left: 305px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #009243;
}
.sec02-box {
  background: #fff;
  padding:30px 30px 30px 20px;
  display: flex;
  width: 480px;
  margin:auto;
  margin-bottom: 20px;
  align-items: center;
}
.sec02-L .sec02-box{
  border:1px solid #F05893;
}
.sec02-R .sec02-box{
  border:1px solid #009243;
}
.sec02-box span{
  width: 157px;
  font-size: 26px;
  font-weight: bold;
  padding-right: 20px;
  margin-right: 30px;
  padding-top:10px;
  padding-bottom: 9px;
  display: inline-block;
  text-align: center;
}
.sec02-L .sec02-box span {
  border-right: 1px solid #F05893;
  color: #F05893;
}
.sec02-R .sec02-box span {
  border-right: 1px solid #009243;
  color: #009243;
}
.btn-pdf {
  width: 255px;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.btn-pdf.pink{
  background-image: linear-gradient(to top, #F05893 0%, #F69BBE 100%);
}
.btn-pdf.pink:hover{
  background-image: linear-gradient(to top, #c55c84 0%, #c987a0 100%);
}
.btn-pdf.green{
  background-image: linear-gradient(to top, #009243 0%, #66BE8E 100%);
}
.btn-pdf.green:hover{
  background-image: linear-gradient(to top, #20844f 0%, #5fa07d 100%);
}
.btn-pdf a{
  display: table-cell;
  width: 255px;
  height: 45px;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  position: relative;
  vertical-align: middle;
  justify-content: center;
}
.btn-pdf a:before {
  position: absolute;
  top: 7px;
  left: 20px;
  margin:auto;
  content: "";
  background: url(../img/icon-pdf.png) no-repeat;
  background-size: 25px 30px;
  width: 25px;
  height: 30px;
}
.btn-pdf a:after {
    content: '>';
    position: absolute;
    right: 24px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}
.sec02-txt1 {
  clear: both;
  font-size: 14px;
  border-radius: 5px;
  background: #fff;
  font-size: 20px;
  padding: 10px;
  text-align:center;
  margin-bottom: 50px;
  margin-top: 80px;
}
.sec02-L .sec02-txt1 {
  border: 1px solid #F05893;
  color: #F05893;
  font-weight: bold;
}
.sec02-R .sec02-txt1 {
  border: 1px solid #009243;
  color: #009243;
  font-weight: bold;
}
.btn-youtube{
    margin:15px auto 45px;
    padding-bottom: 45px;
}
.sec02-L .btn-youtube {
  border-bottom: 1px solid #F05893;
}
.sec02-R .btn-youtube {
  border-bottom: 1px solid #009243;
}
.btn-youtube a{
  font-size: 20px;
  line-height: 24px;
  border:1px solid #fff;
    font-weight: bold;
    color: #fff;
    max-width: 900px;
    width: 100%;
    display: block;
    padding: 20px 20px 20px 115px;
    text-align: left;
    background-image: linear-gradient(to top, #c8000b 0%, #dd6169 100%);
    background-size: cover;
    border-radius: 15px;
    position: relative;
}
.btn-youtube a:hover{
  background-image: linear-gradient(to top, #a81d25 0%, #b76267 100%);
    background-size: cover;
}
.btn-youtube a:before{
  position: absolute;
  top: 23px;
  left: 30px;
  margin:auto;
  content: "";
  background: url(../img/icon-movie.png) no-repeat;
  background-size: 52px 40px;
  width: 52px;
  height: 40px;
}
.btn-pink a {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0 auto 50px;
  padding: 20px 0 20px 65px;
  text-align: left;
  border:1px solid #fff;
  background-image: linear-gradient(to top, #F05893 0%, #F69BBE 100%);
  background-size: cover;
  border-radius: 15px;
  position: relative;
}
.btn-pink a:hover{
  background-image: linear-gradient(to top, #c55a84 0%, #c987a0 100%);
}
.btn-pink a:after {
  content: '>';
  position: absolute;
  right: 10px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.btn-pink2 {
  padding-bottom: 0;
  margin-bottom: 60px;
  border-bottom: 1px solid #F05893;
}
.btn-pink2 a {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0 auto 50px;
  padding: 20px 0 20px 20px;
  text-align: center;
  border:1px solid #fff;
  background-image: linear-gradient(to top, #F05893 0%, #F69BBE 100%);
  background-size: cover;
  border-radius: 15px;
  position: relative;
}
.btn-pink2 a:hover{
  background-image: linear-gradient(to top, #c55a84 0%, #c987a0 100%);
}
.btn-pink2 a:after {
  content: '>';
  position: absolute;
  right: 10px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.btn-green a {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0 auto 50px;
  padding: 20px 0 20px 65px;
  text-align: left;
  border:1px solid #fff;
  background-image: linear-gradient(to top, #009243 0%, #62bc8b 100%);
  background-size: cover;
  border-radius: 15px;
  position: relative;
}
.btn-green a:hover {
  background-image: linear-gradient(to top, #1e834c 0%, #61a07e 100%);
}
.btn-green a:after {
  content: '>';
  position: absolute;
  right: 10px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.btn-green2 {
  padding-bottom: 0;
  margin-bottom: 60px;
  border-bottom: 1px solid #009243;
}
.btn-green2 a {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0 auto 50px;
  padding: 20px 0 20px 20px;
  text-align: center;
  border:1px solid #fff;
  background-image: linear-gradient(to top, #009243 0%, #62bc8b 100%);
  background-size: cover;
  border-radius: 15px;
  position: relative;
}
.btn-green2 a:hover {
  background-image: linear-gradient(to top, #1e834c 0%, #61a07e 100%);
}
.btn-green2 a:after {
  content: '>';
  position: absolute;
  right: 10px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.btn-pink2.center a,
.btn-green2.center a {
    padding: 20px 0 20px 25px;
    text-align: left;
}
.btn-pink2.center a span,
.btn-green2.center a span{
  text-align: center;
  display: block;
  margin-left: -58px;
}

.btn-pink.center a,
.btn-green.center a {
    padding: 20px 0 20px 25px;
    text-align: left;
}
.btn-pink.center a span,
.btn-green.center a span{
  text-align: center;
  display: block;
  margin-left: -58px;
}

.whats-difference {
  font-size: 54px;
  font-weight: bold;
  color: #009343;
  text-align: center;
  border-top:6px solid #009343;
  border-bottom:6px solid #009343;
  padding:100px 0;
  position: relative;
}
.whats-difference:before {
  position: absolute;
  bottom: -56px;
  left: 0;
  right:0;
  margin:auto;
  content: "";
  background: url(../img/whats-difference-img.png) no-repeat;
  background-size: 100px 56px;
  width: 100px;
  height: 56px;
}
.youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;  
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media (max-width: 750px) {
  .sec02 {
    display: block;
    width: 100%;
    margin-bottom: 45px;
  }
  .sec02 .sec02-L,
  .sec02 .sec02-R
  {
    width: 100%;
    padding-top:0;
    padding-bottom:40px;
  }
  .sec02 .float-R {
    margin-right: 0;
    padding:0 30px;
  }
  .sec02 .float-L {
    margin-left: 0;
    padding:0 30px;
  } 
  .sec02 h3 {
    font-size: 21px;
    font-weight: bold;
    padding:20px 0;
    color: #fff;
    position: relative;
    margin-bottom: 50px;
  }
  .sec02 .sec02-L h3 {
    text-align: center;
    padding-right: 0;
  }
  .sec02 .sec02-R h3 {
    text-align: center;
    padding-left: 0;
  }
  .sec02 .sec02-L h3:after {
    right: 0;
    left:0;
    margin:auto;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #F05893;
  }
  .sec02 .sec02-R h3:after {
    right: 0;
    left:0;
    margin:auto;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #009243;
  }
  .sec02-box {
    padding:15px 15px 15px 10px;
    display: flex;
    width: 100%;
    margin:auto;
    margin-bottom: 10px;
    align-items: center;
  }
  .sec02-box span{
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
    margin-right: 15px;
    padding-top:10px;
    padding-bottom: 9px;
    display: inline-block;
    text-align: center;
  }
  .btn-pdf {
    width: 60%;
    border-radius: 5px;
    font-size: 14px;
  }
  .btn-pdf a{
    display: flex;
    width: 100%;
    height: 22px;
    padding: 10px;
    color: #fff;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    align-items: center;
  }
  .btn-pdf a:before {
    position: absolute;
    top: 4px;
    left: 10px;
    margin:auto;
    content: "";
    background: url(../img/icon-pdf.png) no-repeat;
    background-size: 12px 15px;
    width: 12px;
    height: 15px;
  }
  .btn-pdf a:after {
    content: '>';
    position: absolute;
    right: 10px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .sec02-txt1 {
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    padding: 10px;
    text-align:center;
    margin-bottom: 25px;
    margin-top: 40px;
  }
  .btn-youtube{
    margin:15px auto 25px;
    padding-bottom: 25px;
  }
  .btn-youtube a{
    font-size: 16px;
    line-height: 20px;
    border:1px solid #fff;
    font-weight: bold;
    color: #fff;
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 10px 10px 10px 80px;
    text-align: left;
    background-image: linear-gradient(to top, #c8000b 0%, #dd6169 100%);
    background-size: cover;
    border-radius: 15px;
    position: relative;
  }
  .btn-youtube a:before{
    top: 19px;
    left: 30px;
    margin:auto;
    content: "";
    background: url(../img/icon-movie.png) no-repeat;
    background-size: 26px 20px;
    width: 26px;
    height: 20px;
  }
  .btn-pink a {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 25px;
    padding: 10px 0 10px 10px;
    text-align: center;
    border:1px solid #fff;
    background-size: cover;
    border-radius: 15px;
    position: relative;
  }
  .btn-pink2 a {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 25px;
    padding: 10px 0 10px 10px;
    text-align: center;
    border:1px solid #fff;
    background-size: cover;
    border-radius: 15px;
    position: relative;
  }
  .btn-green a {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 25px;
    padding: 10px 0 10px 10px;
    text-align: center;
    border:1px solid #fff;
    background-size: cover;
    border-radius: 15px;
    position: relative;
  }
  .btn-pink a:after {
    right: 10px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: normal;
  }
  .btn-pink.center a,
  .btn-green.center a {
      padding: 10px 10px 10px 10px;
      text-align: center;
  }
  .btn-pink.center a span,
  .btn-green.center a span{
      text-align: center;
      display: block;
      margin-left:10px;
  }

  .btn-pink2 a:after {
    right: 10px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: normal;
  }
  .btn-pink2.center a,
  .btn-green2.center a {
      padding: 10px 10px 10px 10px;
      text-align: center;
  }
  .btn-pink2.center a span,
  .btn-green2.center a span{
      text-align: center;
      display: block;
      margin-left:10px;
  }

  .btn-green a:after {
      right: 10px;
      top: 48%;
      transform: translateY(-50%);
      font-size: 18px;
      font-weight: normal;
  }
  .whats-difference {
    font-size: 27px;
    line-height: 32px;
      border-top:3px solid #009343;
      border-bottom:3px solid #009343;
      padding:15px 0 18px;
      position: relative;
  }
  .whats-difference:before {
    position: absolute;
    bottom: -28px;
    left: 0;
    right:0;
    margin:auto;
    content: "";
    background: url(../img/whats-difference-img.png) no-repeat;
    background-size: 50px 28px;
    width: 50px;
    height: 28px;
  }
  .btn-pink2 {
    margin-bottom: 30px;
  }
  .btn-pink2 a{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
  }
  .btn-green2 {
    margin-bottom: 30px;
  }
  .btn-green2 a {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
  }
}

@media (max-width: 320px) {
  .sec02 .float-R {
    padding:0 15px;
  }
  .sec02 .float-L {
    padding:0 15px;
  }
  .btn-pdf a{
    font-size: 12px;
  }
  .btn-youtube a{
    font-size: 14px;
  }
  .btn-pink a {
    font-size: 14px;
    line-height: 20px;
  }
  .whats-difference {
    font-size: 20px;
    line-height: 28px;
  }
}

/*==================================================================================
　sec03
==================================================================================*/
.sec03 {
  display: flex;
  width: 100%;
  padding-top:185px;
}
.sec03-L {
  margin-right: 40px;
}
.sec03-R {
  margin-left: 40px;
}
.sec03 .float-L,
.sec03 .float-R
{
  width: 50%;
  padding-top:100px;
  margin-bottom:148px;
}
.sec03 .float-R {
  margin-right: 40px;
}
.sec03 .float-L {
  margin-left: 40px;
}
.sec03 h3 {
  font-size: 40px;
  font-weight: bold;
  border-radius: 10px;
  padding:15px;
  text-align: center;
  width: 440px;
  box-sizing: border-box;
  margin:auto;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  box-shadow: 4px 4px rgba(0,0,0,0.2);
}
.float-L h3 {
  color: #3c5da4;
  border:4px solid #3c5da4;
  background: #eceff6;
}
.float-R h3 {
  color: #c6010b;
  border:4px solid #c6010b;
  background: #f9e5e7;
}
.sec03-box {
  padding:85px 45px 0;
  position: relative;
  box-sizing: border-box;
  box-shadow: 4px 4px rgba(0,0,0,0.2);
  height: 1008px;
}
.float-L .sec03-box {
  border: 4px solid #3c5da4;
}
.float-R .sec03-box {
  border: 4px solid #c6010b;
}
.sec03 h4 {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  padding:10px 20px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.sec03 h4:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
}
.sec03 .float-L h4 {
  background: #3c5da4;
}
.sec03 .float-R h4 {
  background: #c8000b;
}
.sec03 .sec03-box p {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 37px;
}
.btn-blue a{
     font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    max-width: 900px;
    width: 100%;
    display: block;
    margin: 0 auto 50px;
    padding: 33px 0 33px 65px;
    text-align: left;
    border:1px solid #fff;
    background-image: linear-gradient(to top, #3c5ca5 0%, #879ac5 100%);
    background-size: cover;
    border-radius: 15px;
    position: relative; 
}
.btn-blue a:hover{
    background-image: linear-gradient(to top, #475d8f 0%, #7b88a7 100%);
}
.btn-blue a:after {
    content: '>';
    position: absolute;
    right: 24px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}

.kaitei {
  padding: 90px 0 40px;
}

@media (max-width: 750px) {
  .sec03 {
    display: block;
    width: 100%;
    padding:90px 30px 0;
  }
  .sec03-L {
    margin-right: 0;
  }
  .sec03-R {
    margin-left: 0;
  }
  .sec03 .float-L,
  .sec03 .float-R
  {
    width: 100%;
    padding-top:0;
    margin-bottom:70px;
  }
  .sec03 .float-R {
    margin-right: 0;
  }
  .sec03 .float-L {
    margin-left: 0;
  }
  .sec03 h3 {
    font-size: 20px;
    padding:10px;
    width: 77%;
    top: -23px;
    left: 0;
    right: 0;
    box-shadow: 4px 4px rgba(0,0,0,0.2);
  }

  .float-L h3 {
    color: #3c5da4;
    border:2px solid #3c5da4;
    background: #eceff6;
  }
  .float-R h3 {
    color: #c6010b;
    border:2px solid #c6010b;
    background: #f9e5e7;
  }
  .sec03-box {
    padding:40px 35px 35px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 4px 4px rgba(0,0,0,0.2);
    height: auto;
  }
  .float-L .sec03-box {
    border: 2px solid #3c5da4;
  }
  .float-R .sec03-box {
    border: 2px solid #c6010b;
  }
  .sec03 h4 {
    font-size: 16px;
    padding:10px 10px;
    margin-bottom: 10px;
  }
  .sec03 h4:before {
    border-width: 0 10px 10px 0;
  }
  .sec03 .sec03-box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .btn-blue a{
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0;
    padding: 15px 0 15px 30px;
    text-align: left;
    border:1px solid #fff;
    background-image: linear-gradient(to top, #3c5ca5 0%, #879ac5 100%);
    background-size: cover;
    border-radius: 5px;
    position: relative; 
  }
  .btn-blue a:after {
    content: '>';
    position: absolute;
    right: 10px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: normal;
  }
  .kaitei {
    padding: 40px 5% 40px;
  }

}

/*==================================================================================
　sec04
==================================================================================*/

.sec04 {
  background: url(../img/sec04-bg.png) repeat;
  padding-top:95px;
  padding-bottom: 198px;
}
.sec04 .inner {
  max-width: 1166px;
  margin:0 auto;
}
.sec04 h3{
  font-size: 54px;
  font-weight: bold;
  color: #009343;
  text-align: center;
  border-top: 6px solid #009343;
  border-bottom: 6px solid #009343;
  padding: 50px 0;
  position: relative;
  margin-bottom: 90px;
}
.sec04-txt1 {
  font-size:30px;
  line-height: 40px;
}
.sec04-catch {
  display: flex;
  justify-content: space-between;
  margin:48px auto 148px;
}
.sec04-catch-box {
  background: #ff8b00;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  border-radius: 10px;
  height: 138px;
  width: 275px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px rgb(0 0 0 / 20%);
}
.sec04 h4.txt-1 {
    background: url(../img/sec04-h4-bg.png) no-repeat;
    background-size: 452px 51px;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    padding: 10px 20px;
    color: #fff;
}
.sec04-display-image {
  border-top:2px solid #009142;
  border-bottom: 2px solid #009142;
  background: #fff;
  padding: 50px 50px 20px 50px;
  margin-bottom: 100px;
}
.sec04-display-image-img {
  text-align: center;
  padding-bottom: 49px;
  border-bottom: 2px solid #3b5ca3;
  margin-bottom: 49px;
}
.sec04-display-image-wrap {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.sec04-display-image-wrap-box {
  width:494px;
}
.sec04-display-image-wrap h5{
  background: #3c5da4;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding:13px 0;
  border-radius: 10px;
  margin-bottom: 20px;
}
.sec04-display-image-wrap p{
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 35px;
}
.annotation {
  font-size:19px;
  display: inline-block;
}
.sec04-tokuten{
  background: #c8000b;
  padding:9px;
  box-shadow: 4px 4px rgb(0 0 0 / 20%);
  margin-bottom: 98px;
}
.sec04-tokuten .inner{
  border: 2px solid #fff;
  padding:33px 0 48px 0;
  text-align: center;
  color: #fff;
}
.sec04-tokuten .inner h4{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.sec04-tokuten .inner p{
  font-size: 26px;
  line-height: 40px;
}
.sec04-tokuten .inner h4:before {
    content: '＼';
    position: absolute;
    left: -45px;
    top: 5%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}
.sec04-tokuten .inner h4:after {
    content: '／';
    position: absolute;
    right: -45px;
    top: 5%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}
.sec04-detail {
  background:#fff;
  padding:70px 0 50px;
  text-align: center;
}
.sec04-detail h4{
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 55px;
}

.btn-blue-Lsize a{
     font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    max-width: 900px;
    width: 100%;
    display: block;
    margin: 0 auto 50px;
    padding: 33px 0 33px 65px;
    text-align: center;
    border:1px solid #fff;
    background-image: linear-gradient(to top, #3398e6 0%, #82c0ef 100%);
    background-size: cover;
    border-radius: 15px;
    position: relative; 
}
.btn-blue-Lsize a:hover{
    background-image: linear-gradient(to top, #4188be 0%, #78a4c5 100%);
}
.btn-blue-Lsize a:after {
    content: '>';
    position: absolute;
    right: 24px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}

.btn-pink-Lsize a{
  font-size: 30px;
 line-height: 30px;
 font-weight: bold;
 color: #fff;
 max-width: 900px;
 width: 100%;
 display: block;
 margin: 0 auto 80px;
 padding: 33px 0 33px 65px;
 text-align: center;
 border:1px solid #fff;
 background-image: linear-gradient(to top, #f05893 0%, #f698bc 100%);
 background-size: cover;
 border-radius: 15px;
 position: relative; 
}
.btn-pink-Lsize a:hover{
 background-image: linear-gradient(to top, #dd6996 0%, #e5709e 100%);
}
.btn-pink-Lsize a:after {
 content: '>';
 position: absolute;
 right: 24px;
 top: 48%;
 transform: translateY(-50%);
 font-size: 18px;
 font-size: 1.8rem;
 font-weight: normal;
}
.btn-pink-Lsize a::before {
  content: '';
  position: absolute;
  left: 13%;
  top: 48%;
  transform: translateY(-50%);
  background-image: url(../img/btn-pink-Lsize-icon.png);
  background-size: cover;
  width: 46px;
  height: 44px;
 }
 .dammy {
  margin-bottom: 90px;
 }

@media (max-width: 750px) {
  .sec04 {
    padding-top:45px;
    padding-bottom: 45px;
    background-size: 26px;
  }
  .sec04 .inner {
    max-width: 100%;
    margin:0 auto;
  }
  .sec04 h3{
    font-size: 27px;
    line-height: 32px;
    border-top: 3px solid #009343;
    border-bottom: 3px solid #009343;
    padding: 25px 0;
    position: relative;
    margin:0 30px  45px;
  }
  .sec04-txt1 {
    font-size:15px;
    line-height: 22px;
    margin:0 30px;
  }
  .sec04-catch {
    flex-wrap: wrap;
    margin:24px 30px 45px;
  }
  .sec04-catch-box {
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
    height: 70px;
    width: 48%;
    margin-bottom: 10px;
    box-shadow: 2px 2px rgb(0 0 0 / 20%);
  }
  .sec04 h4.txt-1 {
    background-size: 452px 51px;
    font-size: 16px;
    padding: 10px 10px;
    color: #fff;
    width: 84%;
    background-position: right;
    margin:0 auto;
  }
  .sec04-display-image {
    max-height: 100%;
    border-top:2px solid #009142;
    border-bottom: 2px solid #009142;
    background: #fff;
    padding: 25px 25px 10px 25px;
    margin-bottom: 50px;
  }
  .sec04-display-image-img {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #3b5ca3;
    margin-bottom: 25px;
  }
  .sec04-display-image-img img{
    width: 100%;
  }
  .sec04-display-image-wrap {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
  }
  .sec04-display-image-wrap-box {
    width:100%;
  }
  .sec04-display-image-wrap h5{
    font-size: 12px;
    padding:10px 0;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .sec04-display-image-wrap p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .annotation {
    font-size:12px;
    display: inline-block;
  }
  .sec04-tokuten{
    padding:4px;
    box-shadow: 2px 2px rgb(0 0 0 / 20%);
    margin:0 30px 25px;
  }
  .sec04-tokuten .inner{
    border: 2px solid #fff;
    padding:15px;
  }
  .sec04-tokuten .inner h4{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .sec04-tokuten .inner p{
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
  }
  .sec04-tokuten .inner h4:before {
      content: '＼';
      position: absolute;
      left: -23px;
      top: 0%;
      font-size: 18px;
      font-weight: normal;
  }
  .sec04-tokuten .inner h4:after {
      content: '／';
      position: absolute;
      right: -23px;
      top: 0%;
      font-size: 18px;
      font-weight: normal;
  }
  .sec04-detail {
    padding:44px 25px 25px;
    text-align: center;
    margin:0 30px;
  }
  .sec04-detail h4{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .btn-blue-Lsize a{
    font-size: 16px;
    line-height: 26px;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 0;
    padding: 15px 15px 15px 15px;
    text-align: center;
    border:1px solid #fff;
    background-image: linear-gradient(to top, #3398e6 0%, #82c0ef 100%);
    background-size: cover;
    border-radius: 5px;
    position: relative; 
  }
  .btn-blue-Lsize a:after {
    content: '>';
    position: absolute;
    right: 10px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: normal;
  }

  .btn-pink-Lsize a{
    font-size: 16px;
    line-height: 26px;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 45px;
    padding: 15px 15px 15px 30%;
    text-align: left;
    border:1px solid #fff;
    background-size: cover;
    border-radius: 5px;
    position: relative; 
  }
  .btn-pink-Lsize a:after {
    content: '>';
    position: absolute;
    right: 10px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: normal;
  }
  .btn-pink-Lsize a::before {
    width: 30px;
    height: 29px;
    left: 15%;
  }
}

@media (max-width: 320px) {
  .sec04-tokuten .inner h4 {
      font-size: 13px;
  }
  .sec04-detail h4{
    font-size: 20px;
  }

  .btn-pink-Lsize a{
    padding: 15px 15px 15px 25%;
  }
}

/*==================================================================================
　footer
==================================================================================*/

#footer {
  background: #009242;
  padding-top: 99px;
  padding-bottom: 50px;
  position: relative;
}
.footer {
  background: #fff;
  max-width: 1120px;
  width: 100%;
  margin:auto;
  display: flex;
  align-items: center;
}
.footer-title {
  color: #009242;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  line-height: 40px;
}
.footer-title span {
  display: inline-block;
}
.footer-tel {
  text-align: center;
  padding:20px 20px 18px;
  border-right: 2px solid #009242;
  border-left: 2px solid #009242;
}
.footer-tel-txt1 {
  font-size: 18px;
  font-weight: bold;
  color: #009242;
  margin:16px auto 24px;
}
.footer-tel-txt2 {
  font-size: 32px;
  font-weight: bold;
  color: #009242;
  margin-bottom: 5px;
}
.footer-tel-txt3 {
  font-size: 16px;
  font-weight: bold;
}
.footer-tel-txt3 span{
  color: #009242;
}
.footer-mail {
  text-align: center;
  padding:16px 18px 0;
}
.footer-mail-txt {
    font-size: 18px;
  font-weight: bold;
  color: #009242;
  margin:25px 0;
}
.btn-red a {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  width: 240px;
  display: block;
  padding: 14px 0 14px 24px;
  text-align: left;
  background: #c8000b;
  border-radius: 10px;
  position: relative;
}
.btn-red a:hover{
  background: #a81d25;
}
.btn-red a:after {
  content: '>';
  position: absolute;
  right: 16px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: normal;
}
.copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin:35px auto 53px;
}

#footer .page-top {
  position: absolute;
  width: 43px;
  height: 43px;
  background-color: #fff;
  border: solid 2px #009242;
  border-radius: 50%;
  right: 30px;
  top: -23px;
  transition: all 0.2s;
}
#footer .page-top:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #009242;
  border-right: solid 2px #009242;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 55%;
}

@media (max-width: 750px) {
  #footer {
    padding:45px 15px 25px;
  }
  .footer {
    max-width: 100%;
    width: 100%;
    margin:auto;
    display: block;
  }
  .footer-title {
    font-size: 19px;
    line-height: 22px;
    display: flex;
    align-items: center;
    padding:20px 25px;
    border-bottom: 1px solid #009242;
  }
  .footer-title span.span-img {
    width: 75px;
  }
  .footer-title span.span-img img{
    width: 100%;
  }
  .footer-tel {
    text-align: center;
    padding: 15px 8px 15px;
    border-right: 1px solid #009242;
    border-left: 0;
    display: inline-block;
    width: 49%;
  }
  .footer-tel img{
    width: 40px;
  }
  .footer-tel-txt1 {
    font-size: 12px;
    font-weight: bold;
    color: #009242;
    margin:8px auto 12px;
  }
  .footer-tel-txt2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer-tel-txt3 {
    font-size: 13px;
  }
  .footer-tel-txt3 span{
    font-size: 12px;
  }


  .footer-mail {
    text-align: center;
    padding:15px 10px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-top: 17px;
  }
  .footer-mail img{
    width: 40px;
  }
  .footer-mail-txt {
    font-size: 12px;
    margin:10px 0;
  }
  .btn-red a {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    padding: 8px 0 8px 0;
    text-align: center;
    border-radius: 5px;
  }
  .btn-red a:after {
    content: '>';
    position: absolute;
    right: 16px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
  }
  .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin:20px auto 25px;
  }

  .footer-mail {
    padding: 17px 8px 9px;
  }
  .footer-tel-txt1 {
    font-size: 15px;
  }
  .footer-mail-txt {
    font-size: 15px;
  }

  .btn-red a:after {
    right: 10px;
  }
}

@media (max-width: 320px) {
  .footer-tel-txt2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer-tel-txt3 span{
    font-size: 10px;
  }
}

/* 補助問題のスタイル調整 */
.sec02-auxiliary .sec02-box {
  display: flex;
  align-items: center;
  border: 2px solid #76b82a;
  padding: 10px;
  margin-top: 20px;
  background-color: #ecf8ec;
}

.sec02-auxiliary .sec02-box-title {
  font-size: 18px; /* タイトルのサイズ */
  font-weight: bold; /* 太字 */
  color: #2b7515; /* タイトルの色 */
  margin-right: 10px; /* タイトルの右の余白 */
  display: flex; /* Flexbox を適用 */
  flex-direction: column; /* 子要素を縦に並べる */
  justify-content: center; /* 子要素を中央揃え */
  text-align: left; /* 左揃え */
  flex: 1; /* ボックス内で均等に */
}

.sec02-auxiliary .auxiliary-subtitle {
  font-size: 14px; /* サブタイトルのフォントサイズ */
  color: #2b7515; /* サブタイトルの色 */
  line-height: 1.4; /* 行の高さ */
  text-align: left; /* 左揃え */
  margin-top: 5px; /* サブタイトルの上の余白 */
}

.sec02-auxiliary .sec02-box-content {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* 右揃え */
}

.sec02-auxiliary .sec02-box-line {
  width: 1px;
  height: 100%; /* 高さをボックス全体に合わせる */
  background-color: #76b82a;
  margin: 0 20px; /* 縦線の左右の余白 */
}

.sec02-auxiliary .btn-pdf {
  background-color: #76b82a;
  color: #fff;
  padding: 8px 16px; /* ボタンのパディング調整 */
  border-radius: 5px; /* 角を丸くする */
  font-weight: bold; /* ボタンの文字太字 */
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.sec02-auxiliary .btn-pdf a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.sec02-auxiliary .btn-pdf img {
  margin-right: 8px; /* アイコンとテキストの間の余白 */
}

@media only screen and (max-width: 768px) {
  /* スマートフォン向けのスタイル調整 */

  .sec02-auxiliary .btn-pdf {
    /* ボタンの最小幅を設定して、テキストが収まるようにする */
    min-width: 180px; /* またはさらに大きな値に調整 */
    padding: 8px 20px;
    white-space: nowrap;
    overflow: visible; /* オーバーフローをvisibleに変更 */
    text-overflow: clip; /* ellipsisからclipに変更して、テキストが切り取られないようにする */
}

.sec02-auxiliary .btn-pdf a {
    /* ボタン内のリンクのスタイル調整 */
    white-space: nowrap;
    overflow: visible; /* オーバーフローをvisibleに変更 */
    text-overflow: clip; /* テキストが切り取られないようにする */
}

.sec02-auxiliary .btn-pdf img {
    /* ボタン内の画像サイズを調整 */
    width: 20px; /* アイコンのサイズを設定 */
    height: auto; /* 高さを自動調整 */
}
}
/* 準備中ボタンのスタイル */
.sec02-L .btn-pdf.green.btn-disabled,
.sec02-R .btn-pdf.green.btn-disabled {
  background-color: #666666 !important; /* 濃いグレー */
  background-image: none !important; /* 背景画像を無効化 */
  color: #f0f0f0 !important; /* 白に近いグレー */
  pointer-events: none !important; /* クリックできないようにする */
  cursor: not-allowed !important; /* カーソルを変更 */
  border: 1px solid #999999 !important;
}

.sec02-L .btn-pdf.green.btn-disabled a,
.sec02-R .btn-pdf.green.btn-disabled a {
  color: #f0f0f0 !important; /* 文字色を白に近いグレー */
  align-items: center;
  justify-content: center;
}

.sec02-L .btn-pdf.green.btn-disabled a:before,
.sec02-R .btn-pdf.green.btn-disabled a:before {
  display: none !important; /* アイコンを非表示にする */
}

.sec02-L .btn-pdf.green.btn-disabled:hover,
.sec02-R .btn-pdf.green.btn-disabled:hover {
  background-color: #555555 !important; /* ホバー時の背景色もグレー */
}