@charset "UTF-8";
* {
  min-width: 0;
  min-height: 0;
}

body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

body * {
  line-height: 1.4;
}

p {
  margin-bottom: .5em;
}

a {
  color: inherit;
  -webkit-transition: .4s;
  transition: .4s;
}

a img {
  -webkit-transition: .4s;
  transition: .4s;
}

a:hover img {
  opacity: .6;
}

hr {
  margin: .5em 0;
  border: 2px solid #eee;
}

/* ------------------------------
  エリア
------------------------------ */
/* ヘッダー */
#headerWrapper {
  padding-top: 0;
}

#headerWrapper #header {
  padding-top: 1em;
  padding-bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

#headerWrapper .navbar-collapse > ul > li > a:before {
  content: none;
}

#headerWrapper img {
  max-height: 1.2em;
}

#container {
  padding-top: 0;
}

/* opt */
#opt3 {
  background-color: #e3e3e3;
  color: #000;
}

#opt3 a {
  color: #000;
}

#opt3 img {
  background-color: #fff;
  border-radius: 6%;
  -webkit-transition: .4s;
  transition: .4s;
}

#opt3 a img:hover {
  background-color: #b0b0b0;
}

/* opt3ナビ */
.opt3Navi .boxBottom > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.opt3Navi .boxBottom > ul > li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-left: 0;
}

.opt3Navi .boxBottom > ul > li > a {
  color: #000;
}

.opt3Navi .boxBottom > ul > li > a:after {
  content: none;
}

.opt3Navi .boxBottom > ul > li + li a:before {
  content: "／";
  display: inline-block;
  margin: 0 1em;
  width: auto;
  height: auto;
}

body#bootstrap_template .opt3Navi .boxBottom > ul > li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-left: 0;
}

/* フッター */
address {
  background-color: #e3e3e3;
  color: #000;
  font-weight: 600;
}

address a {
  color: #000;
}

/* ------------------------------
  汎用クラス
------------------------------ */
.m-t20px {
  margin-top: 20px;
}

.m-t40px {
  margin-top: 40px;
}

