@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;600&display=swap');

/*--------------------------------------------------------------
.title_area(カテゴリーページ共通パーツです)
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
  .title_area {
    margin: 0;
    padding: 0;
    height: 150px;
    width: 100%;
    background: url("img/top-sp-2.png") no-repeat; /*ページごとに変更する*/
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title_area h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }

  .section_title {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 600;
    padding-left: 13px;
    position: relative;
    line-height: 1;
    margin: 0 0 0 20px;
  }

  .section_title::before {
    background-color: #4a64aa;
    bottom: 0px;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    width: 3px;
  }
}

/* Small than tablet */
@media (min-width: 768px) {
}

/* Larger than tablet */
@media (min-width: 992px) {
  .title_area {
    height: 200px;
    background: url("img/top-2.png") no-repeat;
    background-position: center;
    background-size: cover;
  }

  .title_area h2 {
    font-size: 25px;
  }

  .section_title {
    padding-left: 15px;
  }

  .section_title::before {
    bottom: -1px;
    height: 20px;
    width: 5px;
  }
}

/*↑↑ここまで共通↑↑*/

/*--------------------------------------------------------------
↓↓ここからコンテンツ↓↓
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
  .content {
    background: #f8f8f8;
    margin: 0;
    padding: 15px 0 23px;
  }

  .content-wrap {
    margin: 0;
    padding: 0;
  }

  /* reset css start */
  body {
    margin: 0;
    background-color: #f8f8f8;
  }
  /* reset css end */

  /* common css start */
  .container {
    max-width: 95vw;
    margin: 0 auto;
  }

  .sm-br {
    display: inline;
  }

  .lg-br {
    display: none;
  }
  /* common css end */

  .life-ending-intro {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .life-ending-intro__title {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 5px;
    text-align: left;
  }

  .life-ending-intro__title-blue {
    font-size: 18px;
    font-weight: 600;
    margin: 50px 0;
    text-align: center;
    color: #4a64aa;
  }
	
	.life-ending-intro__title-mincho {
	font-size: 18px;
    font-weight: 600;
    margin: 20px 5px;
    text-align: left;
		font-family: 'Noto Serif JP', serif;
	}

  .life-ending-intro__text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 5px;
  }

  .life-ending-salon {
    margin-bottom: 50px;
  }

  .life-ending-salon__h2 {
    border-left: 5px solid #4a64aa;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .life-ending-salon-intro {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 40px;
  }

  .life-ending-connect-funeral {
    background-color: #ffffff;
    padding: 15px;
    margin-top: 50px;
  }

  .life-ending-salon-intro__text {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .life-ending-salon-content__badge {
    background-color: #4a64aa;
    color: #ffffff;
    width: 80px;
    text-align: center;
    font-weight: 600;
  }

  .life-ending-salon-content__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .life-ending-salon-content__badge {
    margin-bottom: 10px;
  }

  .life-ending-salon-content__text {
    font-size: 14px;
  }

  .life-ending-salon-contents {
    width: 100%;
    margin-top: 15px;
  }

  .life-ending-salon-content {
    margin-bottom: 20px;
  }

  .life-ending-salon-images {
    width: 100%;
  }

  .life-ending-salon-images__img {
    width: 100%;
    margin-bottom: 20px;
  }

  .life-ending-salon-intro-flex {
    display: flex;
  }

  .life-ending-salon-howto-sp {
    background-color: #ffffff;
    padding: 15px;
    justify-content: space-around;
  }

  .life-ending-salon-howto-second-sp {
    background-color: #ffffff;
    padding: 15px;
    justify-content: space-around;
  }

  .life-ending-salon-howto-left {
    width: 100%;
  }

  .life-ending-salon-howto-right {
    width: 100%;
  }

  .life-ending-salon-howto-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #4a64aa;
  }

  .life-ending-connect-funeral-container {
    margin: 0 auto;
  }

  .life-ending-salon-intro-flex {
    display: none;
  }

  .life-ending-salon-intro-sp {
    display: block;
  }

  .life-ending-salon-howto {
    display: none;
  }

  .life-ending-salon-howto-second {
    display: none;
  }
	
	.contact-btn-area {
		text-align: center;
		margin: 0;
		padding: 50px 0;
	}
	
	.contact-btn-area h3 {
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: 600;
		display: block;
	}
	
	.contact-btn-area button {
		display: inline-block;
		color: #fff;
		background: #4A64AC;
		margin: 0;
		padding: 0;
		font-weight: 500;
		transition: .2s;
	}
	
	.contact-btn-area button:hover {
		transition: .2s;
		opacity: .7;
	}
	
	.contact-btn-area button a {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 15px 50px;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
}

