@charset "UTF-8";
/*
Version:1.0.1
Author:MAI OKOCHI
Comment:このスタイルシートはSASSで書かれています。cssを直接変更しないでください。
*/
/* ==========================================================================
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select, input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

img {
  display: block;
}

/* ==========================================================================
   variables
   ========================================================================== */
/* ==========================================================================
   base
   ========================================================================== */
html, body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;
  line-height: 1.4;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

section + section {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  section + section {
    margin-top: 30px;
  }
}

a {
  transition-duration: 0.3s;
}

.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #d20a0a;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.search-highlight {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* ==========================================================================
   header
   ========================================================================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  background-color: #dc3c3c;
}
.header .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  height: 60px;
  display: flex;
  align-items: center;
}
.header .inner .logo {
  display: block;
}
.header .inner .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  height: 30px;
  background-color: #fff;
  border-radius: 2px;
}
.header .inner .logo a img {
  height: 30px;
}
@media screen and (max-width: 600px) {
  .header .inner .logo a img {
    width: 120px;
    height: auto;
  }
}
.header .inner .nav {
  display: flex;
  margin-left: auto;
}
.header .inner .nav .list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .header .inner .nav .list {
    display: none;
  }
}
.header .inner .nav .list a {
  margin: 0 15px;
  padding-bottom: 2px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .header .inner .nav .list a {
    margin: 0 10px;
  }
}
.header .inner .nav .list a:hover {
  border-bottom: 1px solid #fff;
}
.header .inner .nav .btn_contact {
  display: inline-block;
  margin-left: 15px;
  padding: 10px 20px;
  font-weight: bold;
  color: #dc3c3c;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
.header .inner .nav .btn_contact:hover {
  color: #fff;
  background-color: #dc3c3c;
}
.header .inner .nav .header-form {
  margin-left: 15px;
}
.header .inner .nav .header-form .input {
  height: 35px;
  width: 150px;
  padding: 5px 15px;
  font-size: 0.9rem;
  vertical-align: top;
  background-color: #fff;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-radius: 35px 0 0 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .header .inner .nav .header-form .input {
    width: 100px;
  }
}
.header .inner .nav .header-form .button {
  position: relative;
  height: 35px;
  width: 35px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: top;
  background-color: #fff;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-radius: 0 35px 35px 0;
  transition-duration: 0.3s;
  cursor: pointer;
}
.header .inner .nav .header-form .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #dc3c3c;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_magnifying-glass.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_magnifying-glass.svg");
}
.header .inner .nav .header-form .button::before:hover {
  background-color: #c83232;
}

/* ここから下がハンバーガーメニューに関するCSS */
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: none;
}
@media screen and (max-width: 1025px) {
  .drawer_open {
    display: flex;
    height: 35px;
    width: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    /* 重なり順を一番上にする */
    cursor: pointer;
  }
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.3s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/*薄黒カバー チェックが入ったらもろもろ表示*/
#drawer_input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

#drawer_input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  z-index: 9998;
}

/*薄黒カバー チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*薄黒カバー 閉じる用*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/* メニューのデザイン*/
.nav_content {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background-color: #dc3c3c;
  transition: .3s;
  border-left: 3px solid #fff;
  box-sizing: border-box;
}

.nav_item a {
  display: block;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #dc3c3c;
  border-bottom: 1px solid #fff;
}
.nav_item a:hover {
  text-decoration: underline;
  background-color: #c83232;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 20%;
  /* メニューを画面に入れる */
}

/* ==========================================================================
   footer
   ========================================================================== */
.footer {
  border-top: 3px solid #ddd;
}
.footer .description-area {
  padding-top: 25px;
  background-color: #eee;
}
@media screen and (max-width: 600px) {
  .footer .description-area {
    padding-top: 10px;
    font-size: 0.9rem;
  }
}
.footer .nav-area {
  padding: 15px 0 20px;
  background-color: #eee;
}
@media screen and (max-width: 600px) {
  .footer .nav-area {
    padding: 10px 0 15px;
  }
}
.footer .copyRight-area {
  padding: 15px 0;
  background-color: #333;
}
@media screen and (max-width: 600px) {
  .footer .copyRight-area {
    padding: 10px 0;
  }
}
.footer .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
.footer .inner .description {
  text-align: center;
}
.footer .inner .nav .list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .footer .inner .nav .list {
    display: block;
    text-align: center;
  }
}
.footer .inner .nav .list li {
  margin-right: 25px;
}
@media screen and (max-width: 600px) {
  .footer .inner .nav .list li {
    margin-right: 0;
  }
}
.footer .inner .nav .list li:last-of-type {
  margin-right: 0;
}
.footer .inner .nav .list li a {
  position: relative;
  padding-right: 20px;
  color: #333;
}
.footer .inner .nav .list li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  background-color: #333;
  vertical-align: bottom;
  transition-duration: 0.3s;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
.footer .inner .nav .list li a:hover {
  color: #bbb;
}
.footer .inner .nav .list li a:hover::after {
  background-color: #bbb;
}
.footer .inner .nav .list li a.btn_transition::after {
  mask-image: url("../img/icon_window.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_window.svg");
}
.footer .inner .nav .list li a.btn_contact::after {
  mask-image: url("../img/icon_mail_footer.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_mail_footer.svg");
}
.footer .inner .copyRight {
  text-align: center;
  color: #fff;
}

/* ==========================================================================
   main
   ========================================================================== */
.main {
  margin-top: 60px;
}

/* one column layout */
.oneColumn-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 10px;
}
@media screen and (max-width: 1025px) {
  .oneColumn-inner {
    padding: 30px 10px 40px;
  }
}
@media screen and (max-width: 600px) {
  .oneColumn-inner {
    padding: 20px 10px 30px;
  }
}

/* two column layout */
.twoColumn-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 10px;
  display: flex;
}
@media screen and (max-width: 1025px) {
  .twoColumn-inner {
    padding: 30px 10px 40px;
  }
}
@media screen and (max-width: 600px) {
  .twoColumn-inner {
    padding: 20px 10px 30px;
  }
}
.twoColumn-inner .sidebar-area {
  width: 20%;
  margin-right: 5%;
}
@media screen and (max-width: 1025px) {
  .twoColumn-inner .sidebar-area {
    width: 27%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 600px) {
  .twoColumn-inner .sidebar-area {
    display: none;
  }
}
.twoColumn-inner .content-area {
  width: 75%;
}
@media screen and (max-width: 1025px) {
  .twoColumn-inner .content-area {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .twoColumn-inner .content-area {
    width: 100%;
  }
}

/* article layout */
.article-inner {
  max-width: 1050px;
}

/* from layout */
.from-inner {
  max-width: 800px;
}

.top-bg {
  position: relative;
}
.top-bg::before {
  content: "";
  position: absolute;
  background-image: url(../img/img_top-bg_left.png);
  display: inline-block;
  background-size: cover;
  width: 300px;
  height: 310px;
  left: 0;
  top: 0;
  z-index: -10;
}
@media screen and (max-width: 1025px) {
  .top-bg::before {
    width: 240px;
    height: 248px;
  }
}
@media screen and (max-width: 600px) {
  .top-bg::before {
    width: 120px;
    height: 124px;
  }
}
.top-bg::after {
  content: "";
  position: absolute;
  background-image: url(../img/img_top-bg_right.png);
  display: inline-block;
  background-size: cover;
  width: 300px;
  height: 310px;
  right: 0;
  top: 0;
  z-index: -10;
}
@media screen and (max-width: 1025px) {
  .top-bg::after {
    width: 240px;
    height: 248px;
  }
}
@media screen and (max-width: 600px) {
  .top-bg::after {
    width: 120px;
    height: 124px;
  }
}

/* ==========================================================================
   front-page
   ========================================================================== */
.top-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 600px) {
  .top-title {
    font-size: 2rem;
  }
}

.common-head.search {
  margin-top: 15px;
}
.common-head.search .notes {
  text-align: center;
}
.common-head.search .search-form {
  margin-top: 10px;
  text-align: center;
}
.common-head.search .search-form .input {
  height: 50px;
  width: 600px;
  padding: 0 15px;
  font-size: 1.1rem;
  vertical-align: top;
  background-color: #fff;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-radius: 6px 0 0 6px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .common-head.search .search-form .input {
    width: calc(100% - 50px);
  }
}
.common-head.search .search-form .button {
  position: relative;
  height: 50px;
  width: 50px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: top;
  background-color: #dc3c3c;
  border-radius: 0 6px 6px 0;
  transition-duration: 0.3s;
  cursor: pointer;
}
.common-head.search .search-form .button:hover {
  background-color: #c83232;
}
.common-head.search .search-form .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_magnifying-glass.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url("../img/icon_magnifying-glass.svg");
}

