.mt20 {
	margin-top: 2rem;
}
.bold {
	font-weight: bold;
}

.gallery-row .gallery-group{
    margin-top: 0 !important;
}

.btn {
    margin: 4rem 0 8rem!important;
}

.postCta .btn {
    margin: 4rem 0!important;
}
.widget_block a{
	display: block;
  text-align: center;
}

.blue {
	color: #3134E1;
}
.red {
	color: #DD2020;
}
.under {
	background: linear-gradient(transparent 40%, yellow 40%);
	font-weight: bold;
}

.l-main p {
  margin-bottom: 3.5rem;
}
.content h2, .content h3, .content h4, .content h5 {
  line-height: 1.5;
  margin-top: 7rem;
}
.t-headerCenter .container-header {
	padding: 0;
}
.l-header {
    padding: 10px 0;
}

.partsH2-83 h2::first-letter {
  color: #fff;
	font-size: 2.6rem;
}
.partsH2-83 h2 {
  background: #2d2424;
  color: #FFF;
  padding: 2rem 3%;
	margin-bottom: 2rem;
}
.partsH3-13 h3 {
	margin-bottom: 1.5rem;	
}

.list-003 {
    list-style-type: none;
    padding: 1em;
    border: 3px solid #365209;
}

.list-003 li {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: .3em;
    padding-left: 3rem !important;
}

.list-003 li::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image:url('https://happy-navi.info/wp-content/uploads/2023/08/icon_check.png');
    background-repeat: no-repeat;
    content: '' !important;
    background-position: left center;
    background-size: 30px auto;
}

.pagecta-bg, .postcta-bg {
  background: #0c2336;
}

.content .btn__link-primary {
	font-size: 1.8rem;
}
.content .btn__link-primary {
  color: #fff;
  background-color: #a88828;
}
.content table th {
  background: #085341;
}
/* ボタン */
.btn-shine a {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
	font-weight: 700;
  padding: 20px 50px;
  background: #af924f;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
	border: none;
  border-bottom: solid 3px rgba(0,0,0,.25);
  position: relative;
  overflow: hidden;
	line-height:1.4;
}

/* ボタンをキラッとさせる */
.btn-shine a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  /* 【変更部分】inifiniteによりずっと続ける */
  -webkit-animation: shine 1s infinite;
          animation: shine 1s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.cont_sp { 
	display: none;
	}

@media only screen and (max-width:767px) {
.content .btn__link-primary {
	font-size: 1.5rem;
}
.partsH2-83 h2::first-letter {
	font-size: 2.2rem;
}
	
.btn__link btn__link-primary:after {
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.cont_sp { 
	display: block;
	}
	
}