@charset "utf-8";
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/SalesforceSans-Bold.woff");
  font-display: swap;
}
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  src: url("../fonts/SalesforceSans-Regular.woff");
  font-display: swap;
}

html,
body,
div,
main,
span,
iframe,
h1,
h2,
h3,
h4,
h4,
h5,
p,
dfn,
img,
ins,
q,
small,
strong,
var,
i,
dl,
dt,
dd,
ul,
li,
ol,
legend,
table,
caption,
tbody,
tr,
th,
td,
canvas,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
main,
section,
nav,
menu,
header,
footer,
figure,
figcaption {
  display: block;
}
canvas {
  display: inline-block;
  vertical-align: middle;
}
html {
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 147px;
  }
}
body {
  color: #222;
  font-family: SalesforceSans, -apple-system, Arial, "メイリオ", Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1260px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
legend {
  display: none;
}
input {
  vertical-align: middle;
  border-radius: 0;
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="image"] {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
a,
button {
  outline: 0;
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}
.header {
  border-bottom: 1px solid #e0dcda;
  padding: 0 35px;
  display: flex;
  align-items: center;
  height: 82px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    z-index: 100;
  }
}
.header-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-text {
    display: block;
    position: absolute;
    color: #59575c;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    width: 120px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 0 1px 0;
  }
}
.header-logo {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 60px;
  }
}
.header-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-menu {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
  }
  .header-menu span {
    display: block;
    width: 32px;
    height: 2px;
    background: #032d60;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .header-menu span:before,
  .header-menu span:after {
    content: "";
    position: absolute;
    right: 0;
    width: 32px;
    height: 2px;
    background: #032d60;
    display: block;
  }
  .header-menu span:before {
    top: -7px;
  }
  .header-menu span:after {
    bottom: -7px;
  }
  .header-menu.active span {
    background: transparent;
  }
  .header-menu.active span:before {
    top: 0;
    transform: rotate(135deg);
  }
  .header-menu.active span:after {
    bottom: 0;
    transform: rotate(45deg);
  }
}
.sp-search {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-search {
    display: block;
    position: fixed;
    width: 100%;
    top: 70px;
    box-sizing: border-box;
    padding: 14px 20px;
    background: #fff;
    border-bottom: 1px solid #e0dcda;
    z-index: 100;
  }
  .sp-search .aside-search-form {
    margin: 0;
  }
}
.container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 145px 0 0 0;
  }
  .container._top {
    padding: 70px 0 0 0;
  }
}
.main {
  width: 100%;
  padding: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main._top {
    overflow: hidden;
  }
}
.breadcrumb {
  padding: 45px 0 65px 0;
  margin: 0 auto;
  width: 920px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0;
    width: auto;
  }
}
.breadcrumb-items {
  max-width: 1280px;
  display: flex;
  overflow: auto;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb-items::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb-items {
    padding: 20px;
  }
}
.breadcrumb-items > li {
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 24px;
  white-space: nowrap;
  color: #59575c;
}
.breadcrumb-items > li:first-child {
  padding: 0;
}
.breadcrumb-items > li:last-child {
  padding: 0 20px 0 24px;
}
.breadcrumb-items > li:first-child:before {
  display: none;
}
.breadcrumb-items > li:before {
  content: "";
  background: url("../images/icon-arrow-bk.svg") no-repeat;
  background-size: 4px 8px;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.breadcrumb-items > li > a {
  color: #919191;
}
.breadcrumb-items > li > a:hover {
  text-decoration: underline;
}
.content-header {
  width: 920px;
  margin: 0 auto 25px auto;
}
@media screen and (max-width: 767px) {
  .content-header {
    width: auto;
    padding: 0 20px;
  }
}
.content-header-head {
  font-size: 20px;
  line-height: 1.2;
  color: #0b5cab;
}
@media screen and (max-width: 767px) {
  .content-header-head {
    font-size: 16px;
  }
}
.tag_image {
  padding: 25px 0 0 0;
  max-width: 660px;
}
.aside {
  width: 250px;
  min-width: 250px;
  background: #f5f2f2;
}
@media screen and (max-width: 767px) {
  .aside {
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    z-index: 100;
    top: 70px;
    left: 0;
  }
  .aside.active {
    display: block;
  }
}
.aside-inner {
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .aside-inner {
    padding: 0 0 70px 0;
  }
}
.aside-head {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #0b5cab;
  margin: 0 0 40px 25px;
}
@media screen and (max-width: 767px) {
  .aside-head {
    display: none;
  }
}
.aside-head span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 15px 0;
  color: #59575c;
}
.aside-search {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .aside-search {
    display: none;
  }
}
.aside-search-head {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: #59575c;
}
.aside-search-form {
  position: relative;
  margin: 0 0 25px 0;
}
.aside-search-form input[type="text"] {
  width: 100%;
  height: 40px;
  border: 1px solid #c1b9b4;
  border-radius: 40px;
  font-size: 14px;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  background: #fff;
  color: #59575c;
}
@media screen and (max-width: 767px) {
  .aside-search-form input[type="text"] {
    width: 111%;
    height: 45px;
    font-size: 16px;
    transform: scale(0.9);
    transform-origin: left;
  }
}
.aside-search-form input[type="submit"] {
  border: none;
  cursor: pointer;
  background: url("../images/icon-search.svg") no-repeat;
  background-size: 15px 16px;
  width: 15px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  outline: none;
}
.aside-search-form-history {
  display: none;
  position: absolute;
  top: 40px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  padding: 5px 0 0 0;
}
.aside-search-form-history.active {
  display: block;
}
.aside-search-form-history-inner {
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c1b9b4;
  box-sizing: border-box;
  z-index: 1;
}
.aside-search-form-history-head {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 0;
  color: #c1b9b4;
}
.aside-search-form-history-list._space {
  margin: 0 0 20px 0;
}
.aside-search-form-history-list > li {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  position: relative;
  padding: 0 12px 0 0;
  color: #59575c;
}
.aside-search-form-history-list > li > a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.aside-search-form-history-list > li:last-child {
  margin: 0;
}
.aside-search-form-history-close {
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  background: none;
  border: none;
  outline: none;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.aside-search-form-history-close:before,
.aside-search-form-history-close:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #919191;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.aside-search-form-history-close:before {
  transform: rotate(135deg);
}
.aside-search-form-history-close:after {
  transform: rotate(45deg);
}
.aside-category-list > li {
  margin: 0 0 4px 0;
}
.aside-article-list,
.aside-category-sub-list {
  display: none;
}
.aside-article-list.current,
.aside-category-sub-list.current {
  display: block;
}
.aside-category-parent-head {
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  user-select: none;
  background: #ded6cf;
  color: #59575c;
  padding: 10px 30px 10px 25px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .aside-category-parent-head {
    padding: 10px 30px 10px 15px;
  }
}
.feature-guide-targets-head:after,
.article-learn-list-head:after,
.aside-category-child-head:after,
.aside-category-parent-head:after,
.aside-category-parent-head-link:after,
.aside-category-child-head-link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 5px;
  margin: auto;
}
.article-learn-list-head:after {
  right: 20px;
}
.aside-category-parent-head:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.aside-category-parent-head.current {
  color: #fff;
  background: #032d60;
}
.aside-category-parent-head.current:after {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: -5px;
}
.aside-category-parent-head-link {
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  user-select: none;
  background: #ded6cf;
  color: #59575c;
  position: relative;
  cursor: pointer;
  margin: 0 0 4px 0;
}
.aside-category-parent-head-link.current {
  color: #fff;
  background: #032d60;
}
.aside-category-parent-head-link a {
  display: block;
  padding: 10px 30px 10px 25px;
}
@media screen and (max-width: 767px) {
  .aside-category-parent-head-link a {
    padding: 10px 30px 10px 15px;
  }
}
.aside-category-parent-head-link:after {
  bottom: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.aside-category-child-head {
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  user-select: none;
  padding: 10px 30px 10px 25px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .aside-category-child-head {
    padding: 10px 30px 10px 20px;
  }
}
.aside-category-child-head:after {
  border-top: 1px solid #59575c;
  border-right: 1px solid #59575c;
}
.aside-category-child-head-link {
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  user-select: none;
  position: relative;
  cursor: pointer;
}
.aside-category-child-head-link a {
  display: block;
  padding: 10px 30px 10px 25px;
}
.aside-category-child-head-link.current {
  background: #ded6cf;
}
.aside-category-child-head-link:after {
  bottom: 0;
  border-top: 1px solid #59575c;
  border-left: 1px solid #59575c;
}
@media screen and (max-width: 767px) {
  .aside-category-child-head-link a {
    padding: 10px 30px 10px 20px;
  }
}
.aside-article-text {
  font-size: 14px;
  line-height: 1.5;
}
.aside-article-text:hover,
.aside-article-text.current {
  background: #ded6cf;
}
.aside-category-child-head.current:after {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #59575c;
  border-left: 1px solid #59575c;
  bottom: -5px;
}
.aside-article-text a {
  display: block;
  padding: 5px 10px 5px 45px;
}
@media screen and (max-width: 767px) {
  .aside-article-text a {
    padding: 5px 10px 5px 40px;
  }
}
@media screen and (max-width: 767px) {
  .feedback-link br {
    display: none;
  }
}
.featured-articles {
  padding: 30px 0 45px 0;
  margin: 0 auto;
  width: 920px;
}
@media screen and (max-width: 767px) {
  .featured-articles {
    padding: 20px;
    width: auto;
  }
}
.featured-articles-head {
  font-size: 20px;
  line-height: 1.2;
  color: #0b5cab;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .featured-articles-head {
    font-size: 16px;
  }
}
.featured-articles-blocks {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .featured-articles-blocks {
    display: block;
  }
}
.featured-articles-main {
  width: 540px;
  display: none;
}
.featured-articles-main.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .featured-articles-main {
    width: auto;
    margin: 0 0 17px 0;
  }
}
.featured-articles-main-image {
  margin: 0 0 10px 0;
}
.featured-articles-main-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .featured-articles-main-image img {
    height: auto;
  }
}
.featured-articles-main-title {
  font-size: 18px;
  line-height: 1.5;
  color: #59575c;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.featured-articles-main-title a:hover {
  text-decoration: underline;
}
.featured-articles-main-tags {
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.featured-articles-main-tags::-webkit-scrollbar {
  display: none;
}
.featured-articles-main-tags > li {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 15px 0 0;
  color: #919191;
  white-space: nowrap;
}
.featured-articles-main-tags > li > a:hover {
  text-decoration: underline;
}
.featured-articles-sub {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .featured-articles-sub {
    width: auto;
  }
}
.featured-articles-sub-list {
  margin: -20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .featured-articles-sub-list {
    display: flex;
    margin: 0;
    justify-content: space-between;
  }
}
.featured-articles-sub-list > li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e1de;
  position: relative;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .featured-articles-sub-list > li {
    padding: 0;
    border-bottom: none;
  }
}
.featured-articles-sub-list > li.active img {
  outline: 4px solid #00A1E0;
}
.featured-articles-sub-list > li.active::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 11px solid #00A1E0;
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .featured-articles-sub-list > li.active::before {
    border-bottom: 10px solid #00A1E0;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    left: 0;
    top: -18px;
    right: 0;
    bottom: initial;
    margin: auto;
  }
}
.featured-articles-sub-list > li:last-child {
  border-bottom: none;
}
.featured-articles-sub-content {
  padding: 20px 0 0 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .featured-articles-sub-content {
    padding: 0;
  }
}
.featured-articles-sub-content img {
  width: 88px;
  min-width: 88px;
  height: 50px;
  object-fit: cover;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .featured-articles-sub-content img {
    width: 78px;
    min-width: 78px;
    height: 45px;
    margin: 0;
  }
}
.featured-articles-sub-title {
  font-size: 15px;
  line-height: 1.6;
  color: #59575c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .featured-articles-sub-title {
    display: none;
  }
}
.featured-articles-sub-title a:hover {
  text-decoration: underline;
}
.featured-articles-sub-tags {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.featured-articles-sub-tags::-webkit-scrollbar {
  display: none;
}
.featured-articles-sub-tags > li {
  font-size: 10px;
  line-height: 1.2;
  margin: 0 15px 0 0;
  color: #919191;
  white-space: nowrap;
}
.featured-articles-sub-tags > li > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .featured-articles-sub-tags > li {
    font-size: 12px;
  }
}
.featured-articles-sub-image {
  width: 110px;
  min-width: 110px;
  padding: 15px 0 0 15px;
}
.category-tabs-content {
  border-bottom: 3px solid #032d60;
}
.category-pull-down-tabs-wrap {
  max-width: 920px;
  margin: auto;
  height: 48px;
  position: relative;
}
.category-pull-down-tabs {
  max-width: 920px;
  overflow: auto;
  display: flex;
  align-items: flex-end;
  height: 48px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category-tabs,
.parent-category-tabs {
  display: flex;
  align-items: flex-end;
  width: 920px;
  margin: auto;
  height: 48px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
}
.category-pull-down-tabs::-webkit-scrollbar,
.category-tabs::-webkit-scrollbar,
.parent-category-tabs::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .category-tabs,
  .parent-category-tabs {
    width: auto;
    overflow: auto;
  }
}
.category-pull-down-tabs > li,
.parent-category-tabs > li,
.category-tabs > li {
  min-width: 120px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 5px 0 0;
}
.category-pull-down-tabs > li {
  font-weight: normal;
}
.category-pull-down-tabs > li > span,
.parent-category-tabs > li > a,
.parent-category-tabs > li > span,
.category-tabs > li > a,
.category-tabs > li > span {
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #595959;
  background: #ded6cf;
  cursor: pointer;
  user-select: none;
  text-align: center;
  line-height: 1.2;
}
.category-pull-down-tabs > li > span {
  height: 48px;
}
.category-pull-down-tabs > li:hover > span,
.category-pull-down-tabs > li.current > span,
.parent-category-tabs > li:hover > a,
.parent-category-tabs > li.current > a,
.parent-category-tabs > li:hover > span,
.parent-category-tabs > li.current > span,
.category-tabs > li:hover > a,
.category-tabs > li.current > a,
.category-tabs > li:hover > span,
.category-tabs > li.current > span {
  color: #fff;
  background: #032d60;
  height: 48px;
}
.category-pull-down-list {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 370px;
  box-sizing: border-box;
  padding: 15px 20px 35px 20px;
  background: rgba(3, 45, 95, 0.85);
  column-count: 2;
  column-gap: 0;
}
.category-pull-down-list:empty {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .category-pull-down-list {
    width: 100%;
  }
}
.category-pull-down-list.active {
  display: block;
}
.category-pull-down-list > li {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  padding: 0 10px 0 0;
  margin: 0 0 12px 0;
  cursor: pointer;
}
.category-pull-down-list > li span {
  white-space: break-spaces;
}
.category-pull-down-list > li.current {
  color: #a5a5a5;
}
.category-pull-down-list > li:last-child {
  margin: 0;
}
.special-features-block {
  display: none;
}
.special-features-block.current {
  display: block;
}
.special-features {
  max-width: 920px;
  padding: 40px 0 10px 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .special-features {
    padding: 20px 20px 0 20px;
    margin: auto;
    background: #f5f2f2;
  }
}
.special-features-head {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #0b5cab;
}
@media screen and (max-width: 767px) {
  .special-features-head {
    font-size: 16px;
  }
}
.special-features-articles {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .special-features-articles {
    display: block;
    margin: 0;
  }
}
.special-features-articles > li {
  width: 440px;
  margin: 0 10px;
  display: flex;
  background: #f5f2f2;
}
@media screen and (max-width: 767px) {
  .special-features-articles > li {
    width: auto;
    margin: 0 0 20px 0;
  }
  .special-features-articles > li:last-child {
    margin: 0;
  }
}
.special-features-articles > li a {
  width: 100%;
  height: 100%;
}
.special-features-text {
  background: #f5f2f2;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .special-features-text {
    background: #fff;
  }
}
.special-features-image img {
  width: 100%;
}
.category-articles {
  width: 920px;
  margin: auto;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .category-articles {
    width: auto;
    padding: 20px;
    background: #f5f2f2;
  }
  .category-articles:nth-last-of-type(1) {
    padding: 20px 20px 60px 20px;
  }
}
.category-articles-head {
  font-size: 20px;
  line-height: 1.2;
  color: #0b5cab;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .category-articles-head {
    font-size: 18px;
  }
}
.category-articles-head a:hover {
  text-decoration: underline;
}
.category-articles-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px -20px -35px;
}
@media screen and (max-width: 767px) {
  .category-articles-list {
    display: block;
    margin: 0;
  }
}
.category-articles-list > li {
  flex-basis: 260px;
  max-width: 260px;
  width: 260px;
  margin: 0 35px 20px 35px;
  border-bottom: 1px solid #c1b9b4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .category-articles-list > li {
    width: auto;
    max-width: 100%;
    margin: 0 0 12px 0;
    position: relative;
  }
  .category-articles-list > li:last-child {
    margin: 0;
  }
}
.category-articles-title {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 5px 0;
  color: #59575c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.category-articles-tags {
  display: flex;
  flex-wrap: wrap;
}
.category-articles-tags > li {
  font-size: 10px;
  line-height: 1.2;
  margin: 0 10px 10px 0;
  color: #919191;
}
.category-articles-title a:hover,
.category-articles-tags > li > a:hover {
  text-decoration: underline;
}
.articles {
  width: 920px;
  margin: auto;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .articles {
    width: auto;
    padding: 20px;
  }
}
.articles-list {
  width: 874px;
}
@media screen and (max-width: 767px) {
  .articles-list {
    width: auto;
  }
}
.articles-list > li {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 18px 0;
}
.articles-list > li::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #00A1E0;
  border-radius: 3px 3px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.articles-list.search > li {
  min-height: 0;
}
.articles-content {
  padding: 20px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .articles-content {
    display: block;
    padding: 18px;
    box-sizing: border-box;
  }
}
.articles-content-block {
  width: calc(100% - 276px);
}
@media screen and (max-width: 767px) {
  .articles-content-block {
    width: auto;
  }
}
.articles-content .modal-images {
  cursor: zoom-in;
}
.articles-content-image {
  width: 256px;
  min-width: 256px;
  height: 144px;
  object-fit: cover;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .articles-content-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 0 0 20px 0;
  }
}
.articles-title {
  font-size: 18px;
  line-height: 1.5;
  color: #59575c;
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.articles-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.articles-title a:hover {
  text-decoration: underline;
}
.articles-description {
  font-size: 12px;
  line-height: 1.5;
  color: #59575c;
  margin: 0 0 6px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.articles-taxonomies {
  display: flex;
  overflow: auto;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.articles-taxonomies._top {
  margin: 0 0 8px 0;
}
.articles-taxonomies::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.articles-category {
  font-size: 10px;
  font-weight: bold;
  line-height: 22px;
  color: #0b5cab;
  margin: 0 6px 0 0;
  white-space: nowrap;
}
.articles-category a,
.articles-category span {
  display: block;
  padding: 0 10px;
  border: 1px solid #8baacd;
  border-radius: 20px;
}
.articles-category a:hover {
  color: #fff;
  background: #0b5cab;
}
.articles-sub-category {
  font-size: 11px;
  line-height: 22px;
  color: #919191;
  margin: 0 15px 0 0;
  white-space: nowrap;
}
.articles-sub-category > a:hover {
  text-decoration: underline;
}
.articles-taxonomy-separate {
  width: 1px;
  min-width: 1px;
  height: 14px;
  background: #919191;
  margin: 0 15px 0 0;
  position: relative;
  top: 4px;
}
.articles-tags {
  display: flex;
  flex-wrap: wrap;
}
.articles-tags > li {
  font-size: 12px;
  line-height: 22px;
  margin: 0 15px 0 0;
  color: #0B5CAB;
  white-space: nowrap;
  text-decoration: underline;
}
.articles-tags > li > a:hover {
  text-decoration: none;
}

.articles-image {
  width: 110px;
  min-width: 110px;
  padding: 15px 0 0 15px;
}
.learn-about {
  border-top: 1px solid #e0dcda;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .learn-about {
    border-top: none;
    padding: 35px 20px 30px 20px;
  }
}
.learn-about-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.learn-about-title {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 30px 0;
  color: #0b5cab;
}
.learn-about-blocks {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .learn-about-blocks {
    display: block;
    margin: 0;
  }
}
.learn-about-block {
  width: 330px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .learn-about-block {
    width: auto;
    margin: 0 0 30px 0;
  }
  .learn-about-block:nth-last-child(1) {
    margin: 0;
  }
}
.learn-about-block h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #59575c;
  margin: 0 0 15px 0;
}
.learn-about-items li {
  border: 1px solid #e0dcda;
  border-radius: 8px;
  margin: 0 0 20px 0;
}
.learn-about-items li:last-child {
  margin: 0;
}
.learn-about-items li a {
  display: flex;
  align-items: center;
  height: 66px;
}
.learn-about-items li a:hover {
  opacity: 0.8;
}
.learn-about-item-icon {
  width: 90px;
  min-width: 90px;
  text-align: center;
}
.learn-about-item-icon-1 {
  width: 42px;
}
.learn-about-item-icon-2 {
  width: 68px;
}
.learn-about-item-icon-3 {
  width: 42px;
}
.learn-about-item-icon-4 {
  width: 58px;
}
.learn-about-item-icon-5 {
  width: 42px;
}
.learn-about-item-text {
  font-size: 16px;
  line-height: 1.2;
  color: #59575c;
}
.magazine_layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  align-items: center;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 50px 20px;
}
.magazine_layer.show {
  display: flex;
}
.magazine_modal {
  background: #fff;
  max-width: 640px;
  position: relative;
}
.magazine_modal_head {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.magazine_modal_list {
  padding: 10px 0;
}
.magazine_modal_list li {
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 20px;
  display: flex;
}
.magazine_modal_list li .magazine_checkbox {
  margin: 0 10px 0 0;
}
.magazine_detail {
  display: none;
}
.magazine_detail.show {
  display: block;
}
.magazine_modal_list li a {
  color: #215ca0;
}
.magazine_modal_footer {
  border-top: 1px solid #ccc;
  padding: 15px;
  background: #eee;
  display: flex;
  justify-content: flex-end;
}
.magazine_cancel {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #215ca0;
  font-size: 14px;
  height: 40px;
  width: 100px;
  cursor: pointer;
}
.magazine_submit {
  background: #215ca0;
  border: 1px solid #215ca0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  height: 40px;
  margin: 0 0 0 10px;
  width: 60px;
  cursor: pointer;
}
.magazine_submit:disabled {
  cursor: default;
  opacity: 0.5;
}
.magazine_close {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../images/modal_close.svg") no-repeat center center;
  background-size: 16px 16px;
}
.pardot-popup-iframe {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.pardot-popup-iframe.show {
  display: flex;
}
.pardot-popup-iframe-inner {
  width: 80%;
  height: 80%;
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.post-detail-contents .pardot-popup-iframe-inner .iframe_video {
  overflow: auto;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.pardot-popup-iframe-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pardot-popup-iframe-close {
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-image: url("../images/close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  background-size: 20px 20px;
}
/* -----------------------------------------------------
  reference
----------------------------------------------------- */
.reference-container {
  display: flex;
  padding: 25px 35px 30px 35px;
  background: #f5f2f2;
}
@media screen and (max-width: 767px) {
  .reference-container {
    padding: 25px 20px 30px 20px;
  }
}
.reference-logo {
  width: 105px;
  margin: 0 10px 0 0;
}
.reference-logo-img {
  width: 76px;
  display: block;
}
.reference-logo-img img {
  width: 100%;
}
.reference-nav {
  margin: 16px 10px 0 0;
}
.reference-nav-link {
  margin: 0 0 5px;
  white-space: nowrap;
}
.reference-nav-link._head a {
  color: #222;
}
.reference-nav-link a {
  font-size: 12px;
  line-height: 1.6;
  color: #215ca0;
}
.reference-nav-link a:hover {
  color: #222;
}
.reference-nav-link.lg {
  margin: 0 0 10px;
}
.reference-nav-link.lg a {
  font-size: 14px;
}
.reference-sns {
  display: flex;
  padding: 8px 0 0 0;
}
.reference-sns-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.reference-sns-detail {
  padding: 0 0 0 15px;
}
.reference-sns-title {
  font-size: 14px;
  line-height: 1;
  color: #0b5cab;
  margin: 0 0 10px;
}
.reference-sns-text {
  font-size: 14px;
  line-height: 1;
  color: #0b5cab;
  margin: 0 0 10px;
}
.reference-sns-link {
  font-size: 14px;
  line-height: 1;
  color: #0b5cab;
}
.reference-sns-link a:hover {
  text-decoration: underline;
}
.reference-feedback {
  display: flex;
  padding: 8px 0 0 0;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .reference-feedback {
    padding: 8px 0 0 0;
    margin: 20px 0 0 0;
  }
}
.reference-feedback-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.reference-feedback-detail {
  padding: 0 0 0 15px;
}
.reference-feedback-link {
  font-size: 14px;
  line-height: 1.4;
  color: #0b5cab;
}
.reference-feedback-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .reference-container {
    display: block;
  }
  .reference-logo {
    margin: 0 0 20px;
    max-width: 160px;
  }
  .reference-logo-img {
    width: 55px;
    min-width: 55px;
  }
  .reference-nav {
    margin: 0 0 20px;
  }
}
.reference-mail_magazine {
  margin: 13px 40px 0 0;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .reference-mail_magazine {
    margin: 0 0 20px 0;
    max-width: 100%;
  }
}
.reference-mail_magazine_head {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  color: #59575c;
}
.reference-mail_magazine_text {
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 15px 0;
  color: #59575c;
}
.reference-mail_magazine_form {
  display: flex;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .reference-mail_magazine_form {
    width: 100%;
  }
}
.reference-mail_magazine_input {
  width: 100%;
  margin: 0 10px 0 0;
}
.reference-mail_magazine_input input {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  text-indent: 10px;
  padding: 10px 0;
  font-size: 14px;
}
.reference-mail_magazine_button {
  width: 80px;
  background: #0d9dda;
  color: #fff;
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.reference-mail_magazine_button:disabled {
  cursor: default;
  opacity: 0.5;
}
/* -----------------------------------------------------
  footer
----------------------------------------------------- */
.footer {
  background: #032e61;
}
.footer-container {
  padding: 20px 0;
  width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-container {
    padding: 20px;
    width: auto;
  }
}
.footer-text {
  font-size: 11px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 10px;
}
.footer-nav-list {
  font-size: 0;
}
.footer-nav-item {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer-nav-item a,
.footer-nav-item button {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
}
.footer-nav-item a:hover,
.footer-nav-item button:hover {
  color: #fff;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #fff;
  background: none;
}
.footer-nav-item img.cpra {
  width: 30px;
  height: 15px;
  margin: 0 5px 0 0;
}
.footer-links {
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .footer-links {
    margin: 0 0 20px 0;
  }
}
.footer-links li {
  margin: 0 16px 0 0;
}
.footer-links li button {
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
  vertical-align: top;
}
/* -----------------------------------------------------
  not found
----------------------------------------------------- */
.not_found {
  padding: 60px 0 90px 0;
}
.not_found_image {
  text-align: center;
  margin: 0 0 30px -140px;
}
.not_found_image img {
  width: 272px;
}
.not_found_head {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
}
.not_found_text {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
}
.not_found_link {
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.not_found_link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .not_found_image {
    margin: 0 0 20px -95px;
  }
  .not_found_image img {
    width: 200px;
  }
  .not_found_head {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
.pager {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .pager {
    margin: 20px 0;
  }
}
.pager-list {
  font-size: 0;
}
.pager-item {
  width: 40px;
  height: 40px;
  padding: 12px 0;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.pager-item.num.current {
  border: 2px solid #59575c;
  border-radius: 50%;
  padding: 10px 0;
  box-sizing: border-box;
  background: #fff;
}
.pager-item.num a,
.pager-item.num span {
  font-size: 16px;
  color: #59575c;
}
.pager-item.num a:hover {
  text-decoration: underline;
}
.pager-item a,
.pager-item span {
  display: block;
}
.article-detail {
  width: 920px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .article-detail {
    width: auto;
    padding: 0 20px;
  }
}
.article-detail-inner {
  width: 660px;
}
@media screen and (max-width: 767px) {
  .article-detail-inner {
    width: auto;
  }
}
.article-detail-head {
  font-size: 32px;
  line-height: 1.5;
  color: #0b5cab;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .article-detail-head {
    font-size: 24px;
  }
}
.article-purpose-name {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 24px 0;
  line-height: 1;
  color: #59575c;
}
.article-detail-taxonomies {
  display: flex;
  margin: 0 0 10px 0;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.article-detail-taxonomies::-webkit-scrollbar {
  display: none;
}
.article-detail-taxonomy-separate {
  width: 1px;
  min-width: 1px;
  height: 14px;
  background: #919191;
  margin: 0 15px 0 0;
}
.article-detail-sub-category {
  font-size: 14px;
  line-height: 1.2;
  color: #919191;
  margin: 0 15px 0 0;
  white-space: nowrap;
}
.article-detail-tags {
  display: flex;
}
.article-detail-tags > li {
  font-size: 12px;
  line-height: 1.2;
  color: #919191;
  margin: 0 15px 0 0;
  white-space: nowrap;
}
.article-detail-sub-category a:hover,
.article-detail-tags > li > a:hover {
  text-decoration: underline;
}
.article-detail-date {
  font-size: 12px;
  line-height: 1.2;
  color: #59575c;
}
.article-detail-like {
  border-top: 1px solid #cdc7c3;
  padding: 20px 0 10px 0;
  margin: 20px 0 0 0;
}
.article-detail-like-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  height: 50px;
  color: #59575c;
}
.article-detail-like-text-feedback {
  display: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  height: 50px;
  color: #59575c;
  padding: 14px 0 0 0;
  box-sizing: border-box;
}
.article-detail-like-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-detail-like-buttons li {
  width: 100px;
  margin: 0 5px;
}
.article-detail-like-button {
  width: 100px;
  height: 36px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #919191;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  cursor: pointer;
  color: #59575c;
}
.article-detail-like-button.active,
.article-detail-like-button:hover {
  background: #215ca0;
  border: 1px solid #215ca0;
  color: #fff;
}
.article-detail-like-button.active .article-detail-like-icon,
.article-detail-like-button:hover .article-detail-like-icon {
  fill: #fff;
}
.article-detail-like-icon {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  fill: #215ca0;
}
.article-detail-like-icon._dislike {
  transform: scaleY(-1);
}
.article-detail-like-modal-layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  align-items: center;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 50px 20px;
}
.article-detail-like-modal-layer.show {
  display: flex;
}
.article-detail-like-modal {
  background: #fff;
  width: 480px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-detail-like-modal {
    width: auto;
  }
}
.article-detail-like-head {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.article-detail-like-modal-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 20px 0 20px;
}
.article-detail-like-list {
  padding: 10px 0;
}
.article-detail-like-list li {
  font-size: 14px;
  line-height: 1.6;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}
.article-detail-like-radio {
  margin: 0 10px 0 0;
}
.article-detail-like-footer {
  border-top: 1px solid #ccc;
  padding: 15px;
  background: #eee;
  display: flex;
  justify-content: flex-end;
}
.article-detail-like-cancel {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #215ca0;
  font-size: 14px;
  height: 40px;
  width: 100px;
  cursor: pointer;
}
.article-detail-like-submit {
  background: #215ca0;
  border: 1px solid #215ca0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  height: 40px;
  margin: 0 0 0 10px;
  width: 60px;
  cursor: pointer;
}
.article-detail-like-submit:disabled {
  cursor: default;
  opacity: 0.6;
}
.article-detail-like-modal-close {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../images/modal_close.svg") no-repeat center center;
  background-size: 16px 16px;
}
.post-detail {
  padding: 40px 0 0 0;
}
.post-detail-contents {
  word-break: break-word;
  margin: 0 0 40px 0;
}
.post-detail-contents div {
  display: block !important;
}
.post-detail-contents h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 30px 0;
  color: #0b5cab;
}
.post-detail-contents h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 76px 0 26px 0;
  color: #0b5cab;
}
@media screen and (max-width: 767px) {
  .post-detail-contents h2 {
    margin: 40px 0 20px 0;
  }
}
.post-detail-contents h2 + h3 {
  margin: 0 0 15px 0;
}
.post-detail-contents h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  margin: 70px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .post-detail-contents h3 {
    margin: 40px 0 20px 0;
  }
}
.post-detail-contents p {
  font-size: 18px;
  line-height: 2;
  color: #59575c;
}
.post-detail-contents p span:empty {
  padding: 18px 0 0 0;
  display: block;
}
.post-detail-contents a {
  text-decoration: underline;
}
.post-detail-contents p a:hover {
  text-decoration: none;
}
.post-detail-contents span {
  width: initial !important;
  height: initial !important;
  border: initial !important;
  overflow: initial !important;
}
.post-detail-contents img {
  width: 100% !important;
  height: auto !important;
}
.post-detail-contents img.slide_img {
  cursor: zoom-in;
}
.post-detail-contents ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
  margin: 10px 0 40px;
}
.post-detail-contents ul ul {
  list-style-type: circle;
}
.post-detail-contents ul ul ul {
  list-style-type: square;
}
.post-detail-contents ul ul ul ul {
  list-style-type: disc;
}
.post-detail-contents ul ul ul ul ul {
  list-style-type: circle;
}
.post-detail-contents ul ul ul ul ul ul {
  list-style-type: square;
}
.post-detail-contents ul li {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 12px;
}
.post-detail-contents [data-section-style="6"] ul {
  list-style-type: decimal;
}
.post-detail-contents [data-section-style="6"] ul ul {
  list-style-type: lower-alpha;
}
.post-detail-contents [data-section-style="6"] ul ul ul {
  list-style-type: lower-roman;
}
.post-detail-contents ol {
  list-style-type: decimal;
  padding: 0 0 0 1.5em;
  margin: 0 0 40px;
}
.post-detail-contents ol li {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 12px;
}
.post-detail-contents ol ol {
  list-style-type: lower-alpha;
}
.post-detail-contents ol ol ol {
  list-style-type: lower-roman;
}
.post-detail-contents ol ol ol ol {
  list-style-type: decimal;
}
.post-detail-contents ol ol ol ol ol {
  list-style-type: lower-alpha;
}
.post-detail-contents ol ol ol ol ol ol {
  list-style-type: lower-roman;
}
.post-detail-contents blockquote {
  background: #f4f4f4;
  padding: 30px;
  margin: 0 0 50px;
  font-size: 16px;
  line-height: 1.6;
}
.post-detail-contents pre {
  display: block;
  background: #282c34;
  padding: 40px;
  margin: 0 0 50px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.post-detail-contents table {
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  width: 100% !important;
}
.post-detail-contents table th {
  font-weight: bold;
  background: #f4f4f4;
}
.post-detail-contents table th,
.post-detail-contents table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.post-detail-contents [data-section-style="13"] {
  overflow: auto;
  margin: 0 0 50px;
}
.post-detail-contents [data-section-style="13"] table {
  width: 100% !important;
  min-width: 660px !important;
}
.post-detail-contents [data-section-style="13"] table thead,
.post-detail-contents [data-section-style="13"] table tr td:first-child {
  display: none;
}
.post-detail-contents [data-section-style="13"] table tr td {
  vertical-align: top;
  padding: 10px;
}
.post-detail-contents .iframe_video {
  position: relative;
  display: block;
  padding: 60% 0 0 0;
  margin: 40px 0 20px;
}
.post-detail-contents .iframe_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-detail-contents span.post-card a {
  text-decoration: none;
}
.blog_card {
  display: block;
  margin: 10px 0 30px 0;
}
.post-card {
  display: block;
  border: 1px solid #cdc7c3;
  border-radius: 8px;
  overflow: hidden;
}
.post-card a {
  display: flex;
  text-decoration: none;
}
.post-card-contents {
  padding: 15px;
  flex-basis: 60%;
  max-width: 60%;
  box-sizing: border-box;
}
.post-card-title {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 10px;
  color: #59575c;
  display: block;
}
.post-card-title.sp,
.post-card-text.sp {
  display: none;
}
.post-card-text {
  font-size: 12px;
  line-height: 1.6;
  text-decoration: none;
  display: block;
  color: #59575c;
}
.post-card-text.gr {
  color: #59575c;
  margin: 0 0 10px;
}
.post-card-image {
  flex-basis: 40%;
  max-width: 40%;
  text-align: center;
  box-sizing: border-box;
}
.post-card-image img {
  margin: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .post-detail-container {
    padding: 20px 0 50px;
    margin: 0;
  }
  .post-detail-title {
    font-size: 24px;
  }
  .post-detail-row {
    display: block;
  }
  .post-detail-date {
    margin: 0 0 20px;
  }
  .post-detail-image {
    margin: 0 0 50px;
  }
  .post-detail-contents h2 {
    font-size: 21px;
  }
  .post-detail-contents h3 {
    font-size: 18px;
  }
  .post-detail-contents p {
    font-size: 16px;
  }
  .post-detail-contents ul,
  .post-detail-contents ol {
    margin: 0 0 30px;
  }
  .post-detail-contents ul li,
  .post-detail-contents ol li {
    font-size: 16px;
  }
  .post-detail-contents blockquote {
    padding: 20px;
    font-size: 14px;
    margin: 0 0 30px;
  }
  .post-detail-contents pre {
    padding: 20px;
    font-size: 12px;
    margin: 0 0 30px;
  }
  .post-detail-contents table {
    font-size: 14px;
  }
  .post-card-title {
    font-size: 14px;
  }
  .post-card-title.pc,
  .post-card-text.pc {
    display: none;
  }
  .post-card-title.sp,
  .post-card-text.sp {
    display: block;
  }
  .post-card-contents {
    padding: 15px;
    flex-basis: 70%;
    max-width: 70%;
  }
  .post-card-image {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.t_of_c_block {
  margin: 30px 0 90px 0;
  padding: 23px 30px 10px;
  border-radius: 10px;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .t_of_c_block {
    margin: 30px 0 60px;
  }
}
.post-detail-contents p.line font font:empty {
  min-height: 32px;
  display: block;
}
.post-detail-contents p.t_of_c_head {
  font-size: 18px;
  line-height: 1.75;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.post-detail-contents ul.t_of_c {
  list-style-type: none;
  padding: 0 0 0 2px;
  margin: 0;
}
.post-detail-contents ul.t_of_c li {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 12px;
}
.post-detail-contents ul.t_of_c li a {
  color: inherit;
  text-decoration: none;
}
.post-detail-contents ul.t_of_c li a:hover {
  color: #215ca0;
}
.article-pager {
  border-top: 1px solid #cdc7c3;
  border-bottom: 1px solid #cdc7c3;
  padding: 30px 0;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .article-pager {
    padding: 20px 0;
    background: #f5f2f2;
    border: none;
  }
}
.article-pager-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-pager-inner {
    align-items: center;
  }
}
.article-pager-inner:after {
  content: "";
  width: 1px;
  min-width: 1px;
  height: 100%;
  display: block;
  background: #cdc7c3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.article-pager-prev,
.article-pager-next {
  width: 50%;
  flex-basis: 50%;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .article-pager-prev,
  .article-pager-next {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .article-pager-prev {
    padding: 0 0 0 18px;
  }
  .article-pager-next {
    padding: 0 18px 0 0;
  }
}
.article-pager-prev span,
.article-pager-next span {
  display: block;
  line-height: 1.5;
  margin: 0 0 7px 0;
}
@media screen and (max-width: 767px) {
  .article-pager-prev span,
  .article-pager-next span {
    display: none;
  }
}
.article-pager-prev a {
  padding: 0 0 0 5px;
  background: url("../images/icon-prev.svg") no-repeat left 8px;
  background-size: 5px 10px;
}
@media screen and (max-width: 767px) {
  .article-pager-prev a {
    background: url("../images/icon-prev.svg") no-repeat left center;
    background-size: 5px 10px;
  }
}
.article-pager-next a {
  padding: 0 5px 0 0;
  text-align: right;
  background: url("../images/icon-next.svg") no-repeat right 8px;
  background-size: 5px 10px;
}
@media screen and (max-width: 767px) {
  .article-pager-next a {
    background: url("../images/icon-next.svg") no-repeat right center;
    background-size: 5px 10px;
  }
}
.article-pager-prev span {
  margin: 0 0 7px 10px;
}
.article-pager-next span {
  margin: 0 10px 7px 0;
}
.article-pager-prev a,
.article-pager-next a {
  color: #59575c;
  display: block;
}
.article-pager-prev a:hover,
.article-pager-next a:hover {
  text-decoration: underline;
}
.article-back-link {
  font-size: 14px;
  line-height: 1.2;
  margin: 20px 0 0 0;
  padding: 30px 0;
  border-top: 1px solid #cdc7c3;
  border-bottom: 1px solid #cdc7c3;
  text-align: center;
  color: #59575c;
}
.article-back-link a:hover {
  text-decoration: underline;
}
.article-related {
  padding: 80px 0 0 0;
}
.article-related-block {
  margin: 0 0 45px 0;
}
@media screen and (max-width: 767px) {
  .article-related-block {
    margin: 0 0 20px 0;
  }
}
.article-related-head {
  font-size: 18px;
  line-height: 1.75;
  color: #0b5cab;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .article-related-head {
    font-size: 16px;
  }
}
.article-related-list {
  display: flex;
  margin: 0 -35px;
}
@media screen and (max-width: 767px) {
  .article-related-list {
    display: block;
    margin: 0;
  }
}
.article-related-list > li {
  flex-basis: 260px;
  max-width: 260px;
  width: 260px;
  margin: 0 35px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #c1b9b4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-related-list > li {
    width: auto;
    max-width: 100%;
    margin: 0 0 12px 0;
    position: relative;
  }
  .article-related-list > li:last-child {
    margin: 0;
  }
}
.article-related-title {
  font-size: 16px;
  line-height: 1.5;
  color: #59575c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.article-related-tags {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.article-related-tags > li {
  font-size: 10px;
  line-height: 1;
  margin: 0 10px 0 0;
  color: #919191;
}
.article-related-title a:hover,
.article-related-tags > li > a:hover {
  text-decoration: underline;
}
.article-learn {
  padding: 40px 0 0 0;
}
.article-learn-head {
  font-size: 18px;
  line-height: 1.75;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  background: #032d60;
}
.article-learn-list-head {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #59575c;
  padding: 10px 30px 10px 20px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.article-learn-list-head.active:after {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #59575c;
  border-left: 1px solid #59575c;
  bottom: -5px;
}
.article-learn-list-head:after {
  border-top: 1px solid #59575c;
  border-right: 1px solid #59575c;
}
.article-learn-list > li {
  border: 1px solid #d1cbc7;
  border-top: none;
}
.article-learn-list-items {
  padding: 20px 0 30px 40px;
  display: none;
  list-style-type: decimal;
}
.article-learn-list-items.active {
  display: block;
}
.article-learn-list-items > li {
  padding: 0 20px 0 0;
  color: #59575c;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 16px 0;
}
.article-learn-list-items > li.current {
  color: #9a8f87;
}
.article-learn-list-items > li > a:hover {
  text-decoration: underline;
}
.article-learn-list-items > li:last-child {
  margin: 0;
}
.post-detail-sns {
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
}
.post-detail-sns-text {
  font-size: 12px;
  line-height: 1.2;
  color: #59575c;
  margin: 0 5px 0 0;
}
.post-detail-sns-item {
  width: 23px;
  margin: 0 10px 0 0;
}
.feature-detail {
  width: 920px;
  margin: auto;
  padding: 45px 0 0 0;
}
@media screen and (max-width: 767px) {
  .feature-detail {
    width: auto;
    padding: 20px;
  }
}
.feature-block {
  margin: 0 0 45px 0;
}
.feature-guide-head {
  font-size: 20px;
  line-height: 1.2;
  color: #0b5cab;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .feature-guide-head {
    font-size: 16px;
    margin: 0 0 25px 0;
  }
}
.feature-guide-category-head {
  font-size: 20px;
  line-height: 1.2;
  color: #0b5cab;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .feature-guide-category-head {
    font-size: 16px;
    margin: 0 0 17px 0;
  }
}
.feature-guide-category-text {
  font-size: 14px;
  line-height: 1.5;
  color: #59575c;
  margin: 0 0 20px 0;
}
.feature-guide-category-text a {
  color: #0b5cab;
}
.feature-guide-category-text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .feature-guide-category-text {
    display: none;
  }
}
.feature-guide-category-sub-head {
  font-size: 14px;
  line-height: 1.2;
  color: #0b5cab;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .feature-guide-category-sub-head {
    font-size: 16px;
    color: #59575c;
    margin: 0 0 10px 0;
  }
}
.feature-guide-step-list {
  display: flex;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .feature-guide-step-list {
    display: none;
  }
}
.feature-guide-step-list > li {
  width: 90px;
  min-width: 90px;
  flex-basis: 90px;
  margin: 0 50px 0 0;
  position: relative;
  cursor: pointer;
}
.feature-guide-step-list > li:hover .feature-guide-step-text {
  text-decoration: underline;
}
.feature-guide-step-list > li.current .feature-guide-step-circle {
  border: 10px solid #0b5cab;
}
.feature-guide-step-list > li.current .feature-guide-step-title {
  color: #0b5cab;
}
.feature-guide-step-list > li.current .feature-guide-step-circle > span {
  background: #0b5cab;
}
.feature-guide-step-list > li.current .feature-guide-step-text {
  color: #59575c;
}
.feature-guide-step-list > li.current:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  right: 0;
  margin: 5px auto 0 auto;
  border-style: solid;
  border-width: 0 23px 56px 23px;
  border-color: transparent transparent #f5f2f2 transparent;
}
.feature-guide-step-circle {
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 45px;
  border: 10px solid #ded6cf;
  box-sizing: border-box;
}
.feature-guide-step-title {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  color: #ded6cf;
  padding: 10px 0 0 0;
}
.feature-guide-step-title span {
  font-weight: bold;
  font-size: 29px;
  line-height: 1.2;
  display: block;
}
.feature-guide-step-circle > span {
  position: absolute;
  width: 50px;
  height: 10px;
  background: #ded6cf;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
}
.feature-guide-step-list > li:last-child .feature-guide-step-circle > span {
  display: none;
}
.feature-guide-step-text {
  font-size: 12px;
  line-height: 1.5;
  color: #9a8f87;
  text-align: center;
  margin: 0 -20px;
  padding: 10px 0 0 0;
}
.feature-guide-targets {
  padding: 20px;
  background: #f5f2f2;
}
@media screen and (max-width: 767px) {
  .feature-guide-targets {
    padding: 0;
    background: none;
    border: 1px solid #d1cbc7;
    border-bottom: none;
  }
}
.feature-guide-targets > li {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature-guide-targets > li {
    display: block;
  }
}
.feature-guide-targets > li.current {
  display: block;
}
@media screen and (max-width: 767px) {
  .feature-guide-targets > li.sp-current {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .feature-guide-targets > li {
    position: relative;
    border-bottom: 1px solid #d1cbc7;
  }
}
.feature-guide-targets > li > span {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature-guide-targets > li > span {
    position: absolute;
    display: block;
    width: 6px;
    height: 100%;
    background: #0b5cab;
    top: 0;
    left: 0;
  }
}
.feature-guide-targets-head {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature-guide-targets-head {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #59575c;
    padding: 15px 30px 15px 20px;
    position: relative;
    cursor: pointer;
    user-select: none;
  }
  .feature-guide-targets > li.sp-current .feature-guide-targets-head:after {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #59575c;
    border-left: 1px solid #59575c;
    bottom: -5px;
  }
  .feature-guide-targets-head:after {
    border-top: 1px solid #59575c;
    border-right: 1px solid #59575c;
  }
}
@media screen and (max-width: 767px) {
  .feature-guide-targets-inner {
    display: none;
    margin: 0 10px 0 20px;
    padding: 15px 0 10px 0;
    border-top: 1px solid #d1cbc7;
  }
}
@media screen and (max-width: 767px) {
  .feature-guide-targets > li.sp-current .feature-guide-targets-inner {
    display: block;
  }
}
.feature-guide-targets-purpose {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: #59575c;
}
@media screen and (max-width: 767px) {
  .feature-guide-targets-purpose {
    display: none;
  }
}
.feature-guide-targets-block {
  display: flex;
  padding: 0 0 15px 0;
}
.feature-guide-targets-label {
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid #59575c;
  color: #59575c;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .feature-guide-targets-label {
    padding: 0;
    border: none;
    line-height: 1.5;
  }
  .feature-guide-targets-label:after {
    content: ": ";
  }
}
.feature-guide-targets-names {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.feature-guide-targets-names > li {
  font-size: 14px;
  color: #59575c;
  line-height: 1.2;
  margin: 0 3px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .feature-guide-targets-names > li {
    line-height: 1.5;
  }
}
.feature-guide-targets-names > li:after {
  content: " ／";
}
.feature-guide-targets-names > li:last-child:after {
  content: "";
}
.feature-guide-step-content-list {
  border-top: 1px solid #e5e0df;
  padding: 15px 0 0 20px;
  column-count: 2;
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .feature-guide-step-content-list {
    border-top: none;
    column-count: 1;
    padding: 0 0 0 20px;
  }
}
.feature-guide-step-content-list > li {
  font-size: 14px;
  line-height: 1.5;
  color: #59575c;
  margin: 0 0 10px 0;
}
.feature-guide-step-content-list > li > a:hover {
  text-decoration: underline;
}
.feature-block-head {
  font-size: 20px;
  line-height: 1.2;
  color: #0b5cab;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .feature-purpose-head,
  .feature-popular-head,
  .feature-movie-head {
    font-size: 16px;
  }
}
.feature-purpose-block {
  margin: 0 0 40px 0;
}
.feature-movie-list {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .feature-movie-list {
    display: block;
  }
}
.feature-movie-list > li {
  width: 212px;
  min-width: 212px;
}
@media screen and (max-width: 767px) {
  .feature-movie-list > li {
    width: auto;
    margin: 0 0 20px 0;
  }
}
.feature-movie-list > li:last-child {
  margin: 0;
}
.feature-movie-list > li > a:hover .feature-movie-list-title {
  text-decoration: underline;
}
.feature-movie-list > li > a:hover .feature-movie-list-image {
  opacity: 0.8;
}
.feature-movie-list-image {
  position: relative;
  margin: 0 0 10px 0;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.feature-movie-list-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.feature-movie-list-image:after {
  content: "";
  width: 24px;
  height: 24px;
  left: 4px;
  bottom: 7px;
  margin: auto;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMiIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMTYuNSAxMS4xMzRDMTcuMTY2NyAxMS41MTg5IDE3LjE2NjcgMTIuNDgxMSAxNi41IDEyLjg2NkwxMC41IDE2LjMzMDFDOS44MzMzMyAxNi43MTUgOSAxNi4yMzM5IDkgMTUuNDY0MUw5IDguNTM1OUM5IDcuNzY2MSA5LjgzMzMzIDcuMjg0OTcgMTAuNSA3LjY2OTg3TDE2LjUgMTEuMTM0WiIgZmlsbD0iYmxhY2siLz48L3N2Zz4=");
}
.feature-movie-list-image img {
  display: none;
  height: 128px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .feature-movie-list-image img {
    height: auto;
    object-fit: initial;
  }
}
.feature-movie-list-image img.show {
  display: block;
}
.gauge {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gauge-fill {
  height: 4px;
  background: #00A1E0;
}
.feature-movie-list-title-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 16px 0 0 0;
}
.feature-movie-list-download {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0 0 0 12px;
}
.feature-movie-list-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #032D60;
}
.feature-movie-list-title a:hover {
  text-decoration: underline;
}
.feature-movie-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.5px;
  margin: 4px 0 0 0;
}
.feature-movie-playback-time {
  position: absolute;
  right: 4px;
  bottom: 8px;
  width: 41px;
  height: 18px;
  border: 4px;
  background: #00000080;
  font-family: "Salesforce Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.feature-movie-more {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature-movie-more {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #0b5cab;
    text-align: right;
    margin: -10px 0 0 0;
  }
}
.feature-movie-more a {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0;
}
.feature-movie-more a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0b5cab;
  border-right: 1px solid #0b5cab;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.feature-movie-more a:hover {
  text-decoration: underline;
}
.feature-popular {
  margin: 0 0 25px 0;
}
.feature-popular-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
}
@media screen and (max-width: 767px) {
  .feature-popular-list {
    display: block;
    margin: 0;
  }
}
.feature-popular-list > li {
  flex-basis: 260px;
  max-width: 260px;
  width: 260px;
  margin: 0 35px 20px 35px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c1b9b4;
}
@media screen and (max-width: 767px) {
  .feature-popular-list > li {
    width: auto;
    max-width: 100%;
    margin: 0 0 12px 0;
    position: relative;
  }
  .feature-popular-list > li:last-child {
    margin: 0;
  }
}
.feature-popular-title {
  font-size: 16px;
  line-height: 1.5;
  color: #59575c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.feature-popular-title a:hover {
  text-decoration: underline;
}
.feature-purpose-sub-head {
  font-size: 16px;
  color: #59575c;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .feature-purpose-sub-head {
    font-size: 14px;
  }
}
.feature-purpose-list {
  display: flex;
  margin: 0 -15px 15px -15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .feature-purpose-list {
    display: block;
    margin: 0 0 25px 0;
  }
}
.feature-purpose-list > li {
  font-size: 16px;
  line-height: 1.5;
  color: #59575c;
  border-radius: 8px;
  border: 1px solid #e0dcda;
  margin: 0 15px 15px 15px;
  width: 286px;
  min-width: 286px;
  flex-basis: 286px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .feature-purpose-list > li {
    width: auto;
    margin: 0 0 15px 0;
  }
}
.feature-purpose-list > li > a {
  display: block;
  padding: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.feature-purpose-list > li > a:hover {
  text-decoration: underline;
}
.feature-most-read-list {
  margin: 0 -1% -20px -1%;
  column-count: 2;
}
@media screen and (max-width: 767px) {
  .feature-most-read-list {
    display: block;
    margin: 0;
  }
}
.feature-most-read-list > li {
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
  margin: 0 1% 20px 1%;
}
@media screen and (max-width: 767px) {
  .feature-most-read-list > li {
    width: auto;
    max-width: 100%;
    margin: 0 0 12px 0;
    position: relative;
  }
  .feature-most-read-list > li:last-child {
    margin: 0;
  }
}
.feature-most-read-title {
  font-size: 16px;
  line-height: 1.5;
  color: #59575c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.feature-most-read-title a:hover {
  text-decoration: underline;
}
.layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  align-items: center;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 50px 20px;
}
.layer.show {
  display: flex;
}
@media screen and (max-width: 767px) {
  .layer {
    padding: 50px 20px;
  }
}
.video-layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  align-items: center;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 50px 20px;
}
.video-layer.show {
  display: flex;
}
@media screen and (max-width: 767px) {
  .video-layer {
    padding: 50px 20px;
  }
}
.popup_layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  align-items: center;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 50px 20px;
}
.popup_layer.show {
  display: flex;
}
@media screen and (max-width: 767px) {
  .popup_layer {
    padding: 50px 20px;
  }
}
.video_modal {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  max-height: 100%;
  min-width: 60%;
}
@media screen and (max-width: 767px) {
  .video_modal {
    min-width: 90%;
  }
}
.video_modal_iframe {
  position: relative;
  padding: 56% 0 0 0;
  width: 100%;
}
.video_modal_iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  max-height: 100%;
  min-width: 80%;
}
.modal_img {
  overflow: auto;
  position: relative;
  padding: 100px 10px;
}
.modal_img img {
  cursor: pointer;
  max-height: 100%;
}
.modal_close {
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-image: url("../images/close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  background-size: 20px;
  cursor: pointer;
}
.layer .next,
.layer .prev {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: 20px;
  cursor: pointer;
}
.layer._list .prev,
.layer._list .next {
  display: none;
}
.layer .prev {
  left: 5px;
  background-image: url("../images/prev.svg");
}
.layer .next {
  right: 5px;
  background-image: url("../images/next.svg");
}
.breadcrumb._dd {
  z-index: 10;
}
.dd_sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .dd_pc_img {
    display: none;
  }
  .dd_sp_img {
    display: block;
  }
}
.dd_main_content {
  position: relative;
  padding: 38.8% 0 0 0;
  margin: -100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .dd_main_content {
    position: relative;
    padding: 0;
    margin: 0 0 0 0;
  }
}
.dd_head_content {
  width: 920px;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .dd_head_content {
    width: auto;
    top: 0;
    margin: 0 20px;
  }
}
.dd_head_content_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .dd_head_content_image {
    position: relative;
    top: -20px;
    margin: 0 0 -20px 0;
  }
}
.dd_head {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #032d60;
}
.dd_head_text {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 150px 0;
  color: #59575c;
  max-width: 360px;
}
.dd_category {
  width: 920px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .dd_category {
    width: auto;
    margin: 40px 20px 60px 20px;
    position: relative;
    top: 0px;
  }
}
.dd_category_head {
  color: #0176d3;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 15px 0;
}
.dd_category_search_label {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .dd_category_search_label {
    display: block;
  }
}
.dd_category_search_label:after {
  content: "";
  border-top: 1px solid #0176d3;
  border-right: 1px solid #0176d3;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 5px;
  margin: auto;
}
.dd_category_search_select {
  border: 1px solid #0176d3;
  border-radius: 6px;
  font-size: 12px;
  width: 245px;
  height: 43px;
  color: #0176d3;
  background: #fff;
  text-indent: 15px;
}
@media screen and (max-width: 767px) {
  .dd_category_search_select {
    width: 100%;
    box-sizing: border-box;
  }
}
.dd_blocks {
  width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dd_blocks {
    width: auto;
    margin: 0 20px;
  }
}
.dd_blocks_inner {
  display: flex;
  overflow: auto;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .dd_blocks_inner {
    display: block;
    margin: 0 0 60px 0;
  }
}
.dd_block_head {
  font-size: 40px;
  line-height: 1.2;
  color: #032d60;
  margin: 0 0 40px 0;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .dd_block_head {
    font-size: 34px;
  }
}
.dd_block_sub_head {
  font-size: 24px;
  line-height: 1.2;
  color: #0176d3;
  margin: 0 0 15px 0;
}
.dd_block_image {
  height: 185px;
}
.dd_block_image img {
  width: 100%;
  object-fit: cover;
  height: 185px;
}
.dd_block_text {
  font-size: 17px;
  line-height: 1.7;
  color: #59575c;
  margin: 0 0 40px 0;
}
.dd_blocks_inner .dd_block:last-child {
  margin: 0;
}
.dd_block {
  width: 350px;
  min-width: 350px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 60px 0 0;
  position: relative;
  padding: 0 0 50px 0;
  background: #eaf5fe;
}
@media screen and (max-width: 767px) {
  .dd_block {
    width: auto;
    min-width: auto;
    margin: 0 0 40px 0;
  }
}
.dd_block_content {
  padding: 20px;
}
.dd_block_content_title {
  font-size: 18px;
  line-height: 1.7;
  color: #032d60;
  margin: 0 0 10px 0;
}
.dd_block_content_text {
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 10px 0;
}
.dd_block_content_link {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background: #0176d3;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dd_block_content_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 50px;
  position: relative;
}
.dd_block_content_link a:after {
  content: "";
  background: url("../images/download_button.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
}
.dd_block_content_date {
  font-size: 10px;
  line-height: 1;
  color: #919191;
}
div[data-section-style="11"].show-border {
  outline: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}
.pardot-bottom-contact {
  margin: 6rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .pardot-bottom-contact {
    padding: 0 1.5rem;
  }
}
.main_search {
  padding: 45px 0 0;
  margin: 0 auto;
  width: 920px;
}
@media screen and (max-width: 767px) {
  .main_search {
    width: auto;
    padding: 20px 0 0 0;
    margin: 0 20px;
  }
}
.main_search .aside-search-form {
  margin: 0;
}
.main_search input[type="text"].aside-search-form-input {
  border: none;
  height: 50px;
  border-radius: 5px;
  text-indent: 25px;
  background: url("../images/icon_search_main.svg") no-repeat 12px center
    #f5f2f2;
}
@media screen and (max-width: 767px) {
  .main_search input[type="text"].aside-search-form-input {
    transform: scale(1);
    width: 100%;
  }
}
.main_search input[type="submit"].aside-search-form-submit {
  background-color: #00a1e0;
  background-image: url("../images/home_search_icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 90px;
  height: 100%;
  right: 0;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
  .main_search input[type="submit"].aside-search-form-submit {
    width: 55px;
    transform: scale(1);
    transform-origin: right;
  }
}
.beginner {
  background: #eaf5fe;
}
.beginner-inner {
  width: 920px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .beginner-inner {
    width: auto;
    display: block;
    text-align: center;
    padding: 10px 20px 20px 20px;
  }
}
.beginner-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  color: #042d60;
}
.beginner-button {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  width: 200px;
  height: 40px;
  background: #032d60;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0 0 0 40px;
}
.beginner-button:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .beginner-button {
    display: block;
    margin: 10px auto 0 auto;
  }
}
.beginner-button img {
  margin: 0 8px 0 0;
}
.beginner-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #032e61;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.beginner-layer.show {
  display: block;
}
.beginner-modal {
  position: fixed;
  width: 960px;
  height: 80%;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 767px) {
  .beginner-modal {
    width: auto;
    margin: auto 20px;
  }
}
.beginner-modal ._sp_text {
  display: none;
}
.beginner-modal ._sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .beginner-modal ._pc_text {
    display: none;
  }
  .beginner-modal ._sp_text {
    display: block;
  }
  .beginner-modal ._pc_img {
    display: none;
  }
  .beginner-modal ._sp_img {
    display: block;
  }
}
.beginner-modal ._sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .beginner-modal ._sp_br {
    display: block;
  }
  .beginner-modal ._pc_br {
    display: none;
  }
}
.beginner-modal.show {
  display: flex;
}
.beginner-modal-warp {
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  margin: 120px 0;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.beginner-modal-inner {
  overflow: auto;
  height: 100%;
  border-radius: 10px;
}
.beginner-modal-close {
  position: absolute;
  top: -40px;
  right: -50px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .beginner-modal-close {
    top: -50px;
    right: 0;
  }
}
.beginner-modal-close:hover {
  cursor: pointer;
}
.beginner-head {
  text-align: center;
  color: #032d60;
  padding: 45px 0 40px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .beginner-head {
    padding: 25px 0;
    font-size: 24px;
  }
}
.beginner-tabs-block {
  border-bottom: 3px solid #032d60;
}
.beginner-tabs {
  display: flex;
  justify-content: center;
}
.beginner-tabs li {
  width: 240px;
  height: 60px;
  font-size: 18px;
  line-height: 1.2;
  background: #dfd6cf;
  margin: 0 10px;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 767px) {
  .beginner-tabs li {
    width: 140px;
    font-size: 16px;
    text-align: center;
  }
}
.beginner-tabs li br {
  display: none;
}
@media screen and (max-width: 767px) {
  .beginner-tabs li br {
    display: block;
  }
}
.beginner-tabs li a {
  width: 240px;
  height: 60px;
  color: #59575c;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .beginner-tabs li a {
    width: 140px;
  }
}
.beginner-tabs li.active {
  background: #032d60;
  color: #fff;
}
.beginner-tabs li.active a {
  color: #fff;
}
.beginner-section {
  padding: 55px 50px 50px 50px;
  display: none;
}
@media screen and (max-width: 767px) {
  .beginner-section {
    padding: 35px 10px 20px 10px;
  }
}
.beginner-section.active {
  display: block;
}
.beginner-section-head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #0b5cab;
  text-align: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .beginner-section-head {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
.beginner-section-description {
  font-size: 20px;
  line-height: 1.5;
  color: #59575c;
  text-align: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .beginner-section-description {
    font-size: 18px;
    text-align: left;
  }
  .beginner-section-description._sp {
    margin: 0 10px;
  }
}
.beginner-section-block {
  background: #e6f1fa;
  padding: 40px;
  margin: 15px 0 60px 0;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .beginner-section-block {
    padding: 30px 20px;
    margin: 15px 0 50px 0;
  }
}
.beginner-section-block._last {
  margin: 15px 0 0 0;
}
.beginner-section-items {
  display: flex;
  margin: 0 -20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .beginner-section-items {
    display: block;
    margin: auto;
  }
}
.beginner-section-item {
  margin: 0 20px;
  width: 370px;
}
@media screen and (max-width: 767px) {
  .beginner-section-item {
    margin: 0;
    width: auto;
    min-width: initial;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .beginner-section-item img {
    margin: 0 0 20px 0;
  }
}
.beginner-section-item-text {
  font-size: 18px;
  line-height: 1.5;
  color: #59575c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .beginner-section-item-text {
    font-size: 16px;
    text-align: left;
  }
}
.beginner-section-item-arrow {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
  width: 21px;
  height: 16px;
}
.beginner-section-item-text._1 {
  margin: 0 0 15px 0;
}
.beginner-section-item-text._2 {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  .beginner-section-item-text._1_sp {
    margin: -10px 0 15px 0;
  }
  .beginner-section-item-text._2_sp {
    margin: 8px 0 30px 0;
  }
}
.beginner-section-item-text._3 {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .beginner-section-item-text._sp_1_3 {
    margin: 0 0 25px 0;
  }
  .beginner-section-item-text._sp_1_4 {
    margin: -10px 0 28px 0;
    font-size: 14px;
  }
  .beginner-section-item-text._sp_1_5 {
    margin: -10px 0 50px 0;
  }
}
.beginner-section-item-text._pc_1_1 {
  letter-spacing: -1px;
}
.beginner-section-links {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .beginner-section-links {
    display: block;
    margin: 10px 0 0 0;
  }
}
.beginner-section-links._2 li {
  width: 240px;
}
.beginner-section-links._3 li {
  width: 220px;
}
.beginner-section-links._2 li a {
  width: 240px;
}
.beginner-section-links._3 li a {
  width: 220px;
}
.beginner-section-links li {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  display: flex;
  width: 200px;
  height: 40px;
  border-radius: 6px;
  background: #032d60;
  margin: 0 10px;
}
.beginner-section-links li a {
  display: flex;
  width: 200px;
  height: 40px;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .beginner-section-links li {
    width: 100%;
    height: 50px;
    margin: 0 0 10px 0;
  }
  .beginner-section-links li:last-child {
    margin: 0;
  }
  .beginner-section-links li a {
    width: 100%;
    height: 50px;
  }
  .beginner-section-links._2 li {
    width: 100%;
  }
  .beginner-section-links._3 li {
    width: 100%;
  }
  .beginner-section-links._2 li a {
    width: 100%;
  }
  .beginner-section-links._3 li a {
    width: 100%;
  }
}

.beginner-section-links li a:hover {
  opacity: 0.8;
}
.beginner-section-links li a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../images/beginner_link_icon.svg") no-repeat;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.post-detail-contents div.two-columns {
  display: flex !important;
  margin: 0 -10px;
}
.post-detail-contents div.two-column {
  margin: 20px 10px 20px 10px;
  flex: 1;
}
.post-detail-contents div.two-column .post-detail-contents ul {
  margin: 10px 0 20px;
}
.post-detail-contents div.two-column img {
  width: 100%;
}
.post-detail-contents div.show-border {
  border: 1px solid #ddd;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .post-detail-contents div.two-columns {
    display: block !important;
    margin: 0;
  }
  .post-detail-contents div.two-columns ul {
    margin: 10px 0 20px;
  }
  .post-detail-contents div.two-column {
    width: 100%;
    margin: 20px 0;
  }
  .post-detail-contents div.two-column img {
    width: 100%;
  }
}
.button-link a {
  display: inline-flex;
  background-color: #0b5cab !important;
  color: #fff !important;
  font-size: 12px;
  height: 32px;
  padding: 0 20px;
  text-align: center;
  border-radius: 4px;
  align-items: center;
  text-decoration: none;
}
.post-detail-contents div.two-column h3 {
  margin: 0 0 15px 0;
}
.footer-contents {
  background: #fff;
  padding: 40px 0 60px 0;
  border-top: 1px solid #e0dcda;
}
@media screen and (max-width: 767px) {
  .footer-contents {
    border-top: none;
    padding: 40px 0 70px 0;
    position: relative;
  }
}
.footer-contents-inner {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-contents-inner {
    width: auto;
    margin: 0 20px;
    flex-flow: column;
  }
}
.footer-contents-logo {
  width: 92px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .footer-contents-logo {
    margin: 0 0 20px 0;
  }
}
.footer-contents-mail_magazine {
  width: 280px;
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .footer-contents-mail_magazine {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.footer-contents-mail_magazine_head {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.footer-contents-mail_magazine_text {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.magazine_modal_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #222;
  margin: 0 0 20px 0;
}
.footer-contents-mail_magazine_form {
  width: auto;
  padding: 28px 20px 0 20px;
}
.footer-contents-mail_magazine_input {
  width: 100%;
}
.footer-contents-mail_magazine_input input {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  text-indent: 10px;
  padding: 10px 0;
  font-size: 14px;
}
.footer-contents-mail_magazine_button {
  width: 80px;
  background: #0d9dda;
  color: #fff;
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.footer-contents-mail_magazine_button:disabled {
  cursor: default;
  opacity: 0.5;
}
.footer-contents-link {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.footer-contents-link a {
  color: #0b5cab;
}
.footer-contents-link a:hover {
  text-decoration: underline;
}
.footer-contents-text {
  font-size: 12px;
  line-height: 1.2;
  margin: 16px 0 0 0;
}
.footer-contents-link-blocks {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-contents-link-blocks {
    flex-flow: column;
  }
}
.footer-contents-link-block {
  margin: 0 0 0 48px;
}
@media screen and (max-width: 767px) {
  .footer-contents-link-block {
    margin: 0 0 32px 0;
  }
}
.footer-contents-link-block-head {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
.footer-contents-links li {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  padding: 0 20px 0 0;
  word-break: auto-phrase;
}
.footer-contents-links li:last-child {
  margin: 0;
}
.footer-contents-links li a {
  color: #0b5cab;
}
.footer-contents-links li a[target="_blank"]:after {
  content: "";
  margin: 0 0 0 4px;
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_507%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20507%22%20transform%3D%22translate(-804%20-334)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2516%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202516%22%20transform%3D%22translate(804%20338)%22%20fill%3D%22%23fff%22%20stroke%3D%22%230b5cab%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%229%22%20height%3D%229%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2517%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202517%22%20transform%3D%22translate(808%20334)%22%20fill%3D%22%23fff%22%20stroke%3D%22%230b5cab%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%229%22%20height%3D%229%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_322%22%20data-name%3D%22%E3%83%91%E3%82%B9%20322%22%20d%3D%22M-5450.673-18212.666l4.548-4.514%22%20transform%3D%22translate(6261.125%2018554.18)%22%20fill%3D%22none%22%20stroke%3D%22%230b5cab%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_323%22%20data-name%3D%22%E3%83%91%E3%82%B9%20323%22%20d%3D%22M-5449.2-18218.645h4v4%22%20transform%3D%22translate(6260.205%2018555.645)%22%20fill%3D%22none%22%20stroke%3D%22%230b5cab%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer-contents-links li a:hover {
  text-decoration: underline;
}
.footer-x-area {
  width: 300px;
  min-width: 300px;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 767px) {
  .footer-x-area {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .footer-x-area div,
  .footer-x-area iframe {
    width: 100% !important;
  }
}
.common-popup {
  position: fixed;
  bottom: 16px;
  right: 14px;
  width: 343px;
  display: none;
  z-index: 100;
}
.common-popup.show {
  display: block;
}
@media screen and (max-width: 767px) {
  .common-popup {
    right: 0;
    left: 0;
    margin: auto;
  }
}
.common-popup-inner {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px #00000033;
}
.common-popup-inner img {
  border-radius: 4px 4px 0 0;
  width: 100%;
}
.common-popup-inner > div {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.common-popup-inner > div > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 12px 0;
}
.common-popup-inner > div > a {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0B5CAB;
  border-radius: 4px;
  width: 100%;
  height: 40px;
}
.common-popup-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.header-lang {
  position: absolute;
  right: 50px;
  top: 22px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header-lang {
    right: 70px;
    top: 12px;
  }
}
.header-lang.show,
.header-lang:hover {
  background: #eaf5fe;
}
.header-lang-content {
  display: none;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  min-width: 200px;
  position: absolute;
  top: 52px;
  right: -10px;
  box-shadow: rgba(24, 24, 24, 0.08) 0px 2px 8px 1px, rgba(24, 24, 24, 0.16) 0px 8px 12px -2px;
  border: 1px solid rgba(24, 24, 24, 0.04);
  z-index: 1000;
  cursor: default;
}
.header-lang-content.show {
  display: block;
}
.header-lang-content::after {
  content: "";
  position: absolute;
  top: -12px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  background: transparent;
  clip-path: none;
  filter: drop-shadow(0px -2px 1px rgba(24, 24, 24, 0.09));
}
.header-lang-content-head {
  font-size: 20px;
  font-weight: bold;
  color: #032d60;
  margin: 0 0 8px 0;
}
.header-lang-content-head-sub {
  font-size: 14px;
  line-height: 1.2;
  color: #444;
  margin: 16px 0;
}
.header-lang-content-list li {
  font-size: 14px;
  line-height: 24px;
}
.header-lang-content-list li a {
  color: #032d60;
  text-decoration: underline;
}
.header-lang-content-list li.active a,
.header-lang-content-list li a:hover {
  color: #0176d3;
}
