@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
/* ----------------------------------------------
default
------------------------------------------------- */
body {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, system-ui, sans-serif;
}

a {
  color: #f00;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

@media (max-width: 959px) {
  .pc {
    display: none;
  }
}
/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  margin-bottom: 30px;
}

#mainimg {
  margin-bottom: 5px;
  padding-bottom: 10px;
  background: url(../images/border.jpg) no-repeat center bottom/100% 10px;
}
#mainimg img {
  width: 100%;
  max-width: none;
}
#mainimg video {
  display: block;
  width: 100%;
  height: 36.4583333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#gnav {
  padding: 0 10px;
  background: #231815;
}
#gnav ul {
  display: flex;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
#gnav li {
  flex: 1 0 auto;
  border-right: 1px solid #fff;
}
#gnav li:first-child {
  border-left: 1px solid #fff;
}
#gnav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26px;
  transition: all 0.5s ease-out;
}
#gnav a:hover {
  opacity: 0.6;
}
@media (max-width: 959px) {
  #gnav {
    padding: 0;
  }
  #gnav ul {
    display: block;
  }
  #gnav li {
    border-bottom: 1px solid #fff;
    border-right: none;
  }
  #gnav li:first-child {
    border-left: none;
  }
  #gnav a {
    height: 40px;
  }
}

/* ----------------------------------------------
main
------------------------------------------------- */
#main {
  padding-bottom: 75px;
}
#main .main-inner {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}
@media (max-width: 959px) {
  #main .main-inner {
    max-width: 520px;
    padding: 0 25px;
  }
}
@media (max-width: 519px) {
  #main .main-inner {
    max-width: 320px;
    padding: 0 15px;
  }
}

#main-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
#main-top .left {
  width: 66.0465116279%;
}
#main-top .right {
  width: 21.511627907%;
}
#main-top .right .name {
  margin-bottom: 5px;
}
@media (max-width: 959px) {
  #main-top .left {
    width: 100%;
  }
  #main-top .right {
    display: none;
  }
}

#mainslider {
  margin-bottom: 24px;
}
#mainslider.page-bnrs {
  max-width: 568px;
  margin: 0 auto;
}
#mainslider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  text-indent: -999em;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
#mainslider .slick-arrow:hover {
  opacity: 0.6;
}
#mainslider .slick-arrow.slick-prev {
  left: 4px;
  background: url(../images/slide-prev.png) no-repeat center/contain;
}
#mainslider .slick-arrow.slick-next {
  right: 4px;
  background: url(../images/slide-next.png) no-repeat center/contain;
}
#mainslider .slick-dots {
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
#mainslider .slick-dots li {
  margin: 0 9px;
}
#mainslider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9e9e9f;
  text-indent: -999em;
  cursor: pointer;
}
#mainslider .slick-dots li.slick-active button {
  background: #00a53c;
  cursor: auto;
}
@media (max-width: 959px) {
  #mainslider {
    margin-bottom: 19px;
  }
  #mainslider .slick-arrow {
    width: 13px;
    height: 13px;
  }
  #mainslider .slick-dots {
    bottom: -19px;
  }
  #mainslider .slick-dots li {
    margin: 0 8px;
  }
  #mainslider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 519px) {
  #mainslider {
    margin-bottom: 12px;
  }
  #mainslider .slick-arrow {
    width: 8px;
    height: 8px;
  }
  #mainslider .slick-dots {
    bottom: -12px;
  }
  #mainslider .slick-dots li button {
    width: 5px;
    height: 5px;
  }
}

