@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-box{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.main__visual-flex{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 50px 0;
}
.main__visual-content{
  width: 65.5%;
  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: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  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: 270px;
  padding: 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/centoslite/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{
    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;
  }
  #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: 235px;
  }
  .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{
  margin: 60px 0 70px;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.sec01__ttl{
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 35px;
  text-align: center;
}
.sec01__txt{
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 60px;
  text-align: center;
}
.sec01__txt-strong{
  display: inline-block;
  margin-top:20px;
  border-radius: 10px;
  background: #0166CA;
  color:#fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding:10px 25px 10px 25px;
}
.sec01__txt02{
  font-size: 38px;
  font-weight: 900;
  color: #F03D61;
  padding:20px 0 90px;
  text-align: center;
  background: url(/centos/support/img/centoslite/sec01-img05.svg) center bottom no-repeat;
  background-size: contain;
}
.sec01__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
  margin: 0 auto;
}
.sec01__flexbox{
  width: 48%;
}
.sec01__flex02{
  display: flex;
  margin-top: 10px;
	justify-content: space-between;
}
.sec01__flexbox02{
  width: 52%;
}
.sec01__flexbox03{
  width: 47%;
}
.sec01__flexbox03 img{
	margin-bottom: 20px;
}
.sec01__link{
  padding: 50px 0 90px;
}
.sec01__flex02box-txt01{
	font-size: 20px;
	font-weight: 900;
	padding: 0;
	display: flex;
	color:#1D2087;
	justify-content: flex-start;
	align-items: center;
}
.sec01__flex02box-txt01::before {
    content: "●";
    color:#1D2087;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px 3px 0px;
}
.sec01__flex02box-txt02{
	font-size: 20px;
	font-weight: 900;
	padding: 5px 0 20px 25px;
	display: block;
}
.sec01__link a:hover{
  background: #fff;
  color:#1D2087;
}
.sec01__link a span{
  font-size: 24px;
  color: #FFE100;
	text-align: center;
}
.sec01__link a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/centos/support/img/centoslite/arrowbg04.svg);
	background-repeat: no-repeat;
	background-size: contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0 , -50%);
  transition: 0.3s;
}
.sec01__link a:hover::after{
background: url(/centos/support/img/centoslite/arrowbg04-2.svg);
background-repeat: no-repeat;
background-size: contain;
}


@media only screen and (max-width: 767px) {
  .section01{
    margin: 20px 0 0;
  }
	.sec01__box{
    margin: 0 10px;
  }
  .sec01__ttl{
    font-size: 24px;
    padding-bottom: 30px;
  }
  .sec01__txt{
    font-size: 16px;
    padding-bottom: 20px;
    text-align: left;
  }
	.sec01__txt-strong{
		display: block;
    margin-top:18px;
    line-height: 1.4;
		border-radius: 10px;
		font-size: 20px;
		text-align: center;
		padding:10px;
	}
  .sec01__ttl02{
    font-size: 24px;
    padding-bottom: 15px;
  }
  .sec01__flex{
    display: block;
  }
  .sec01__flexbox{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    padding:10px 0;
    border-radius: 10px;
    margin-bottom: 3px;
  }
  .sec01__flexbox:nth-child(2){
    width: 100%;
  }
	.sec01__flexbox02{
	    width: 100%;
	}
	.sec01__flexbox03{
	    width: 100%;
			padding: 30px 0;
	}
	.sec01__flexbox03 img{
		width: 100%;
	}
  .sec01__flex-img{
    text-align: center;
    margin: 10px 10px 30px;
  }
  .sec01__txt02{
    font-size: 24px;
    padding-bottom: 60px;
  }
  .sec01__flex02{
    margin-top: 0;
		display: block;
  }
  .sec01__flexbox02{
    font-size: 24px;
    padding: 30px 0 0;
  }
	.sec01__notice,
	.sec01__notice02{
		font-size: 13px;
	}

}



