@charset "utf-8";


/*------------------------------------------------------------
  トップページ
------------------------------------------------------------*/
#main .pageTitle {
  margin-bottom: 60px;
}


#main .headLine01 {
  margin-bottom: 53px;
  padding: 0 5px 10px;
/*  letter-spacing: -6px;*/
  letter-spacing: -3px;
  line-height: 1.65;
  font-size: 3.2em;
}




@media screen and (max-width: 767px) {


  #main .headLine01 {
    font-size: 2em;
    letter-spacing: inherit;
  }

}




/*


#main .costList {
  margin-bottom: 131px;
}


#main .costList li {
  width: 300px;
  float: left;
  margin-right: 50px;
}


#main .costList li:last-child {
  margin-right: 0;
}


#main .costList li .title {
  margin-bottom: 11px;

  text-align: center;
  font-size: 2.3em;
  color: #91004f;
  font-weight: 400;
}


#main .costList li .ttl {
  margin: 0 auto 34px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: url(../img/business/business_bg01.png) no-repeat center center;
  background-size: cover;
}


#main .costList li:nth-child(2) .ttl {
  background-image: url(../img/business/business_bg02.png);
}


#main .costList li:last-child .ttl {
  background-image: url(../img/business/business_bg03.png);
}


#main .costList li .ttl p {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}


#main .costList li .ttl p span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 27px;
  color: #FFF;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0.7);
}


#main .costList li .text {
  margin-bottom: 22px;
  font-size: 1.8em;
  line-height: 1.75;
}


#main .costList li .comBtn a {
  padding: 15px;
  font-size: 18px;
  letter-spacing: -1px;
}


#main .comBtnList {
  margin-top: -37px;
}


#main .comBtnList li {
  float: left;
  margin-top: 37px;
}


#main .comBtnList li:nth-child(2n) {
  float: right;
}


@media all and (-ms-high-contrast:none) {
  #main .costList li .comBtn a {
    padding: 13px 10px 12px;
  }
}
*/




.contentBox:not(:last-of-type) {
  margin-bottom: 100px;
}


.contentBox * {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 2;
}


/*
.textAlignRight {
  display: block;
  text-align: right !important;
}


.textAlignCenter {
  display: block;
  text-align: center !important;
}
*/


/*
.contentHeader {
  margin-bottom: 30px;
  padding-bottom: 5px;
  color: #006896;
  font-size: 35px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
  text-align: center;
  border-bottom: 1px solid #006896;
}
*/


.contentTitle {
  margin-bottom: 30px;
}


a.contentTitleButton {
  color: #fff;
  display: block;
  padding: 5px;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  background-color: #006896;
}


.contentContainer:not(:last-of-type) {
  margin-bottom: 50px;
}




.contentText {
  text-align: justify;
}


.contentItem {
  padding-left: 1em;
  text-indent: -1em;
}




@media screen and (max-width: 767px) {
  a.contentTitleButton {
    font-size: 1.1em;
    line-height: 1.5;
  }
}