.m-t50px {
  margin-top: 50px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ------------------------------
  コンテンツパーツ
------------------------------ */
/* ボタン（LINCオリジナル） */
.btn_area {
  margin-top: 50px;
  text-align: center;
  text-decoration: none;
}

.btn-square {
  position: relative;
  display: inline-block;
  padding: .8em 4em .8em 1em;
  width: auto;
  background-color: #464a65;
  color: #fff !important;
  border: 1px solid #464a65;
  text-decoration: none !important;
  line-height: 1;
}

a.btn-square:hover {
  background-color: #fff;
  color: #3e3e3e !important;
  border: 1px solid #3e3e3e;
  text-decoration: none;
  opacity: 1;
}

a.btn-square:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 2em;
  width: .8em;
  height: 1em;
  background-image: url("../../img/linc/btn_arr.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

a.btn-square:hover:after {
  background-image: url("../../img/linc/btn_arr_hover.svg");
}

.btn-border {
  position: relative;
  display: block;
  margin: auto;
  padding: 1em 3em 1em 2em;
  width: 200px;
  max-width: 100%;
  border: 1px solid #000;
  text-decoration: none !important;
}

.btn-border:after {
  content: "▶";
  position: absolute;
  top: calc(50% - .5em);
  right: 1em;
  line-height: 1;
}

.btn-border:hover {
  background-color: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
}

.btn-border-wide {
  position: relative;
  display: block;
  padding: 1em 3em 1em 1em;
  width: 100%;
  border: 1px solid #000;
  text-align: left;
  text-decoration: none !important;
}

.btn-border-wide:after {
  content: "▶";
  position: absolute;
  top: calc(50% - .5em);
  right: 1em;
  line-height: 1;
}

.btn-border-wide:hover {
  background-color: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* 大 */
.cparts-btn-max {
  display: inline-block;
  padding: .8em 5em .8em 3em;
  width: auto;
}

/* 中 */
/* 小 */
/* ボタン */
a.cparts-btn-round,
a.cparts-btn-square {
  position: relative;
  background-color: #464a65 !important;
  color: #fff !important;
  border: 1px solid #464a65 !important;
  text-decoration: none !important;
  line-height: 1;
}

a.cparts-btn-round:hover,
a.cparts-btn-square:hover {
  background-color: #fff !important;
  color: #3e3e3e !important;
  border: 1px solid #3e3e3e !important;
  text-decoration: none !important;
  opacity: 1;
}

a.cparts-btn-round:after,
a.cparts-btn-square:after {
  content: "";
  position: absolute;
  top: 0.8em;
  right: 2em;
  width: 0.8em;
  height: 1em;
  background-image: url("../../img/linc/btn_arr.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

a.cparts-btn-round:hover:after,
a.cparts-btn-square:hover:after {
  background-image: url("../../img/linc/btn_arr_hover.svg");
}

.dec-btn--size-sm {
  display: inline-block;
  padding: 1em 4em 1em 2em;
  width: auto;
}

.dec-btn--primary {
  position: relative;
  background-color: #464a65;
  color: #fff;
  border: 1px solid #464a65;
  line-height: 1;
}

.dec-btn--primary:after {
  content: "";
  position: absolute;
  top: 1em;
  right: 2em;
  width: 1em;
  height: 1em;
  background-image: url("../../img/customize/btn_arr.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dec-btn--primary:hover {
  background-color: #fff;
  color: #3e3e3e;
  border: 1px solid #3e3e3e;
  opacity: 1;
}

.dec-btn--primary:hover:after {
  background-image: url("../../img/customize/btn_arr_hover.svg");
}

.cparts-img-block {
  position: relative;
}

.cparts-img-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* ------------------------------
  個別ページ設定
------------------------------ */
/* top.htm */
.top #container {
  padding-top: 0;
}

.top.column1 #bottom > div:first-child {
  margin-top: 0;
}

.top #main {
  display: none;
}

.top #main .freeParts {
  margin: 60px 0;
}

.top h1 {
  margin: 0;
  font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ角明朝 Pro', 'Hiragino Kaku Mincho Pro', 'メイリオ', 'Meiryo', serif;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.4;
  z-index: 200 !important;
}

.top h2 {
  font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ角明朝 Pro', 'Hiragino Kaku Mincho Pro', 'メイリオ', 'Meiryo', serif;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 1.4;
}

.top h2:after {
  /* content: ""; */
  /* display: block; */
  /* margin: 20px auto 0; */
  margin: 0;
  /* width: 60px; */
  width: 0;
  /* height: 3px; */
  height: 0;
}

.top .topicDigestText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .topicDigestText .post_link {
  margin-left: auto;
}

.top .topicDigestText .post_title {
  font-size: 18px;
}

.top .topicDigestText .post_date {
  margin-left: 2em;
  font-size: 14px;
}

.top .topicDigestText .post_link {
  margin-left: 2em;
}

.top .topicDigestText .topics_more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-right: 80px;
  font-size: 16px;
  font-weight: bold;
}

.top .topicDigestText .topics_more:after {
  content: '';
  margin-left: 1em;
  width: 1em;
  height: 1em;
  background-image: url("../../img/linc/btn_arr_hover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top .section_blog {
  margin: 100px 0;
}

.top .section_blog .post .post_title {
  margin-top: 1em;
}

.section_sample {
  margin: 60px 0;
}

.section_sample .section_sample_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ角明朝 Pro', 'Hiragino Kaku Mincho Pro', 'メイリオ', 'Meiryo', serif;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: normal;
}

.section_sample .section_sample_content .section_title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 60px;
  font-weight: 500;
  width: 60px;
}

.section_sample .section_sample_content .sample_content {
  margin-left: 20px;
  width: calc(100% - 60px);
}

.section_sample .section_sample_content .sample_content_text {
  font-size: 16px;
}

.section_sample .section_sample_content .sample_title {
  font-size: 16px;
}

.column1 #bottom > div:first-child:before {
  content: none;
}

body .topicsList,
body #main .topicsList,
body #bottom .topicsList {
  margin-bottom: 60px;
}

body .topicsList:before,
body #main .topicsList:before,
body #bottom .topicsList:before {
  content: none;
}

body .topicsList h1,
body #main .topicsList h1,
body #bottom .topicsList h1 {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  background-color: transparent;
  color: var(--text-color-main);
  font-size: 2rem;
  text-align: left;
  letter-spacing: .1em;
}

