@charset "utf-8";
/* CSS Document */

a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.con {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.minh80 {
  min-height: calc(100vh - 200px);
}

.conS {
  max-width: 720px
}

.pc {
  display: none;
}

.center {
  text-align: center !important;
}

@media screen and (min-width:720px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .con {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*---------------------

ヘッダー

----------------------*/

header {
  background: #fff;

  position: fixed;
  width: 100%;
  height: 52px;
  left: 0;
  top: 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);

  display: flex;
  align-items: center;
  justify-content: left;

  z-index: 3;
}

header .con {
  text-align: left;
  position: relative;
  width: 100%;
  padding-left: 20px;
}

header h1.logo a {
  display: block;
  height: 44px;
  width: 113px;
  color: transparent;
  text-decoration: none;
}

/*---------------------

メインコンテンツ

----------------------*/

main {
  margin-top: 52px;
  display: block;
}

main h1 {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #333;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 110px 0 32px;
  line-height: 1.3
}

main #main {
  padding-top: 80px;
}


/*---------------------

フッター

----------------------*/

footer {
  text-align: center;
  display: none;
  padding: 30px 0 0;
}

footer.short {
  position: fixed;
  bottom: 0;
  height: 350px;
  width: 100%;

}

.pageTop {
  padding: 0 0 32px;
}

.pageTop a {
  display: block;
  width: 84px;
  height: 24px;
  margin: 0 auto;
}

.bpLogo {
  width: 130px;
  height: 60px;
  margin: 0px auto;
  padding-top: 4px;
}

.bpLogobg {
  width: 100%;
  /* border-top: 1px solid #e5e5e5; */
  background-color: #F2F2F2;
}

.copyright {
  font-size: 10px;
  padding-bottom: 10px;
}




/*---------------------

共通スタイル

----------------------*/

h2 {
  font-weight: bold;
  font-size: 24px;
  padding: 0px 24px 24px;
}

h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 24px 0;
}

a:focus {
  outline: none;
}


/*---------------------

breadcrumb

----------------------*/

.breadcrumb {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-top: 100px;
  font-size: 0.9rem;

}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb ul li a {
  text-decoration: none;
}

.breadcrumb ul li a::after {
  content: "/";
  margin: 1.2em;
  font-weight: bold;
  color: #000000;
}


/*---------------------

rule

----------------------*/

.layout-inner-rule {
  width: auto;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 50px 20px;
}



.layout-inner-rule li {
  text-align: left;
  padding: 14px;
  border-bottom: 1px solid #e5e5e5;
}

.layout-inner-rule a {
  text-decoration: none;
  font-size: 15px;
}

a[href$=".pdf"]:after {
  content: url(../img/PDF_24.png);
  transform: scale(0.9);
  position: relative;
  top: 5px;
  margin-right: 0.3rem;
}



/*---------------------

FAQ

----------------------*/

.layout-inner-faq {
  width: auto;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  .layout-inner-faq {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media screen and (min-width:769px) {
  .layout-inner-faq {
    padding-left: 0;
    padding-right: 0
  }
}

.ico-faq-open {
  display: inline-block;
  background: url(../img/ico_plus.svg) center/contain no-repeat;
  width: 18px;
  height: 18px
}

.ico-faq-open.show {
  background-image: url(../img/ico_minus.svg)
}

#faqBox {
  padding-bottom: 40px;
}

#newsKeyWord,
#newsKeyWord h2 {
  text-align: center;
}