.common-head .head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .common-head .head {
    margin-bottom: 15px;
  }
}
.common-head .head .heading {
  position: relative;
  padding-left: 30px;
  font-size: 1.4rem;
  font-weight: bold;
}
.common-head .head .heading::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #dc3c3c;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
.common-head .head .news-icon::before {
  mask-image: url("../img/icon_bell.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_bell.svg");
}
.common-head .head .function-icon::before {
  mask-image: url("../img/icon_beginner.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_beginner.svg");
}
.common-head .head .faq-icon::before {
  mask-image: url("../img/icon_question.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_question.svg");
}
.common-head .head .case-icon::before {
  mask-image: url("../img/icon_person.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_person.svg");
}
.common-head .head .event-icon::before {
  mask-image: url("../img/icon_seminar.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_seminar.svg");
}
.common-head .head .document-icon::before {
  mask-image: url("../img/icon_document.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_document.svg");
}
.common-head .head .campaign-icon::before {
  mask-image: url("../img/icon_megaphone.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_megaphone.svg");
}
.common-head .head .btn-list {
  margin-left: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
.common-head .head .btn-list::before {
  content: '|';
  padding-right: 8px;
  color: #bbb;
}
.common-head .head .btn-list a {
  color: #d20a0a;
}
.common-head .head .btn-list a:hover {
  text-decoration: underline;
}

.common-head.pickup-news {
  display: none;
  margin: 40px auto 0;
  max-width: 900px;
  font-size: 0.8rem;
  border: 1px solid #ebb400;
  border-radius: 4px;
  box-sizing: border-box;
}
.common-head.pickup-news .pickup-head {
  text-align: center;
}
.common-head.pickup-news .pickup-head p {
  padding: 3px 50px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  background-color: #ebb400;
}
.common-head.pickup-news .list {
  padding: 10px 30px;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .common-head.pickup-news .list {
    padding: 10px;
  }
}
.common-head.pickup-news .list ul {
  display: inline-block;
}
.common-head.pickup-news .list ul li {
  padding-top: 5px;
  border-top: 1px solid #ddd;
}
.common-head.pickup-news .list ul li:first-of-type {
  padding-top: 0;
  border-top: none;
}
.common-head.pickup-news .list ul li a {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 600px) {
  .common-head.pickup-news .list ul li a {
    display: block;
  }
}
.common-head.pickup-news .list ul li a:hover .article-title-area .pickup-title .title-text {
  text-decoration: underline;
}
.common-head.pickup-news .list ul li a .date-cat-area {
  display: flex;
  align-items: center;
}
.common-head.pickup-news .list ul li a .date-cat-area .date {
  color: #333;
}
.common-head.pickup-news .list ul li a .date-cat-area .category {
  width: 100px;
  margin-left: 8px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}
.common-head.pickup-news .list ul li a .article-title-area {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .common-head.pickup-news .list ul li a .article-title-area {
    margin: 8px 0 0 73px;
  }
}
.common-head.pickup-news .list ul li a .article-title-area .pickup-title {
  line-height: 1.6em;
  text-align: left;
}
.common-head.pickup-news .list ul li a .article-title-area .pickup-title .tags {
  margin-right: 5px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  .common-head.pickup-news .list ul li a .article-title-area .pickup-title .tags {
    margin-right: 3px;
    padding: 3px 10px;
  }
}
.common-head.pickup-news .list ul li a .article-title-area .pickup-title .title-text {
  color: #d20a0a;
}
.common-head.pickup-news .list ul li + li {
  margin-top: 5px;
}

.common-head.often-visited .list-area .heading {
  margin-bottom: 10px;
  border-bottom: 2px solid #dc3c3c;
  box-sizing: border-box;
}
.common-head.often-visited .list-area .heading p {
  position: relative;
  display: inline-block;
  padding: 4px 15px 2px 27px;
  color: #fff;
  background-color: #dc3c3c;
  border-radius: 4px 4px 0 0;
}
.common-head.often-visited .list-area .heading p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_star.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url("../img/icon_star.svg");
}
.common-head.often-visited .list-area .category-flexbox {
  display: flex;
  flex-wrap: wrap;
}
.common-head.often-visited .list-area .category-flexbox .category-box {
  width: 19%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - 2%) / 3);
  width: calc((100% - 2%) / 3);
  margin-right: 1%;
  margin-top: 1%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .common-head.often-visited .list-area .category-flexbox .category-box {
    width: 49%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc((100% - 1%) / 2);
    width: calc((100% - 1%) / 2);
    margin-right: 1%;
  }
}
@media screen and (max-width: 600px) {
  .common-head.often-visited .list-area .category-flexbox .category-box {
    width: 100%;
    /* 未対応ブラウザ用フォールバック */
    width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 2%;
  }
}
.common-head.often-visited .list-area .category-flexbox .category-box:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .common-head.often-visited .list-area .category-flexbox .category-box:nth-of-type(3n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1025px) {
  .common-head.often-visited .list-area .category-flexbox .category-box:nth-of-type(2n) {
    margin-right: 0;
  }
}
.common-head.often-visited .list-area .category-flexbox .category-box:nth-of-type(1), .common-head.often-visited .list-area .category-flexbox .category-box:nth-of-type(2), .common-head.often-visited .list-area .category-flexbox .category-box:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 1025px) {
  .common-head.often-visited .list-area .category-flexbox .category-box:nth-of-type(3) {
    margin-top: 1%;
  }
}
@media screen and (max-width: 600px) {
  .common-head.often-visited .list-area .category-flexbox .category-box:nth-of-type(2), .common-head.often-visited .list-area .category-flexbox .category-box:nth-of-type(3) {
    margin-top: 2%;
  }
}
.common-head.often-visited .list-area .category-flexbox .category-box .category {
  padding: 10px;
  font-weight: bold;
  background-color: #ddd;
  border-bottom: 1px solid #ddd;
}
.common-head.often-visited .list-area .category-flexbox .category-box .list {
  padding: 5px 0;
}
.common-head.often-visited .list-area .category-flexbox .category-box .list ul li a {
  display: block;
  padding: 5px 10px;
  color: #d20a0a;
}
.common-head.often-visited .list-area .category-flexbox .category-box .list ul li a:hover {
  text-decoration: underline;
}
.common-head.often-visited .list-area .category-flexbox .category-box .list ul li a p {
  position: relative;
  padding-left: 20px;
}
.common-head.often-visited .list-area .category-flexbox .category-box .list ul li a p::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #bbb;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_arrow.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url("../img/icon_arrow.svg");
}
.common-head.often-visited .list-area .category-flexbox .category-box .list ul .no-pickup {
  padding: 5px 10px;
}

.common-head .document-list ul {
  display: flex;
  flex-wrap: wrap;
}
.common-head .document-list ul li {
  width: 19%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - 4%) / 5);
  width: calc((100% - 4%) / 5);
  margin-right: 1%;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1025px) {
  .common-head .document-list ul li {
    width: 32%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc((100% - 2%) / 3);
    width: calc((100% - 2%) / 3);
  }
}
@media screen and (max-width: 600px) {
  .common-head .document-list ul li {
    width: 100%;
    /* 未対応ブラウザ用フォールバック */
    width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 4%;
  }
}
.common-head .document-list ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .common-head .document-list ul li:nth-of-type(5n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1025px) {
  .common-head .document-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1025px) and (max-width: 600px) {
  .common-head .document-list ul li {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .common-head .document-list ul li:nth-of-type(1) {
    margin-top: 0;
  }
}
.common-head .document-list ul lili {
  margin-bottom: 1%;
}
.common-head .document-list ul li .wrap {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
}
.common-head .document-list ul li .wrap .img {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  background-color: #ddd;
}
.common-head .document-list ul li .wrap .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
.common-head .document-list ul li .wrap .text-area {
  padding: 10px 10px 15px;
}
.common-head .document-list ul li .wrap .text-area .category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #bbb;
  border-radius: 2px;
}
.common-head .document-list ul li .wrap .text-area .document-title {
  font-weight: bold;
}
.common-head .document-list ul li .wrap .text-area .introduction {
  margin-top: 10px;
  font-size: 0.8rem;
}
.common-head .document-list ul li .wrap .detail-btn {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 70px;
  left: 0;
  box-sizing: border-box;
}
.common-head .document-list ul li .wrap .detail-btn a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #dc3c3c;
  border: 1px solid #dc3c3c;
  box-sizing: border-box;
  border-radius: 50px;
}
.common-head .document-list ul li .wrap .detail-btn a:hover {
  background-color: #efefef;
}
.common-head .document-list ul li .wrap .browse-btn {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 15px;
  left: 0;
  box-sizing: border-box;
}
.common-head .document-list ul li .wrap .browse-btn a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  background-color: #dc3c3c;
  border-radius: 50px;
}
.common-head .document-list ul li .wrap .browse-btn a:hover {
  background-color: #c83232;
}

.common-head.case .thumbnail-list ul {
  display: flex;
  flex-wrap: wrap;
}
.common-head.case .thumbnail-list ul li {
  width: 19%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - 4%) / 5);
  width: calc((100% - 4%) / 5);
  margin-right: 1%;
  margin-top: 1%;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1025px) {
  .common-head.case .thumbnail-list ul li {
    width: 32%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc((100% - 2%) / 3);
    width: calc((100% - 2%) / 3);
  }
}
@media screen and (max-width: 600px) {
  .common-head.case .thumbnail-list ul li {
    width: 100%;
    /* 未対応ブラウザ用フォールバック */
    width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 4%;
  }
}
.common-head.case .thumbnail-list ul li:nth-of-type(1) {
  margin-top: 0;
}
.common-head.case .thumbnail-list ul li:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .common-head.case .thumbnail-list ul li:nth-of-type(2) {
    margin-top: 4%;
  }
}
.common-head.case .thumbnail-list ul li:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .common-head.case .thumbnail-list ul li:nth-of-type(3) {
    margin-top: 4%;
  }
}
.common-head.case .thumbnail-list ul li:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 1025px) {
  .common-head.case .thumbnail-list ul li:nth-of-type(4) {
    margin-top: 1%;
  }
}
@media screen and (max-width: 600px) {
  .common-head.case .thumbnail-list ul li:nth-of-type(4) {
    margin-top: 4%;
  }
}
.common-head.case .thumbnail-list ul li:nth-of-type(5) {
  margin-top: 0;
}
@media screen and (max-width: 1025px) {
  .common-head.case .thumbnail-list ul li:nth-of-type(5) {
    margin-top: 1%;
  }
}
@media screen and (max-width: 600px) {
  .common-head.case .thumbnail-list ul li:nth-of-type(5) {
    margin-top: 4%;
  }
}
.common-head.case .thumbnail-list ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .common-head.case .thumbnail-list ul li:nth-of-type(5n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1025px) {
  .common-head.case .thumbnail-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1025px) and (max-width: 600px) {
  .common-head.case .thumbnail-list ul li {
    margin-right: 0;
  }
}

.common-head.case .thumbnail-list ul li a {
  position: relative;
  width: 100%;
  color: #333;
}
.common-head.case .thumbnail-list ul li a:hover {
  opacity: 0.6;
}
.common-head.case .thumbnail-list ul li a .img {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  background-color: #ddd;
}
.common-head.case .thumbnail-list ul li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
.common-head.case .thumbnail-list ul li a .text-area {
  padding: 10px;
}
.common-head.case .thumbnail-list ul li a .text-area .category-wrap {
  display: flex;
  flex-wrap: wrap;
}
.common-head.case .thumbnail-list ul li a .text-area .category-wrap .category {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #bbb;
  border-radius: 2px;
}
.common-head.case .thumbnail-list ul li a .text-area .category-wrap .category:last-of-type {
  margin-right: 0;
}
.common-head.case .thumbnail-list ul li a .text-area .case-title {
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: bold;
}

