@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;700&display=swap');
*, *:before, *:after {
		box-sizing: border-box;
}
a,
a:hover{
  text-decoration: none;
}
@media only screen and (min-width: 766px) {
	.sp {
		display: none!important;
	}
  .support__box{
    min-width: 1120px;
  }
}

@media only screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}
  .support__box{
    min-width: 375px;
  }
}

.inner {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.main__visual{
  width: 100%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color:#fff;
  font-weight: 900;
}
.main__visual-img{
  position: absolute;
  z-index: -1;
  top:0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main__visual-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main__visual-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}
.main__visual-content{
  width: 59%;
  text-align: center;
}
.main__visual-txt{
  font-size: 25px;
  line-height: 45px;
  padding-bottom: 10px
}
.main__visual-txt span.under-txt{
  font-size: 24px;
  display: inline-block;
  padding: 5px 0 0;
}
.main__visual-txt .bebas{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 49px;
}
.main__visual-txt .roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 42px;
}
.main__visual-txt .noto {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
}
.main__visual-txt02{
  padding:5px;
  background: #1D2087;
  text-align: center;
  max-width: 100%;
  width: 356px;
  margin: 10px auto 20px;
  font-size: 24px;
}
.main__visual-txt03{
  padding:5px 24px;
  text-align: center;
  font-size: 55px;
}
.main__visual-txt03 .roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 42px;
}
.countdown{
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 20px auto;
}
.bg-black span{
  background: #000;
}
.bg-red span{
  background: #CC0000;
}
.color-white{
  color:#fff;
}
.color-yellow{
  color:#FFE100;
}
#enddate{
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
#enddate span{
  font-family: "Bebas Neue", sans-serif;
  font-size: 75px;
  margin: 2px;
  line-height: 60px;
  border-radius: 5px;
  height:65px;
  width: 43px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.countdown .day{
  font-size: 33px;
  padding-top: 20px;
}
.main__visual-catch{
  background: #fff;
  padding: 10px;
  width: 36.5%;
  border-radius: 10px;
}
.main__visual-catch-ttl01{
  font-size: 20px;
  font-weight: bold;
  background: #1D2087;
  border-radius: 40px;
  margin: 5px auto;
  text-align: center;
  max-width: 100%;
  width: 100%;
  padding: 10px 5px;
}
.main__visual-catch-ttl02{
  color: #1D2087;
  text-align: center;
  font-size: 28px;
  padding: 5px 0 10px;
}
.main__visual-catch-box{
  background: #F03D61;
  padding: 18px;
  border-radius: 5px;
  text-align: center;
}
.main__visual-catch-box-txt{
  font-size: 16px;
  text-align: center;
}
.main__visual-catch-flex{
  display: flex;
  justify-content: center;
  margin: 13px 0 0 0;
  gap:2px;
}
.main__visual-catch-flex-box{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #F03D61;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
}
.main__visual-contact {
  margin-top: -15px;
  position: relative;
}
.main__visual-contact  img{
  width: 100%;
}
.main__visual-contact a{
  background: #1D2087;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  color:#fff;
  width: 275px;
  height: 65px;
  display: flex;
  align-items: center;
  border: solid 2px #1D2087;
  bottom: 40px;
  padding: 0 22px;
  left:8px;
}
.main__visual-contact a:hover{
  background: #fff;
  color:#1D2087;
}
.main__visual-contact a::after{
  content:"";
  width: 20px;
  height: 20px;
  background: url(/centos/support/img/centos7/arrowbg01.svg);
  background-size: contain;
  position: absolute;
  right: 8px;
  top:50%;
  transform: translate(0 , -50%);
}

@media only screen and (max-width: 767px) {
  .main__visual-flex{
    display: block;
    padding: 30px 10px 20px;
  }
  .main__visual-content{
    width: 100%;
  }
  .main__visual-txt{
    margin-top: 100px;
    font-size: 20px;
    line-height: 1.2;
  }

  .main__visual-txt span.under-txt{
    font-size: 20px;
    line-height: 15px;
  }
  .main__visual-txt .bebas{;
    font-size: 40px;
  }
  .main__visual-txt .roboto {
    font-size: 34px;
  }
  .main__visual-txt .noto {
    font-size: 26px;
  }
  .main__visual-txt02{
    font-size: 24px;
  }
  .main__visual-txt03{
    font-size: 40px;
  }
  .main__visual-txt03 .roboto {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 50px;
  }
  .countdown{
    font-size: 23px;
    margin: 20px auto 60px;
  }
  #enddate span{
    font-size: 63px;
    line-height: 50px;
    height:55px;
    width: 35px;
    padding-top: 5px;
  }
  .countdown .day{
    font-size: 28px;
    padding-top: 15px;
  }
  .main__visual-catch{
    width: 100%;
  }
  .main__visual-catch-ttl01{
    font-size: 17px;
    width: 100%;
  }
  .main__visual-catch-ttl02{
    font-size: 23px;
    padding: 5px 0 10px;
  }
  .main__visual-catch-box{
    padding: 15px 18px;
  }
  .main__visual-catch-box-txt{
    font-size: 13px;
  }
  .main__visual-catch-flex{
    margin: 13px 0 0 0;
  }
  .main__visual-catch-flex-box{
    font-size: 11px;
  }
  .main__visual-contact {
    margin-top: -10px;
  }
  .main__visual-contact a{
    font-size: 16px;
    width: 250px;
    height: 55px;
    bottom: 40px;
    padding: 0 19px;
    left:8px;
  }
  .main__visual-contact a::after{
    width: 17px;
    height: 17px;
    right: 8px;
  }
}