.faq-list_q {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.faq-list_q p {
  width: calc(100% - 69px);
  letter-spacing: 1px;
  text-align: left;
  font-size: 15px;
}

@media screen and (max-width:768px) {
  .faq-list_q {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width:769px) {
  .faq-list_q {
    padding: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  }
}

.faq-list_a {
  margin: 0;
  padding: 0;
  line-height: 2;
  display: none
}

.faq-list_a::after,
.faq-list_a::before {
  display: table;
  content: ""
}

.faq-list_a::after {
  clear: both
}

.faq-list_a p {
  overflow: hidden;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
  font-size: initial;
  font-size: 15px;
  word-break: break-all;
}

.faq-list_a blockquote {
  border-left: 4px solid #e5e5e5;
  padding-left: 1em;
}

.faq-list_a ul {
  list-style-type: disc;
  text-align: initial;
  margin-left: 1.5em;
}

.faq-list_a ol {
  list-style-type: decimal;
  text-align: initial;
  margin-left: 1.5em;
}

.faq-list_a ul li,
.faq-list_a ol li {
  font-size: 15px;
}

.faq-list_a h1 {
  text-align: initial;
  position: initial;
  font-weight: bold;
  padding: initial;
}

.faq-list_a h2 {
  text-align: initial;
  padding: initial;
}

.faq-list_a h3 {
  text-align: initial;
  padding: initial;
}

.faq-list_a h4 {
  text-align: initial;
}

.faq-list_a h5 {
  text-align: initial;
}

.faq-list_a h6 {
  text-align: initial;
}

@media screen and (max-width:768px) {
  .faq-list_a {
    padding: 0 10px 10px;
    margin-bottom: 10px;
  }

  .faq-list_a p {
    padding-top: 2px
  }
}

@media screen and (min-width:769px) {
  .faq-list_a {
    padding: 10px 20px 20px;
    margin-bottom: 30px;
  }
}

.ico-round {
  display: block;
  color: #fff;
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  line-height: 36px;
  font-size: 1.6rem
}

.ico-round-q {
  background: #317AE1;
}

.ico-round-a {
  background: #FF8C8C;
  float: left;
  height: auto;
}

/*---------------------

絞り込み

----------------------*/

.search_item {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}

.search_item.is-active {
  color: white;
  background-color: black;
}

.is-hide {
  display: none;
}

#newsList div {
  margin-bottom: 2px;
}

.newsIndex #newsList div {
  display: none;
}

.newsIndex.updateIndex #newsList div {
  display: block;
}

.newsIndex .newsDetail {
  background: #fff;
  padding: 0 16px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.newsIndex .newsIndexList>li:not(:last-child) {
  margin-bottom: 48px;
}

.newsIndex h2 span {
  padding: 0 6px;
  display: inline-block;
  background-image: url("../img/border.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  font-size: 18px;
  font-weight: normal;
}

#newsList div a {
  padding-left: 10px;
  text-decoration: underline;
}

#newsList div img {
  width: auto;
}

#newsList li h3 {
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  position: relative;
}

@media screen and (min-width:720px) {
  #newsList div h3 {
    font-size: 18px;
  }
}

.tagLink {
  margin-bottom: 80px;
}

.tagLink li {
  display: inline-block;
  margin: 4px;
}

@media screen and (max-width:768px) {
  .tagLink {
    margin-bottom: 40px;
  }
}

.tagLink a {
  display: block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 4px 8px;
  text-align: left;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  border-radius: 10px;
}

.tagLink a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.tagLink a:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.tagLink a:focus {
  background-color: rgba(0, 0, 0, 0.2);
  outline: none;
}


/*---------------------

続きを見る

----------------------*/



.readmore {
  position: relative;
  margin: 0px auto;
}

.readmore-content {
  position: relative;
  transition: all .4s;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  transition: all .4s;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

.readmore-content.is_open:before {
  display: none;
}


.contents_btn {
  position: relative;
  width: 200px;
  min-height: 60px;
  line-height: 60px;
  margin: 0 auto;
  background-color: #131313;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

.contents_btn:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}


.mtS {
  margin-top: 20px;
}

.mtL {
  margin-top: 60px;
}

.header_button {
  margin: 30px;
}

.header_button a {
  border-radius: 80px;
  color: #fff;
  background-color: #999999;
  padding: 12px 28px;
  text-decoration: none;
  white-space: nowrap;
}


.unresolvedBox {
  border: 1px solid #e5e5e5;
  padding: 30px;
}

.faq-list {
  margin: 20px;
}