.common-head.twoColumn-area .eventColumn .thumbnail-list, .common-head.twoColumn-area .campaignColumn .thumbnail-list {
  flex: 1;
  height: 100%;
  min-height: 0%;
}
.common-head.twoColumn-area .eventColumn .thumbnail-list ul, .common-head.twoColumn-area .campaignColumn .thumbnail-list ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  height: 100%;
  min-height: 0%;
}
.common-head.twoColumn-area .eventColumn .thumbnail-list ul li, .common-head.twoColumn-area .campaignColumn .thumbnail-list ul li {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1025px) {
  .common-head.twoColumn-area .eventColumn .thumbnail-list ul li:nth-of-type(3n), .common-head.twoColumn-area .campaignColumn .thumbnail-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1025px) and (max-width: 600px) {
  .common-head.twoColumn-area .eventColumn .thumbnail-list ul li, .common-head.twoColumn-area .campaignColumn .thumbnail-list ul li {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .common-head.twoColumn-area .eventColumn .thumbnail-list ul li:nth-of-type(1), .common-head.twoColumn-area .campaignColumn .thumbnail-list ul li:nth-of-type(1) {
    margin-top: 0;
  }
}
.common-head.twoColumn-area .eventColumn .thumbnail-list ul lili, .common-head.twoColumn-area .campaignColumn .thumbnail-list ul lili {
  margin-bottom: 1%;
}
.common-head.twoColumn-area .eventColumn .thumbnail-list ul li a, .common-head.twoColumn-area .campaignColumn .thumbnail-list ul li a {
  position: relative;
  width: 100%;
  color: #333;
}
.common-head.twoColumn-area .eventColumn .thumbnail-list ul li a .img, .common-head.twoColumn-area .campaignColumn .thumbnail-list ul li a .img {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  background-color: #ddd;
}
.common-head.twoColumn-area .eventColumn .thumbnail-list ul li a .img img, .common-head.twoColumn-area .campaignColumn .thumbnail-list ul li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
.common-head.twoColumn-area .eventColumn .thumbnail-list ul li a:hover, .common-head.twoColumn-area .campaignColumn .thumbnail-list ul li a:hover {
  opacity: 0.6;
}

.common-head.twoColumn-area {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1025px) {
  .common-head.twoColumn-area {
    display: block;
  }
}
.common-head.twoColumn-area .eventColumn {
  width: 60%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(((((100% - 4%) / 5) * 3) + 3%) - (0.5px + 0.5%));
  width: calc(((((100% - 4%) / 5) * 3) + 3%) - (0.5px + 0.5%));
  display: flex;
  flex-direction: column;
  margin-right: 1%;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 1025px) {
  .common-head.twoColumn-area .eventColumn {
    width: 100%;
    margin-right: 0;
    border-right: none;
  }
}
.common-head.twoColumn-area .eventColumn .thumbnail-list ul li {
  width: 32%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - ((1% + ((1% / 3) * 2)) * 3)) / 3);
  width: calc((100% - ((1% + ((1% / 3) * 2)) * 3)) / 3);
  margin-right: calc(1% + ((1% / 3) * 2));
}
@media screen and (max-width: 1025px) {
  .common-head.twoColumn-area .eventColumn .thumbnail-list ul li {
    width: 32%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc((100% - 2%) / 3);
    width: calc((100% - 2%) / 3);
    margin-right: 1%;
  }
}
@media screen and (max-width: 600px) {
  .common-head.twoColumn-area .eventColumn .thumbnail-list ul li {
    width: 100%;
    /* 未対応ブラウザ用フォールバック */
    width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 4%;
  }
}
.common-head.twoColumn-area .campaignColumn {
  width: 38%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(((((100% - 4%) / 5) * 2) + 1%) - (0.5px + 0.5%));
  width: calc(((((100% - 4%) / 5) * 2) + 1%) - (0.5px + 0.5%));
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) {
  .common-head.twoColumn-area .campaignColumn {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .common-head.twoColumn-area .campaignColumn {
    margin-top: 30px;
  }
}
.common-head.twoColumn-area .campaignColumn .thumbnail-list ul li {
  width: 49%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - (1% * 2.5)) / 2);
  width: calc((100% - (1% * 2.5)) / 2);
  margin-right: calc(1% * 2.5);
}
.common-head.twoColumn-area .campaignColumn .thumbnail-list ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .common-head.twoColumn-area .campaignColumn .thumbnail-list ul li:nth-of-type(2n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1025px) {
  .common-head.twoColumn-area .campaignColumn .thumbnail-list ul li {
    width: 32%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc((100% - 2%) / 3);
    width: calc((100% - 2%) / 3);
    margin-right: 1%;
  }
}
@media screen and (max-width: 600px) {
  .common-head.twoColumn-area .campaignColumn .thumbnail-list ul li {
    width: 100%;
    /* 未対応ブラウザ用フォールバック */
    width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 4%;
  }
}

.common-head.twoColumn-area .event .thumbnail-list ul li a .text-area {
  padding: 10px;
}
.common-head.twoColumn-area .event .thumbnail-list ul li a .text-area .category-wrap {
  display: flex;
  flex-wrap: wrap;
}
.common-head.twoColumn-area .event .thumbnail-list ul li a .text-area .category-wrap .category {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #bbb;
  border-radius: 2px;
}
.common-head.twoColumn-area .event .thumbnail-list ul li a .text-area .category-wrap .category:last-of-type {
  margin-right: 0;
}
.common-head.twoColumn-area .event .thumbnail-list ul li a .date-area {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.common-head.twoColumn-area .event .thumbnail-list ul li a .date-area .date span {
  margin: 0 5px;
  font-size: 2.5rem;
}
.common-head.twoColumn-area .event .thumbnail-list ul li a .time-area {
  display: flex;
}
.common-head.twoColumn-area .event .thumbnail-list ul li a .time-area .time {
  margin-left: 5px;
}
.common-head.twoColumn-area .event .thumbnail-list ul li a .time-area .time span {
  margin: 0 3px;
}
.common-head.twoColumn-area .event .thumbnail-list ul li a .event-title {
  margin-top: 10px;
  font-weight: bold;
}

.common-head.twoColumn-area .campaign .thumbnail-list ul li a {
  padding-bottom: 30px;
}
.common-head.twoColumn-area .campaign .thumbnail-list ul li a .text-area {
  padding: 10px;
}
.common-head.twoColumn-area .campaign .thumbnail-list ul li a .text-area .category-wrap {
  display: flex;
  flex-wrap: wrap;
}
.common-head.twoColumn-area .campaign .thumbnail-list ul li a .text-area .category-wrap .category {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #bbb;
  border-radius: 2px;
}
.common-head.twoColumn-area .campaign .thumbnail-list ul li a .text-area .category-wrap .category:last-of-type {
  margin-right: 0;
}
.common-head.twoColumn-area .campaign .thumbnail-list ul li a .text-area .campaign-title {
  font-weight: bold;
}
.common-head.twoColumn-area .campaign .thumbnail-list ul li a .date-area {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 10px;
  left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.common-head.twoColumn-area .campaign .thumbnail-list ul li a .date-area .date {
  margin-left: 10px;
}
.common-head.twoColumn-area .campaign .thumbnail-list ul li a .date-area .date span {
  margin: 0 2px;
}

.common-head.news {
  display: none;
}
.common-head.news .list li a {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 600px) {
  .common-head.news .list li a {
    display: block;
  }
}
.common-head.news .list li a:hover .article-title-area .title .title-text {
  text-decoration: underline;
}
.common-head.news .list li a .date-cat-area {
  display: flex;
  align-items: center;
}
.common-head.news .list li a .date-cat-area .date {
  color: #333;
}
.common-head.news .list li a .date-cat-area .category {
  width: 150px;
  margin-left: 10px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}
.common-head.news .list li a .article-title-area {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
@media screen and (max-width: 600px) {
  .common-head.news .list li a .article-title-area {
    margin: 8px 0 0 90px;
  }
}
.common-head.news .list li a .article-title-area .title {
  line-height: 1.6em;
}
.common-head.news .list li a .article-title-area .title .tags {
  margin-right: 10px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  .common-head.news .list li a .article-title-area .title .tags {
    margin-right: 3px;
    padding: 3px 10px;
  }
}
.common-head.news .list li a .article-title-area .title .title-text {
  color: #d20a0a;
}
.common-head.news .list li + li {
  margin-top: 5px;
}

/* ==========================================================================
   archive
   ========================================================================== */
.archive .title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .archive .title {
    margin-bottom: 15px;
  }
}
.archive .title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #dc3c3c;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
.archive .news-icon::before {
  mask-image: url("../img/icon_bell.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_bell.svg");
}
.archive .function-icon::before {
  mask-image: url("../img/icon_beginner.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_beginner.svg");
}
.archive .faq-icon::before {
  mask-image: url("../img/icon_question.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_question.svg");
}
.archive .search-icon::before {
  mask-image: url("../img/icon_magnifying-glass.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_magnifying-glass.svg");
}
.archive .case-icon::before {
  mask-image: url("../img/icon_person.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_person.svg");
}
.archive .event-icon::before {
  mask-image: url("../img/icon_seminar.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_seminar.svg");
}
.archive .document-icon::before {
  mask-image: url("../img/icon_document.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_document.svg");
}
.archive .campaign-icon::before {
  mask-image: url("../img/icon_megaphone.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_megaphone.svg");
}

.archive.use-cat .use-cat-title {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.archive.use-cat .category-flexbox {
  display: flex;
  flex-wrap: wrap;
}
.archive.use-cat .category-flexbox .category-box {
  width: 49%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - 1%) / 2);
  width: calc((100% - 1%) / 2);
  margin-right: 1%;
  margin-top: 1%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .archive.use-cat .category-flexbox .category-box {
    width: 100%;
    /* 未対応ブラウザ用フォールバック */
    width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .archive.use-cat .category-flexbox .category-box {
    margin-top: 2%;
  }
}
.archive.use-cat .category-flexbox .category-box:nth-of-type(2n) {
  margin-right: 0;
}
.archive.use-cat .category-flexbox .category-box:nth-of-type(1), .archive.use-cat .category-flexbox .category-box:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 1025px) {
  .archive.use-cat .category-flexbox .category-box:nth-of-type(2) {
    margin-top: 1%;
  }
}
@media screen and (max-width: 600px) {
  .archive.use-cat .category-flexbox .category-box:nth-of-type(2) {
    margin-top: 2%;
  }
}
.archive.use-cat .category-flexbox .category-box .category {
  padding: 10px;
  font-weight: bold;
  background-color: #ddd;
  border-bottom: 1px solid #ddd;
}
.archive.use-cat .category-flexbox .category-box .list {
  padding: 5px 0;
}
.archive.use-cat .category-flexbox .category-box .list ul li a {
  display: block;
  padding: 5px 10px;
  color: #d20a0a;
}
.archive.use-cat .category-flexbox .category-box .list ul li a:hover {
  text-decoration: underline;
}
.archive.use-cat .category-flexbox .category-box .list ul li a p {
  position: relative;
  padding-left: 20px;
}
.archive.use-cat .category-flexbox .category-box .list ul li a p::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #bbb;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_arrow.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url("../img/icon_arrow.svg");
}

