@charset "utf-8";

img {
  max-width: 100%;
}

/***************************************************************************

  ヘッダー

***************************************************************************/
#header {
  height: 80px;
}

.pageHeadImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 215px;
  position: relative;
  color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 24px;
}

.pageHeadImg h2 {
  font-size: 2.2em;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.pageHeadImg h2 span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  #header {
    height: 48px;
  }

  .pageHeadImg {
    height: 82px;
  }

  .pageHeadImg h2 {
    font-size: 1.6em;
    line-height: 1.4;
  }

  .pageHeadImg h2 span {
    font-size: 1.2rem;
  }
}

/***************************************************************************

  パンくず

***************************************************************************/
.breadcrumb {
  max-width: 1068px;
  margin: 0 auto 48px auto;
  font-size: .75em;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a {
  padding-right: 36px;
  position: relative;
}

.breadcrumb li a:after {
  position: absolute;
  content: '';
  top: 4px;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #221815;
  border-right: 1px solid #221815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1068px) {
  .breadcrumb {
    max-width: 100%;
    margin: 0 auto 48px auto;
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

/***************************************************************************

  見出し

***************************************************************************/
.h3Txt {
  text-align: center;
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-bottom: 40px;
}

.blueTxtLine {
  text-align: center;
  font-size: 2.2em;
  color: #163468;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-bottom: 40px;
}

.blueTxtLine span {
  display: block;
  font-size: .46em;
  letter-spacing: 0;
  position: relative;
}

.blueTxtLine span:after {
  position: absolute;
  content: '';
  width: 82px;
  height: 1px;
  bottom: -14px;
  left: 50%;
  margin-left: -41px;
  background-color: #163468;
}

@media screen and (max-width: 767px) {
  .h3Txt {
    letter-spacing: normal;
    margin-bottom: 20px;
  }

  .h3Txt,
  .blueTxtLine {
    font-size: 2em;
  }
}

/***************************************************************************

  行間

***************************************************************************/
.lSwide {
  letter-spacing: 1em;
  /*margin-right: -1em;*/
	text-indent: 1em;
}

.lSwide2 {
  letter-spacing: 2em;
  /*margin-right: -2em;*/
	text-indent: 2em;
}

.lSwide3 {
  letter-spacing: 3em;
  /*margin-right: -3em;*/
	text-indent: 3em;
}

.lSsmall01 {
  letter-spacing: -.1em;
}
