@charset "utf-8";

/*  共通　*/
.sp-b40 {
  margin-bottom: 40px !important;
}
.sp-b50 {
  margin-bottom: 50px !important;
}
.sp-b100 {
  margin-bottom: 100px !important;
}

.inner-area {
  background-color: #fff;
  display: block;
  margin: 0 10px;
  padding-bottom: 31px;
  padding-top: 31px;
}

div.intro {
  width: 65%;
}

div.intro .about{
  float: none;
  width: auto;
  padding: 0px;
  line-height: 180%;
  font-size: 1rem;
  box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: revert;
  font-family: serif;
  font-weight: bold;
}

div.intro .about strong.head2{
  display: block;
  border-bottom: 1px solid #c00;
  margin-bottom: 20px;
  padding-bottom: 0.6rem;
  font-size: 1.4em;
  color: #CC0000;
  width: 40%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width:768px){
  div.intro {
      margin: 0rem auto;
      width: 100%;
  }
}

@media screen and (max-width:768px){
  div.intro .about {
      float: none;
      width: auto;
      padding: 15px;
      line-height: 180%;
      font-size: unset;
      box-sizing: border-box;
      margin-top: 0;
      margin-bottom: 0;
      max-width: unset;
      font-family: unset;
      font-weight: unset;
}
}

@media screen and (max-width:768px){
  div.intro .about strong.head2 {
      display: block;
      border-bottom: 1px solid #c00;
      margin-bottom: 20px;
      padding-bottom: 0.2rem;
      font-size: 1em;
      color: #CC0000;
      width: auto;
      margin: 0 auto;
      text-align: center;
      font-weight: bold;
  }
}

footer div.inner2 {
  background-color: white;
}

footer div.footMenu {
  display: flex;
  padding: 1.5rem 0;
  font-size: 0.9rem;
  width: 65%;
  margin: auto;
}

@media screen and (max-width:768px){
  footer div.footMenu {
      display: block;
      padding: 0;
      font-size: 0.9rem;
      width: 100%;
      margin: auto;
  }    
}

footer .footBottom .upper span.logo {
  display: inline-block;
  vertical-align: top;
  margin-left: 2rem;
}

address {
  display: inline-block;
  font-style: normal;
  font-size: 0.8rem;
  margin-left: 10px;
}

@media screen and (max-width:768px){
  address {
      display: none;
  }
}

h3 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: normal;
  margin: 0 auto;
}


.contents-wrap {
  width: 65%;
  margin: 20px auto;
  margin-top: 50px;
  max-width: 1230px;  
}

@media screen and (max-width:768px){
  .contents-wrap {
      width: 90%;
      margin: 10px auto;
  }
}

.contents-box4col_2 {
  margin-bottom: 2rem;
  margin-right: 0.8%;
  margin-left: 0.8%;
  padding: 5px;
  /* width: 22%; */
  width: 270px;
  background-color: #FFF;
  border: 1px solid #CC0000;
}

.contents-box4col_2:hover {
  opacity: 0.7;
}

.contents-box4col_2 a {
  color: #3e3e3e;
  text-decoration: none;
}

.contents-box4col_2 img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}

.contents-box4col_2 h5 {
  font-size: 110%;
  text-align: center;
  color: #CC0000;
  font-weight: bold;
  padding: 13px 0px;
}

.contents-box4col_2 p {
  text-align: left;
  font-size: 80%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px){
  .contents-box4col_2 {
      flex: 1 0 41%;
      margin: 5px;
      margin-bottom: 0.5rem;
      margin-right: 0.8%;
      margin-left: 0.8%;
      padding: 5px;
      width: 22%;
      background-color: #FFF;
      border: none;
  }
}

@media screen and (max-width: 768px){
  .contents-box4col_2 h5 {
      font-size: 73%;
      text-align: center;
      color: #CC0000;
      font-weight: bold;
      padding: 13px 0px;
  }
}

@media screen and (max-width: 768px){
  .contents-box4col_2 p {
      text-align: left;
      font-size: 66%;
      margin-bottom: 10px;
  }
}

/*  共通ここまで　*/

/*  idex.html　*/

.contents-wrap{
  width: 100%;
}

/*  corporate_customers.html*/

main section.page_main h3.subtitle{
  width: auto;
  height: auto;
  color: #555;
  border-bottom: none;
  font-size: 1.15em;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 15px;
  padding-left: 0;
}

.tel_contact{
  margin-left: 20px;
}

.contacts_content{
  font-size:130%;
  margin-bottom:10px;
  line-height:130%;
}

@media screen and (max-width: 768px){
  .contacts_content{
    font-size: 100%;
    line-height: normal;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px){
  .title_about {
  line-height: normal;
  height: auto;
  }
}

.contacts_alert{
  color: #0a54a7;
  font-weight: bold;
}

.hp_txt_strong {
  font-weight: bold;
}

/*  private_customers.html*/
.hp_urlSpace {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .hp_urlSpace {
    margin-left: 0px;
  }
}

.contents_txt {
  text-indent: -1em;
  margin-left: 1em;
}

.contents-box4col_2 p {
  margin-bottom: 0;
}

@media screen and (max-width: 425px) {
  .contents-box4col_2 h5.contents_ttlLong {
    font-size: x-small;
  }
}

@media screen and (max-width: 349px) {
  .contents-box4col_2 h5.contents_ttlLong {
    padding-bottom: 0;
  }
}

.seitei_date {
  text-align: right;
}