.section02 {
  padding: 60px 0  0;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: #E6EBF1;
}
.sec02__ttl {
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 20px;
  text-align: center;
}
.sec02__ttl span{
	padding-left:15px;
	display: inline-block;
}
.sec02__ttl02 {
  font-size: 30px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 35px;
  text-align: center;
}
.sec02__notice{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
}
.sec02__notice02{
		font-size: 16px;
		margin:10px 0 20px;
}
.sec02__notice03{
  font-size: 16px;
  text-align: right;
  margin:10px 0 60px;
}
.sec02-table{
	width: 100%;
}
.sec02-table table{
	width: 1100px;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	border-collapse: separate;
}
.sec02-table table tr{
	height: 65px;
}
.sec02-table table tr th:first-child,
.sec02-table table tr td:first-child{
	width: 320px;
	margin: 2px;
}
.sec02-table table tr th:nth-child(2),
.sec02-table table tr td:nth-child(2){
	width: 330px;
}
.sec02-table table tr th:nth-child(3),
.sec02-table table tr td:nth-child(3){
	width: 446px;
	height: 100%;
}
.sec02-table table tr th,
.sec02-table table tr td:first-child{
	background: #0166CA;
	height: 100%;
	color:#fff;
	text-align: center;
}
.sec02-table table tr:first-child th:first-child{
	background: #E6EBF1;
}
.sec02-table table tr td{
	background: #fff;
	text-align: center;
	height: 100%;
}
@media only screen and (max-width: 767px) {
  .section02 {
    padding: 50px 0 0;
  }
	.sec02__box{
    margin: 0 10px;
  }
  .sec02__ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }
	.sec02__ttl span{
		padding-left:0;
		display: block;
	}
  .sec02__ttl02 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .sec02__notice{
		font-size: 16px;
		margin: 25px 0 5px;
  }
  .sec02__notice02{
		font-size: 14px;
		margin:20px 0 20px;
  }
  .sec02__notice03{
		font-size: 14px;
		margin:20px 0 30px;
  }
	.sec02-img img {
    width: 1100px;
    max-width: 1100px;
	}
}



.section03{
  margin: 60px 0 0;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.sec03__ttl{
  font-size: 30px;
  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:center;
  align-items: center;
  color: #FFF;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
  margin: 0 auto;
	gap: 5px;
}
.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-first{
  width: 385px;
  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__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;
}

.sec03__ttl03{
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 35px;
  text-align: center;
}
.sec03__img{
	width: 100%;
	padding: 20px 0 60px;
}
.sec03__img03{
  margin:  0 auto 60px;
}

@media only screen and (max-width: 767px) {
  .section03{
    margin: 20px 0 0;
  }
	.sec03__box{
    margin: 0 10px;
  }
  .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;
  }
  .sec03__ttl03{
    font-size: 24px;
    font-weight: 900;
    color: #1D2087;
    padding-bottom: 20px;
    text-align: center;
  }
	.sec03__img{
	 padding-bottom: 0;
	 margin-bottom: 60px;
	}
	.sec03__img img{
		width: 1100px;
		max-width: unset;
	}
	.sec03__img03 img{
		width: 100%;
	}

}