body .topicsList .topicsListBox,
body #main .topicsList .topicsListBox,
body #bottom .topicsList .topicsListBox {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

body .topicsList .topicsListBox:first-of-type .topicDigestText,
body #main .topicsList .topicsListBox:first-of-type .topicDigestText,
body #bottom .topicsList .topicsListBox:first-of-type .topicDigestText {
  border-top: 1px solid #ddd;
}

body .topicsList .topicsListBox .topicDigestText,
body #main .topicsList .topicsListBox .topicDigestText,
body #bottom .topicsList .topicsListBox .topicDigestText {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
      grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

body .topicsList .topicsListBox .topicDigestText:hover,
body #main .topicsList .topicsListBox .topicDigestText:hover,
body #bottom .topicsList .topicsListBox .topicDigestText:hover {
  color: var(--text-color-main);
}

body .topicsList .topicsListBox .topicDigestText .topicDate,
body #main .topicsList .topicsListBox .topicDigestText .topicDate,
body #bottom .topicsList .topicsListBox .topicDigestText .topicDate {
  margin-bottom: 0;
  width: 100%;
  background-color: #fff;
  color: var(--text-color-main);
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
}

body .topicsList .topicsListBox .topicDigestText .topicDate .new,
body #main .topicsList .topicsListBox .topicDigestText .topicDate .new,
body #bottom .topicsList .topicsListBox .topicDigestText .topicDate .new {
  margin-right: .5em;
  display: inline-block;
  color: red;
  line-height: 1.4;
}

body .topicsList .topicsListBox .topicDigestText h2,
body #main .topicsList .topicsListBox .topicDigestText h2,
body #bottom .topicsList .topicsListBox .topicDigestText h2 {
  margin: 0;
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
}

body .topicsList .topicsListBox .topicDigestText h2:after,
body #main .topicsList .topicsListBox .topicDigestText h2:after,
body #bottom .topicsList .topicsListBox .topicDigestText h2:after {
  content: none;
}

body .topicsArticle .topicDate {
  margin-bottom: 0;
  width: 100%;
  background-color: #fff;
  color: var(--text-color-main);
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
}

body .topicsArticle .topicsArticleBody {
  word-break: break-all;
}

body .topicsArticle h2 {
  margin-top: 0;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}

.column1.nikkenonly .parts_img_type34 {
  margin-bottom: 80px;
  padding: 120px 0 80px;
  width: 100%;
}

.column1.nikkenonly .parts_img_type34 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 -100%;
  width: 300%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.column1.nikkenonly .parts_img_type34 p {
  position: relative;
  margin: auto;
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-weight: lighter;
  letter-spacing: .2em;
  line-height: 1.8;
}

.column1 #main.list_nikken .topicsList h1 {
  margin: 0;
  margin-bottom: 1em;
  background-color: transparent;
  color: #fff;
  font-size: 3.6rem;
  font-weight: lighter;
  text-align: center;
  letter-spacing: .2em;
}

.column1 #main.list_nikken .topicsList .topicsListTitle {
  font-size: 3em;
  text-align: center;
  letter-spacing: .1em;
}

.column1 #main.list_nikken .topicsArticle h1 {
  margin: 0 calc(50% - 50vw);
  margin-bottom: 1em;
  background-color: transparent;
  color: #fff;
  font-size: 3.6rem;
  font-weight: lighter;
  text-align: center;
  letter-spacing: .2em;
  height: 300px;
  font-size: 2em !important;
}

.column1 #main.list_nikken > div > h1:first-child {
  padding: 120px 0 80px;
  background-image: url("../../img/linc/page/main-nikkentop.png");
}

.column1 #main.list_nikken .pageLink ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  text-align: center;
}

.column1 #main.list_nikken .pageLink ul:before, .column1 #main.list_nikken .pageLink ul:after {
  content: none;
}

.column1 #main.list_nikken .pageLink ul li.prevBu,
.column1 #main.list_nikken .pageLink ul li.nextBu {
  margin: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.column1 #main.list_nikken .pageLink ul li.prevBu a,
.column1 #main.list_nikken .pageLink ul li.nextBu a {
  display: inline-block;
  margin: 0 !important;
  padding: 0 1em;
  background-color: #eee;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}

