@charset "utf-8";

/* --------------------
Common
-------------------- */

body {
  overflow-x: hidden;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span, ul, ol, li  {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

::selection {
  background-color: #c7dbff;
  color: #333;
}

/* --------------------
.page-header
-------------------- */

.layout-main {
  background-color: #f8fafb;
  padding-bottom: 80px;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  letter-spacing: 0.01em;
}

.page-header {
  padding: 32px 0;
}

.page-header .area {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
}

.page-header .page-title {
  padding-bottom: 0;
  line-height: 1em;
  font-feature-settings: "palt";
}

.page-header .page-title .text {
  font-size: 32px;
  line-height: 1.5em;
}

.page-header .main-image {
  margin-bottom: 0;
}

.page-header .main-image img {
  display: block;
  width: 100%;
}

.lead.main-image-text {
  padding-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .page-header .area {
    width: auto;
    max-width: 100%;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .page-header {
    padding: 20px 0;
  }

  .page-header .page-title .text {
    font-size: 28px;
    line-height: 1.3em;
  }
}

/* --------------------
レイアウト共通
-------------------- */

.section {
  padding-top: 40px;
  margin-bottom: 40px;
}

.section .area {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
}

.section .sub-section {
  margin-bottom: 40px;
}

.section .sub-section::after {
  display: block;
  content: "";
  clear: both;
}

.section .sub-section .note a:hover,
.section .sub-section .note .text-link:hover {
  text-decoration: underline;
}

.section .sub-section .note .fa {
  margin-left: 4px;
}


/* --------------------
parts
-------------------- */

.strong {
  font-weight: bold;
}

.pc,
.pc.tab,
.pc.sp {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

.image img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .pc,
  .pc.sp {
    display: none;
  }

  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section .area {
    width: auto;
    max-width: 100%;
    padding: 0;
  }

  .lead {
    text-align: left;
  }

  .section .code-block,
  .section .code-inline-block {
    overflow-x: scroll;
    display: block;
  }

  .pc,
  .pc.tab,
  .tab {
    display: none;
  }

  .sp,
  .pc.sp,
  .pc.tab.sp,
  .tab.sp {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .btn {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }

  .btn-2column {
    display: block;
  }

  .btn-2column .btn {
    width: 100%;
    margin-bottom: 40px;
  }

  .btn-2column .btn:last-child {
    margin-bottom: 0;
  }
}

/* --------------------
contents-foot
-------------------- */
.contents-foot .bread {
  display: flex;
}

.contents-foot .bread li {
 margin-right: 10px;
 font-size: 75%;
}

.contents-foot a .fa {
  margin-left: 10px;
}

.contents-foot .bread a:hover {
 text-decoration: underline;
}