.section01{
  padding: 60px 0 80px;
  font-family: "Noto Sans JP", sans-serif;
}
.sec01__ttl{
  font-size: 32px;
  background: #1D2087;
  border-radius: 40px;
  margin: 5px auto;
  text-align: center;
  max-width: 100%;
  width: 370px;
  padding: 14px 5px;
  line-height: 1;
  color:#fff;
  font-weight: 900;
}
.sec01__ttl02{
  font-size: 70px;
  font-weight: 900;
  color:#1D2087;
  text-align: center;
  padding:20px 0 20px;
}
.sec01__commentbox{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec01__commentbox-img{
  width: 215px;
  margin-top: -20px;
}
.sec01__commentbox-img img{
  width: 100%;
}
.sec01__commentbox-txt{
  font-size: 28px;
  font-weight: bold;
  color:#1D2087;
  padding:15px 15px 20px 40px;
  background: #DDF0F7;
  border-radius: 10px;
  width: calc(100% - 265px);
  position: relative;
}
.sec01__commentbox-txt:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -60px;
  border: 15px solid transparent;
  border-right: 50px solid #DDF0F7;
}
.sec01__flexbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:50px 0 0 ;
}
.sec01__commentbox-txt02{
  font-size: 16px;
  width: calc(100% - 317px);
}
.sec01__commentbox-txt02 span{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  display: inline-block;
}
.sec01__commentbox-txt02 span:last-child{
  margin-bottom: 0;
}
.sec01__flexbox-img{
  width: 265px;
}
.sec01__flexbox-img img{
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .section01{
    padding: 40px 0 20px;
  }
  .sec01__ttl{
    font-size: 20px;
    margin: 5px auto;
    width: 240px;
    padding: 8px 5px;
  }
  .sec01__ttl02{
    font-size: 30px;
    padding:15px 0 20px;
  }
  .sec01__commentbox{
    display: block;
    position: relative;
    padding:0 10px 150px;
  }
  .sec01__commentbox-img{
    width: 120px;
    position: absolute;
    bottom:0;
    right: calc(50% + 10px);
  }
  .sec01__commentbox-txt{
    font-size: 16px;
    padding: 16px 10px;
    width: 100%;
  }
  .sec01__commentbox-txt:before {
    top: auto;
    bottom: -31px;
    left: 50%;
    border: 8px solid transparent;
    border-top: 25px solid #DDF0F7;
    transform: translate(-50%, 0);
  }
  .sec01__flexbox{
    display: block;
    padding:20px 10px;
    position: relative;
  }
  .sec01__commentbox-txt02{
    width: 100%;
  }
  .sec01__commentbox-txt02 span{
    margin-bottom: 20px;
  }
  .sec01__flexbox-img{
    width: 150px;
    position: absolute;
    top: -120px;
    left: calc(50% + 10px);
  }
}