.main-contents .heading {
  margin-bottom: 35px;
}
.main-contents .heading h1 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.main-contents .heading h1 small {
  display: block;
  color: #231815 !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.main-contents .heading .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main-contents .heading .row .col-6 {
  width: 50%;
}
.main-contents .heading .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.main-contents section {
  margin-bottom: 30px;
}
.main-contents h2 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.main-contents h2.bd-bottom {
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #231815;
}
.main-contents .links ul {
  display: flex;
  flex-wrap: wrap;
}
.main-contents .links a {
  transition: all 0.5s ease-out;
}
.main-contents .links a:hover {
  opacity: 0.6;
}
.main-contents .links.col4 ul {
  margin: 0 -1.0465116279%;
  padding-left: 0.6976744186%;
}
.main-contents .links.col4 li {
  width: 23.2798165138%;
}
.main-contents .links.col4 li:not(:nth-child(4n+1)) {
  margin-left: 2.2935779817%;
}
.main-contents .links.col5 li {
  width: 19%;
}
.main-contents .links.col5 li:nth-child(n+6) {
  margin-top: 10px;
}
.main-contents .links.col5 li:not(:nth-child(5n+1)) {
  margin-left: 1%;
}
.main-contents .links.col5 li:first-child {
  margin-left: 0;
}
.main-contents .contents {
  display: flex;
  flex-wrap: wrap;
}
.main-contents .contents .block a {
  display: block;
  transition: all 0.5s ease-out;
}
.main-contents .contents .block a:hover {
  opacity: 0.6;
}
.main-contents .contents.col3 {
  margin: 0 -1.7441860465%;
  padding-left: 1.1627906977%;
}
.main-contents .contents.col3 .block {
  width: 33.2954545455%;
}
.main-contents .contents.col3 .block.col1 {
  width: 100%;
}
.main-contents .contents.col3 .block.col2 {
  width: 66.7045454545%;
}
.main-contents .contents.col3 .block.col2_half {
  width: 50%;
}
.main-contents .contents.col3 .block.full {
  width: 63%;
}
.main-contents .manual-wrapper {
  display: flex;
}
.main-contents .manual-wrapper .left {
  flex: 1;
}
.main-contents .manual-wrapper .right {
  width: 158px;
  margin-left: 20px;
}
.main-contents .manual-wrapper .table {
  width: 100%;
}
.main-contents .manual-wrapper .table table {
  width: 100%;
}
.main-contents .manual-wrapper .table th {
  width: 356px;
  max-width: 100%;
  padding: 10px 30px 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.1578947368;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.main-contents .manual-wrapper .table td {
  padding: 10px 0;
  vertical-align: middle;
}
.main-contents .manual-wrapper .table td .pdf,
.main-contents .manual-wrapper .table td .mp4 {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding-left: 40px;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.main-contents .manual-wrapper .table td .pdf:hover,
.main-contents .manual-wrapper .table td .mp4:hover {
  opacity: 0.6;
}
.main-contents .manual-wrapper .table td .pdf {
  background: url(../images/icon-pdf.png) no-repeat left center/34px;
}
.main-contents .manual-wrapper .table td .mp4 {
  background: url(../images/icon-mp4.png) no-repeat left center/34px;
}
.main-contents .new-contents-wrapper {
  max-width: 708px;
  margin: 0 auto;
}
.main-contents .new-contents-wrapper article + article {
  margin-top: 100px;
}
.main-contents .new-contents-wrapper h2 {
  color: #ed6c00;
  font-size: 21px;
  letter-spacing: 0.05em;
}
.main-contents .new-contents-wrapper .lead {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.main-contents .new-contents-wrapper .lead strong {
  color: #d81718;
}
.main-contents .new-contents-wrapper .pdf {
  display: flex;
  align-items: center;
  min-height: 41px;
  padding-left: 78px;
  background: url(../images/pdf.png) no-repeat left 26px center;
  color: #005395;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.main-contents .new-contents-wrapper .pdf:hover {
  opacity: 0.6;
}
.main-contents .article-area {
  border-bottom: 1px solid #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.main-contents .article-area article {
  padding: 20px 0 30px;
  border-top: 1px solid #231815;
}
.main-contents .article-area article .top {
  margin-bottom: 10px;
  color: #9dc715;
  font-size: 12px;
}
.main-contents .article-area article .date {
  margin-bottom: 10px;
  color: #9fa0a0;
  font-size: 12px;
}
.main-contents .article-area article h2 {
  color: #e60012;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3448275862;
}
.main-contents .article-area article h3 {
  margin-bottom: 5px;
  color: #00a73c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.main-contents .article-area article .text {
  font-size: 15px;
  line-height: 1.6;
}
.main-contents .article-area article .text a {
  color: #0068b6;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.main-contents .article-area article .text a:hover {
  opacity: 0.6;
}
.main-contents .badge-table table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.main-contents .badge-table table th {
  padding: 8px 30px 7px 0;
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
}
.main-contents .badge-table table td {
  padding: 7px 0 0;
  vertical-align: middle;
}
.main-contents .badge-table table td ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 25px;
}
.main-contents .badge-table table td li {
  margin-right: 50px;
  margin-bottom: 7px;
}
.main-contents .badge-table table td .account {
  min-height: 25px;
  padding-left: 36px;
  background: url(../images/badge-account.png) no-repeat left center/32px;
  font-size: 10px;
}
.main-contents .badge-table table td .ad {
  min-height: 25px;
  padding-left: 36px;
  background: url(../images/badge-ad.png) no-repeat left center/32px;
  font-size: 10px;
}
@media (max-width: 959px) {
  .main-contents .heading h1 {
    margin-bottom: 10px;
    font-size: 33px;
  }
  .main-contents .heading h1 small {
    font-size: 11px;
  }
  .main-contents .heading .row {
    display: block;
  }
  .main-contents .heading .row .col-6 {
    width: 100%;
  }
  .main-contents .heading .row .col-7 {
    width: 58.33%;
  }
  .main-contents .heading .row .col-5 {
    width: 41.67%;
  }
  .main-contents .heading .text {
    font-size: 12px;
  }
  .main-contents .links.col4 ul, .main-contents .links.col5 ul {
    justify-content: space-between;
    margin: 0 -1.914893617%;
    padding-left: 1.2765957447%;
  }
  .main-contents .links.col4 li, .main-contents .links.col5 li {
    width: 235px;
    max-width: 49%;
  }
  .main-contents .links.col4 li:nth-child(n+6), .main-contents .links.col5 li:nth-child(n+6) {
    margin-top: 0px;
  }
  .main-contents .links.col4 li:not(:nth-child(5n+1)), .main-contents .links.col5 li:not(:nth-child(5n+1)) {
    margin-left: 0;
  }
  .main-contents .links.col4 li:not(:nth-child(4n+1)), .main-contents .links.col5 li:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .main-contents .links.col4 li img, .main-contents .links.col5 li img {
    width: 100%;
  }
  .main-contents section h2 {
    font-size: 16px;
  }
  .main-contents .contents.col3 {
    margin: 0 -3.1914893617%;
    padding-left: 2.1276595745%;
  }
  .main-contents .contents.col3 .block {
    width: 50%;
  }
  .main-contents .contents.col3 .block.col2 {
    width: 100%;
  }
  .main-contents .contents.col3 .block.full {
    width: 87.5%;
  }
  .main-contents .manual-wrapper {
    display: block;
  }
  .main-contents .manual-wrapper .right {
    display: none;
  }
  .main-contents .manual-wrapper .table table th,
  .main-contents .manual-wrapper .table table td {
    display: block;
    width: 100%;
  }
  .main-contents .article-area article h2 {
    font-size: 26px;
  }
  .main-contents .article-area article .text {
    font-size: 13px;
  }
  .main-contents .article-area article .text a {
    font-size: 11px;
  }
  .main-contents .badge-table table td ul {
    display: block;
  }
  .main-contents .badge-table table td li {
    margin-right: 0;
  }
}
@media (max-width: 519px) {
  .main-contents .heading h1 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .main-contents .heading h1 small {
    font-size: 10px;
  }
  .main-contents .heading .text {
    padding-right: 50px;
    font-size: 10px;
  }
  .main-contents section h2 {
    font-size: 10px;
  }
  .main-contents .manual-wrapper .table th {
    padding-right: 0;
    padding-bottom: 0;
    font-size: 14px;
  }
  .main-contents .manual-wrapper .table td {
    font-size: 10px;
  }
  .main-contents .manual-wrapper .table td .pdf,
  .main-contents .manual-wrapper .table td .mp4 {
    padding-left: 32px;
    background-size: 24px;
  }
  .main-contents .article-area article .top,
  .main-contents .article-area article .date {
    font-size: 10px;
  }
  .main-contents .article-area article h2 {
    font-size: 17px;
  }
  .main-contents .article-area article h3 {
    font-size: 17px;
  }
  .main-contents .article-area article .text {
    font-size: 12px;
  }
  .main-contents .article-area article .text a {
    font-size: 10px;
  }
  .main-contents .badge-table table th {
    padding-right: 10px;
  }
  .main-contents .contents.col3 .block.full {
    width: 97%;
  }
}

.page-sample .heading {
  background: url(../images/heading1-img.png) no-repeat right 52px top/74px;
}
.page-sample h1 {
  color: #d61518;
}
@media (max-width: 959px) {
  .page-sample .heading {
    background-position: right top;
    background-size: 44px;
  }
}
@media (max-width: 519px) {
  .page-sample .heading {
    background-size: 40px;
  }
}

.page-appearance h1 {
  color: #3d62ad;
}

.page-introducing h1 {
  color: #00a53c;
}
.page-introducing .table th {
  color: #00a53c;
}

.page-support h1 {
  color: #da6899;
}
.page-support .table th {
  color: #da6899;
}

.page-manual h1 {
  color: #765699;
}
.page-manual .table th {
  color: #765699;
}

.page-magazine h1 {
  color: #ed6c00;
}

.page-new-contents .heading h1 {
  font-size: 43px;
  color: #ed6c00;
  letter-spacing: 0.02em;
}
@media (max-width: 959px) {
  .page-new-contents .heading h1 {
    font-size: 25px;
  }
}
@media (max-width: 519px) {
  .page-new-contents .heading h1 {
    font-size: 15px;
  }
}

.page-line-information .heading {
  margin-bottom: 10px;
}
.page-line-information .heading h1 {
  font-size: 42px;
  color: #ed6c00;
}
@media (max-width: 959px) {
  .page-line-information .heading h1 {
    font-size: 32px;
  }
}
@media (max-width: 519px) {
  .page-line-information .heading h1 {
    font-size: 20px;
  }
}

.page-badge .heading {
  margin-bottom: 10px;
}
.page-badge .heading h1 {
  font-size: 40px;
  color: #00a73c;
}
@media (max-width: 959px) {
  .page-badge .heading h1 {
    font-size: 23px;
  }
}
@media (max-width: 519px) {
  .page-badge .heading h1 {
    font-size: 14px;
  }
  .page-badge .main-contents h2.bd-bottom {
    font-size: 13px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  padding-top: 5px;
  background: url(../images/border.jpg) no-repeat center top/100% 5px;
}

#copyright {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding: 7px 10px 24px;
}/*# sourceMappingURL=style.css.map */