﻿@charset "UTF-8";

/***********************************
common
************************************/

#essential #page_title-box {
  background-color: #333;
  color: #fff;
  margin-bottom: 80px;
}

#essential h3 {
  display: block;
  font-weight: 600;
  border-bottom: 3px solid #ccc;
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#essential p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

#essential p span {
  display: block;
  text-indent: -.5em;
  padding-left: .5em;
}

#essential p a {
  color: #000;
}

#essential p::before {
    content: "▍";
}

#essential #s01,
#essential #s02,
#essential #s03,
#essential #s04 {
  margin-bottom: 100px;
}


@media screen and (max-width:768px) {
  
  img,
  h1,
  h2,
  h3,
  p,
  a,
  strong,
  div,
  li,
  dl,
  dt,
  dd,
  span,
  article,
  footer,
  footer small {
    transition: none !important;
  }  
  
  #essential #page_title-box {
    margin-bottom: 40px;
  }
  
  #essential h3 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  #essential p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #essential #s01,
  #essential #s02,
  #essential #s03,
  #essential #s04 {
    margin-bottom: 50px;
  }  
  
}