.archive.event .thumbnail-list ul,
.archive.campaign .thumbnail-list ul {
  display: flex;
  flex-wrap: wrap;
}
.archive.event .thumbnail-list ul li,
.archive.campaign .thumbnail-list ul li {
  width: 19%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - 4%) / 5);
  width: calc((100% - 4%) / 5);
  margin-right: 1%;
  margin-top: 1%;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1025px) {
  .archive.event .thumbnail-list ul li,
  .archive.campaign .thumbnail-list ul li {
    width: 32%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc((100% - 2%) / 3);
    width: calc((100% - 2%) / 3);
  }
}
@media screen and (max-width: 600px) {
  .archive.event .thumbnail-list ul li,
  .archive.campaign .thumbnail-list ul li {
    width: 100%;
    /* 未対応ブラウザ用フォールバック */
    width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 4%;
  }
}
.archive.event .thumbnail-list ul li:nth-of-type(1),
.archive.campaign .thumbnail-list ul li:nth-of-type(1) {
  margin-top: 0;
}
.archive.event .thumbnail-list ul li:nth-of-type(2),
.archive.campaign .thumbnail-list ul li:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .archive.event .thumbnail-list ul li:nth-of-type(2),
  .archive.campaign .thumbnail-list ul li:nth-of-type(2) {
    margin-top: 4%;
  }
}
.archive.event .thumbnail-list ul li:nth-of-type(3),
.archive.campaign .thumbnail-list ul li:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .archive.event .thumbnail-list ul li:nth-of-type(3),
  .archive.campaign .thumbnail-list ul li:nth-of-type(3) {
    margin-top: 4%;
  }
}
.archive.event .thumbnail-list ul li:nth-of-type(4),
.archive.campaign .thumbnail-list ul li:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 1025px) {
  .archive.event .thumbnail-list ul li:nth-of-type(4),
  .archive.campaign .thumbnail-list ul li:nth-of-type(4) {
    margin-top: 1%;
  }
}
@media screen and (max-width: 600px) {
  .archive.event .thumbnail-list ul li:nth-of-type(4),
  .archive.campaign .thumbnail-list ul li:nth-of-type(4) {
    margin-top: 4%;
  }
}
.archive.event .thumbnail-list ul li:nth-of-type(5),
.archive.campaign .thumbnail-list ul li:nth-of-type(5) {
  margin-top: 0;
}
@media screen and (max-width: 1025px) {
  .archive.event .thumbnail-list ul li:nth-of-type(5),
  .archive.campaign .thumbnail-list ul li:nth-of-type(5) {
    margin-top: 1%;
  }
}
@media screen and (max-width: 600px) {
  .archive.event .thumbnail-list ul li:nth-of-type(5),
  .archive.campaign .thumbnail-list ul li:nth-of-type(5) {
    margin-top: 4%;
  }
}
.archive.event .thumbnail-list ul li:nth-of-type(5n),
.archive.campaign .thumbnail-list ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .archive.event .thumbnail-list ul li:nth-of-type(5n),
  .archive.campaign .thumbnail-list ul li:nth-of-type(5n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1025px) {
  .archive.event .thumbnail-list ul li:nth-of-type(3n),
  .archive.campaign .thumbnail-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1025px) and (max-width: 600px) {
  .archive.event .thumbnail-list ul li,
  .archive.campaign .thumbnail-list ul li {
    margin-right: 0;
  }
}

.archive.event .thumbnail-list ul li a,
.archive.campaign .thumbnail-list ul li a {
  position: relative;
  width: 100%;
  color: #333;
}
.archive.event .thumbnail-list ul li a .img,
.archive.campaign .thumbnail-list ul li a .img {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  background-color: #ddd;
}
.archive.event .thumbnail-list ul li a .img img,
.archive.campaign .thumbnail-list ul li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
.archive.event .thumbnail-list ul li a:hover,
.archive.campaign .thumbnail-list ul li a:hover {
  opacity: 0.6;
}

/* ==========================================================================
   archive-news
   ========================================================================== */
.archive.news .pickup-news {
  margin-bottom: 40px;
  font-size: 0.8rem;
  border: 1px solid #ebb400;
  border-radius: 4px;
  box-sizing: border-box;
}
.archive.news .pickup-news .pickup-head p {
  padding: 3px 20px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  background-color: #ebb400;
}
.archive.news .pickup-news .list {
  padding: 10px 20px;
}
@media screen and (max-width: 1025px) {
  .archive.news .pickup-news .list {
    padding: 10px;
  }
}
.archive.news .pickup-news .list ul li {
  padding-top: 5px;
  border-top: 1px solid #ddd;
}
.archive.news .pickup-news .list ul li:first-of-type {
  padding-top: 0;
  border-top: none;
}
.archive.news .pickup-news .list ul li a {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 600px) {
  .archive.news .pickup-news .list ul li a {
    display: block;
  }
}
.archive.news .pickup-news .list ul li a:hover .article-title-area .pickup-title .title-text {
  text-decoration: underline;
}
.archive.news .pickup-news .list ul li a .date-cat-area {
  display: flex;
  align-items: center;
}
.archive.news .pickup-news .list ul li a .date-cat-area .date {
  color: #333;
}
.archive.news .pickup-news .list ul li a .date-cat-area .category {
  width: 100px;
  margin-left: 8px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}
.archive.news .pickup-news .list ul li a .article-title-area {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .archive.news .pickup-news .list ul li a .article-title-area {
    margin: 8px 0 0 73px;
  }
}
.archive.news .pickup-news .list ul li a .article-title-area .pickup-title {
  line-height: 1.6em;
  text-align: left;
}
.archive.news .pickup-news .list ul li a .article-title-area .pickup-title .tags {
  margin-right: 5px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  .archive.news .pickup-news .list ul li a .article-title-area .pickup-title .tags {
    margin-right: 3px;
    padding: 3px 10px;
  }
}
.archive.news .pickup-news .list ul li a .article-title-area .pickup-title .title-text {
  color: #d20a0a;
}
.archive.news .pickup-news .list ul li + li {
  margin-top: 5px;
}
.archive.news .category-box .head {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}
.archive.news .category-box .head .category {
  width: 150px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 2px 2px 0 0;
}
.archive.news .category-box .list li a {
  display: flex;
  align-items: baseline;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .archive.news .category-box .list li a {
    display: block;
    padding: 0;
  }
}
.archive.news .category-box .list li a:hover .article-title-area .article-title .title-text {
  text-decoration: underline;
}
.archive.news .category-box .list li a .date {
  color: #333;
}
.archive.news .category-box .list li a .article-title-area {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
@media screen and (max-width: 600px) {
  .archive.news .category-box .list li a .article-title-area {
    margin: 0 0 0 20px;
  }
}
.archive.news .category-box .list li a .article-title-area .article-title {
  line-height: 1.6em;
}
.archive.news .category-box .list li a .article-title-area .article-title .tags {
  margin-right: 10px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  .archive.news .category-box .list li a .article-title-area .article-title .tags {
    margin-right: 3px;
    padding: 3px 10px;
  }
}
.archive.news .category-box .list li a .article-title-area .article-title .title-text {
  color: #d20a0a;
}
.archive.news .category-box .list li + li {
  margin-top: 5px;
}
.archive.news .category-box + .category-box {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .archive.news .category-box + .category-box {
    margin-top: 20px;
  }
}

/* ==========================================================================
   archive-case
   ========================================================================== */
.archive.case .case-list .category-box .head {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}
.archive.case .case-list .category-box .head .category {
  width: 150px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 2px 2px 0 0;
}
.archive.case .case-list .category-box .list ul {
  display: flex;
  flex-wrap: wrap;
}
.archive.case .case-list .category-box .list ul li {
  width: 19%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - 4%) / 5);
  width: calc((100% - 4%) / 5);
  margin-right: 1%;
  margin-top: 1%;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1025px) {
  .archive.case .case-list .category-box .list ul li {
    width: 32%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc((100% - 2%) / 3);
    width: calc((100% - 2%) / 3);
  }
}
@media screen and (max-width: 600px) {
  .archive.case .case-list .category-box .list ul li {
    width: 100%;
    /* 未対応ブラウザ用フォールバック */
    width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 4%;
  }
}
.archive.case .case-list .category-box .list ul li:nth-of-type(1) {
  margin-top: 0;
}
.archive.case .case-list .category-box .list ul li:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .archive.case .case-list .category-box .list ul li:nth-of-type(2) {
    margin-top: 4%;
  }
}
.archive.case .case-list .category-box .list ul li:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .archive.case .case-list .category-box .list ul li:nth-of-type(3) {
    margin-top: 4%;
  }
}
.archive.case .case-list .category-box .list ul li:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 1025px) {
  .archive.case .case-list .category-box .list ul li:nth-of-type(4) {
    margin-top: 1%;
  }
}
@media screen and (max-width: 600px) {
  .archive.case .case-list .category-box .list ul li:nth-of-type(4) {
    margin-top: 4%;
  }
}
.archive.case .case-list .category-box .list ul li:nth-of-type(5) {
  margin-top: 0;
}
@media screen and (max-width: 1025px) {
  .archive.case .case-list .category-box .list ul li:nth-of-type(5) {
    margin-top: 1%;
  }
}
@media screen and (max-width: 600px) {
  .archive.case .case-list .category-box .list ul li:nth-of-type(5) {
    margin-top: 4%;
  }
}
.archive.case .case-list .category-box .list ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .archive.case .case-list .category-box .list ul li:nth-of-type(5n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1025px) {
  .archive.case .case-list .category-box .list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1025px) and (max-width: 600px) {
  .archive.case .case-list .category-box .list ul li {
    margin-right: 0;
  }
}

