/* test */
.sh-sp-only {
  display: none;
}

.sh-features-box {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 60px;
}

.sh-features-box h3 {
  color: #F1A3B7;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}

.sh-features-box h3::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 4px;
  border-radius: 2px;
  background-color: #F1A3B7;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.sh-features-box p {
  width: 80%;
  margin: 0 auto;
  line-height: 1.7;
  color: #3D3D3D;
  font-size: 20px;
}

@media screen and (max-width: 769px) {
  .sh-sp-only {
    display: inline-block;
  }

  .sh-features-box h3 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .sh-features-box p {
    width: 94%;
    line-height: 1.7;
    font-size: 16px;
  }

  .sh-features-igm {
    width: 94%;
    margin: 0 auto;
  }
}

.contact-us-item.sh-origin {
  width: 100%;
}

.sh-origin .line-title-wrapper {
  width: 465px;
  margin: 0 auto;
  justify-content: flex-start;
  padding-bottom: 5px;
}

.sh-origin .line-icon {
  width: 60px;
  margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  .sh-origin .line-title-wrapper{
    width: 450px;
  }
}
@media screen and (max-width: 1100px) {
  .sh-origin .line-title-wrapper{
    width: 420px;
  }
}

@media screen and (max-width: 600px) {
  .sh-origin .line-icon {
    width: 40px;
    margin: 0 20px;
  }

  /* .sh-origin .contact-line-text {
    font-size: 17px;
  } */

  .sh-origin .line-title-wrapper {
    width: 90%;
  }
}

.sh-taiken-box h2 {
  margin: 40px 0;
  font-size: 32px;
  text-align: center;
}

.sh-taiken-box p {
  color: rgb(30, 30, 30);
  text-align: center;
  line-height: 1.5;
}

.sh-taiken-box h3 {
  margin: 40px 0;
  font-size: 26px;
  font-weight: bold;
  color: #E34E69;
  text-align: center;
}

.sh-taiken-container {
  display: flex;
  justify-content: space-between;
}

.sh-taiken-item {
  width: 340px;
  max-width: 100%;
  background-color: #E34E69;
  color: #fff;
  padding: 20px;
}

.sh-taiken-item h4 {
  font-size: 22px;
}

.sh-container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.sh-container .sh-taiken-numbar {
  font-size: 60px;
  font-weight: bold;
  margin-right: 30px;
}

.sh-taiken-item p {
  color: #fff;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .sh-taiken-container {
    display: flex;
    flex-direction: column;
  }

  .sh-taiken-item {
    width: 100%;
    margin-bottom: 24px;
  }

  .sh-taiken-box h2 {
    margin: 40px 0;
    font-size: 16px;
    font-weight: bold;
  }

  .sh-taiken-box p {
    font-size: 14px;
  }

  .sh-taiken-box h3 {
    font-size: 18px;
    font-weight: bold;
  }

  .sh-container .sh-taiken-numbar {
    font-size: 48px;
  }

  .sh-taiken-item h4 {
    font-size: 18px;
  }

  .sh-container {
    margin-bottom: 24px;
  }
}

.nav-links {
  text-align: center;
  font-size: 22px;
}

.nav-links a,
.nav-links span {
  display: inline-block;
  width: 36px;
}

@media screen and (max-width: 600px) {
  .advice-item {
    width: 100%;
  }
}

.section-container.blog {
  width: 800px;
  max-width: 100%;
  margin: 30px auto;
}

.section-container.blog h1 {
  font-size: 28px;
}

.section-container.blog .section-wrapper {
  padding: 0;
}

.sh-section-data {
  margin: 36px 0 6px;
}

.sh-section-data div {
  margin-right: 20px;
}

.blog-detail__image {
  margin: 30px auto 50px;
  max-width: 100%;
}

.section-container.blog {
  font-size: 16px;
  line-height: 1.7;
}

.section-container.blog p {
  margin-bottom: 12px;
}

.section-container.blog h2 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
}

.section-container.blog h3 {
  margin: 20px 0;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3D3D3D;
}

.section-container.blog a {
  color: #f1a2b7;
}

.section-container.blog a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 700px) {
  .section-container.blog {
    width: 94%;
    margin: 0 auto;
  }
  .section-container.blog {
    font-size: 14px;
    line-height: 1.5;
  }

  .section-container.blog h1 {
    font-size: 20px;
  }
  .section-container.blog h2 {
    font-size: 18px;
  }
  
  .section-container.blog h3 {
    font-size: 16px;
  }
}
.page-numbers.current {
	opacity: .6;
}

.page-nav.sh-origin2 {
	padding: 0;
	margin-bottom:30px;
	color: rgb(155, 154, 154);
}
#news_archive.single .section-wrapper{
	color: black;
}
.section-container.blog .page-nav.sh-origin2 a{
    color: rgb(155, 154, 154);
}

	.post.post-news.current-item {
		    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
    text-overflow: ellipsis;
	}


@media screen and (max-width: 700px) {
	.post.post-news.current-item {
		    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
    text-overflow: ellipsis;
	}
}