.section04 {
  padding: 60px 0 ;
  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: 35px;
  text-align: center;
}
.sec04__list{
  padding:20px;
  display: flex;
  background: #fff;
  border-radius: 10px;
  width: 820px;
  max-width: 100%;
  margin: 0 auto 75px;
}
.sec04__list-img{
  width: 236px;
}
.sec04__list-content{
  width: calc(100% - 260px);
  list-style: none;
  font-size: 24px;
  font-weight: bold;
  color:#1D2087;
  padding:15px 20px 15px 30px;
  margin: 0;
}
.sec04__list-content li{
  padding: 5px 0 5px 50px;
  position: relative;
}
.sec04__list-content li::after{
  content:"";
  width: 30px;
  height: 30px;
  background: url(/centos/support/img/centos/checked.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top:8px;
}
.sec04__box01{
  background: #fff;
  margin-bottom:40px;
  border-radius: 10px;
  overflow: hidden;
}
.sec04__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;
}
.sec04__box01-content{
  padding: 30px 30px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.sec04__txtbox{
  width: 53%;
  line-height: 1.8;
}
.sec04__box01-info{
  width: 43%;
}
.sec04__txt{
  font-size: 20px;
  text-align: center;
  color:#F03D61;
  font-weight: bold;
}
.sec04__txt02{
  font-size: 20px;
  font-weight: bold;
  padding:10px 0 5px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.sec04__txt02 span{
  display: flex;
  align-items: center;
  line-height: 1;
}
.sec04__txt02 span::before{
  content:"●";
  color:#F03D61;
  font-size: 10px;
  padding: 5px 5px 3px 0;
  line-height: 1;
}
.sec04__txt04{
  font-size: 20px;
  font-weight: bold;
  padding:0 0 40px 0;
	text-align: center;
}
.sec04__notice{
  text-align: right;
}
.sec04__txt03{
  width: 100%;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .section04 {
    padding: 50px 10px 30px;
  }
  .sec04__ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .sec04__list{
    padding:20px;
    display: block;
    margin: 0 auto 20px;
  }
  .sec04__list-img{
    width: 101px;
    margin: 0 auto;
  }
  .sec04__list-content{
    width: 100%;
    font-size: 16px;
    padding:10px 5px 10px 10px;
    margin: 0;
  }
  .sec04__list-content li{
    padding: 5px 0 5px 30px;
    position: relative;
  }
  .sec04__list-content li::after{
    width: 20px;
    height: 20px;
    top:6px;
  }
  .sec04__box01{
    margin-bottom:20px;
  }
  .sec04__subttl{
    font-size: 16px;
    padding: 10px 5px;
  }
  .sec04__box01-content{
    padding: 20px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
  }
  .sec04__txtbox{
    width: 100%;
    line-height: 1.8;
  }
  .sec04__box01-info{
    width: 100%;
  }
  .sec04__txt{
    font-size: 16px;
    margin:20px auto 0;
  }
  .sec04__txt02{
    font-size: 16px;
    font-weight: bold;
    padding:5px 0 5px 0;
    display: block;
    align-items: center;
    gap: 15px;
  }
  .sec04__txt02 span{
    display: block;
    align-items: center;
    line-height: 1;
    text-align: center;
    padding:5px;
  }
  .sec04__txt02 span::before{
    content:"●";
    color:#F03D61;
    font-size: 10px;
    padding: 5px 10px 3px 0;
    line-height: 1;
  }
  .sec04__notice{
    text-align: right;
  }
  .sec04__txt03{
    width: 100%;
    line-height: 1.8;
  }
  .sec04__txt04{
    font-size: 16px;
    padding: 0 0 30px;
  }
}


.section05 {
  padding: 60px 0 ;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.sec05__ttl {
  font-size: 36px;
  font-weight: 900;
  color: #1D2087;
  padding-bottom: 60px;
  text-align: center;
}
.sec05__ttl span{
  display: inline-block;
  padding-left: 35px;
}
.sec05__box01{
  display: flex;
  justify-content: space-between;
}
.sec05__photo{
  width: 300px;
}
.sec05__photo img{
  border-radius: 10px;
}
.sec05__box01-content{
  width: calc(100% - 340px);
  margin-bottom: 60px;
}
.sec05__subttl{
  font-size: 24px;
  font-weight: bold;
  color:#fff;
  background: #1D2087;
  padding: 10px 20px;
  line-height: 1.2;
}
.sec05__txt01{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #5EC0DE;
  padding: 5px 10px;
  padding: 10px 20px;
  line-height: 1.2;
}
.sec05__txt02{
  line-height: 2;
}

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

}

.section06 {
  padding: 60px 0 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__date-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.sec06__date-box{
  width: 23%;
}
.sec06__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;
}
.sec06__date-num span{
  font-family: "Bebas Neue", sans-serif;
  font-size: 85px;
  width: 100%;
  display: inline-block;
}


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

.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-ttl02{
	text-align: center;
	color:#fff;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}
.service-box-ttl03{
	text-align: center;
	color:#fff;
	font-size: 30px;
	margin: 40px 0 5px 0;
	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: 10px;
}
.service-box-btn03{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 125px;
}

.service-box-btn-box,
.service-box-btn-box02{
  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-box__txt03{
	text-align: center;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	margin:20px 0 40px;
}
.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-link06{
  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-btn03 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;
	position: relative;
}
.service-link-arrow02 {
    padding: 0 0 0 20px;
}
.service-box-btn a:hover,
.service-box-btn02 a:hover,
.service-box-btn03 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;
}

.service-box__illust01{
  position: absolute;
  left: 60px;
  bottom: 0;
  pointer-events: none;
  width: 134px;
}
.service-box__illust02{
  position: absolute;
  right: 60px;
  bottom: 0;
  pointer-events: none;
  width: 119px;
}
.service-box .service-box__illust01  img,
.service-box .service-box__illust02  img{
	padding: 0;
}

.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;
}

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

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

  .service-box{
    padding: 15px 10px 20px;
  }
  .service-box-btn{
    display: block;
    height: auto;
  }
	.service-box-btn02{
    display: block;
    height: auto;
		margin-top: 10px;
  }
	.service-box-btn03{
	    height: 78px;
	}

  .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: 20px 0 20px;
	}
	.service-box-ttl02{
		font-size: 20px;
		margin-bottom: 20px;
	}
  .service-box-ttl03{
		font-size: 20px;
		margin: 30px 0 5px 0;
	}
  .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-btn03 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;
	}
  .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-btn a:hover,
  .service-box-btn02 a:hover,
  .service-box-btn03 a:hover{
    border-bottom: solid 2px #001976;
    margin-top: 3px;
  }
	.service-box-btn-txt01{
		margin-bottom: 10px;
		text-align: left;
	}
	.service-box__txt03{
    font-size: 16px;
    margin-bottom: 10px;
  }
	.service-box-btn-box,
	.service-box-btn-box02{
	  width: 100%;
		height: 100%;
	}
	.service-box-btn-box:first-child{
		margin-bottom: 40px;
	}
	.service-box-btn-box02:first-child{
		margin-bottom: 20px;
	}
	.service-link03,
	.service-link04,
	.service-link05{
		width: 100%;
		height: 55px;
		margin-bottom: 10px;
	}
	.service-link06{
		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;
  }
	.service-box__illust01{
		left: -10px;
		bottom: 0px;
		width: 70px;
	}
	.service-box__illust02{
		right:  -10px;
		bottom: 0px;
		width: 70px;
	}
	.service-link-arrow02{
		margin:  0 0;
		padding: 0;
		width: 22px;
	}

  .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;
  }
}