.archive.case .case-list .category-box .list ul li a {
  position: relative;
  width: 100%;
  color: #333;
}
.archive.case .case-list .category-box .list ul li a .img {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  background-color: #ddd;
}
.archive.case .case-list .category-box .list ul li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
.archive.case .case-list .category-box .list ul li a:hover {
  opacity: 0.6;
}
.archive.case .case-list .category-box .text-area {
  padding: 10px;
}
.archive.case .case-list .category-box .text-area .category-wrap {
  display: flex;
  flex-wrap: wrap;
}
.archive.case .case-list .category-box .text-area .category-wrap .category {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #bbb;
  border-radius: 2px;
}
.archive.case .case-list .category-box .text-area .category-wrap .category:last-of-type {
  margin-right: 0;
}
.archive.case .case-list .category-box .text-area .case-title {
  font-size: 1.1rem;
  font-weight: bold;
}
.archive.case .case-list .category-box + .category-box {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .archive.case .case-list .category-box + .category-box {
    margin-top: 20px;
  }
}

/* ==========================================================================
   archive-event
   ========================================================================== */
.archive.event .thumbnail-list ul li a .text-area {
  padding: 10px;
}
.archive.event .thumbnail-list ul li a .text-area .category-wrap {
  display: flex;
  flex-wrap: wrap;
}
.archive.event .thumbnail-list ul li a .text-area .category-wrap .category {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #bbb;
  border-radius: 2px;
}
.archive.event .thumbnail-list ul li a .text-area .category-wrap .category:last-of-type {
  margin-right: 0;
}
.archive.event .thumbnail-list ul li a .date-area {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.archive.event .thumbnail-list ul li a .date-area .date span {
  margin: 0 5px;
  font-size: 2.5rem;
}
.archive.event .thumbnail-list ul li a .time-area {
  display: flex;
}
.archive.event .thumbnail-list ul li a .time-area .time {
  margin-left: 5px;
}
.archive.event .thumbnail-list ul li a .time-area .time span {
  margin: 0 3px;
}
.archive.event .thumbnail-list ul li a .event-title {
  margin-top: 10px;
  font-weight: bold;
}

/* ==========================================================================
   archive-document
   ========================================================================== */
.archive.document .document-list .category-box .head {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}
.archive.document .document-list .category-box .head .category {
  width: 150px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 2px 2px 0 0;
}
.archive.document .document-list .category-box .list ul {
  display: flex;
  flex-wrap: wrap;
}
.archive.document .document-list .category-box .list ul li {
  width: 19%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - 4%) / 5);
  width: calc((100% - 4%) / 5);
  margin-right: 1%;
  margin-top: 1%;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1025px) {
  .archive.document .document-list .category-box .list ul li {
    width: 32%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc((100% - 2%) / 3);
    width: calc((100% - 2%) / 3);
  }
}
@media screen and (max-width: 600px) {
  .archive.document .document-list .category-box .list ul li {
    width: 100%;
    /* 未対応ブラウザ用フォールバック */
    width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 4%;
  }
}
.archive.document .document-list .category-box .list ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .archive.document .document-list .category-box .list ul li:nth-of-type(5n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1025px) {
  .archive.document .document-list .category-box .list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.archive.document .document-list .category-box .list ul li:nth-of-type(1), .archive.document .document-list .category-box .list ul li:nth-of-type(2), .archive.document .document-list .category-box .list ul li:nth-of-type(3), .archive.document .document-list .category-box .list ul li:nth-of-type(4), .archive.document .document-list .category-box .list ul li:nth-of-type(5) {
  margin-top: 0;
}
@media screen and (max-width: 1025px) {
  .archive.document .document-list .category-box .list ul li:nth-of-type(4), .archive.document .document-list .category-box .list ul li:nth-of-type(5) {
    margin-top: 1%;
  }
}
@media screen and (max-width: 600px) {
  .archive.document .document-list .category-box .list ul li:nth-of-type(2), .archive.document .document-list .category-box .list ul li:nth-of-type(3), .archive.document .document-list .category-box .list ul li:nth-of-type(4), .archive.document .document-list .category-box .list ul li:nth-of-type(5) {
    margin-top: 4%;
  }
}
.archive.document .document-list .category-box .list ul li .wrap {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
}
.archive.document .document-list .category-box .list ul li .wrap .img {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  background-color: #ddd;
}
.archive.document .document-list .category-box .list ul li .wrap .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
.archive.document .document-list .category-box .list ul li .wrap .text-area {
  padding: 0 10px 15px;
}
.archive.document .document-list .category-box .list ul li .wrap .text-area .document-title {
  margin-top: 10px;
  font-weight: bold;
}
.archive.document .document-list .category-box .list ul li .wrap .text-area .introduction {
  margin-top: 10px;
  font-size: 0.8rem;
}
.archive.document .document-list .category-box .list ul li .wrap .detail-btn {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 70px;
  left: 0;
  box-sizing: border-box;
}
.archive.document .document-list .category-box .list ul li .wrap .detail-btn a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #dc3c3c;
  border: 1px solid #dc3c3c;
  box-sizing: border-box;
  border-radius: 50px;
}
.archive.document .document-list .category-box .list ul li .wrap .detail-btn a:hover {
  background-color: #efefef;
}
.archive.document .document-list .category-box .list ul li .wrap .browse-btn {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 15px;
  left: 0;
  box-sizing: border-box;
}
.archive.document .document-list .category-box .list ul li .wrap .browse-btn a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  background-color: #dc3c3c;
  border-radius: 50px;
}
.archive.document .document-list .category-box .list ul li .wrap .browse-btn a:hover {
  background-color: #c83232;
}
.archive.document .document-list .category-box + .category-box {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .archive.document .document-list .category-box + .category-box {
    margin-top: 20px;
  }
}

/* ==========================================================================
   archive-campaign
   ========================================================================== */
.archive.campaign .thumbnail-list ul li a {
  padding-bottom: 30px;
}
.archive.campaign .thumbnail-list ul li a .text-area {
  padding: 10px;
}
.archive.campaign .thumbnail-list ul li a .text-area .category-wrap {
  display: flex;
  flex-wrap: wrap;
}
.archive.campaign .thumbnail-list ul li a .text-area .category-wrap .category {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #bbb;
  border-radius: 2px;
}
.archive.campaign .thumbnail-list ul li a .text-area .category-wrap .category:last-of-type {
  margin-right: 0;
}
.archive.campaign .thumbnail-list ul li a .text-area .campaign-title {
  font-weight: bold;
}
.archive.campaign .thumbnail-list ul li a .date-area {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 10px;
  left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.archive.campaign .thumbnail-list ul li a .date-area .date {
  margin-left: 10px;
}
.archive.campaign .thumbnail-list ul li a .date-area .date span {
  margin: 0 2px;
}

/* ==========================================================================
   single
   ========================================================================== */
.single .title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 1.4rem;
  font-weight: bold;
}
.single .title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #dc3c3c;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
.single .news-icon::before {
  mask-image: url("../img/icon_bell.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_bell.svg");
}
.single .function-icon::before {
  mask-image: url("../img/icon_beginner.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_beginner.svg");
}
.single .faq-icon::before {
  mask-image: url("../img/icon_question.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_question.svg");
}
.single .case-icon::before {
  mask-image: url("../img/icon_person.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_person.svg");
}
.single .event-icon::before {
  mask-image: url("../img/icon_seminar.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_seminar.svg");
}
.single .document-icon::before {
  mask-image: url("../img/icon_document.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_document.svg");
}
.single .campaign-icon::before {
  mask-image: url("../img/icon_megaphone.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_megaphone.svg");
}