.prev-next-sh {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.navigation.pagination {
	margin-top:40px;
}
.course-text p {
	margin-bottom: 12px;
}

.course-text a{
	text-decoration: underline;
}
.course-text a:hover{
	opacity:0.7;
}
.course-text-red {
	color: rgb(177, 28, 68);
}
.course-text dl {
	background: #F1A3B7;
	padding: 20px 10px;
	border-radius: 22px;
}
.course-text dl dt {
	font-size: 26px;
	margin-bottom: 12px;
	color: #ffffff;
	padding-left: 13px;
}
.course-text dl dd {
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 16px;
}
.numbering{
	list-style-type: decimal;
		padding-left: 20px;
}
.features-item-box{
	width: 900px;
	max-width:100%;
    margin: 30px auto 80px;
    border: 2px solid #F1A3B7;
    padding: 30px;
}
.features-item-box h4 {
	text-align:center;
	color:#F1A3B7;
	font-size:24px;
	margin-bottom:26px;
}
.features-item-box ol li {
	margin-bottom:16px;
	color:#3D3D3D;
	font-size:18px;
	line-height:1.7;

}
.features-item-text {
    margin-bottom: 26px;
}
.featuers-item-wrapper-02 {
    margin-bottom: 32px;
}
.features-item-img {
	margin-bottom: 66px;
}
.sp-only {
	display: none;
}
.sh-features-box-02{
	display:flex;
	width: 800px;
	max-width: 100%;
}
.sh-features-item{
	width:64%;
	padding-right: 20px;
}
.sh-img-box{
	display:flex;
	width:33%;
}
.sh-img-box.sh02{
	flex-wrap:wrap;
	justify-content:space-around;
}
.sh-img-box.sh02 .sh02-item{
	width: 40%;
	margin-bottom:20px;
}
.sh-img-box.sh02 .sh02-item.sh-img{
	width: 55%;
}
.sh-img-box.sh02 .sh03-item{
	width: 80%;
}
.sh-img-box.sh02 .sh04-item{
	width: 50%;
}
.featuers-title-sh03{
	margin-top:50px;
	margin-bottom:12px;
	text-align:center;
	font-size: 24px;
}
.featuers-pata-sh03{
	margin-bottom:32px;
	text-align:center;
}
.sh-features-box-02{
	margin:20px auto;
	background-color:#F1A3B7;
	color:#FFF;
	padding: 30px
}
.sh-features-item dd {
	margin-bottom: 22px;
	font-size: 22px;
}
.sh-features-item .dd-sh {
	margin-bottom: 22px;
	font-size: 19px;
	line-height:1.5;
}
.sh-features-item dt {
	margin-bottom: 12px;
	line-height:1.7;
}
.featuers-item-wrapper-02sh{
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	background-color:#F1A3B7;
	color:#fff;
	padding:30px;
	margin-bottom: 50px;
}
.featuers-item-wrapper-02sh h4{
	font-size:26px;
	margin-bottom:30px;
}
.featuers-item-wrapper-02sh ul{
	padding-left:20px;
	margin-bottom:40px;
	color:#3D3D3D;
}
.featuers-item-wrapper-02sh ul li{
	margin:12px 0;
}
.featuers-item-wrapper-02sh p{
	padding-left:20px;
	margin-bottom:40px;
	color:#3D3D3D;
}
.advice-item  {
	width: 48%;
}
.advice-q p {
	font-size: 20px;
  /* margin-bottom: 10px; */
}
/* .advice-q p::before {
	content: 'Q';
} */
.advice-a {
    margin-bottom: 28px;
	position: relative;
	padding-left: 20px;
}
.advice-a p::before {
	/* content: 'A'; */
	position: absolute;
	top:6px;
	left:-12px;
	top: -2px;
    left: 1px;
    font-size: 20px;
}
@media screen and (max-width: 700px) {
	.course-text dl {
	border-radius: 12px;
}
	.course-text dl dt {
	font-size: 20px;
}
	.course-text dl dd {
	font-size: 14px;
}
	.features-item-box {
    margin: 30px auto 80px;
		padding: 20px 10px;
}
	.features-item-box ol li {
    font-size: 15px;
    line-height: 1.9;
}
	.sp-only {
	display: block;
}
	.features-item-box h4 {
    font-size: 20px;
    line-height: 1.4;
}
	.sh-features-box-02 {
    flex-direction: column;
		padding: 20px;
}
	.sh-features-item {
    width: 100%;
		padding-right: 0px;
}
	.sh-img-box{
		width: 100%;
	}
.sh-features-item dd {
    font-size: 18px;
}
	.sh-features-item dt {
    font-size: 14px;
}
	.sh-features-item .dd-sh {
    font-size: 16px;
}
	.featuers-item-wrapper-02sh{
	padding:16px;
}
.featuers-item-wrapper-02sh h4{
	font-size:18px;
	margin-bottom:20px;
	text-align:center;
}
	.advice-item {
    width: 100%;
		padding: 40px 22px 20px;
}
	.br-advice-sp {
    display: none;
}
	.advice-q p {
	font-size: 18px;
}
	.advice-a {
		font-size: 16px;
}
	.advice-title h3 {
		letter-spacing: 1px;
		font-size: 20px;
	}
}

@media screen and (max-width: 450px){
  .sh-origin .line-title-wrapper{
    width: 100%;
  }
  .sh-taiken-box p{
    width: 85%;
    margin: 0 auto;
  }
}