.column1 #main.list_nikken .topicsArticle .pageLink {
  padding-top: 60px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.column1 #main.list_member .topicsList h1 {
  margin: 0;
  margin-bottom: 1em;
  background-color: transparent;
  color: #fff;
  font-size: 3.6rem;
  font-weight: lighter;
  text-align: center;
  letter-spacing: .2em;
}

.column1 #main.list_member .topicsList .topicsListTitle {
  font-size: 3em;
  text-align: center;
  letter-spacing: .1em;
}

.column1 #main.list_member .topicsArticle h1 {
  margin-bottom: 1em;
  background-color: transparent;
  color: #fff;
  font-size: 3.6rem;
  font-weight: lighter;
  text-align: center;
  letter-spacing: .2em;
}

.column1 #main.list_member > div > h1:first-child {
  background-image: url("../../img/linc/page/main-membertop.png");
}

.column1 #main.list_member .pageLink ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  text-align: center;
}

.column1 #main.list_member .pageLink ul:before, .column1 #main.list_member .pageLink ul:after {
  content: none;
}

.column1 #main.list_member .pageLink ul li.prevBu,
.column1 #main.list_member .pageLink ul li.nextBu {
  margin: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.column1 #main.list_member .pageLink ul li.prevBu a,
.column1 #main.list_member .pageLink ul li.nextBu a {
  display: inline-block;
  margin: 0;
  padding: 0 1em;
  background-color: #eee;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}

.column1 #main.list_member .topicsArticle .pageLink {
  padding-top: 60px;
  text-align: center;
  border-top: 1px solid #ddd;
}

li.prevB {
  text-align: left !important;
}

li.nextBu {
  text-align: right !important;
}

.column1 #main.list_topics > div > h1:first-child {
  background-image: url("../../img/linc/page/main-news.png");
}

.column1 #main.list_topics .topicsList h1 {
  margin: 0 calc(50% - 50vw);
  margin-bottom: 1em;
  background-color: transparent;
  background-image: url("../../img/linc/page/main-news.png");
  color: #fff;
  font-size: 3.6rem;
  font-weight: lighter;
  text-align: center;
  letter-spacing: .2em;
}

.column1 #main.list_topics .pageLink ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  text-align: center;
}

.column1 #main.list_topics .pageLink ul:before, .column1 #main.list_topics .pageLink ul:after {
  content: none;
}

.column1 #main.list_topics .pageLink ul li.prevBu,
.column1 #main.list_topics .pageLink ul li.nextBu {
  margin: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.column1 #main.list_topics .pageLink ul li.prevBu a,
.column1 #main.list_topics .pageLink ul li.nextBu a {
  display: inline-block;
  margin: 0;
  padding: 0 1em;
  background-color: #eee;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}

.column1 #main.list_topics .topicsArticle .pageLink {
  padding-top: 60px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.margin-top-50px {
  margin-top: 50px;
}

.margin-top-40px {
  margin-top: 40px;
}

.margin-top-20px {
  display: block;
  margin-top: 20px;
}

.list_blog h1 {
  background-image: url("../../img/linc/page/main-about.png") !important;
}

.list_blog .post {
  text-decoration: none !important;
}

.list_blog .post:hover {
  opacity: 0.8 !important;
}

.list_blog .post_thumbnail {
  padding-top: 140%;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #eee;
}

.list_blog .pageLink li:first-child {
  margin-left: 0 !important;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.gap-1em {
  grid-gap: 1em;
}

.gap-2em {
  grid-gap: 2em;
}

@media screen and (max-width: 800px) {
  .sp-gap-1em {
    grid-gap: 1em;
  }
  .sp-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  br.sp {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  body .topicsList .topicsListBox .topicDigestText,
  body #main .topicsList .topicsListBox .topicDigestText,
  body #bottom .topicsList .topicsListBox .topicDigestText {
    -ms-grid-columns: 120px 1fr;
        grid-template-columns: 120px 1fr;
  }
  body .topicsList .topicsListBox .topicDigestText .topicDate .new,
  body #main .topicsList .topicsListBox .topicDigestText .topicDate .new,
  body #bottom .topicsList .topicsListBox .topicDigestText .topicDate .new {
    display: block;
    width: 100%;
    line-height: 1.4;
  }
}
/*# sourceMappingURL=theme-customize.css.map */