@charset "UTF-8";
/* Scss Document */
/*-----------------
about
------------------*/
#about {
  /*about　ボタン
  ------------------*/
  /*about　用意するもの
  ------------------*/
  /*about　安置方法
  ------------------*/
  /*about　一緒に火葬できるもの
  ------------------*/ }
  @media screen and (max-width: 767px) {
    #about {
      padding: 0 15px !important; } }
  #about section {
    /* @include max-screen($md){
     padding: 0 15px !important;
         }*/ }
  #about .sec-btn-left {
    margin: 0 10px 0 -10px;
    padding: 0 0 0 10px; }
    @media screen and (max-width: 991px) {
      #about .sec-btn-left {
        margin: 0;
        padding: 0; } }
  #about .sec-btn-right {
    margin: 0 -10px 0 10px;
    padding: 0 10px 0 0; }
    @media screen and (max-width: 991px) {
      #about .sec-btn-right {
        margin: 0;
        padding: 0; } }
  #about #sec-ready-about .item-text {
    font-size: 1rem;
    text-align: center;
    margin: 10px 0 0; }
    @media screen and (max-width: 767px) {
      #about #sec-ready-about .item-text {
        font-size: 0.875rem;
        margin: 5px 0 0; } }
  #about #sec-method-about .topics-text {
    font-size: 1.375rem;
    border-bottom: solid 1px #ccc;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    color: #333;
    letter-spacing: 0.05rem;
    line-height: 2.5rem; }
    @media screen and (max-width: 991px) {
      #about #sec-method-about .topics-text {
        font-size: 1rem;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0; } }
  #about #sec-method-about .lead-text {
    font-size: 1.125rem;
    color: #333;
    letter-spacing: 0;
    line-height: 2;
    padding: 0 30px 0 0; }
    @media screen and (max-width: 991px) {
      #about #sec-method-about .lead-text {
        font-size: 1rem;
        padding: 0 15px 0 0; } }
    @media screen and (max-width: 767px) {
      #about #sec-method-about .lead-text {
        font-size: 0.875rem;
        line-height: 2.143;
        padding: 0; } }
  #about #sec-method-about img {
    padding: 0 50px 50px 0; }
    @media screen and (max-width: 991px) {
      #about #sec-method-about img {
        padding: 0 30px 30px 0; } }
    @media screen and (max-width: 767px) {
      #about #sec-method-about img {
        padding: 0 0 10px 0; } }
  #about #sec-comment-about .lead-text {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0em; }
    @media screen and (max-width: 991px) {
      #about #sec-comment-about .lead-text {
        font-size: 1rem; } }
    @media screen and (max-width: 767px) {
      #about #sec-comment-about .lead-text {
        font-size: 0.875rem;
        line-height: 1.875rem; } }
  #about #sec-comment-about .attention-text {
    font-size: 1.25rem;
    line-height: 2.1;
    padding: 30px;
    background-color: #F6F1E6;
    width: 950px;
    margin: 0 auto;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 991px) {
      #about #sec-comment-about .attention-text {
        font-size: 1rem;
        width: 100%;
        padding: 20px; } }
    @media screen and (max-width: 767px) {
      #about #sec-comment-about .attention-text {
        font-size: 0.875rem;
        line-height: 2.143;
        padding: 15px;
        letter-spacing: 0; } }
    #about #sec-comment-about .attention-text span {
      background: linear-gradient(transparent 75%, #E5C8D2 0%); }
  #about .topics-sub-text {
    font-size: 1.5rem;
    border-bottom: solid 1px #333;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      #about .topics-sub-text {
        font-size: 1rem; } }