.single.use-cat .category {
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
  box-sizing: border-box;
}
.single.use-cat .category p {
  display: inline-block;
  padding: 4px 15px 2px;
  font-weight: bold;
  background-color: #ddd;
  border-radius: 4px 4px 0 0;
}
.single.use-cat .content {
  line-height: 1.5em;
}
.single.use-cat .content > div {
  margin-bottom: 20px;
}
.single.use-cat .content > div:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1025px) {
  .single.use-cat .content .movie {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  .single.use-cat .content .movie iframe, .single.use-cat .content .movie object, .single.use-cat .content .movie embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
}
.single.use-cat .content .main-area > div {
  margin-bottom: 20px;
}
.single.use-cat .content .main-area > div:last-of-type {
  margin-bottom: 0;
}
.single.use-cat .content .main-area .large-heading {
  position: relative;
  font-size: 1.4rem;
  background-color: #dc3c3c;
  color: #fff;
  padding: 7px 7px 7px 30px;
}
.single.use-cat .content .main-area .large-heading:before {
  position: absolute;
  display: block;
  content: '';
  height: 102%;
  width: 3px;
  left: 14px;
  top: 0;
  background-color: #fff;
  transform: rotate(3deg);
}
@media screen and (max-width: 600px) {
  .single.use-cat .content .main-area .large-heading:before {
    transform: rotate(2deg);
  }
}
.single.use-cat .content .main-area .large-heading:after {
  position: absolute;
  display: block;
  content: '';
  height: 108%;
  width: 3px;
  left: 14px;
  top: -2px;
  background-color: #fff;
  transform: rotate(-17deg);
}
@media screen and (max-width: 600px) {
  .single.use-cat .content .main-area .large-heading:after {
    transform: rotate(-10deg);
  }
}
.single.use-cat .content .main-area .medium-heading {
  position: relative;
  padding: 0 10px 3px;
  font-size: 1.2rem;
  border-left: 6px solid #dc3c3c;
  border-bottom: 2px solid #dc3c3c;
  border-image: linear-gradient(to right, #dc3c3c 25%, #fff 85%);
  border-image-slice: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .single.use-cat .content .main-area .medium-heading {
    padding: 0 5px 3px 10px;
  }
}
.single.use-cat .content .main-area .small-heading {
  font-size: 1.1rem;
  font-weight: bold;
}
.single.use-cat .content .main-area .main-text {
  padding: 0 10px;
  line-height: 1.5;
}
.single.use-cat .content .main-area .main-link {
  padding: 0 10px;
  line-height: 1.5;
}
.single.use-cat .content .main-area .main-link a {
  color: #dc3c3c;
}
.single.use-cat .content .main-area .main-link a:hover {
  text-decoration: underline;
}
.single.use-cat .content .main-area .illustration {
  padding: 0 10px;
}
.single.use-cat .content .main-area .illustration img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.single.use-cat .content .main-area .comment {
  padding: 0 10px;
  font-size: 0.8rem;
  color: #646464;
}

/* ==========================================================================
   single-news
   ========================================================================== */
.single.news .info {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}
.single.news .info .date {
  padding: 3px 0;
}
.single.news .info .category {
  display: flex;
  align-items: flex-end;
  margin-left: 15px;
}
.single.news .info .category:before {
  content: '|';
  padding: 3px 8px 3px 0;
  color: #bbb;
}
.single.news .info .category p {
  width: 120px;
  margin-left: 10px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}
.single.news .info .tags {
  display: flex;
  align-items: flex-end;
  margin-left: 5px;
}
.single.news .info .tags p {
  margin-right: 10px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
.single.news .content > div {
  margin-top: 10px;
}
.single.news .content > div:first-of-type {
  margin-top: 0;
}
.single.news .content .images {
  margin-bottom: 30px;
}
.single.news .content .images img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.single.news .content .main-area > div {
  margin-bottom: 20px;
}
.single.news .content .main-area > div:last-of-type {
  margin-bottom: 0;
}
.single.news .content .main-area .main-text {
  line-height: 1.5;
}
.single.news .content .main-area .main-link {
  line-height: 1.5;
}
.single.news .content .main-area .main-link a {
  color: #dc3c3c;
}
.single.news .content .main-area .main-link a:hover {
  text-decoration: underline;
}
.single.news .content .main-area .illustration img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.single.news .content .link a {
  color: #dc3c3c;
}
.single.news .content .link a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   single-case
   ========================================================================== */
.single.case .category-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.single.case .category-wrap .category {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 3px 10px;
  color: #fff;
  background-color: #bbb;
  border-radius: 2px;
}
.single.case .category-wrap .category:last-of-type {
  margin-right: 0;
}
.single.case .title {
  margin-bottom: 20px;
}
.single.case .content > div {
  margin-bottom: 30px;
}
.single.case .content > div:last-of-type {
  margin-bottom: 0;
}
.single.case .content .subtitle {
  padding: 3px 10px 3px 15px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #dc3c3c;
  border-left: 3px solid #dc3c3c;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .single.case .content .subtitle {
    padding: 3px 5px 3px 10px;
  }
}
.single.case .content .images {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  background-color: #ddd;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.single.case .content .images img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
.single.case .content .movie {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.single.case .content .movie iframe, .single.case .content .movie object, .single.case .content .movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single.case .content .interviewee {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .single.case .content .interviewee {
    display: block;
  }
}
.single.case .content .interviewee figure {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .single.case .content .interviewee figure {
    width: 100%;
  }
}
.single.case .content .interviewee figure img {
  width: 100%;
  margin: auto;
}
.single.case .content .interviewee .box {
  width: 70%;
  line-height: 1.5em;
  letter-spacing: 3px;
  padding: 0 40px;
  border-left: solid 1px #ddd;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .single.case .content .interviewee .box {
    width: 100%;
    padding: 0;
    border-left: none;
  }
}
.single.case .content .interviewee .box .headline {
  margin-bottom: 10px;
  color: #dc3c3c;
}
.single.case .content .interviewee .box dl {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  border-top: 2px dotted #ddd;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .single.case .content .interviewee .box dl {
    display: block;
  }
}
.single.case .content .interviewee .box dl dt {
  width: 65%;
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  .single.case .content .interviewee .box dl dt {
    width: 100%;
    margin-right: 0;
  }
}
.single.case .content .interviewee .box dl dd {
  width: calc(35% - 2%);
  margin: auto 0 0;
}
@media screen and (max-width: 600px) {
  .single.case .content .interviewee .box dl dd {
    width: 100%;
    margin-left: 50%;
  }
}
.single.case .content .catchcopy {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.5;
}
.single.case .content .main-area > div {
  margin-bottom: 20px;
}
.single.case .content .main-area > div:last-of-type {
  margin-bottom: 0;
}
.single.case .content .main-area .large-heading {
  position: relative;
  font-size: 1.4rem;
  background-color: #dc3c3c;
  color: #fff;
  padding: 7px 7px 7px 30px;
}
.single.case .content .main-area .large-heading:before {
  position: absolute;
  display: block;
  content: '';
  height: 102%;
  width: 3px;
  left: 14px;
  top: 0;
  background-color: #fff;
  transform: rotate(3deg);
}
@media screen and (max-width: 600px) {
  .single.case .content .main-area .large-heading:before {
    transform: rotate(2deg);
  }
}
.single.case .content .main-area .large-heading:after {
  position: absolute;
  display: block;
  content: '';
  height: 108%;
  width: 3px;
  left: 14px;
  top: -2px;
  background-color: #fff;
  transform: rotate(-17deg);
}
@media screen and (max-width: 600px) {
  .single.case .content .main-area .large-heading:after {
    transform: rotate(-10deg);
  }
}
.single.case .content .main-area .medium-heading {
  position: relative;
  padding: 0 10px 3px;
  font-size: 1.2rem;
  border-left: 6px solid #dc3c3c;
  border-bottom: 2px solid #dc3c3c;
  border-image: linear-gradient(to right, #dc3c3c 25%, #fff 85%);
  border-image-slice: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .single.case .content .main-area .medium-heading {
    padding: 0 5px 3px 10px;
  }
}
.single.case .content .main-area .small-heading {
  font-size: 1.1rem;
  font-weight: bold;
  color: #dc3c3c;
  padding-left: 2.4em;
  text-indent: -2.4em;
}
.single.case .content .main-area .small-heading:before {
  content: "\2015\2015";
  letter-spacing: -.2em;
  margin-right: .6em;
  font-weight: normal;
}
.single.case .content .main-area .main-text {
  padding: 0 10px;
  line-height: 1.5;
}
.single.case .content .main-area .main-link {
  padding: 0 10px;
  line-height: 1.5;
}
.single.case .content .main-area .main-link a {
  color: #dc3c3c;
}
.single.case .content .main-area .main-link a:hover {
  text-decoration: underline;
}
.single.case .content .main-area .illustration {
  padding: 0 10px;
}
.single.case .content .main-area .illustration img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.single.case .content .main-area .comment {
  padding: 0 10px;
  font-size: 0.8rem;
  color: #646464;
}
.single.case .content .CPdeta .CPtitle {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
.single.case .content .CPdeta .CPtitle:before, .single.case .content .CPdeta .CPtitle:after {
  border-top: 1px solid #ddd;
  content: "";
  flex-grow: 1;
}
.single.case .content .CPdeta .CPtitle:before {
  margin-right: 1rem;
}
.single.case .content .CPdeta .CPtitle:after {
  margin-left: 1rem;
}
.single.case .content .CPdeta .flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .single.case .content .CPdeta .flexbox {
    display: block;
  }
}
.single.case .content .CPdeta .flexbox .CPlogo {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .single.case .content .CPdeta .flexbox .CPlogo {
    width: 100%;
  }
}
.single.case .content .CPdeta .flexbox .CPlogo img {
  width: 100%;
  margin: auto;
}
.single.case .content .CPdeta .flexbox .CPdetail {
  max-width: calc(100% - 300px);
  padding: 0 40px;
  border-left: solid 1px #ddd;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .single.case .content .CPdeta .flexbox .CPdetail {
    max-width: 100%;
    padding: 0;
    border-left: none;
  }
}
.single.case .content .CPdeta .flexbox .CPdetail .business {
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.single.case .content .CPdeta .flexbox .CPdetail .CPname {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.single.case .content .CPdeta .flexbox .CPdetail dl {
  display: flex;
  flex-wrap: wrap;
}
.single.case .content .CPdeta .flexbox .CPdetail dl dt {
  width: 100px;
  margin-bottom: 10px;
}
.single.case .content .CPdeta .flexbox .CPdetail dl dd {
  max-width: calc(100% - 100px);
}
.single.case .content .CPdeta .flexbox .CPdetail dl dd a {
  color: #dc3c3c;
}
.single.case .content .CPdeta .flexbox .CPdetail dl dd a:hover {
  text-decoration: underline;
}
.single.case .content .CPdeta .updated {
  margin-top: 10px;
  text-align: right;
  font-size: 0.8rem;
}

/* ==========================================================================
   single-event
   ========================================================================== */
.single.event .category-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.single.event .category-wrap .category {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 3px 10px;
  color: #fff;
  background-color: #bbb;
  border-radius: 2px;
}
.single.event .category-wrap .category:last-of-type {
  margin-right: 0;
}
.single.event .category-wrap .tag {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 3px 10px;
  color: #fff;
  background-color: #bbb;
  border-radius: 2px;
}
.single.event .category-wrap .tag:last-of-type {
  margin-right: 0;
}
.single.event .title {
  margin-bottom: 20px;
}
.single.event .info-area {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .single.event .info-area {
    display: block;
  }
}
.single.event .info-area:fast-of-type {
  margin-right: 0;
}
.single.event .info-area .event-period {
  padding: 10px 20px 10px 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
  background-color: #f6f6f6;
}
@media screen and (max-width: 600px) {
  .single.event .info-area .event-period {
    padding: 10px 10px 5px;
  }
}
.single.event .info-area .event-period p {
  padding: 10px 15px;
  color: #dc3c3c;
  border: 1px solid #dc3c3c;
  border-radius: 2px;
}
.single.event .info-area .datetime-area {
  padding: 10px 10px 10px 0;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
}
@media screen and (max-width: 600px) {
  .single.event .info-area .datetime-area {
    padding: 0 10px 5px;
  }
}
.single.event .info-area .datetime-area .heading {
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 0.9rem;
  color: #fff;
  background-color: #dc3c3c;
  border-radius: 2px;
}
.single.event .info-area .datetime-area .datetime span {
  margin: 0 3px;
  font-size: 2rem;
}
.single.event .info-area .datetime-area .from {
  margin: 0 5px 0;
}
.single.event .info-area .datetime-area .deadline span {
  margin: 0 3px;
  font-size: 1.4rem;
}
.single.event .content {
  margin-top: 20px;
}
.single.event .content > div {
  margin-top: 30px;
}
.single.event .content > div:first-of-type {
  margin-top: 0;
}
.single.event .content .heading {
  padding: 8px 15px;
  font-size: 0.9rem;
  color: #fff;
  background-color: #dc3c3c;
  border-radius: 4px 4px 0 0;
}
.single.event .content .submit .submit_btn {
  display: block;
  width: 250px;
  padding: 15px 10px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: #dc3c3c;
  border-radius: 50px;
}
@media screen and (max-width: 1025px) {
  .single.event .content .submit .submit_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .single.event .content .submit .submit_btn {
    margin-top: 15px;
  }
}
.single.event .content .submit .submit_btn:hover {
  background-color: #c83232;
  cursor: pointer;
}
.single.event .content .images {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  background-color: #ddd;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.single.event .content .images img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
.single.event .content .overview .list {
  margin-top: 15px;
}
.single.event .content .overview .list dl {
  width: 100%;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.single.event .content .overview .list dl dt {
  padding: 15px;
  width: 15%;
  background-color: #fad9d9;
  box-sizing: border-box;
}
.single.event .content .overview .list dl dd {
  padding: 15px;
  width: 85%;
  box-sizing: border-box;
  background-color: #f3f3f3;
}
.single.event .content .overview .list dl:fast-of-type {
  margin-top: 0;
}
.single.event .content .overview .strong {
  font-weight: bold;
}
.single.event .content .overview .emphasis {
  font-weight: bold;
  color: #f00;
}
.single.event .content .overview .margin {
  margin-top: 5px;
}
.single.event .content .event_main .text {
  margin-top: 15px;
}
.single.event .content .program .timetable {
  margin-top: 15px;
}
.single.event .content .program .timetable .timetable_item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
  border-bottom: 2px solid #ffb6b1;
}
.single.event .content .program .timetable .timetable_item .program_time {
  width: 10%;
}
@media screen and (max-width: 600px) {
  .single.event .content .program .timetable .timetable_item .program_time {
    width: 25%;
  }
}
.single.event .content .program .timetable .timetable_item .program_time .icon {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.single.event .content .program .timetable .timetable_item .program_time .icon::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  top: 3px;
  left: 0;
  background: #333;
}
.single.event .content .program .timetable .timetable_item .timetable_contents {
  width: 90%;
}
@media screen and (max-width: 600px) {
  .single.event .content .program .timetable .timetable_item .timetable_contents {
    width: 75%;
  }
}
.single.event .content .speaker .speakerList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.single.event .content .speaker .speakerList .speakerBox {
  width: 32%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - 2%) / 3);
  width: calc((100% - 2%) / 3);
  margin-right: 1%;
  margin-top: 1%;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #ffdad5;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 600px) {
  .single.event .content .speaker .speakerList .speakerBox {
    width: 100%;
    /* 未対応ブラウザ用フォールバック */
    width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 4%;
  }
  .single.event .content .speaker .speakerList .speakerBox:nth-of-type(1) {
    margin-top: 0;
  }
}
.single.event .content .speaker .speakerList .speakerBox:nth-of-type(1) {
  margin-top: 0;
}
.single.event .content .speaker .speakerList .speakerBox:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .single.event .content .speaker .speakerList .speakerBox:nth-of-type(2) {
    margin-top: 4%;
  }
}
.single.event .content .speaker .speakerList .speakerBox:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .single.event .content .speaker .speakerList .speakerBox:nth-of-type(3) {
    margin-top: 4%;
  }
}
.single.event .content .speaker .speakerList .speakerBox:nth-of-type(3n) {
  margin-right: 0;
}
.single.event .content .speaker .speakerList .speakerBox .speaker-logo {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  border-bottom: 2px solid #dc3c3c;
  box-sizing: border-box;
}
.single.event .content .speaker .speakerList .speakerBox .speaker-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
.single.event .content .speaker .speakerList .speakerBox .speaker_info-A .genre {
  font-size: 0.7rem;
  color: #fff;
  background-color: #bbb;
  padding: 3px 10px;
  margin-right: 5px;
  margin-top: 10px;
  display: inline-block;
}
.single.event .content .speaker .speakerList .speakerBox .speaker_info-A .company {
  font-weight: bold;
  margin-top: 5px;
}
.single.event .content .speaker .speakerList .speakerBox .speaker_info-A .department {
  margin-top: 5px;
  font-size: 0.9rem;
}
.single.event .content .speaker .speakerList .speakerBox .speaker_info-B {
  margin-top: auto;
}
.single.event .content .speaker .speakerList .speakerBox .speaker_info-B .speaker-name {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.single.event .content .speaker .speakerList .speakerBox .speaker_info-B .speaker-name span {
  margin-left: 5px;
  font-size: 1rem;
}
.single.event .content .speaker .speakerList .speakerBox .speaker_info-B .speaker-link a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.single.event .content .speaker .speakerList .speakerBox .speaker_info-B .speaker-link a .speakers_btn {
  padding: 10px;
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  background-color: #ffb900;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 10px;
  transition: .2s;
}
.single.event .content .speaker .speakerList .speakerBox .speaker_info-B .speaker-link a .speakers_btn:hover {
  background-color: #ffa500;
}

/* ==========================================================================
   single-document
   ========================================================================== */
.single.document .category {
  display: inline-block;
  margin-bottom: 35px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}
.single.document .content .movie {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.single.document .content .movie iframe,
.single.document .content .movie object,
.single.document .content .movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single.document .content .images {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  background-color: #ddd;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.single.document .content .images img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
.single.document .content .browse-btn {
  margin-top: 30px;
}
@media screen and (max-width: 1025px) {
  .single.document .content .browse-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .single.document .content .browse-btn {
    margin-top: 15px;
  }
}
.single.document .content .browse-btn a {
  display: block;
  width: 250px;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  background-color: #dc3c3c;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .single.document .content .browse-btn a {
    width: 100%;
    box-sizing: border-box;
  }
}
.single.document .content .browse-btn a:hover {
  background-color: #c83232;
}
.single.document .content .key-point {
  margin-top: 30px;
  padding: 24px 20px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1025px) {
  .single.document .content .key-point {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .single.document .content .key-point {
    margin-top: 15px;
  }
}
.single.document .content .key-point ul li {
  margin: 13px 0 0 40px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
}
.single.document .content .key-point ul li:nth-of-type(1) {
  margin-top: 0;
}
.single.document .content .key-point ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -35px;
  width: 25px;
  height: 25px;
  background-color: #dc3c3c;
  border-radius: 2px;
}
.single.document .content .key-point ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.4em;
  left: -1.8em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.single.document .content .text {
  margin-top: 30px;
}
@media screen and (max-width: 1025px) {
  .single.document .content .text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .single.document .content .text {
    margin-top: 15px;
  }
}

/* ==========================================================================
   single-campaign
   ========================================================================== */
.single.campaign .category-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.single.campaign .category-wrap .category {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 3px 10px;
  color: #fff;
  background-color: #bbb;
  border-radius: 2px;
}
.single.campaign .category-wrap .category:last-of-type {
  margin-right: 0;
}
.single.campaign .title {
  margin-bottom: 20px;
}
.single.campaign .info-area {
  display: flex;
}
@media screen and (max-width: 600px) {
  .single.campaign .info-area {
    display: block;
  }
}
.single.campaign .info-area .campaign-period {
  padding: 10px 20px 10px 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
  background-color: #f6f6f6;
}
@media screen and (max-width: 600px) {
  .single.campaign .info-area .campaign-period {
    padding: 10px 10px 5px;
  }
}
.single.campaign .info-area .campaign-period p {
  padding: 10px 15px;
  color: #dc3c3c;
  border: 1px solid #dc3c3c;
  border-radius: 2px;
}
.single.campaign .info-area .date-area {
  padding: 10px 10px 10px 0;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
}
@media screen and (max-width: 600px) {
  .single.campaign .info-area .date-area {
    padding: 0 10px 5px;
  }
}
.single.campaign .info-area .date-area .heading {
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 0.9rem;
  color: #fff;
  background-color: #dc3c3c;
  border-radius: 2px;
}
.single.campaign .info-area .date-area .date span {
  margin: 0 3px;
  font-size: 2rem;
}
.single.campaign .content {
  margin-top: 20px;
}
.single.campaign .content > div {
  margin-top: 20px;
}
.single.campaign .content > div:first-of-type {
  margin-top: 0;
}
.single.campaign .content .submit .submit_btn {
  display: block;
  width: 250px;
  padding: 15px 10px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: #dc3c3c;
  border-radius: 50px;
}
@media screen and (max-width: 1025px) {
  .single.campaign .content .submit .submit_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .single.campaign .content .submit .submit_btn {
    margin-top: 15px;
  }
}
.single.campaign .content .submit .submit_btn:hover {
  background-color: #c83232;
  cursor: pointer;
}
.single.campaign .content .images {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  background-color: #ddd;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.single.campaign .content .images img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
.single.campaign .content .main-area > div {
  margin-bottom: 20px;
}
.single.campaign .content .main-area > div:last-of-type {
  margin-bottom: 0;
}
.single.campaign .content .main-area .main-text {
  padding: 0 10px;
  line-height: 1.5;
}
.single.campaign .content .main-area .main-link {
  padding: 0 10px;
  line-height: 1.5;
}
.single.campaign .content .main-area .main-link a {
  color: #dc3c3c;
}
.single.campaign .content .main-area .main-link a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   page-use
   ========================================================================== */
.page.use .title {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}

.page.use-cat .use-cat-title {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.page.use-cat .category-flexbox {
  display: flex;
  flex-wrap: wrap;
}
.page.use-cat .category-flexbox .category-box {
  width: 49%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - 1%) / 2);
  width: calc((100% - 1%) / 2);
  margin-right: 1%;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.page.use-cat .category-flexbox .category-box:nth-of-type(2n) {
  margin-right: 0;
}
.page.use-cat .category-flexbox .category-box .category {
  padding: 10px;
  font-weight: bold;
  background-color: #ddd;
  border-bottom: 1px solid #ddd;
}
.page.use-cat .category-flexbox .category-box .list {
  padding: 5px 0;
}
.page.use-cat .category-flexbox .category-box .list ul li a {
  display: block;
  padding: 5px 10px;
  color: #d20a0a;
}
.page.use-cat .category-flexbox .category-box .list ul li a:hover {
  text-decoration: underline;
}
.page.use-cat .category-flexbox .category-box .list ul li a p {
  position: relative;
  padding-left: 20px;
}
.page.use-cat .category-flexbox .category-box .list ul li a p::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #bbb;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_arrow.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url("../img/icon_arrow.svg");
}

/* ==========================================================================
   page-contact
   ========================================================================== */
.page.contact .title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 1.4rem;
  font-weight: bold;
}
.page.contact .title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #dc3c3c;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_mail.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url("../img/icon_mail.svg");
}
.page.contact .description {
  margin-bottom: 25px;
}
.page.contact .form {
  padding-top: 30px;
  border-top: 3px solid #eee;
}
.page.contact .form dl {
  margin-bottom: 20px;
}
.page.contact .form dl dt {
  font-weight: bold;
}
.page.contact .form dl dt span {
  display: inline-block;
  margin-left: 10px;
  padding: 5px;
  font-size: 0.9rem;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background-color: #fa3737;
  border-radius: 2px;
}
.page.contact .form dl dd .input-field {
  margin-top: 5px;
  width: 100%;
  padding: 10px;
  font-size: 1.1rem;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-sizing: border-box;
}
.page.contact .form dl dd .readonly-field {
  margin-top: 5px;
  width: 100%;
  padding: 10px;
  font-size: 1.1rem;
  vertical-align: top;
  outline: none;
  box-sizing: border-box;
  word-wrap: break-word;
}
.page.contact .form .checkbox {
  text-align: center;
}
.page.contact .form .checkbox a {
  color: #dc3c3c;
}
.page.contact .form .checkbox a:hover {
  text-decoration: underline;
}
.page.contact .form .button {
  margin-top: 25px;
  text-align: center;
}
.page.contact .form .button .checkbox-button {
  width: 300px;
  padding: 15px 30px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #dc3c3c;
  border: 1px solid #dc3c3c;
  border-radius: 4px;
  box-sizing: border-box;
}
.page.contact .form .button .checkbox-button:hover {
  background-color: #c83232;
}

.page.contact .form dl dd span.wpcf7-not-valid-tip {
  margin-top: 5px;
  text-align: right;
}

.page.contact .form .checkbox span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.page.contact .form dl dd .wpcf7-not-valid {
  background: #fff2f3;
}

.page.contact .form .wpcf7-response-output {
  margin: 0 0 25px;
  background: #f7d7da;
  color: #711d26;
  border: none;
  padding: 10px;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.page.contact .form .wpcf7-mail-sent-ok {
  background: #d5edda;
  color: #185626;
  border: none;
  padding: 10px;
}

.page.contact .form .wpcf7-validation-errors,
.page.contact .form .wpcf7-acceptance-missing {
  background: #f7d7da;
  color: #711d26;
  border: none;
  padding: 10px;
}

.page.contact .form .wpcf7-mail-sent-ng {
  background: #f7d7da;
  color: #711d26;
  border: none;
  padding: 10px;
}

.page.contact .form .wpcf7-spam-blocked {
  background: #fff2cf;
  color: #846314;
  border: none;
  padding: 10px;
}

.page.contact .form .wpcf7-spinner {
  width: 0;
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin: 0;
  /*項目右側の余白設定と、デフォルトの左側の余白を打ち消す*/
  position: relative;
}

.wpcf7-list-item-label {
  cursor: pointer;
  /*labelにhoverした時にカーソルを表示させる*/
  font-size: 16px;
  /*項目のフォントサイズ*/
}

input[type="checkbox"] {
  opacity: 0;
  /*デフォルトのチェックボックスを見えなくする*/
  position: absolute;
}

.wpcf7-list-item-label::before {
  /*チェックボックスのデザイン*/
  border: 1px solid #bbb;
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 15px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 2px;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  /*チェックアイコン*/
  background: url(アイコン画像のURL) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  width: 13px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  /*チェックしたボックスの背景色を設定*/
  background-color: #dc3c3c;
}

/* ==========================================================================
   page-thanks
   ========================================================================== */
.page.thanks-text {
  padding-bottom: 40px;
  border-bottom: 3px solid #eee;
}
.page.thanks-text .title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 1.4rem;
  font-weight: bold;
}
.page.thanks-text .title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #dc3c3c;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_mail.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url("../img/icon_mail.svg");
}
.page.thanks-text .text p + p {
  margin-top: 10px;
}

