@charset "UTF-8";

/**
 * format.css
 * 共通設定
**/

/******************************
 * フォント設定
*******************************/

/**
 * Googleフォント指定用 クラス
**/

.font-shipporiMincho {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  letter-spacing: 0;
}


/******************************
 * 共通
*******************************/
html {
  font-size: 62.5%;
}
body {
  font-family: "Helvetica Neue", Arial, YuGothic,"Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 1.6rem;
  overflow: hidden;
  min-width: 1280px;
}
#contentsArea {
  font-family: "Helvetica Neue", Arial, YuGothic,"Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
a {
  color: #333;
  text-decoration: none;
}
p {
  margin: 0;
}
a,
p {
  font-size: 1.6rem;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.l-contents {
  margin: 80px auto;
  width: 1000px;
}
.textLink {
  text-decoration: underline;
}
.sticky { position: sticky; top: 0; z-index: 3; }
.clearfix:before,
.clearfixf:after { content: ""; display: table; }
.clearfix:after { clear: both; }
#wrapper {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.pagetop a {
  background: none;
}
#contentsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width:767px){
  body {
    min-width: initial;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a,
  p {
    font-size: 1.4rem;
  }
  .l-contents {
    margin: 60px auto;
    padding: 0 20px;
    width: auto;
  }
  .pagetop {
    display: none !important;
  }
  html.mobile body {
    font-size: 1.6rem !important;
  }
}


/*
	パンくずリスト
================================*/
#breadcrumbsList {
  display: block !important;
  margin-top: auto;
  padding: 30px 0 !important;
  width: 1240px !important;
  font-size: 1.4rem;
}
.desktop #breadcrumbsList ul li {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.desktop #breadcrumbsList ul li:not(:last-child)::after {
  display: none !important;
}
#breadcrumbsList li a {
  padding: 0 !important;
  background: none !important;
}

@media screen and (max-width:767px){
  #breadcrumbsList {
    padding: 0 20px !important;
    width: auto !important;
    font-size: 1.2rem !important;
  }
  #breadcrumbsList ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #breadcrumbsList li {
    padding: 6px 0 !important;
  }
  #breadcrumbsList a {
    font-size: 1.2rem !important;
  }
  #breadcrumbsList ul li svg {
    margin: 0 6px 0 8px !important;
  }
}


/*
	タイトル
================================*/
.titleS {
  position: relative;
  margin-bottom: 20px;
  padding: 0 .75em;
  font-size: 2.0rem;
  font-weight: normal;
  border-left: 6px solid #113743;
}
.titleS::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  border-left: 6px solid #C5001A;
}
.titleS::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}
.pageTitle {
  margin: 0 auto 60px;
}
.pageTitle h3.title {
  font-size: 3.0rem !important;
}
@media screen and (max-width:767px){
  .titleS {
    padding: 0 .75em;
    font-size: 1.6rem;
  }
  .pageTitle {
    margin: 0 auto 40px;
  }
  .pageTitle h3.title {
    font-size: 2.2rem !important;
  }
  .bTtlS.type12 .inner .ttlAreaWrapper {
    padding-left: 1em;
    padding-right: 1em;
    max-width: calc(100% - 5em);
  }
}


/*
	もっと見る
================================*/
.more {
  display: block;
  width: 120px;
  margin: 30px 0 0 auto;
  padding: 2px 0 1px;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
  border: 1px solid #888;
  border-radius: 18.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.more:hover {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}

@media screen and (max-width:767px){
  .more {
    width: 100px;
    font-size: 1.4rem;
  }
}


/*
	リンク
================================*/
.textlinkS {
  position: relative;
  display: block;
  margin-left: auto;
  margin-bottom: 10px;
  width: 110px;
  font-size: 1.3rem;
  font-weight: bold;
}
.textlinkS span {
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.textlinkS span::before {
  content: '';
  position: absolute;
  top: calc(54% - 3px);
  right: 0;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 8px;
  height: 1px;
  background-color: #333;
}
.textlinkS span::after {
  content: '';
  position: absolute;
  top: 54%;
  right: 0;
  -webkit-transform: translateY(-54%);
      -ms-transform: translateY(-54%);
          transform: translateY(-54%);
  width: 20px;
  height: 1px;
  background-color: #333;
}
.textlinkS span:hover {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}


/*
	リスト
================================*/
.itemList {
  line-height: 1.7;
}
.itemList .item {
  padding: 40px 80px;
  border-bottom: 1px solid #ddd;
}
.itemList .item:first-child {
  padding: 0 80px 40px;
}
.itemList .itemText {
  font-size: 1.6rem;
}
.itemList .item:last-child {
  border-bottom: none;
}

@media screen and (max-width:767px){
  .itemList .itemText {
    font-size: 1.4rem;
  }
  .itemList .item,
  .itemList .item:first-child {
    padding: 20px 0;
  }
  .itemList .item .text {
    font-size: 1.4rem;
  }
}