.section02{
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.section02::after{
  background: #5EC0DE;
  width: 100%;
  height: 100%;
  z-index: -1;
  top:0;
  content:"";
  display: block;
  position: absolute;
  left: calc(50% - 100px);
}
.section02::before{
  background: #EFEFEF;
  width: 100%;
  height: 100%;
  z-index: -1;
  top:0;
  content:"";
  display: block;
  position: absolute;
}
.sec02-date{
  position: absolute;
  top: 0;
  right: calc(50% + 100px);
  border: 150px solid transparent;
  border-right-width: 150px;
  border-left-width: 150px;
  border-bottom-width: 0;
  border-top: 80px solid #F03D61;
  width: 292px;
  height: 160px;
  transform: translate(50% , 0);
}
.sec02-date .sec02-date-text{
  position: absolute;
  text-align: center;
  top:-75px;
  left: 50%;
  transform: translate(-50%,0);
  text-align: center;
  width:90px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.sec02__flex{
  display: flex;
  justify-content: space-between;
}
.sec02__flexbox01{
  width: 390px;
  max-width: 100%;
  margin: 60px 0;
}

.sec02__flexbox01-txt{
  width: 100%;
  background: linear-gradient(to bottom, #575757, #AEAEAE);
  margin: 80px 0 15px;
  position: relative;
  border-radius:10px;
  color:#fff;
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}
.sec02__flexbox01-img{
  position: absolute;
  top:-50px;
  left:15px;
}
.sec02__flexbox01_end{
  position: absolute;
  top:-70px;
  right: 15px;
}
.sec02__flexbox01-arrow img{
  max-width: 100%;
  width: 100%;
}
.sec02__flexbox01-txt02{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.sec02__flexbox02{
  width: 590px;
  max-width: 100%;
  margin: 70px 0 40px;
  background: #fff;
  border-radius: 10px;
  padding:15px 48px 25px;
}
.sec02__flexbox02-ttl{
  font-size: 28px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 10px;
  text-align: center;
}
.sec02__flexbox02-txt {
  font-size: 24px;
  font-weight: 900;
  background: #1D2087;
  border-radius: 5px;
  margin: 5px auto;
  text-align: center;
  max-width: 100%;
  width: 100%;;
  line-height: 1.2;
  color: #FFE100;
  padding: 20px 0;
  font-weight: bold;
}
.sec02__flexbox02-txt span{
  font-size: 20px;
  font-weight: 400;
}
.sec02__flexbox02-arrow{
  padding-top: 10px;
}
.sec02__flexbox02-arrow img{
  max-width: 100%;
  width: 100%;
}
.sec02__flexbox02-txt02{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}


@media only screen and (max-width: 767px) {
  .section02{
    content:none;
    background: #5EC0DE;
    padding-bottom: 20px;
  }
  .section02::after{
    content:none;
  }
  .section02::before{
    content:none;
  }
  .sec02-date{
    position:relative;
    top: 0;
    right: 0;
    left: 0;
    background: #F03D61;
    width: 100%;
    height: 45px;
    transform: translate(0,0);
    border: none;
    padding: 6px 0;
  }
  .sec02-date .sec02-date-text{
    position:relative;
    top: 0;
    right: 0;
    left: 0;
    transform: translate(0,0);
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 5px 0;
  }
  .sec02__flex{
    display: block;
  }
  .sec02__flexbox01{
    width: 100%;
    max-width: 100%;
    padding: 20px 10px;
    margin: 0;
    background: #EFEFEF;
  }
  .sec02__flexbox01-txt{
    width: 100%;
    margin: 45px auto 5px;
    height: 145px;
    font-size: 24px;
  }
  .sec02__flexbox01-img{
    top:-30px;
    left:10px;
    width: 94px;
  }
  .sec02__flexbox01_end{
    top:-40px;
    right: 5px;
    width: 94px;
  }
  .sec02__flexbox01-arrow {
    width: 100%;
    margin: 10px auto 0;
  }
  .sec02__flexbox02{
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 20px 10px 10px;
    background: #fff;
    border-radius: 10px;
    padding:20px 10px 25px;
  }
  .sec02__flexbox02-ttl{
    font-size: 24px;
    padding-bottom: 10px;
  }
  .sec02__flexbox02-txt {
    font-size: 20px;
    padding: 15px 0;
  }
  .sec02__flexbox02-txt02{
    text-align: left;
    margin: 0 auto;
    width: 260px;
  }
  .sec02__flexbox02-txt span{
    font-size: 16px;
    padding-top: 5px;
  }
  .sec02__flexbox02-arrow{
    padding-top: 10px;
  }
}

.section03{
  margin: 60px 0 70px;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.sec03__ttl{
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 35px;
  text-align: center;
}
.sec03__txt{
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 60px;
  text-align: center;
}
.sec03__ttl02{
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 30px;
  text-align: center;
}
.sec03__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
  max-width: 965px;
  margin: 0 auto;
}
.sec03__flexbox{
  width: 280px;
  background: #1D2087;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 115px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 10px;
}
.sec03__flexbox:nth-child(2){
  width: 385px;
}
.sec03__flex-img{
  text-align: center;
  margin: 20px auto 40px;
}
.sec03__txt02{
  font-size: 38px;
  font-weight: 900;
  color: #F03D61;
  padding-bottom: 90px;
  text-align: center;
  background: url(/centos/support/img/centos7/sec03-img03.svg) center bottom no-repeat;
  background-size: contain;
}
.sec03__flex02{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
}
.sec03__flexbox02{
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  color: #1D2087;
  text-align: center;
  padding: 30px 0 20px;
}


@media only screen and (max-width: 767px) {
  .section03{
    margin: 20px 10px 30px;
  }
  .sec03__ttl{
    font-size: 24px;
    padding-bottom: 30px;
  }
  .sec03__txt{
    font-size: 16px;
    padding-bottom: 20px;
    text-align: left;
  }
  .sec03__ttl02{
    font-size: 24px;
    padding-bottom: 15px;
  }
  .sec03__flex{
    display: block;
  }
  .sec03__flexbox{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    padding:10px 0;
    border-radius: 10px;
    margin-bottom: 3px;
  }
  .sec03__flexbox:nth-child(2){
    width: 100%;
  }
  .sec03__flex-img{
    text-align: center;
    margin: 10px 10px 30px;
  }
  .sec03__txt02{
    font-size: 24px;
    padding-bottom: 60px;
  }
  .sec03__flex02{
    margin-top: -10px;
  }
  .sec03__flexbox02{
    font-size: 24px;
    padding: 30px 0 0;
  }
  .sec03__flexbox03{
    width: 98px;
  }
}
.section04{
  padding: 60px 0 0px;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: #E6EBF1;
}
.sec04__ttl{
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 30px;
  text-align: center;
}
.sec04__txt{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 55px;
}
.sec04__txt span{
  background: linear-gradient(transparent 70%, #FFE100 30%);
}
.sec04__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
}
.sec04__flexbox{
  background: #5EC0DE;
  border-radius: 10px;
  color:#fff;
  width: 280px;
  padding:10px 40px 20px;
}
.sec04__flexbox-ttl{
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 5px;
}
.sec04__flexbox-txt{
  font-size: 16px;
  font-weight: 500
  padding: 5px;
}
.sec04__flex-02{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 310px);
}
.sec04__flexbox02{
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  max-width: 340px;
  color:#000;
  text-align: center;
}
.sec04__flexbox-ttl02 {
  position: absolute;
  height: 50px;
  font-size: 24px;
  background: #1D2087;
  border-radius: 40px;
  margin: 5px auto;
  text-align: center;
  max-width: 100%;
  width: 200px;
  padding: 14px 5px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  transform: translate(-50%, 0);
  top: -30px;
  left: 50%;
}
.sec04__flexbox-txt02{
  font-size: 24px;
  font-weight: 900;
  display: block;
  justify-content: center;
  align-items: center;
  padding:40px 10px 25px;
}
.sec04__flexbox-txt02 .equal{
    font-size: 24px;
    font-weight: 900;
}
.sec04__flexbox-txt02 .price{
    font-size: 30px;
    font-weight: 900;
}
.sec04__flexbox03{
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  max-width: 380px;
  color:#000;
  text-align: center;
}
.sec04__flexbox-ttl03 {
  position: absolute;
  height: 50px;
  font-size: 24px;
  background: #F03D61;
  border-radius: 40px;
  margin: 5px auto;
  text-align: center;
  max-width: 100%;
  width: 200px;
  padding: 14px 5px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  transform: translate(-50%, 0);
  top: -30px;
  left: 50%;
}
.sec04__flexbox-txt03{
  font-size: 24px;
  font-weight: 900;
  display: block;
  justify-content: center;
  align-items: center;
  padding:40px 10px 25px;
}
.sec04__flexbox-txt03 .equal{
    font-size: 24px;
    font-weight: 900;
}
.sec04__flexbox-txt03 .price{
    font-size: 30px;
    font-weight: 900;
    color:#F03D61;
    padding:30px 10px 20px;
}
.sec04__ttl02{
  font-size: 40px;
  font-weight: 900;
  color: #F03D61;
  text-align: center;
  margin: 40px auto;
  border-radius: 10px;
  background: #fff;
  width: 650px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04__ttl02 span{
  display: block;
}
.sec04__ttl02 img{
  margin-top: -25px;
  padding-right: 10px;
}
.sec04__txt02{
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 30px;
  text-align: center;
}
.sec04__txt02 span{
  background: linear-gradient(transparent 70%, #FFE100 30%);
}
.sec04__flex02{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 0 40px;
}
.sec04__flexbox04-ttl{
  font-size: 28px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 30px;
  text-align: center;
}
.sec04__flexbox-benefits-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
  max-width: 600px;
  margin: 0 auto;
}
.sec04__flexbox-benefits{
  width: 180px;
  height: 180px;
  background: #5EC0DE;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color:#fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.benefits-num{
  position: absolute;
  height: 35px;
  width:70px;
  font-size: 14px;
  background: #F03D61;
  border-radius: 35px;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  transform: translate(-50%, 0);
  top: -10px;
  left: 50%;
}
.benefits-num span{
  font-size: 24px;
  line-height: 1;
  padding-bottom: 2px;
}
.benefits-num:after{
  content:"";
    position: absolute;
    bottom: -12px;
    right: calc(50%);
    border: 8px solid transparent;
    border-top: 8px solid #F03D61;
    transform: translate(50% , 0);
}
.sec04__link {
  padding: 20px 0 0;
}
.sec04__link a{
  font-weight: bold;
  font-size: 20px;
  color: #FFE100;
  border-radius: 50px;
  text-align: center;
  max-width: 100%;
  width: 580px;
  background: #1D2087;
  line-height: 1;
  padding: 13px 10px;
  display: block;
  margin: 0 auto;
  position: relative;
  border: solid 3px #1D2087;
  transition: 0.3s;
}
.sec04__link a:hover{
  background: #fff;
  color:#1D2087;
}
.sec04__link a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/centos/support/img/centos7/arrowbg04.svg);
	background-repeat: no-repeat;
	background-size: contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0 , -50%);
  transition: 0.3s;
}
.sec04__link a:hover::after{
  content: "";
  background: url(/centos/support/img/centos7/arrowbg04-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
  .section04{
    padding: 35px 0 0;
  }
  .sec04__ttl{
    font-size: 24px;
  }
  .sec04__txt{
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
  }
  .sec04__txt span{
    text-underline-offset: -6px;
    text-decoration-thickness: 8px;
  }
  .sec04__flex{
    display: block;
    font-size: 16px;
    padding: 30px 10px 0;
  }
  .sec04__flexbox{
    width: 100%;
    padding:15px 10px 20px;
  }
  .sec04__flexbox-ttl{
    font-size: 20px;
  }
  .sec04__flexbox-txt{
    text-align: center;
    font-size: 16px;
    padding: 5px;
  }
  .sec04__flex-02{
    display: block;
    width: 100%;
    padding: 55px 0 20px;
  }
  .sec04__flexbox02{
    max-width: 100%;
  }
  .sec04__flexbox-ttl02 {
    height: 45px;
    font-size: 20px;
    width: 155px;
    padding: 12px 5px;
    top: -25px;
  }
  .sec04__flexbox-txt02{
    font-size: 20px;
    padding:30px 10px 20px;
  }
  .sec04__flexbox-txt02 .equal{
      font-size: 20px;
  }
  .sec04__flexbox-txt02 .price{
      font-size: 24px;
  }
  .sec04__flexbox03{
    max-width: 100%;
  }
  .sec04__flexbox-ttl03 {
    height: 45px;
    font-size: 20px;
    width: 155px;
    padding: 12px 5px;
    top: -25px;
  }
  .sec04__flexbox-txt03{
    font-size: 20px;
    padding:30px 10px 20px;
  }
  .sec04__flexbox-txt03 .equal{
    font-size: 20px;
  }
  .sec04__flexbox-txt03 .price{
      font-size: 24px;
  }
  .sec04__flexbox-arrow{
    margin: 10px auto 30px;
    text-align: center;
  }
  .sec04__flexbox-arrow img{
    transform:rotate(90deg);
  }
  .sec04__ttl02{
    font-size: 24px;
    margin: 20px auto;
    width: calc(100% - 20px);
  }
  .sec04__ttl02 img{
    margin-top: -25px;
    padding-right: 10px;
    width: 135px;
  }
  .sec04__txt02{
    font-size: 24px;
    padding-bottom:5px;
    text-align: center;
  }
  .sec04__txt02 span{
    text-underline-offset: -7px;
    text-decoration-thickness: 10px;
  }
  .sec04__flex02{
    display: block;
    padding: 5px 0 30px;
  }
  .sec04__flex02-img{
    margin:  0 auto;
    text-align: center;
  }
  .sec04__flexbox04-ttl{
    font-size: 24px;
    padding:10px 0 15px;
    text-align: center;
  }
  .sec04__flexbox-benefits-area{
    justify-content: center;
    gap:10px;
  }
  .sec04__flexbox-benefits{
    width: 107px;
    height: 107px;
    border-radius: 107px;
    color:#fff;
    font-size: 15px;
    line-height: 1.4;
  }
  .benefits-num{
    height: 25px;
    width:42px;
    font-size: 10px;
    top: -8px;
  }
  .benefits-num span{
    font-size: 16px;
    line-height: 1;
    padding-bottom: 2px;
  }
  .benefits-num:after{
    content:"";
    position: absolute;
    bottom: -12px;
    right: calc(50%);
    border: 8px solid transparent;
    border-top: 8px solid #F03D61;
    transform: translate(50% , 0);
  }
	.sec04__link {
		padding: 20px 10px 0;
	}
	.sec04__link a {
		font-size: 18px;
		background: #1D2087;
		padding: 10px 30px 10px 15px;
		line-height: 1.4;
	}
	.sec04__link a::after {
		content: "";
		width: 15px;
		height: 15px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0 , -50%);
	}
}


.section05{
  margin: 70px 0 80px;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.sec05__ttl{
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 35px;
  text-align: center;
}

.sec05__flex{
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  font-size: 14px;
  padding: 0;
}
.sec05__flexbox{
  width: 49.5%;
  background: #E6EBF1;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}

.sec05__flexbox02{
  width: 49.5%;
  background: #FFEFF2;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}

.sec05__flexbox-ttl{
  font-size: 20px;
  font-weight: bold;
  background: #1D2087;
  text-align: center;
  max-width: 100%;
  width: 100%;
  padding: 14px 5px;
  line-height: 1.2;
  color: #fff;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec05__txt01{
  font-size: 14px;
  padding: 20px 0 0;
}
.sec05__txt01 span{
  display: block;
  padding-bottom: 15px;
  line-height: 1.8;
}
.sec05__txt01 a{
  text-decoration: underline;
}
.sec05__txt02{
  text-align: right;
}
.sec05__flexbox-ttl02{
  font-size: 20px;
  font-weight: bold;
  background:#F03D61;
  text-align: center;
  max-width: 100%;
  width: 100%;
  padding: 14px 5px;
  line-height: 1.2;
  color: #fff;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sec05__flexbox-ttl02 span{
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
}
.sec05__flexbox-textbox{
  padding:30px 10px;
  font-size: 20px;
  font-weight: 900;
}
.sec05__flexbox-subttl{
  font-weight: 900;
  font-size: 16px;
  color: #FFE100;
  border-radius: 50px;
  text-align: center;
  max-width: 100%;
  width: 260px;
  background: #1D2087;
  line-height: 1;
  padding: 10px 10px;
  display: block;
  margin: 0 auto 15px;
  position: relative;
}
.sec05__flexbox-textbox02{
  padding:30px 10px;
}
.sec05__flexbox-plus{
  margin: 12px auto;
  text-align: center;
  height: 26px;
  line-height: 0;
}
.sec05__flexbox-textbox02{
  font-size: 24px;
  font-weight: 900;
}
.sec05__flexbox-text03 span,
.sec05__flexbox-text04 span{
  color:#F03D61;
}
.sec05__link{
  padding: 50px 0 90px;
}
.sec05__link a{
  font-size: 18px;
  font-weight: bold;
  background: #1D2087;
  border-radius: 50px;
  text-align: center;
  max-width: 100%;
  width: 700px;
  color:#fff;
  line-height: 1;
  padding: 25px 10px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  position: relative;
  border: solid 3px #1D2087;
  transition: 0.3s;
}
.sec05__link a:hover{
  background: #fff;
  color:#1D2087;
}
.sec05__link a span{
  font-size: 24px;
  color: #FFE100;
	text-align: center;
}
.sec05__link a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/centos/support/img/centos7/arrowbg04.svg);
	background-repeat: no-repeat;
	background-size: contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0 , -50%);
  transition: 0.3s;
}
.sec05__link a:hover::after{
background: url(/centos/support/img/centos7/arrowbg04-2.svg);
background-repeat: no-repeat;
background-size: contain;
}


@media only screen and (max-width: 767px) {

  .section05{
    margin: 30px 0 40px;
  }
  .sec05__ttl{
    font-size: 24px;
    padding-bottom: 20px;
  }
  .sec05__flex{
    display: block;
    padding: 0;
  }
  .sec05__flexbox{
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
  }
  .sec05__flexbox02{
    width: 100%;
    font-size: 20px;
  }
  .sec05__flexbox-ttl,
  .sec05__flexbox-ttl02{
    height: auto;
  }
  .sec05__flexbox-textbox{
    padding:20px 10px;
    font-size: 20px;
    font-weight: 900;
  }
  .sec05__flexbox-textbox02{
    height: auto;
    padding:20px 10px;
  }
  .sec05__flexbox-textbox02{
    font-size: 20px;
    font-weight: 900;
  }
  .sec05__flexbox-text03 span,
  .sec05__flexbox-text04 span{
    color:#F03D61;
  }
  .sec05__txt01{
    padding: 20px 10px 0;
  }
  .sec05__txt02{
    padding: 20px 10px 0;
  }
  .sec05__link{
    padding: 40px 10px 50px;
  }
  .sec05__link a{
    font-size: 18px;
    line-height: 1.4;
    background: #1D2087;
    border-radius: 20px;
    padding: 22px 25px;
  }
  .sec05__link a span{
    font-size: 20px;
    text-align: left;
    color: #FFE100;
    display: block;
    padding-top: 5px;
  }
  .sec05__link a::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0 , -50%);
  }
  .sec05__img{
    width: calc(100% - 20px);
    box-sizing: border-box;
    margin:0 10px;
    overflow-x: auto;
  }
  .sec05__img img{
    width: 1100px;
    max-width: 1100px;
  }

}