.page.thanks-link {
  display: flex;
  flex-wrap: wrap;
}
.page.thanks-link .link-btn {
  width: 19%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc((100% - 3%) / 4);
  width: calc((100% - 3%) / 4);
  margin-right: 1%;
}
@media screen and (max-width: 600px) {
  .page.thanks-link .link-btn {
    width: 49%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc((100% - 1%) / 2);
    width: calc((100% - 1%) / 2);
  }
}
.page.thanks-link .link-btn:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .page.thanks-link .link-btn:nth-of-type(4n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 600px) {
  .page.thanks-link .link-btn:nth-of-type(2n) {
    margin-right: 0;
  }
}
.page.thanks-link .link-btn a {
  display: block;
  height: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #d20a0a;
  background-color: #ffb6b1;
  border-radius: 4px;
  box-sizing: border-box;
}
.page.thanks-link .link-btn a img {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: #ffe6e6;
  border-radius: 4px;
  box-sizing: border-box;
}
.page.thanks-link .link-btn a p {
  margin-top: 10px;
  text-align: center;
}
.page.thanks-link .link-btn a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   search
   ========================================================================== */
.archive.search .page-title {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.archive.search article {
  margin-top: 20px;
}
.archive.search article .category {
  margin-bottom: 5px;
  border-bottom: 2px solid #ddd;
  box-sizing: border-box;
}
.archive.search article .category p {
  display: inline-block;
  padding: 4px 10px 2px;
  font-size: 0.9rem;
  background-color: #ddd;
  border-radius: 4px 4px 0 0;
}
.archive.search article .article-title {
  font-size: 1.2rem;
}
.archive.search article .article-title a {
  display: flex;
  align-items: center;
  color: #d20a0a;
}
.archive.search article .article-title a:hover {
  text-decoration: underline;
}
.archive.search article .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}