/* Larger than tablet */
@media (min-width: 992px) {
  .content {
    margin: 0;
    padding: 33px 0 62px;
  }

  /* reset css start */
  body {
    margin: 0;
    background-color: #f8f8f8;
  }
  /* reset css end */

  /* common css start */
  .container {
    max-width: 900px;
    margin: 0 auto;
  }

  .sm-br {
    display: inline;
  }

  .lg-br {
    display: none;
  }
  /* common css end */

  .life-ending-intro {
    margin: 0 auto;
    text-align: center;
    width: 630px;
  }

  .life-ending-intro__title {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0;
    text-align: center;
  }

  .life-ending-intro__title-blue {
    font-size: 22px;
    font-weight: 600;
    margin: 50px 0;
    text-align: center;
    color: #4a64aa;
  }
	
	.life-ending-intro__title-mincho {
	font-size: 22px;
    font-weight: 600;
    margin: 20px 5px;
    text-align: center;
	}

  .life-ending-intro__text {
    font-size: 15px;
    text-align: left;
    margin-bottom: 50px;
    padding: 0;
  }

  .life-ending-salon {
    margin-bottom: 80px;
  }

  .life-ending-salon__h2 {
    border-left: 5px solid #4a64aa;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .life-ending-salon-intro {
    background-color: #ffffff;
    padding: 40px 50px;
    margin-bottom: 70px;
  }

  .life-ending-connect-funeral {
    background-color: #ffffff;
    padding: 30px 30px 10px 30px;
    margin-top: 50px;
  }

  .life-ending-salon-intro__text {
    margin-bottom: 50px;
  }

  .life-ending-salon-content__badge {
    background-color: #4a64aa;
    color: #ffffff;
    width: 80px;
    text-align: center;
    font-weight: 600;
	  font-size: 15px;
  }

  .life-ending-salon-content__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .life-ending-salon-content__badge {
    margin-bottom: 20px;
  }

  .life-ending-salon-content__text {
    font-size: 14px;
  }

  .life-ending-salon-contents {
    width: 360px;
  }

  .life-ending-salon-content {
    margin-bottom: 30px;
  }

  .life-ending-salon-images {
    width: 400px;
    margin-left: 40px;
  }

  .life-ending-salon-images__img {
    width: 100%;
  }

  .life-ending-salon-intro-flex {
    display: flex;
  }

  .life-ending-salon-howto {
    background-color: #ffffff;
    padding: 35px;
    display: flex;
    justify-content: space-around;
  }

  .life-ending-salon-howto-second {
    background-color: #ffffff;
    padding: 0 35px 35px 35px;
    display: flex;
    justify-content: space-around;
  }

  .life-ending-salon-howto-left {
    width: 45%;
  }

  .life-ending-salon-howto-right {
    width: 375px;
  }

  .life-ending-salon-howto-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #4a64aa;
  }

  .life-ending-connect-funeral-container {
    width: 800px;
    margin: 0 auto;
  }

  .life-ending-salon-howto-sp {
    display: none;
  }

  .life-ending-salon-howto-second-sp {
    display: none;
  }

  .life-ending-salon-intro-sp {
    display: none;
  }
	
	.contact-btn-area {
		text-align: center;
		margin: 0;
		padding: 50px 0;
	}
	
	.contact-btn-area h3 {
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: 600;
		display: block;
	}
	
	.contact-btn-area button {
		display: inline-block;
		color: #fff;
		background: #4A64AC;
		margin: 0;
		padding: 0;
		font-weight: 500;
		transition: .2s;
	}
	
	.contact-btn-area button:hover {
		transition: .2s;
		opacity: .7;
	}
	
	.contact-btn-area button a {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 15px 50px;
	}
	
	
	
}

/*--------------------------------------------------------------
@media
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	p {
		font-size: 14px;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	p {
		font-size: 15px;
	}
}

/* Larger than tablet */
@media (min-width: 992px) {
}