.section06 {
  padding: 60px 0 ;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: #E6EBF1;
}
.sec06__ttl {
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 35px;
  text-align: center;
}

.sec06__flex{
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 40px;
}
.sec06__flexbox{
  font-size: 24px;
  background: #fff;
  border-radius: 10px;
  width: 48%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec06-img{
  width: 100px;
}
.sec06__flexbox-content{
  width: calc(100% - 120px);
}
.sec06__flexbox-ttl{
  font-size: 20px;
  font-weight: 900;
  color: #1D2087;
  padding: 2px 0 10px;
  width: 100%;
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 10px;
}
.sec06__flexbox-text{
  font-size: 16px;
}
.sec06__flexbox-arrow{
  width: 100%;
  text-align: center;
  padding:10px;
}
.sec06__flexbox-arrow img{
  transform: rotate(90deg);
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.sec06__flexbox-text02{
  font-size: 24px;
  font-weight: bold;
  color: #F03D61;
  text-align: center;
  margin: 0 auto 10px;
  background: #fff;
  max-width: 100%;
}
.sec06__flexbox-text03{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  background: #fff;
  max-width: 100%;
}
.sec06__flex02{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 5px;
  font-size: 14px;
}
.sec06__flex02-content{
  display: flex;
  justify-content: center;
  width: 32%;
  margin-bottom: 10px;
}
.sec06__flexbox02-num{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5EC0DE;
  font-size: 28px;
  font-family: "Bebas Neue", sans-serif;
  color:#fff;
  width: 35px;
}
.sec06__flexbox02-text{
  width: calc(100% - 35px);
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


@media only screen and (max-width: 767px) {
  .section06 {
    padding: 30px 10px ;
  }
  .sec06__ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .sec06__flex{
    display: block;
    padding: 0;
  }
  .sec06__flexbox{
    width:100%;
    padding: 65px 10px 10px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
  }
  .sec06-img{
    width: 70px;
  }
  .sec06__flexbox-content{
    width: calc(100% - 90px);
  }
  .sec06__flexbox-ttl{
    font-size: 20px;
    position: absolute;
    top:20px;
    left:0;
    width: 100%;
    text-align: center;
    border: none;
  }
  .sec06__flexbox-text02{
    font-size: 20px;
  }
  .sec06__flexbox-text03{
    font-size: 16px;
    text-align: left;
  }
  .sec06__flex02{
    display: block;
    padding: 0;
  }
  .sec06__flex02-content{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 5px;
    height: 60px;
  }
  .sec06__flexbox02-text{
    padding:5px 10px;
    justify-content:flex-start;
  }

}
.section07{
  margin: 70px 0 0;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.sec07__ttl{
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 35px;
  text-align: center;
}
.sec07__img{
  margin:  0 auto 60px;
}
.sec07__img02{
  padding: 0;
}


@media only screen and (max-width: 767px) {
  .section07{
    margin: 30px 0 0;
  }
  .sec07__ttl{
    font-size: 24px;
    font-weight: 900;
    color: #1D2087;
    padding-bottom: 20px;
    text-align: center;
  }
  .sec07__img {
    width: calc(100% - 20px);
    margin: 0 10px 40px;
  }
  .sec07__img img {
    width: 100%;
  }
  .sec07__img02 img{
    padding: 0 0 20px 0;
  }
}

.section08 {
  padding: 60px 0 ;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: #E6EBF1;
}
.sec08__ttl {
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 35px;
  text-align: center;
}
.sec08__list{
  padding:20px;
  display: flex;
  background: #fff;
  border-radius: 10px;
  width: 820px;
  max-width: 100%;
  margin: 0 auto 75px;
}
.sec08__list-img{
  width: 236px;
}
.sec08__list-content{
  width: calc(100% - 260px);
  list-style: none;
  font-size: 24px;
  font-weight: bold;
  color:#1D2087;
  padding:15px 20px 15px 30px;
  margin: 0;
}
.sec08__list-content li{
  padding: 5px 0 5px 50px;
  position: relative;
}
.sec08__list-content li::after{
  content:"";
  width: 30px;
  height: 30px;
  background: url(/centos/support/img/centos7/checked.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top:8px;
}
.sec08__box01{
  background: #fff;
  margin-bottom:40px;
  border-radius: 10px;
  overflow: hidden;
}
.sec08__subttl{
  font-size: 24px;
  font-weight: bold;
  background: #1D2087;
  text-align: center;
  max-width: 100%;
  width: 100%;
  padding: 14px 5px;
  line-height: 1;
  color: #fff;
}
.sec08__box01-content{
  padding: 30px 30px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.sec08__txtbox{
  width: 53%;
  line-height: 1.8;
}
.sec08__box01-info{
  width: 43%;
}
.sec08__txt{
  font-size: 20px;
  text-align: center;
  color:#F03D61;
  font-weight: bold;
}
.sec08__txt02{
  font-size: 20px;
  font-weight: bold;
  padding:10px 0 5px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.sec08__txt02 span{
  display: flex;
  align-items: center;
  line-height: 1;
}
.sec08__txt02 span::before{
  content:"●";
  color:#F03D61;
  font-size: 10px;
  padding: 5px 5px 3px 0;
  line-height: 1;
}
.sec08__notice{
  text-align: right;
}
.sec08__txt03{
  width: 100%;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .section08 {
    padding: 50px 10px 30px;
  }
  .sec08__ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .sec08__list{
    padding:20px;
    display: block;
    margin: 0 auto 20px;
  }
  .sec08__list-img{
    width: 101px;
    margin: 0 auto;
  }
  .sec08__list-content{
    width: 100%;
    font-size: 16px;
    padding:10px 5px 10px 10px;
    margin: 0;
  }
  .sec08__list-content li{
    padding: 5px 0 5px 30px;
    position: relative;
  }
  .sec08__list-content li::after{
    width: 20px;
    height: 20px;
    top:6px;
  }
  .sec08__box01{
    margin-bottom:20px;
  }
  .sec08__subttl{
    font-size: 16px;
    padding: 10px 5px;
  }
  .sec08__box01-content{
    padding: 20px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
  }
  .sec08__txtbox{
    width: 100%;
    line-height: 1.8;
  }
  .sec08__box01-info{
    width: 100%;
  }
  .sec08__txt{
    font-size: 16px;
    margin:20px auto 0;
  }
  .sec08__txt02{
    font-size: 16px;
    font-weight: bold;
    padding:5px 0 5px 0;
    display: block;
    align-items: center;
    gap: 15px;
  }
  .sec08__txt02 span{
    display: block;
    align-items: center;
    line-height: 1;
    text-align: center;
    padding:5px;
  }
  .sec08__txt02 span::before{
    content:"●";
    color:#F03D61;
    font-size: 10px;
    padding: 5px 10px 3px 0;
    line-height: 1;
  }
  .sec08__notice{
    text-align: right;
  }
  .sec08__txt3{
    width: 100%;
    line-height: 1.8;
  }
}
.section09 {
  padding: 60px 0 ;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.sec09__ttl {
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 60px;
  text-align: center;
}
.sec09__ttl span{
  display: inline-block;
  padding-left: 35px;
}
.sec09__box01{
  display: flex;
  justify-content: space-between;
}
.sec09__photo{
  width: 300px;
}
.sec09__photo img{
  border-radius: 10px;
}
.sec09__box01-content{
  width: calc(100% - 340px);
  margin-bottom: 60px;
}
.sec09__subttl{
  font-size: 24px;
  font-weight: bold;
  color:#fff;
  background: #1D2087;
  padding: 10px 20px;
  line-height: 1.2;
}
.sec09__txt01{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #5EC0DE;
  padding: 5px 10px;
  padding: 10px 20px;
  line-height: 1.2;
}
.sec09__txt02{
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .section09 {
    padding: 30px 10px ;
  }
  .sec09__ttl {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .sec09__ttl span{
    display: block;
    padding-left: 0
  }
  .sec09__box01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-top: 40px;
  }
  .sec09__photo{
    width: 120px;
  }
  .sec09__photo img{
    border-radius: 0;
  }
  .sec09__box01-content{
    width:100%;
    margin-bottom: 20px;
  }
  .sec09__subttl{
    font-size: 16px;
    top:0;
    position: absolute;
    width: 100%;
    padding: 8px 10px;
  }
  .sec09__txt01{
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    top:40px;
    right: 0;
    position: absolute;
    width: calc(100% - 125px);
    height: 88px;
  }
  .sec09__txt02{
    line-height: 2;
    padding : 10px 0;
  }

}

.section10 {
  padding: 60px 0 0 ;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: #E6EBF1;
}
.sec10__ttl {
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 35px;
  text-align: center;
}
.sec10__date-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.sec10__date-box{
  width: 23%;
}
.sec10__date-num {
  width: 245px;
  height: 245px;
  background: #fff;
  border-radius: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1;
  color: #5EC0DE;
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 20px;
}
.sec10__date-num span{
  font-family: "Bebas Neue", sans-serif;
  font-size: 85px;
  width: 100%;
  display: inline-block;
}


@media only screen and (max-width: 767px) {
  .section10 {
    padding: 30px 0 0;
  }
  .sec10__ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .sec10__date-list{
    display: block;
    margin-bottom: 30px;
    padding:0 10px;
  }
  .sec10__date-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .sec10__date-num {
    width: 100px;
    height: 100px;
    font-size: 20px;
    margin-bottom: 0;
  }
  .sec10__date-num span{
    font-size: 34px;
  }
  .sec10__date-txt{
    width: calc(100% - 120px);
  }
}


.section-other {
  padding: 60px 0 ;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: #E6EBF1;
}
.section-other__ttl {
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 35px;
  text-align: center;
}
.section-other__flex{
  display: flex;
  justify-content: space-between;
}
.section-other__flexbox{
  background: #fff;
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
}
.section-other__flexbox-ttl{
  font-size: 24px;
  font-weight: bold;
  background: #1D2087;
  text-align: center;
  max-width: 100%;
  width: 100%;
  padding: 14px 5px;
  line-height: 1;
  color: #fff;
}
.section-other__flexbox-text{
  font-size: 16px;
  line-height: 1.8;
  padding: 20px 40px 30px;
}
.section-other__link {
  padding: 35px 0 0;
}
.section-other__link a{
  font-weight: bold;
  font-size: 16px;
  color: #FFE100;
  border-radius: 50px;
  text-align: center;
  max-width: 100%;
  width: 580px;
  background: #1D2087;
  line-height: 1;
  padding: 10px 10px;
  display: block;
  margin: 0 auto;
  position: relative;
  border: solid 3px #1D2087;
  transition: 0.3s;
}
.section-other__link a:hover{
  background: #fff;
  color:#1D2087;
}
.section-other__link a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/centos/support/img/centos7/arrowbg04.svg);
	background-repeat: no-repeat;
	background-size: contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0 , -50%);
  transition: 0.3s;
}
.section-other__link a:hover::after{
  content: "";
  background: url(/centos/support/img/centos7/arrowbg04-2.svg);
	background-repeat: no-repeat;
	background-size: contain;

}
@media only screen and (max-width: 767px) {
  .section-other {
    padding: 30px 10px;
  }
  .section-other__ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .section-other__flex{
    display: block;
  }
  .section-other__flexbox{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .section-other__flexbox-ttl{
    font-size: 16px;
    padding: 10px 5px;
  }
  .section-other__flexbox-text{
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 20px 30px;
  }
  .section-other__link {
		padding: 20px 0 0;
	}
  .section-other__link a {
		background: #1D2087;
		padding: 10px 30px 10px 15px;
		line-height: 1.4;
		border-radius: 10px;
  }
  .section-other__link a::after {
		content: "";
		width: 15px;
		height: 15px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0 , -50%);
  }
}


.section12 {
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.sec12__ttl {
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 35px;
  text-align: center;
}
.sec12__box{
  width: 870px;
  max-width: 100%;
  position: relative;
  margin: 0 auto 30px;
}
.sec12__box input{
  display: none;
}
.sec12__question{
    position: relative;
}
.sec12__question label{
  font-size: 18px;
  border-radius: 0 20px 20px 20px;
  font-weight: bold;
  background: #1D2087;
  max-width: 100%;
  width: 100%;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  padding:30px;
  cursor:  pointer;
  margin-bottom: 0;
  transition: 0.2s;
}
.sec12__question::after {
    content: "";
    width: 30px;
    display: block;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    top: 50%;
    right: 40px;
    position: absolute;
    transform: translate(0, -50%);
    pointer-events: none;
    transition: 0.3s;
}
.sec12__question label::before {
    content: "";
    width: 13px;
    display: block;
    height: 1px;
    background: #1D2087;
    top: 50%;
    right: 48px;
    position: absolute;
    transform: translate(0, -50%) rotate(90deg);
    pointer-events: none;
    z-index: 2;
    transition: 0.3s;
}
.sec12__question label::after {
    content: "";
    width: 13px;
    display: block;
    height: 1px;
    background: #1D2087;
    top: 50%;
    right: 48px;
    position: absolute;
    transform: translate(0, -50%);
    pointer-events: none;
    z-index: 2;
}
.sec12__box input:checked + .sec12__question label::before {
    transform: translate(0, -50%);
}


.sec12__box input:checked + .sec12__question label{
  border-radius: 0 20px 0 0;
}
.sec12__question label span{
  font-size: 24px;
  padding-right: 20px;
}
.sec12__answer{
  padding: 0 30px 0 60px;
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: 0.2s;
}
.sec12__box input:checked + .sec12__question + .sec12__answer{
  background: #E6EBF1;
  padding:35px 30px 30px 60px;
  border-radius: 0 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  opacity: 1;
  height: auto;
  pointer-events: auto;
}
.sec12__answer span{
  position: absolute;
  top: 25px;
  left: 30px;
  color:#1D2087;
  font-weight: bold;
  font-size: 24px;
  opacity: 0;
}

.sec12__box input:checked + .sec12__question + .sec12__answer span{
  opacity: 1;
}
.sec12__link {
  padding: 50px 0 80px;
}
.sec12__link a{
  font-weight: bold;
  font-size: 24px;
  color: #FFE100;
  border-radius: 50px;
  text-align: center;
  max-width: 100%;
  width: 700px;
  background: #1D2087;
  line-height: 1;
  padding: 25px 10px;
  display: block;
  margin: 0 auto;
  position: relative;
  border: solid 3px #1D2087;
  transition: 0.3s;
}
.sec12__link a:hover{
  background: #fff;
  color:#1D2087;
}
.sec12__link a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/centos/support/img/centos7/arrowbg04.svg);
	background-repeat: no-repeat;
	background-size: contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0 , -50%);
  transition: 0.3s;
}
.sec12__link a:hover::after{
  background: url(/centos/support/img/centos7/arrowbg04-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.sec12__box-img01{
 position: absolute;
 left: -120px;
 top: 00px;
}
.sec12__box-img02{
 position: absolute;
 right: -120px;
 top: 100px;
 opacity: 0;
}
.sec12__box input:checked ~ .sec12__box-img02{
  opacity: 1;
}
.sec12__box-img03{
 position: absolute;
 left: -120px;
 top: 0;
}


@media only screen and (max-width: 767px) {
  .section12 {
    padding: 30px 0 0;
    position: relative;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
  }
  .sec12__ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .sec12__box{
    width: calc(100% - 100px);
    max-width: 100%;
    position: relative;
    margin: 0 auto 30px;
  }
  .sec12__question label{
    font-size: 16px;
    line-height: 1.4;
    border-radius: 0 20px 20px 20px;
    padding:40px 20px 10px 10px;
  }
  .sec12__question::after {
      width: 20px;
      height: 20px;
      top: 10px;
      right: 10px;
      transform: translate(0, 0);
  }
  .sec12__question label::before {
      width: 9px;
      top: 19.5px;
      right: 15px;
  }
  .sec12__question label::after {
      width: 9px;
      top: 19.5px;
      right: 15px;
  }

  .sec12__box input:checked + .sec12__question label{
    border-radius: 0 20px 0 0;
  }
  .sec12__question label span{
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .sec12__answer{
    padding: 0 10px 0 10px;
  }
  .sec12__box input:checked + .sec12__question + .sec12__answer{
    padding:10px 10px 20px 10px;
  }
  .sec12__answer span{
    display: block;
    position: relative;
    top: auto;
    left: auto;
    color:#000;
    font-size: 16px;
  }
  .sec12__link {
    padding: 40px 10px 50px;
  }
  .sec12__link a {
    font-size: 18px;
    background: #1D2087;
    border-radius: 20px;
    padding: 22px 50px 22px 25px;
    line-height: 1.4;
  }
  .sec12__link a::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0 , -50%);
  }
  .sec12__box-img01{
   position: absolute;
   left: -45px;
   top: 00px;
   width: 40px;
  }
  .sec12__box-img02{
   position: absolute;
   right: -45px;
   top: 90px;
   width: 40px;
  }
  .sec12__box-img03{
   position: absolute;
   left: -45px;
   top: 0;
   width: 40px;
  }


}

.section-contact{position: relative;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;}


.contact-box{
  background: #F03D61;
  padding: 40px;
  position: relative;
}
.contact-box-btn{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 125px;
}
.contact-box-btn a{
  width: 100%;
  background: #fff;
  border: solid 5px #001976;
  border-bottom: solid 10px #001976;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  font-weight: 900;
  color:#001976;
  padding: 20px 10px;
  transform: 0.5s;
}
.contact-box-btn a:hover{
  border-bottom: solid 5px #001976;
  margin-top: 5px;
}
.contact-box__illust01{
  position: absolute;
  left: -10px;
  bottom: -40px;
  pointer-events: none;
  width: 134px;
}
.contact-box__illust02{
  position: absolute;
  right: 0px;
  bottom: -40px;
  pointer-events: none;
  width: 119px;
}
.contact-box-btn a img{
  padding:  0 20px;
}
.contact-box-txt01{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.contact-box-txt02  {
  display: flex;
  justify-content: center;
  margin: 13px 0 50px 0;
}
.contact-box-txt02 span{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #F03D61;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px;
  margin: 2px;
  font-weight: 900;
}
.download-box{
  background: #F03D61;
  padding: 40px;
  position: relative;
}
.download-box-btn{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 125px;
}
.download-box-btn a{
  width: 100%;
  background: #fff;
  border: solid 5px #001976;
  border-bottom: solid 10px #001976;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  font-weight: 900;
  color:#001976;
  padding: 20px 10px 20px 30px;
  transform: 0.5s;
}
.download-box-btn a:hover{
  border-bottom: solid 5px #001976;
  margin-top: 5px;
}
.download-box-btn a img{
  padding:  0 0 0 20px;
}
.download-illust01{
  position: absolute;
  left: 10px;
  bottom: -40px;
  pointer-events: none;
}
.service-box{
  background: #F03D61;
  padding: 40px;
  position: relative;
}
.service-box-ttl{
	text-align: center;
	color:#fff;
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: bold;
}
.service-box-btn{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.service-box-btn02{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
	margin-top: 50px;
}
.service-box-btn-box{
  width: 48%;
	height: 100%;
}
.service-box-btn-txt01{
	text-align: center;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.service-box-btn-txt02{
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
.service-link01,
.service-link02{
  position: relative;
  height: 125px;
	padding: 1px 0;
}
.service-link03,
.service-link04,
.service-link05{
  position: relative;
  height: 120px;
	padding: 1px 0;
	width: 32%;
}
.service-box-btn a{
  width: 100%;
  background: #fff;
  border: solid 5px #001976;
  border-bottom: solid 10px #001976;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 900;
  color:#001976;
  padding: 15px 10px 15px 70px;
  transform: 0.5s;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.service-box-btn02 a{
  width: 100%;
  background: #fff;
  border: solid 5px #001976;
  border-bottom: solid 10px #001976;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 900;
  color:#001976;
  padding: 15px 10px 15px 15px;
  transform: 0.5s;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.service-box-btn a:hover,
.service-box-btn02 a:hover{
  border-bottom: solid 5px #001976;
  margin-top: 5px;
}
.service-link-arrow{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0 , -50%);
  pointer-events: none;
  width: 25px;
  height:  25px;
}
.service-link01-img,
.service-link02-img{
  position: absolute;
  left: 15px;
  bottom: 0;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .contact-box-btn a{
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-box{
    padding: 20px;
  }
  .contact-box-btn{
    height: 60px;
  }
	.contact-box-btn02{
	    height: 78px;
	}
  .contact-box-btn a{
    width: 100%;
    border: solid 2px #001976;
    border-bottom: solid 5px #001976;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    padding: 11px 5px 10px 40px;
  }
  .contact-box-btn a:hover{
    border-bottom: solid 2px #001976;
    margin-top: 3px;
  }
  .contact-box__illust01{
    left: -30px;
    bottom: -20px;
    width: 90px;
  }
  .contact-box__illust02{
    display: none;
  }
  .contact-box-btn a img{
    margin:  0 0;
    padding: 0;
    width: 22px;
  }
  .contact-box-txt01{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-box-txt02  {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding:10px 0;
    width: 260px;
    justify-content: center;
    margin: 13px auto 20px auto;
  }
  .contact-box-txt02 span{
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0 5px;
  }
  .download-box{
    padding: 18px 20px;
  }
  .download-box-btn{
    height: 60px;
  }
  .download-box-btn a{
    width: calc(100% - 25px);
    border: solid 2px #001976;
    border-bottom: solid 5px #001976;
    border-radius: 10px;
    font-size: 21px;
    padding: 10px 10px 10px 30px;
    margin-left: 25px;
  }
  .download-box-btn a:hover{
    border-bottom: solid 2px #001976;
    margin-top: 3px;
  }
  .download-box-btn a img{
    margin:  0 0 0 30px;
    padding: 0;
    width: 22px;
  }
  .download-illust01{
    left: -20px;
    bottom: -20px;
    width: 95px;
  }
  .service-box{
    padding: 15px 10px 20px;
  }
  .service-box-btn{
    display: block;
    height: auto;
  }
	.service-box-btn02{
    display: block;
    height: auto;
		margin-top: 40px;
  }
  .service-link01{
    width: 100%;
    margin-bottom: 5px;
    height: 80px;
    padding: 5px 0;
  }
  .service-link02{
    width: 100%;
    height: 80px;
    padding: 5px 0;
  }
	.service-box-ttl{
		font-size: 20px;
		margin-bottom: 20px;
	}
  .service-box-btn a{
    border: solid 2px #001976;
    border-bottom: solid 5px #001976;
    border-radius: 10px;
    font-size: 21px;
    padding: 10px  10px 10px 20px;
  }
  .service-box-btn a:hover{
    border-bottom: solid 2px #001976;
    margin-top: 3px;
  }
  .service-box-btn02 a{
    border: solid 2px #001976;
    border-bottom: solid 5px #001976;
    border-radius: 10px;
    font-size: 21px;
    padding: 10px  10px 10px 20px;
  }
  .service-box-btn02 a:hover{
    border-bottom: solid 2px #001976;
    margin-top: 3px;
  }
	.service-box-btn-txt01{
		margin-bottom: 10px;
		text-align: left;
	}
	.service-box-btn-box{
	  width: 100%;
		height: 100%;
	}
	.service-box-btn-box:first-child{
		margin-bottom: 40px;
	}
	.service-link03,
	.service-link04,
	.service-link05{
		width: 100%;
		height: 55px;
		margin-bottom: 10px;
	}
  .service-link-arrow{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0 , -50%);
    pointer-events: none;
    width: 22px;
    height:  22px;
  }
  .service-link01-img,
  .service-link02-img{
    position: absolute;
    left: 5px;
    bottom: 0;
    pointer-events: none;
    width: 78px;
  }
}