/*wp-pagenavi base*/
.wp-pagenavi {
  margin-top: 40px;
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 10px 20px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1025px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 10px 12px;
  }
}
@media screen and (max-width: 600px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 10px 4px;
  }
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #dc3c3c;
  border-color: #dc3c3c;
  font-weight: bold;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  padding: 10px 30px;
}
@media screen and (max-width: 1025px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    padding: 10px 20px;
  }
}

/* ==========================================================================
   sidebar
   ========================================================================== */
.sidebar section {
  margin-top: 15px;
  border: 1px solid #dc3c3c;
  border-radius: 4px;
  box-sizing: border-box;
}
.sidebar section:first-of-type {
  margin-top: 0;
}
.sidebar section .sidebar-title {
  position: relative;
  padding: 5px 10px 5px 27px;
  color: #fff;
  background-color: #dc3c3c;
}
.sidebar section .sidebar-title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_star.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url("../img/icon_star.svg");
}
.sidebar section .title {
  position: relative;
  padding: 10px 10px 10px 38px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  background-color: #ffb6b1;
  border-bottom: 1px solid #dc3c3c;
}
.sidebar section .title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 22px;
  height: 22px;
  background-color: #dc3c3c;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
.sidebar section .function-icon::before {
  mask-image: url("../img/icon_beginner.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_beginner.svg");
}
.sidebar section .faq-icon::before {
  mask-image: url("../img/icon_question.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_question.svg");
}
.sidebar section .search-icon::before {
  mask-image: url("../img/icon_magnifying-glass.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/icon_magnifying-glass.svg");
}
.sidebar section .category-area .category-box {
  margin: 0 0 20px;
}
.sidebar section .category-area .category-box .head {
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  background-color: #ddd;
}
.sidebar section .category-area .category-box .list li a {
  display: block;
  padding: 3px 5px;
  color: #d20a0a;
}
.sidebar section .category-area .category-box .list li a:hover {
  text-decoration: underline;
}
.sidebar section .category-area .category-box .list li a p {
  position: relative;
  padding-left: 20px;
}
.sidebar section .category-area .category-box .list li a p::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #bbb;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_arrow.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url("../img/icon_arrow.svg");
}
.sidebar section .category-area .category-box .list .no-pickup {
  padding: 3px 10px;
}
.sidebar section .category-area .category-box:first-of-type {
  margin-top: 0;
}
.sidebar section .more {
  position: relative;
}
.sidebar section .more a {
  display: block;
  padding: 10px;
  color: #d20a0a;
  border-top: 1px solid #ddd;
}
.sidebar section .more a:hover {
  text-decoration: underline;
}
.sidebar section .more a p {
  position: relative;
  padding-right: 20px;
}
.sidebar section .more a p::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #bbb;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_arrow.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url("../img/icon_arrow.svg");
}
.sidebar section .search-form {
  padding: 10px;
}
.sidebar section .search-form .input {
  height: 40px;
  width: calc(100% - 40px);
  padding: 5px 10px;
  font-size: 1.1rem;
  vertical-align: top;
  background-color: #fff;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-radius: 6px 0 0 6px;
  box-sizing: border-box;
}
.sidebar section .search-form .button {
  position: relative;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: top;
  background-color: #dc3c3c;
  border-radius: 0 6px 6px 0;
  transition-duration: 0.3s;
  cursor: pointer;
}
.sidebar section .search-form .button:hover {
  background-color: #c83232;
}
.sidebar section .search-form .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  vertical-align: bottom;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/icon_magnifying-glass.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url("../img/icon_magnifying-glass.svg");
}
